Streaming to more than one service can be done using an RTMP Server that relays your input to several outputs or using an external service. Services like restream.io offer free and paid options to send your stream to several services at the same time. Source: How to easily stream to two or more locations? –…
Category: Documentations
Documentations
Don’t Use Database Generated IDs | The Startup
Stop letting the database be in charge of your application Source: Don’t Use Database Generated IDs | The Startup This is old lore: the almight Davide Bianchi wrote in 2002 “PK autogenerate… amici o nemici?” (“autogenerated Primary Keys… friends or foes?. The answer is plain, simple, short Absolutely no! Then he explain why.
Documentations, Proprietary software
Leggere le norme UNI su Fedora 32
Come vorrei non sentire il bisogno di scrivere questa guida. Purtroppo le normative italiane edite dall’UNI spesso hanno valenza di legge quindi devono essere applicate. E sono “rinchiuse” dietro manette digitali, il famigerato DRM. Che dovrebbe stare per “Digital rights management” mentre nei fatti sono piuttosto delle “Digital Restrictions Management” (letteralmente “gestione delle restrizioni digitali”).…
Documentations, Tricks
ImageMagick – Remove black borders
It is as simple as: magick mogrify -fuzz 4% -define trim:percent-background=0% -trim +repage -format jpg img.jpg Source: Stack Overflow
Link
Useful CSS pseudo-classes that are often overlooked.
Source: CSS Pseudo-Selectors You Might Have Missed – Bits and Pieces
Documentations
Cura dimagrante
Per far dimagrire un video da 402Mb a 9,9Mb. Ok, ok, chi si loda s’imbroda, tanto più che fa tutto ffmpeg, mica io! Ma vediamo il perché dopo aver visto il percome: il video in origine era codificato in H264 con risoluzione 1920×1080, a 30 fotogrammi al secondo, con un bitrate video di quasi 18MBit,…
Documentations
QR-Code con LibreOffice
I codici QR, ossia i codici “a barre” bidimensionali oggi sono onnipresenti. Potrebbe capitarvi di dover realizzare documenti che li contengano. Bene, LibreOffice (dalla versione 6.4) ha una comoda funzione per generarli Semplice, utile, veloce. A dirla proprio tutta questi codicilli sono un po’ tristi! E com’è che la rete è piena di QR con…
Documentations
Copie intelligenti
Mi è sempre piaciuta l’idea di avere copie “intelligenti”, ossia una copia al giorno per una settimana una copia alla settimana per un mese una copia al mese per un anno una copia all’anno per la parte vecchia. E mi son sempre arrovellato su come implementarlo nel mio umile scriptino bash con cui facevo alcune…
Link
GitHub Repos That Should Be Starred by Every Web Developer
A list of GitHub repositories that will help you immensely with your knowledge and work-life as a programmer
- A List of Useful Resources for Front-End Developers
- https://github.com/denysdovhan/wtfjs
- https://github.com/sindresorhus/awesome
- List of (Advanced) JavaScript Questions
- JavaScript Algorithms and Data Structures
Clean Code JavaScript- Free-for.dev
- List of Free Learning Resources
- Awesome First PR Opportunities
- Daily-Interview-Question
Documentations
How to Increase the size of a Linux LVM by expanding the virtual machine disk
How to Increase the size of a Linux LVM by expanding the virtual machine disk