Live data from Hacker News

Viewing profile — jcalvinowens

jcalvinowens

HN member
Joined
Fri, Oct 25, 2013, 4:31 AM UTC
HN karma
2,705
Public activity
938 items

About jcalvinowens

calvin@wbinvd.org github.com/jcalvinowens

I do not use LLMs for writing comments at all.

Recent public activity

  1. comment
    Comment #49221800

    A much better title would be "A hardware backdoor in a historical VIA x86 CPU".

  2. comment
    Comment #49181919

    You stand to the side and pull it with one arm

  3. comment
    Comment #49181304

    The preliminary NTSB report: https://data.ntsb.gov/carol-repgen/api/Aviation/ReportMain/G...

  4. comment
    Comment #49174385

    A lawn mower cuts grass whether you push it forward or pull it backwards: my trick when I was a kid was just to push and pull it back and forth across the lawn without changing the…

  5. comment
    Comment #49159637

    Location: Bay Area, CA, USA Remote: Yes Willing to relocate: No Technologies: C, C++, Linux, drivers, embedded, HPC, networking, video, radio, yocto Résumé/CV: https://github.com/j…

  6. comment
    Comment #49110730

    Remember that -Os is much much more aggressive in GCC than it is in LLVM, with LLVM you need to use -Oz to get the same result. GCC has historically been a bit of a pig about -Os, …

  7. comment
  8. comment
    Comment #48979378

    > One thing that concerns me is the possibility of on-die ECC interacting with ECC on the motherboard and reducing it’s effectiveness DDR5 on-die ECC detects and corrects one-bit e…

  9. comment
  10. comment
    Comment #48687951

    HDCP1 is completely broken, you can buy HDCP2.x strippers on amazon (they're often marketed as "converters").

  11. comment
    Comment #48587984

    +1 for btrfs If a NAS has a 1G or even 2.5G NIC, improving the filesystem performance is a waste of time... the network is the bottleneck. My N100 two-disk btrfs-raid1 NAS hits lin…

  12. comment
    Comment #48547078

    It's actually faster than I remembered: {0}[calvinow@sousa ~/git/linux] git describe v7.1 {0}[calvinow@sousa ~/git/linux] git clean -dffxq {0}[calvinow@sousa ~/git/linux] zcat /pro…

  13. comment
    Comment #48542783

    No, 90 seconds is the clean build time without ccache.

  14. comment
    Comment #48531111

    > The build takes about 30-45 minutes If you don't actually need all the drivers, you can use "make localmodconfig" to substantially reduce that. My local kernels build in 90 secon…

  15. comment
    Comment #48519045

    I love keyd, it uses uinput so it works on the vtty too.

  16. comment
    Comment #48483513

    https://arxiv.org/pdf/2411.09241

  17. comment
  18. comment
  19. comment
  20. comment
    Comment #48437546

    XFS does use /lost+found, it calls it the "orphanage directory" and xfs_repair reparents children of corrupt directories there. Based on comments in the kernel source, it seems lik…

  21. comment
  22. comment
    Comment #48426518

    It is a weirdly common misconception that that fork() is cheap... it is O(N) on the size of the process, and it always has been. Yes, it's copy on write... but there is a linear re…

  23. comment
    Comment #48386490

    It's unbelievable and it's only getting worse. A 2x32GB DDR5 kit I paid $150 for 11 months ago costs $910 today from the same retailer. A 2x16GB DRR4 kit that was $105 last year is…

  24. comment
    Comment #48268011

    There's a tradeoff here people often ignore: how much does the power consumption increase? In my experience, you end up using more total power because the SIMD instructions are so …

  25. comment