open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Property Based Testing Tool

    calendar Nov 30, 2015 · 1 min read
     en  · erlang
     ·
    Share on: twitter facebook linkedin copy

    Tonight I stubled upon PropEr, a Property based testing tool for Erlang. It seems a very smart idea: instead of writing a single unit test, you write a set of properties your code must satisfy.

    From the site:

    A property-based testing tool, when supplied with this information, should randomly produce progressively more complex valid inputs, then apply those inputs to the program while monitoring its execution, to ensure that it behaves according to its specification, as outlined in the supplied properties.

    QuickCheck is the father of PropEr: give a try to thw wikipedia page to see if your language is supported and start a new way of doing…Test Driven Developement!


    Read More
  • dos2unix for poor basic unix

    calendar Oct 28, 2015 · 1 min read
     en knowledgebase  · unix
     ·
    Share on: twitter facebook linkedin copy
    dos2unix for poor basic unix

    Do you have cygwin base install right? So no dos2unix…you can convert a windows file to unix format with a small tr command like

    tr -d '\\15\\32' < winfile.txt > unixfile.txt
    I prefer the awk way of life:

    [bash] awk ‘{ sub("\r$", ""); print }’ winfile.txt > unixfile.txt awk ‘sub("$", "\r")’ unixfile.txt > winfile.txt [/bash]


    Read More
  • Smart: inchiesta sulle reti

    calendar Oct 15, 2015 · 2 min read
     it recensioni  · internet
     ·
    Share on: twitter facebook linkedin copy

    “Smart: inchiesta sulle reti” di Frédéric Martel, è un libro uscito da poco che mi sento di consigliare.

    "Internet non appiattisce affatto il mondo. Semmai è il mondo a nutrire la Rete di complessità, diversità, ricchezza, tanto che sarebbe opportuno parlare ormai di reti, al plurale. "

     


    Read More
  • Org Mode Parser 0.1.1 is OUT

    calendar Oct 9, 2015 · 1 min read
     en featured knowledgebase org-mode-parser  · nodejs org-mode project
     ·
    Share on: twitter facebook linkedin copy
    Org Mode Parser 0.1.1 is OUT

    Hi all,

    I have released version 0.1.1 of org-mode-parser for nodejs

    Org mode parser is a parser for reading Emacs org-mode files in nodejs.

    This version  has been ported to VisualStudio Community Edition 2015, so you can develop easily under windows too (but only if you really want :)


    Read More
  • Aws Revenge

    calendar Oct 8, 2015 · 3 min read
     it  · aws cloud-computing
     ·
    Share on: twitter facebook linkedin copy

    !Questo articolo esce in contemporanea con il re:Invent event di Amazon!

    Su queste pagine siamo stati abbastanza scettici sul cloud anni fa. Il costo del cloud nel frattempo si è abbassato, i servizi “turnkey” sono diventati più numerosi e la concorrenza ha migliorato le cose. Il PaaS ed il cloud sono quindi entrati nella piena maturità.


    Read More
  • Expo2015 Last minute Guide

    calendar Sep 19, 2015 · 1 min read
     en knowledgebase  · trip
     ·
    Share on: twitter facebook linkedin copy
    Expo2015 Last minute Guide

    Expo 2015 will close at the end of October. Because I enjoied it a lot, I’d like to give you some advice on Expo, Milan and Italy.expo2015-1

    First of all, buy ticket on line and grab a map once in. The Mobile application suck a bit, so I preferred a paper map (I am too much analogic?).


    Read More
  • Renzi speranza…

    calendar Sep 4, 2015 · 3 min read
     it lettere-a-mio-figlio
     ·
    Share on: twitter facebook linkedin copy

    Estate. Io e mio figlio scendiamo dall'appartemnto in affitto al mare. A piano terra, davanti al pianerottolo prima di uscire c'è un signore sui cinquant'anni in calzoncini corti, calzetti, una borsa aperta per terra, una bottiglia d'acqua per terra.

    Mio figlio si avvicina e si presenta:


    Read More
  • ORA-01461: can bind a LONG value only for insert into a LONG column

    calendar Sep 1, 2015 · 1 min read
     en knowledgebase  · bad oracle relax sql
     ·
    Share on: twitter facebook linkedin copy
    ORA-01461: can bind a LONG value only for insert into a LONG column

    Disapprove with me! Disapprove with me!

    Okey, you know Oracle. A very good database, a very old database, a very solid rock. Not famous for its error messages. I have already stumbled upon a misleading error on the old rock.

    This error anyway is incredible. If you try to push a very long text in a varchar2, you can end up with a


    Read More
  • Terrible Two

    calendar Aug 8, 2015 · 2 min read
     humor it lettere-a-mio-figlio  · vita-da-single
     ·
    Share on: twitter facebook linkedin copy

    La pediatra ci guarda e poi con un tono di voce comprensivo dice

    -Sì  il periodo dei terrible two dura finoai sei anni

    -Mi scusi non ho sentito può ripetere?

    -Ehm…Sei anni - sguardo di compassione empatica da parte della pediatra, che di figli ne ha due.

    Ok, niente panico: ci sono qua io, care e cari ex-single, ora genitori in carriera.


    Read More
  • Get rid of SVN under Windows

    calendar Aug 4, 2015 · 1 min read
     en knowledgebase  · git subversion
     ·
    Share on: twitter facebook linkedin copy
    Get rid of SVN under Windows

    Another subversion repository

    Wellcome in 2002 subversion users!

    Some very old and stable customers has just discovered Subversion. Bad luck: a lot of cool  open source software are on git already!

    You can leave them with the old-as-your-grandpa subversion system, but you can develop with git in your local directory…


    Read More
  • Manutenzione neonati

    calendar Jul 29, 2015 · 3 min read
     humor it  · vita-da-single
     ·
    Share on: twitter facebook linkedin copy
    Manutenzione neonati

    Care e cari single, così avete trovato un partner e per risollevare il PIL, avete deciso di avere un bebé? Grandi!

    Poiché più di un amico ha appena avuto pargoli, dall’alto della mia enorme esperienza (2 figli, 1 moglie, 7 computer,  2 iPad, 1 blog) vi dirò quello che ho scoperto tra scornate, urla dei miei e suggerimenti del suocero.


    Read More
  • Rasperry Pi 2 Server Setup

    calendar Jul 28, 2015 · 1 min read
     en
     ·
    Share on: twitter facebook linkedin copy

    This small guide will help you to increase the security of your raspberry and transform it in a 24x7 running server.

     

    Security in place

    Here a small check list with external references:

    1. Change pi password.
    2. Disable SSH Password Authentication and Root Login. Root login should be already disabled on recent distributions.
    3. Consider installing remote logging. Siemless is a cloud based service which will load all you logs via a vpn, and provide a raspberry-pi guide too.
    4. Configure a firewall

    For ease of use, I suggest putting in place webmin:


    Read More
  • RaspberryPi 2: The perfect box for your backpack

    calendar Jul 21, 2015 · 3 min read
     arduino  en featured knowledgebase unix-featured  · raspberrypi
     ·
    Share on: twitter facebook linkedin copy
    RaspberryPi 2: The perfect box for your backpack

    After my two children grow a little, I have some spare time to play with RaspberryPi. I have bought a Raspberry Pi 2 Model B, a very neat and compact machine with 1GB of RAM, and a quad-core ARM chip on it.

    I was looking for an easy-to-carry unix box, and I was wrong: raspberry pi can be a lot more than that.nippon-gio


    Read More
  • RaspberryPi 2 Model B SD Life Extender

    calendar Jul 10, 2015 · 3 min read
     featured knowledgebase  · raspberrypi unix
     ·
    Share on: twitter facebook linkedin copy
    RaspberryPi 2 Model B SD Life Extender
    "The most dangerous phrase in the language is, We’ve always done it this way" - Grace Hopper

    I am a very happy owner of a RaspberryPi Model B 2, a quad core ARMv7  computation unit for a price between 45 and 35 €.

    If you plug only a network cable it can be powered by a USB port of your router (!avoid putting on it other USB stuff, because the energy drain can be too much).

    RaspberryPI  is a perfect all-time-running machine, just follow this smart guide…


    Read More
  • Recuperare Erlang

    calendar Jun 27, 2015 · 3 min read
     programming_languages  erlang it  · erlang good great-ideas
     ·
    Share on: twitter facebook linkedin copy

    Erlang è un linguaggio a mio avviso sottostimato, che ha parecchie cose da insegnare ai vari Scala/Rust/Java(Script) out of there… In particolare ci sono un insieme di feature di Erlang che prese singolarmente non sono difficili da comprendere e implementare, ma è l’insieme delle idee fondanti di Erlang che lo rende assai diverso dagli altri.


    Read More
    • ««
    • «
    • 27
    • 28
    • 29
    • 30
    • 31
    • »
    • »»

Recent Posts

  • Arduino Q da far crescere
  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers

Categories

EN 495 IT 478 KNOWLEDGEBASE 186 SOFTWARE 179
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS30 EGGBOX4 EN495 ERLANG14 ESP82666 EVERGREEN4 FEATURED92 FLASH1 FREEDOM8 GENERATIVEAI5 HOMELAB1 HUMOR82 INTERVISTE2 IT478 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA30 LETTERE-A-MIO-FIGLIO38 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI18 RETRO-COMPUTING35 REVIEW1 REVIEWS11 SITE12 SOFTWARE179 SOFTWARE-PROJECTS14 SQL27 UNCATEGORIZED1 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 25 PROGRAMMING_LANGUAGES 7 RISPARMIO 5 FREEDOM 4
All Series
ARDUINO25 FATLAMA3 FREEDOM4 HOMELAB1 POLITICA3 PROGRAMMING_LANGUAGES7 RISPARMIO5
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top