HackerTrans
TopNewTrendsCommentsPastAskShowJobs

luzifer42

no profile record

comments

luzifer42
·2 mesi fa·discuss
I made once a maven plugin which reprocesses jar files. It allows to remove extra content such as comments and directories. In addition, it handles nested zip files to increase their compress-ability. And all the features can be toggled individually.

https://luccappellaro.github.io/2015/03/01/ZopfliMaven.html
luzifer42
·8 mesi fa·discuss
There is a maintained fork of this called jd-gui-duo which includes more features and more decompilers (JADX, Vineflower, Fernflower, CFR, Procyon, ...)

https://github.com/nbauma109/jd-gui-duo
luzifer42
·anno scorso·discuss
I created once a maven plugin to recompress Java artefacts with zopfli. I rewrote it in Java and runs entirely in the JVM. This means, the speed is worse and may contain bugs:

https://luccappellaro.github.io/2015/03/01/ZopfliMaven.html
luzifer42
·3 anni fa·discuss
DragonflyBSD is one of the few BSD distributions which support device-mapper. https://man.dragonflybsd.org/?command=dm_target_crypt&sectio...

Quite useful to mount PS3 disks, to recover old savegames ;) https://www.psdevwiki.com/ps3/Mounting_HDD_on_PC
luzifer42
·3 anni fa·discuss
Why reinvent the wheel? https://github.com/async-profiler/async-profiler#flame-graph...

Ok, Windows is not supported. But IntelliJ made a fork which works on Windows. https://packages.jetbrains.team/maven/p/ij/intellij-dependen...
luzifer42
·3 anni fa·discuss
One big issue is that if a YAML file gets truncated for some reason, parsers generally don't complain.