-
After some year, we decided a new theme shake up..
The new PinPress theme spot article auto loading; more important, you get also auto artilce rearrange when you resize the window (try out).
We are planning some refinement on the newxt week so stai tuned and… we hope you enjoy the new style!
Read More -
La Intel ha commercializzato da poco i NUC, (Next Unit of Computing): si trattà di unità compatte dalle dimensioni di un palmo, con doppia uscite HDMI e diverse categorie di processori Intel.
Sono ottimi come media server, ma è possibile anche usarli come server, come vedremo
Read More -
Mio figlio ieri sera mi guarda disteso sul lettone e chiede: “Papà ma anche nella tua pancia c’è un bimbo?” Sto ingrassando….
Domenica mattina
Nel silenzio tombale, il figlio mio si sveglia assonnato, sciabatta verso la sala immersa nella luce mattutina, poi si gira verso di me (che lo seguo in stato semi comatoso) e mi chiede: “Forse forse…forse forse mamma va svegliata…”
E io gli rispondo: “tesoro è l’alba di domenica, sono le 7:00, oggi non si deve nemmeno andar a far spesa, la facciamo dormire un po’ la mamma?…”
“Nooooo, di giorno non si dorme!….”
Tu sei piccolo Mattia? “No, i bambini piccoli vanno al nido” e così facendo unisce il pollice e l’indice per farmi vedere quanto sono piccoli i bambini piccoli “I bambini piccoli piangono sempre” E tu sei grande mattia? “Nooo io non sono grande” e allarga le braccia per fare “grande”.
Oggi papà compie quarant’anni, e tu tra pochi giorni ne compi quattro figlio mio. Tuo papà ha dieci volte la tua età. E’ meno preoccupato per il tuo futuro rispetto a quindici anni fa, quando eravamo la barzelletta del mondo (ora siamo un po’ più rispettati, anche se non sapendoci prendere sul serio sembriamo sempre una Nazione di serie B).
Matteo Renzi ha l’età del tuo papà, ed è il primo premier non ottuagenario (oppure non ottuso) che abbiamo da decenni, forse da secoli. In europa Renzi è considerato un furbetto, ed in parte lo è. Ma non è bravo come Berlusconi, per cui ahimé per lui (e fortuna per noi) dovrà impegnarsi parecchio per tracciare un solco nella storia; questo vuol dire che dovrà attuare delle vere riforme sociali, e non potrà occuparsi degli affari suoi come fece un presidente del consiglio di qualche governo fa.
Read More -
Ciao a tutti, è venerdì! Se avete due minuti di tempo, volevo indicarvi un articolo su un algoritmo non banale, molto ben descritto qui:
http://research.swtch.com/sparse
This is the story of a clever trick that’s been around for at least 35 years, in which array values can be left uninitialized and then read during normal operations, yet the code behaves correctly no matter what garbage is sitting in the array.
Read More -
-
Ho chiesto a mio figlio:‘Sei permaloso?’, lui ha risposto sbattendo il pezzo di lego che aveva in mano per terra:‘No!’ ha gridato. Appunto
-
I stumbled upon a very brain-f**k error on Oracle 10g on these days.
Context: the following query [sql]SELECT * FROM (
SELECT TO_NUMBER(CUSTOMER_ID) AS SNDG FROM BAD_CODES_TABLE WHERE
AND I_LIKE=UPPER(‘STATIC_CONDITION’) AND CUSTOMER_ID NOT LIKE ‘%P%’ ) S WHERE TO_NUMBER(S.SNDG) >2000[/sql] could trigger a Invalid number if CUSTOMER_ID column contains invalid numbers.Why?
Well…if you ask to “explain plan”, you will get something like
- a table full scan
- Filter Predicates AND
- I_LIKE=UPPER('STATIC_CONDITION')
- TO_NUMBER(S.SNDG) >2000
- CUSTOMER_ID NOT LIKE '%P%'
- Filter Predicates AND
Read More - a table full scan
-
How I Structure My Flask Applications Flask has been my preferred web framework as of late. I think it has a great core feature set and Armin, the main author, has done well to keep its API minimal and easy to digest even for developers that are relatively new to Python. However, given that it is a rather minimal framework, it can be often difficult to decide on how to structure an application after it reaches a certain level of complexity. It tends to be a common question that comes up in the #pocoo IRC channel.In this article I intend to share how I structure Flask applications. To help support this article Ive written a very basic application that Ive arbitrarily named Overholt. If you plan on following along I recommend having the source code open in your browser or a code editor.
Read More -
Quando frequentavo le medie inferiori nella mia classe si formarono due pseudo bande. I due presunti “capetti” non amavano molto la neutralità: “O sei con noi o sei contro di noi”. Per cui non mi fu possibile stabilire legami stabili con tali loschi figuri. Questa rigidità mentale era giustificata dalla giovane età oltre che dal fatto che si trattava di una scuola di periferia.
Read More -
Did you know? Emacs supports killing rectangles of text!
Issuing “C-x r k” (kill-rectangle) will kill a rectangular area of text. This can be very useful when you have fixed-string text you must process.
yank-rectangle “C-x r y” will paste it where you like.
As usual Emacs rocks!
Read More -
To force Firefox on http 1.0 proceed as follows:
- Open a window and go to "about:config" page
- Hack "network.http.version" property
- restart firefox
-
I hear your heart beat to the beat of the drums Oh what a shame that you came here with someone So while you're here in my arms Let's make the most of the night like we're gonna Code young
We're gonna code young We're gonna code young
Read More -
Ops I did it again. Although I repeatedly said I didn’t love emacs Lisp, I finally managed to learn it. So I want to share with you my tips, to help entering in the Emacs Lisp world in a fast, fun and easy way.
First of all Lisp is a very elegant language, as you may expect. Lisp is so elegant you will have to take your time to learn it, because it is a bit cryptic. To make things even worst, emacs function names are less than intuitive. The solution anyway is here: cookbooks!
Read More -
La rielezione di Giorgio Napolitano come presidente verrà portata storiamente come prova della crisi in cui la seconda repubblica versa in questo periodo. Da un lato il blocco dei partiti tradizionali (PD,PDL,Scelta Civica, SEL, Lega…) ha sempre voluto rifuggire un accordo con il neonato movimento cinque stelle (M5S). Simmetricamente l’M5S ha proposto Rodotà come presidente senza mai aprirsi ad una discussione.
Read More