open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
SQLite
Status
Links icon
LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • L’ovviologo

    calendar Sep 28, 2017 路 2 min read
     it knowledgebase
     路
    Share on: twitter facebook linkedin copy

    Ci sono una nuova generazione di “nullasapienti”, persone che con una inutile laurea (tipicamente in legge) diventano giornalisti dilettanti, seguono i trend della “blogosfera” e leggono magari qualche bel libro di comunicazione.

    Il risultato 猫 che pubblicano video che non sono scontati, non sono banali ma non sono neppure perle di saggezza. Sono ovvi. La cosa diventa meno bella se mettendoci la loro faccia, vogliono pure dei soldi da voi.


    Read More
  • Thinking in Angular 4: Templates

    calendar Jul 28, 2018 路 2 min read
     en featured knowledgebase  路 great-ideas javascript javascript-war
     路
    Share on: twitter facebook linkedin copy

    To understand Angular 4, after the “Hero” tutorial you should start from the Template syntax.聽


    Read More
  • Fail2Ban

    calendar Jan 28, 2019 路 1 min read
     en knowledgebase unix-featured  路 linux security
     路
    Share on: twitter facebook linkedin copy

    On these days I decided to tune a bit more, my new shiny linux server box. I started to set up fail2ban. I think fail2ban is very imporant nowadays because it is a good example of a tool for slowing down attacks without closing your server too much.


    Read More
  • isync: free IMAP and MailDir mailbox synchronizer

    calendar Feb 8, 2019 路 1 min read
     en knowledgebase
     路
    Share on: twitter facebook linkedin copy
    isync: free IMAP and MailDir mailbox synchronizerisync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode.Synchronization is based on unique message identifiers (UIDs), so no identification conflicts can occur (as opposed to some other mail synchronizers).Synchronization state is kept in one local text file per mailbox pair; multiple replicas of a mailbox can be maintained.isync is free software in the sense of the GNU GPL v2.
    Source: isync: free IMAP and MailDir mailbox synchronizer
  • Ring - Cache interface as a programming language integration

    calendar May 28, 2019 路 1 min read
     en knowledgebase python  路 python
     路
    Share on: twitter facebook linkedin copy
    Ring - Cache interface as a programming language integrationRing provides function-oriented cache interface for various backends.

    Repository:


    Read More
  • Docker tips

    calendar Sep 27, 2019 路 2 min read
     devops en knowledgebase  路 docker
     路
    Share on: twitter facebook linkedin copy

    Use docker in docker to drive docker from a container Working under windows, sometimes docker slow down. Sometimes you need to access to the MobyVM. With this line:


    Read More
  • Avoid Kafka if unsure (think twice series)

    calendar Dec 2, 2019 路 2 min read
     en featured knowledgebase sql  路 java nosql
     路
    Share on: twitter facebook linkedin copy

    Some co-workers started using Apache Kafka con a bunch of our Customers.

    Apache Kafka is a community distributed event streaming platform capable of handling trillions of events a day. Initially conceived as a messaging queue, Kafka is based on an abstraction of a distributed commit log[*].
    To get this goal, Apache Kafka needs a complex servers setup, even more complex if you want the certification for the producing company (Confluent).聽 Now, if you are planning to use Kafka like a simple JavaMessaeSystem (JMS) implementation, think twice before going on this route.

    PostgreSQL 12 offers a fair (and open source) partition implementation, whereas if money are not a problem, Oracle 12c can happy scale on billions of record before running into troubles (and ExaData can scale even more).

    PostgreSQL and Oracle offer optimizations for partitioned data, called “Partition Pruning” in PostreSQL teminology:

    With partition pruning enabled, the planner will examine the definition of each partition and prove that the partition need not be scanned because it could not contain any rows meeting the query's WHERE clause. When the planner can prove this, it excludes (prunes) the partition from the query plan.
    This feature is quite brand new (popped in PostreSQL 11) but it is essential to a successful partition strategy. Before these feature, partitioning was a black magic art. Now it is simpler to manage.
    Read More
  • Git History Squash for fun and profit

    calendar Dec 12, 2019 路 2 min read
     en featured knowledgebase  路 git
     路
    Share on: twitter facebook linkedin copy

    Suppose you are developing a boring Jenkins pipline (like Jenkinsfile-s) with no time at all.

    You are forced to commit and then run the jenkins pipeline. Jenkins download the code from your LOCAL repository.

    To avoid commit& push roundtrip you are using the simple git daemon command to expose your local repository to jenkins. So jenkins see every commit you has just done.

    And you end up doing a lot of commits, full of trial and errors: you would like to “squash” them before pushing your work to your remote repository, to avoid co-worker laugh your wasted time(!)

    Git can do that, but I have an hard time to find the easier way of doing it, even reading git books!

    So let me explain to you:


    Read More
  • About 6502 emulator

    calendar Dec 16, 2019 路 1 min read
     knowledgebase retro-computing  路 6502 c64 retro-computing
     路
    Share on: twitter facebook linkedin copy

    I’d like to point you to this blog article about “cycle stepped” 6502 emulator. It is well described and can be a neat read for xmas vacation.


    Read More
  • Pybash

    calendar Jan 14, 2020 路 1 min read
     en knowledgebase python software  路 bash python
     路
    Share on: twitter facebook linkedin copy

    The project has been renamed into “runif”. This page left only for Google Search happiness.


    Read More
    • ««
    • «
    • 13
    • 14
    • 15
    • 16
    • 17
    • »
    • »»

Giovanni Giorgi

Master Solution Architect, father and free spirit.
Read More

Recent Posts

  • Anubis: DDos Protection
  • KarmaKit and Watchtower
  • FatLama for GenAI: The comeback!
  • Caciaball Extreamer

Latest comments

    Disclaimer

    Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
    Last updated:2025-05-14 02:00
    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top