-
A small, relaxing news was published some days ago:
It’s been 3 months since I first wrote about our efforts to scale Git to extremely large projects and teams with an effort we called “Git Virtual File System”. [...]
Today, I want to share our results. In addition, we’re announcing the next steps in our GVFS journey for customers, including expanded open sourcing to start taking contributions and improving how it works for us at Microsoft, as well as for partners and customers.
Read More -
Scenario: Andando a scuola tuo figlio non vuole capire che deve mettersi 0,5ml di collirio nell’occhio arrossato, né accetta il fatto che tu glielo abbia messo di forza mentre stavi uscendo di casa, nel tentativo di scongiurare una congiuntivite estiva, non arrivare tardi al lavoro, e trattenerti da dargli una sculacciata.
Read More -
Some “new” shiny IDE feature smart multi line editing, for instance for easily copy-past a block of code and then modifying it “live”. Sublime text has some feature like this…. and Emacs?
Emacs has a package for it called…Multiple cursors!
This video on “EmacsRocks” shows you some powerful use
Read More -
In Excel you can easily fill in a column with a list of values. Some times also in Emacs you my need to write down a bunch of similar code. The dotimes function with the “elsp eval” M-x : (Esc + : on windooze) will solve your trouble easily. Try out this code on scratch buffer:
Read More -
In Italian language we have accent words like àèéìòù
They are quite important because for instance “is” is spelled
è
whereas “and” is spelled
e
Accent are bad guys even today: if you copy them from MS-Word inside an Oracle sql script you can end up with different UTF-8 values. Also the accent are likely to be destroyed if you past them in your html page without using the correct html entity (i.e. è )
Read More -
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 -
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
Jan 15, 2017 · 4 min read ·
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 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
Dec 19, 2016 · 2 min read ·
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 -
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 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 -
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 -
-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é!....
-
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