open-menu closeme
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
About
github linkedin rss
  • Netflix italia: slow start

    calendar Jul 7, 2016 · 3 min read
     it recensioni
     ·
    Share on: twitter facebook linkedin copy

    Ho provato per un mese Netflix. In Italia Netflix è stato lanciato a ottobre, concentrandosi su un set di serie e film. Il catalogo di netflix appare abbastanza risicato sul discorso film. Sulle serie se la cava benino, ma è omunque scarno. Sky Italia ha risposto con “SkyBox”, riuscendo a parare abbastanza bene il colpo.


    Read More
  • The End of the Apple Magic?

    calendar Jun 14, 2016 · 3 min read
     en featured software  · iphone windows
     ·
    Share on: twitter facebook linkedin copy
    The End of the Apple Magic?

    I have just read what Apple shown at the WWDC 2016.

    In the 1985 Windows 1.0 was born. In a snap, the IBM compatible system evolved, and the competitive advantage of the Macintosh dried up and disappeared.

    IBM PC was cheaper and way more open.

    Like in the 1985, now in the 2016 the iPhone revolution has come to an end. After the Retina Display introduction, no real new feature was introduced. The apple Watch was beaten by competition.

    Two years passed with no true innovation (i.e. Apple Watch is not a revolution).

    The last MusicApp removed the beautiful cover navigation, and try to sell you the apple music rent service all the time, instead of let me play the music I have already bought.

    If the WWDC2016 breaking news is a new file system, it is a very poor gift. I am writing this note on a Windows 10 PC. It is not a shining operating system it freeze a bit and has still a very ugly backup engine, but MacOSX is not the “most advanced operating system” anymore, like it used be in 2000.

    MacOSX is the oldest one nowadays.

    Historically Apple system are very closed. The reason is simple: when you go to your shareholders and ask for money, you can show you have a competitive advantage, a strong set of feature no one can take apart from you. But Apple lost this war in 1985, when the high pricey Macs cannot compete with open IBMs clones.

    To be fair, IBM could open to clone market because its business was on high-end server, and Microsoft alliance will help to sell more IBM PCs.


    Read More
  • Every url you post on facebook chat can be found…

    calendar Jun 10, 2016 · 1 min read
     en  · link
     ·
    Share on: twitter facebook linkedin copy

    Every url you post on facebook chat can be found...so be careful!

    This article on Medium deeply explain this behavior.

    I am not a fan of how Facebook security is implemented: some time ago I discovered every developer could access to production, at least until 2011


    Read More
  • Il saggio progetto svedese, rinato: Elixir e Phoenix

    calendar Jun 4, 2016 · 4 min read
     erlang featured it  · erlang java ruby
     ·
    Share on: twitter facebook linkedin copy

    Negli ultimi 20 anni sono successe tante cose imprevedibili. Nel 1995 nasce Java. Nello stesso periodo nasce Erlang. Java inizialmente segue la strada culturale tracciata da Sun, e si configura come un linguaggio estremamente verboso, con API specifiche per la gestione della concorrenza (es keyword synchronized per gestire nativamente le zone critiche che necessitano di mutex). Inzialmente Java è per far girare applet, poi Sun presenta un chip ad hoc (picoJava) poi IBM ci mette del suo e il linguaggio si trasforma in una ottima piattaforma per lo sviluppo server side.


    Read More
  • The Lego impossibile Revenge /2 brick prices

    calendar Apr 9, 2016 · 1 min read
     en  · lego
     ·
    Share on: twitter facebook linkedin copy

    Traditionally Lego bricks cost a lot. This guide will try to give you some guidelines on “brick best price”. First of all basic creative box seems the cheapest one. For instance the LEGO 10702 - Classic Set Creativo has 583 pieces for less then 25 € on Amazon. The cost per brick is about 4.25 € every 100 bricks.


    Read More
  • The Lego Technic Impossible Revenge Part 1

    calendar Apr 2, 2016 · 1 min read
     en knowledgebase  · lego
     ·
    Share on: twitter facebook linkedin copy
    The Lego Technic Impossible Revenge Part 1

    super-pricey-setAfter my first child reached 5 years old, I decided it was time to start my Lego Technic Revenge, together with KyloRen Star Wars lego-puppy (eh eh).

    It is very difficult to find out a good set to play with gears and so on. The big Lego Technic toys like cars and so on are sold without nice pieces to link with “normal bricks” (see below the red one).


    Read More
  • Lego quicklinks

    calendar Mar 1, 2016 · 1 min read
     en  · lego
     ·
    Share on: twitter facebook linkedin copy
    1. A dump of the Lego set database. It is from 2014, but it could be a good starting point for your own database needs
    2. A stocking and stackable lego strategy
    3. A web site to know what else you can build with your pieces.
    4. A replacement part site with manual download too.
      1. By the way search 10188 for death stars replacement (red/blue swords!)
      2. 10179 for millenium falcon
  • Finding the good one: mithril

    calendar Feb 21, 2016 · 2 min read
     en featured knowledgebase  · good great-ideas javascript javascript-war
     ·
    Share on: twitter facebook linkedin copy
    Finding the good one: mithril

    I have just read this insightful statement on this blog article about congitive load in Javascript

    jQuery is undoubtedly useful when dealing with browser quirks, but once an application grows over a few thousand lines of code, unstructured jQuery code simply becomes too difficult to maintain, and you start needing the discipline of a framework to organize code. But when you're at tens of thousands of lines of code, you start to run out of entity types to CRUD, and your application growth starts to build on top of existing concepts. This is when you need the mental shift from being a library consumer to being a reusable component author,

    This clever guy is the creator of Mithril, a very small, well crafted javascript library a friend of mine pointed to (via github…):


    Read More
  • Atari2600: the pong machine

    calendar Dec 17, 2015 · 5 min read
     it lettere-a-mia-figlia  · 6502 atari2600 c64 relax
     ·
    Share on: twitter facebook linkedin copy

    L’Atari2600 è stata la prima console giochi casalinga, ed è stata commercializzata nel 1977. Ha resistito al collasso del mercato dei videogiochi del 83-84 ed è rimasta in produzione fino al 1992.

    Atari 2600:right
    Do dove viene il suo successo, che come vedremo è intimamente legato al c64?


    Read More
  • 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
    • ««
    • «
    • 27
    • 28
    • 29
    • 30
    • 31
    • »
    • »»

Recent Posts

  • La trebbIAtrice
  • Trump rules ma non benissimo
  • AI CODER
  • Cesare by Alberto
  • Perché investire in borsa? La risposta è 26
  • GXTrust+Macos vs Giorgi
  • Immich e Paperless: take control back!

Categories

EN 498 IT 484 KNOWLEDGEBASE 186 SOFTWARE 182
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS30 EGGBOX4 EN498 ERLANG14 ESP82666 EVERGREEN4 FEATURED93 FLASH1 FREEDOM8 GENERATIVEAI6 HUMOR81 INTERVISTE2 IT484 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA30 LETTERE-A-MIO-FIGLIO38 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI20 RETRO-COMPUTING35 REVIEW1 REVIEWS11 SITE13 SOFTWARE182 SOFTWARE-PROJECTS14 SQL27 UNCATEGORIZED1 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 25 PROGRAMMING_LANGUAGES 7 RISPARMIO 6 HOMELAB 5
All Series
ARDUINO25 FATLAMA4 FREEDOM4 HOMELAB5 POLITICA4 PROGRAMMING_LANGUAGES7 RISPARMIO6
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top