Viewing profile — luzifer42
luzifer42
HN member- Joined
- Thu, Aug 04, 2022, 9:31 AM UTC
- HN karma
- 16
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About luzifer42
No profile information was provided.
Recent public activity
-
comment
Comment #48200185
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 the…
-
comment
Comment #46062491
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/nbauma10…
-
comment
Comment #42846649
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: http…
-
comment
Comment #38216138
DragonflyBSD is one of the few BSD distributions which support device-mapper. https://man.dragonflybsd.org/?command=dm_target_crypt§io... Quite useful to mount PS3 disks, to re…
-
comment
Comment #38215897
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://packa…
-
comment
Comment #37700990
One big issue is that if a YAML file gets truncated for some reason, parsers generally don't complain.
-
comment
Comment #32935577
The large binary size argument is a bit old. It seems possible to reduce it below 50MB. https://github.com/ClickHouse/ClickHouse/issues/29378
-
comment
Comment #32931609
clickhouse-local is a powerful alternative. https://clickhouse.com/docs/en/operations/utilities/clickhou... https://news.ycombinator.com/item?id=31561780
-
comment
Comment #32783191
AWS also likes to play this game: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIR... : " MessageBody: ... Maximum length of 1024." I have implemented some fixed error …
-
comment
Comment #32689121
DupeGuru is an interesting tool to find duplicates. It's fast and flexible. It can even search for similar files (binary, music and pictures). https://github.com/arsenetar/dupeguru…
-
comment
Comment #32575454
You really need a good reason to choose a non native language (e.g. not JavaScript for the Browser). One reason might be that you target other platforms too (cross-platform). In th…
-
comment
Comment #32565636
The canvas is a powerful tool, especially if you do a lot of graphical work. Rendering the entire UI yourself, gives you complete freedom of layout management. Plus, you avoid any …
-
comment
Comment #32351950
Hello, I've made a charting tool for time-series. I was frustrated with existing charting tools for many reasons: - Too complex to setup - Too complex to use - Too expensive - Too …
- story
- story