Just found this great page explaining a lot about current state of digital #video : from capturing to playback.
| altername | Toparvion |
| home | https://toparvion.pro/en |
| github | https://github.com/toparvion |
| pronouns | he/him |
| altername | Toparvion |
| home | https://toparvion.pro/en |
| github | https://github.com/toparvion |
| pronouns | he/him |
Just found this great page explaining a lot about current state of digital #video : from capturing to playback.
A long-standing objection to making bulk changes to code using automated tools (e.g. to conform to a given code style) is that it clutters the output of git blame. With git 2.23, this does not have to be the case anymore! In this post I will start by explaining the value of git blame and [鈥
A Java Spring Boot based Strava alternative
https://github.com/r-follador/cubetrek
Discussions: https://discu.eu/q/https://github.com/r-follador/cubetrek
I was close to start writing something similar by myself when occasionally found this pretty feature in #WireShark - IO Graphs (see Statistics menu).
Not only it's capable of plotting overall traffic rate with changeable averaging interval, but also supports flexible smoothing by means of several presets for simple moving average (SMA).
It saved the world from one more reinvented wheel 馃槣
Always happy to contribute to #opensource projects I use by myself:
https://github.com/rrd4j/rrd4j/pulls?q=is%3Apr+is%3Aclosed+author%3AToparvion 鈽猴笍
This time fixed a couple of issues in wonderful #RRD4J library - the most comprehensive implementation of round-robin database in #Java.
#rrd stores data in a way that prevents the storage from unlimited growth what makes it perfect for aggregated #timeseries.
Read more if interested: https://en.wikipedia.org/wiki/RRDtool
Just noticed #Javassist byte-code manipulation library has released its v3.30 version with bug-fixes to work with #java21.
Nothing special you'd say until remember that the library traces its history back to 1999!
One of the projects definitely deserving the title of True Java Mastodon 馃悩
https://github.com/jboss-javassist/javassist/releases/tag/rel_3_30_1_ga
Just released a small #Java utility for bulk scanning of JAR files' signatures. Hope it will be useful for those who solve such a simple yet tedious task.