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
  • Arduino Real Time OS Evolution (flash news)

    calendar Feb 7, 2017 · 1 min read
     arduino  en
     ·
    Share on: twitter facebook linkedin copy
    Arduino Real Time OS Evolution (flash news)

    A new version of an Arduino Realtime OS is on the go:

    https://github.com/greiman/ChNil

    I have used with profit and fun NilRTOS, and I strongly suggest to you this new variant.

    A preemptive multi tasking RTOS in a 2KB 1-MIPS, 8 bit microcontroller remember be the ugly time when a MS-Windows 3.x with 1 MB of RAM was an inferior operative system no-preemptive at all, but with nice software like Excel and Access


    Read More
  • Org Mode parser 0.1.3 is out!

    calendar Jan 31, 2017 · 1 min read
     en org-mode-parser software-projects  · org-mode
     ·
    Share on: twitter facebook linkedin copy

    Beauty (OrgMode Parser 0.1.3) is here to stay! OrgMode parser is a small nodeJS library to parse Emacs OrgMode files (more info at this link).

    This version features:

    • Fixed empty header issue
    • Code Cleanup
    • Migration from jade to pug2 (new name of jade)
    • Added optional logging framework (winston)

    Also I’d like to thank all the people contributed: I have a list now.


    Read More
  • La mia esperienza nell’open source

    calendar Jan 15, 2017 · 4 min read
     it knowledgebase org-mode-parser software software-projects  · github opensource
     ·
    Share on: twitter facebook linkedin copy
    La mia esperienza nell'open source

    Nel 2011,  per studiare node js creai un progetto chiamato OrgModeParser.

    Org Mode è un package per l’editor Emacs, ed è pensato per tenere note strutturate, pianificare progetti con una schedulazione, mantenere una lista di cose da fare e generare poi documenti word o html da tali file in modo piuttosto efficace.


    Read More
  • AngularJS alterantive: Micro JavaScript framework on the 2017

    calendar Jan 8, 2017 · 2 min read
     en knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    AngularJS alterantive: Micro JavaScript framework on the 2017

    AngularJS is indeed a good framework, but if you lose some grip on it (i.e. you go in vacation for 2 weeks), it is very complex to re-grasp.

    Also I have seen junior JavaScript developer confused my $scope use.

    JavaScript on client side has damned destiny: it is too easy to develop a framework from scratch: so roll you dice, cross your finger and find plenty of AngularJS alternatives


    Read More
  • OOP is the your new legacy

    calendar Dec 19, 2016 · 2 min read
     en lang software  · erlang functional-programming ideas java javascript lisp
     ·
    Share on: twitter facebook linkedin copy
    OOP is the your new legacy

    Today I took a light rail with my son, to bring him to school. That tram is 90 years old. It has been maintained for 90 years. Milan city sold some of them to San Francisco too.


    Read More
  • Org Mode parser 0.1.2 is out!

    calendar Dec 16, 2016 · 1 min read
     en org-mode-parser  · org-mode
     ·
    Share on: twitter facebook linkedin copy

    After  a lot of time, I am very happy and excited to announce a new release of org mode parser!

    I thank a lot the contributors. In short, we have a stronger parser and a new html rendering based on jade template engine.

    Also code blocks Support for source block enclosed in  #+begin_src / #+end_src are supported and marked with special CSS class and data attribute.


    Read More
  • Oracle Auto increment trigger HOWTO

    calendar Dec 13, 2016 · 1 min read
     en featured knowledgebase sql  · oracle tip
     ·
    Share on: twitter facebook linkedin copy
    Oracle Auto increment trigger HOWTO

    Oracle SQL Developer is full of nice feature, damned by a overwhelming options pane, like the one I will describe to you right now.

    Even if  Oracle databases (<12) does not support auto increment, you can easily ask to your sql data modeler to generate for you a sequence and a trigger in a automatic way.


    Read More
  • 2017 Site redesign

    calendar Dec 13, 2016 · 1 min read
     site
     ·
    Share on: twitter facebook linkedin copy

    After 6 years, Gioorgi.com is in “redesign mode”: site design is evolving!

    New Site design will slowly roll out in the next month: stay with us until mid-January for new feature articles.

    New shiny Wordpress theme is on the go: menu bar and layout will “pop” during the next three weeks.


    Read More
  • West world: lento lento lento

    calendar Dec 4, 2016 · 2 min read
     it
     ·
    Share on: twitter facebook linkedin copy

    -Tieni sceneggiatore, il soggetto è questoquà (<paft>, rumore di sceneggiatura sul tavolo). -Hum signore ma ci sarà materiale per massimo 3-4 puntate qua... -Dobbiamo farne dieci e pure uno spunto (cliffhanger) per una seconda serie. Allunga le cose -Dottò ma è impossibile... -Aho provacé!....


    Read More

  • I am smarter syndrome

    calendar Nov 29, 2016 · 2 min read
     en software  · java
     ·
    Share on: twitter facebook linkedin copy
    I am smarter syndrome

    Sometimes in University I found bold young guy saying something like:

    I will reimplement this in machine language because is faster

    I will reimplement this xyz C function by my own

    My program crash, I think there is a bug in HP UNIX socket implementation

    I will ge rid of this Java Garbage Collector because it is too slow. I will reimplement all the code in my C++ routine.

     

    Belive me: your code is doomed. A full list of guys have already done your same code, found a million bugs and corrected it in the tool you want to replace because they are shitty slow, to your eyes.

    I feel your pain because I made your same mistake. Keep reading.


    Read More
  • Oracle Database Sync

    calendar Nov 22, 2016 · 1 min read
     en featured knowledgebase sql  · oracle tip
     ·
    Share on: twitter facebook linkedin copy
    Oracle Database Sync

    Oracle SQL Developer is full of nice feature, damned by a overwhelming options pane, like the one I will describe to you right now.

    I will show here a very fast way of comparing different database and auto-generate migration script.

    1. Reverse engineer the source database using Oracle Data Modeler
    2. Now select the right arrow  shown below: sync-with-db
    3. Select the destination datasource (more here) when asked.
    4. The compare pane will enable you to compare the databases. But the default options will also use schema name to detect different object, so you will not get what you want in every scenario. In 50% of my daily job, schema are different, so you must select the options below to fix it: Select "Options" and then "Compare options". Then  de-select "Use schema property" like suggested below: magic-option
    5. Push the "Sync new object". Then push the "DLL Preview" button and inspect the generated database.
    6. Bonus: by default the tool will not include tables to drop. Inspect the two pane ad check the table you want to drop in the left pane.
    7. Refrain launching the script without proper testing. You are migrating your valuable data.
  • Pandoc: your secret best friend in document translation

    calendar Nov 13, 2016 · 1 min read
     en knowledgebase  · lisp tools
     ·
    Share on: twitter facebook linkedin copy
    Pandoc: your secret best friend in document translation

    Pandoc is an universal document converter to convert Markdown, Org-Mode, Html, Word documents from one markup format into another  After using different tools, (including GNU info and SGML). I find out pandoc vert handy.


    Read More
  • BBC Micro bit: first look

    calendar Sep 8, 2016 · 3 min read
     arduino  en featured software  · embedded
     ·
    Share on: twitter facebook linkedin copy
    BBC Micro bit: first look
    The BBC Micro bit an ARM-based embedded system designed by the BBC for use in computer education in the UK. The device has been given away free [...] [to every 11 years old pupil] in the UK, and is also available for purchase by anyone.

    This is the wikipedia definition.


    Read More
  • Licenze OSS: cartina tornasole

    calendar Sep 5, 2016 · 4 min read
     featured it knowledgebase software  · opensource
     ·
    Share on: twitter facebook linkedin copy
    Licenze OSS: cartina tornasole

    In ambito Open source vi sono innumerevoli licenze disponibili. Quali sono le loro differenze salienti? Come orientarsi? In questo breve articolo diamo una serie di indicazioni e spunti di riflessione.


    Read More
  • RaspberryPI life extender: tmpfs

    calendar Jul 15, 2016 · 1 min read
     en knowledgebase  · raspberrypi
     ·
    Share on: twitter facebook linkedin copy
    RaspberryPI life extender: tmpfs

    To increase performance and SD life of your raspberry PI 2/3, you can follow my first article on this subject.

    You can easily increase even more the SD life if you can trade a bit of RAM.

    The key idea is to take advantage of tmpfs, which can be resized on the fly too.


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

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