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
  • Data Driven Form in angular

    calendar Feb 4, 2022 · 1 min read
     en knowledgebase  · angular
     ·
    Share on: twitter facebook linkedin copy
    Data Driven Form in angular

     

    JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.

    Benefits

    • Describes your existing data format(s).
    • Provides clear human- and machine- readable documentation.
    • Validates data which is useful for:
      • Automated testing.
      • Ensuring quality of client submitted data.
    On top of it you can run JSON Forms, a  data driven forms library:
    1. Declare your forms as JSON based on a JSON Schema
    2. Fully-featured forms including data-binding, input validation, and rule-based visibility out-of-the-box
    3. Designed for customizability - from custom styling to custom widgets
  • OCI Autonomous Database: Change MEDIUM Service Concurrency Limit

    calendar Jan 27, 2022 · 1 min read
     en knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    OCI Autonomous Database: Change MEDIUM Service Concurrency Limit

    On Oracle Autonomous Database (Oracle Cloud DB service), the consumer groups of the predefined service names provide different levels of performance and concurrency.


    Read More
  • Log4jShell

    calendar Dec 20, 2021 · 1 min read
     en knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    Log4jShell

    Log4jShell vulnerability

    1. Kasperky article
    2. https://www.lunasec.io/docs/blog/log4j-zero-day-update-on-cve-2021-45046/ with the following "news":If you have previously used LOG4J_FORMAT_MSG_NO_LOOKUPS to mitigate the log4shell vulnerability, in certain conditions this will not be sufficient to protect your code from RCE. Refer to our mitigation guide for additional steps you can take to remediate the impact of Log4Shell
    3. Apache group released two fix in short delay, after  the second fix was found vulnerable to other attacks, a third fix (2.17.0) was released.
     
  • HyperV Machine Export

    calendar Oct 28, 2021 · 1 min read
     en knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    HyperV Machine Export
    1. Shutdown VM and compress the compact the disks
    2. Check if you have enough space: you need more or less the space of the VM disks+ minimal RAM configured
    3. From your Hyper-V host, run PowerShell as an administrator and then run something like: GET-VM This will display all the VMs running on the current host.
    4. Then run:
      $ExportPath = “C:\\Exports”
      Export-VM -Name “BoxNameFromGetVM Step3” -Path $ExportPath
       
  • Cassandra Compendium

    calendar Aug 29, 2021 · 17 min read
     en knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    Cassandra Compendium

    Apache Cassandra Compendium, pasting together documentation from https://cassandra.apache.org/doc/latest/cassandra/data_modeling/index.html


    Read More
  • Simple method to add historic feature to SQLite

    calendar Apr 8, 2021 · 5 min read
     en featured knowledgebase sql  · database sqlite
     ·
    Share on: twitter facebook linkedin copy
    Simple method to add historic feature to SQLite

    Abstract: Make a database which can be store historic modification is often considered a “secondary” activity, but bad design leads to databases that are difficult to optimize and often not very understandable. In this article we illustrate a simple method that respects the dictates of relational theory & is easy to understand. As a plus we will show it on SQLite, a small but powerful database system.


    Read More
  • How to re-enable right click

    calendar Feb 21, 2021 · 1 min read
     en featured knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    How to re-enable right click

    Some news site still try in 2021 to disable right click and ability to copy content. These tactis are very very poor, and only block the users not interested in copying/stealing your code.


    Read More
  • Legacy Management

    calendar Feb 10, 2021 · 1 min read
     knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    Legacy Management

    Good insights from this article:

    How to strangle a legacy codebase

    The strategy is simple:

    Progressively delete the old code base, in favor of a new one.


    Read More
  • TiddlyWiki

    calendar Jan 19, 2021 · 1 min read
     knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    TiddlyWiki
    TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.
    Tiddlywiki born in 2004, is great if you need a fast way to make fast notes. In the past it was able to store itself using local javascript extensions, but now you need a node server or some specific setup.
  • JonnyDecimal rulez!

    calendar Jan 18, 2021 · 1 min read
     knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    JonnyDecimal rulez!

    https://johnnydecimal.com/

    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

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