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 Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • 2013 Spotify Daitan Mix

    calendar Aug 15, 2013 路 1 min read
     en
     路
    Share on: twitter facebook linkedin copy

    spotify 聽

    http://open.spotify.com/user/1169393101/playlist/6GjrQ0EjyucEZkXaIPRH5A And yes I love POP…:)


    Read More
  • Oracle Invalid number ORA-01722

    calendar Jul 15, 2013 路 1 min read
     en knowledgebase sql  路 bad bug oracle sql
     路
    Share on: twitter facebook linkedin copy
    Oracle Invalid number ORA-01722

    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鈥f 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%'

    Read More
  • How I Structure My Flask Applications

    calendar Jun 27, 2013 路 1 min read
     en knowledgebase  路 python
     路
    Share on: twitter facebook linkedin copy
    How I Structure My Flask Applications

    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
  • Emacs Rectangles

    calendar Jun 8, 2013 路 1 min read
     en  路 emacs
     路
    Share on: twitter facebook linkedin copy

    Did you know? Emacs supports killing rectangles of text!


    Read More
  • Http1.0 on firefox

    calendar Jun 6, 2013 路 1 min read
     en  路 http
     路
    Share on: twitter facebook linkedin copy

    To force Firefox on http 1.0 proceed as follows:


    Read More
  • Code Zauker 0.1.0: Code Young

    calendar Jun 4, 2013 路 1 min read
     en featured projects software  路 code-zauker redis ruby
     路
    Share on: twitter facebook linkedin copy
    Code Zauker 0.1.0: Code Young

    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


    Read More
  • Learning Emacs Lisp: the fast track!

    calendar May 6, 2013 路 2 min read
     en  路 emacs ideas lisp programming
     路
    Share on: twitter facebook linkedin copy

    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.


    Read More
  • ZFS on MACOSX

    calendar Feb 4, 2013 路 1 min read
     en knowledgebase
     路
    Share on: twitter facebook linkedin copy
    ZFS on MACOSX

    ZFS is a very innovative file system….

    ZFS聽is a combined聽file system聽and聽logical volume manager聽designed by聽Sun Microsystems. The features of ZFS include protection against聽data corruption, support for high storage capacities, integration of the concepts of filesystem and聽volume management,聽snapshots聽and聽copy-on-write聽clones, continuous integrity checking and automatic repair,聽RAID-Z聽and native聽NFSv4聽ACLs. ZFS is implemented as聽open-source software, licensed under the聽Common Development and Distribution License聽(CDDL). The ZFS name was a trademark of聽Oracle[3]聽until September 20, 2011.[4]

    […]


    Read More
  • Book Review: Git: Version Control for Everyone

    calendar Jan 31, 2013 路 1 min read
     en reviews  路 book git
     路
    Share on: twitter facebook linkedin copy

    I am very happy to announce the availability of “Git: Version Control for Everyone” book, written by聽Ravishankar Somasundaram


    Read More
  • Solving Emacs Freeze and/or Slowdown on windows7

    calendar Jan 28, 2013 路 1 min read
     en knowledgebase  路 emacs windows
     路
    Share on: twitter facebook linkedin copy
    Solving Emacs Freeze and/or Slowdown on windows7

    So you know I need Emacs on every PC I use.


    Read More
    • ««
    • «
    • 21
    • 22
    • 23
    • 24
    • 25
    • »
    • »»

Recent Posts

  • 6,76%
  • Il tizio con il cappello che crede di comandare il mondo intero
  • Murderbot: i diari della macchina assassina
  • Breve guida agli ETF

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top