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 Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
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…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%'

    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
    • ««
    • «
    • 44
    • 45
    • 46
    • 47
    • 48
    • »
    • »»

Featured Posts

  • Basic V2 rocks

Recent Posts

  • FatLama: Podcast Episodio 1
  • Ci siamo già visti?
  • FatLama: Open?
  • Misterio Is Back
  • Netflix retro weird spirit
  • Yakuza Blues
  • FreeBSD on MacBook Mid 2009 with BroadCom WIFI

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top