Live data from Hacker News

Viewing profile — luzifer42

luzifer42

HN member
Joined
Thu, Aug 04, 2022, 9:31 AM UTC
HN karma
16
Public activity
15 items

About luzifer42

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
    Comment #38216138

    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 re…

  5. 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…

  6. comment
    Comment #37700990

    One big issue is that if a YAML file gets truncated for some reason, parsers generally don't complain.

  7. 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

  8. comment
    Comment #32931609

    clickhouse-local is a powerful alternative. https://clickhouse.com/docs/en/operations/utilities/clickhou... https://news.ycombinator.com/item?id=31561780

  9. 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 …

  10. 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…

  11. 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…

  12. 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 …

  13. 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 …

  14. story
  15. story