Live data from Hacker News

Viewing profile — rwaksmunski

rwaksmunski

HN member
Joined
Wed, Dec 30, 2020, 2:41 PM UTC
HN karma
703
Public activity
200 items

About rwaksmunski

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48925161

    It's a bank in Europe

  3. comment
    Comment #48833269

    The Rust ownership model prevents use after free. This type of a bug would not compile.

  4. comment
    Comment #47990706

    Just when you think they've reached the bottom, they just keep digging.

  5. comment
  6. comment
    Comment #47490732

    Apple might just win the AI race without even running in it. It's all about the distribution.

  7. comment
    Comment #47409376

    jemalloc 5.2.1 vs mimalloc v3.2.8 in Rust software processing hundreds of Terabytes. Could not measure a meaningful difference, but mimalloc would release freed memory to the OS a …

  8. comment
    Comment #47028131

    AI seems to work a lot better once you acquire some AI equity, you go from not working at all to AI writing all the code. /s

  9. comment
    Comment #46723841

    I use the slice::windows for that.

  10. comment
    Comment #46679501

    Every Rust SIMD article should mention the .chunks_exact() auto vectorization trick by law.

  11. comment
    Comment #46382673

    I'm saying it's not good enough to write code yet, but good at explaining code. If it can't that means I messed up and I need to make it clearer. Once it's explanation and my meani…

  12. comment
    Comment #46378963

    Early in 1999 my 1st build was a Celeron 300A on Asus P2B-LS overclocked to 450. Later upgraded to 1.4Ghz and 512MB ECC RAM. Much later running FreeBSD as a home server probably ti…

  13. comment
    Comment #46371775

    It's decent at explaining my code back to me, so I can make sure my intent is visible within code/comments/tracing messages. Not too bad at writing test cases either. I still write…

  14. comment
    Comment #46126525

    Been doing Rust lambdas for 4 years now, Rust is absurdly fast, especially when compared to non compiled languages. If anything, Rust is even faster than those benchmarks in real w…

  15. comment
    Comment #46106104

    I got over 20 years of sane, reliable and consistent computing from the FreeBSD Project, thank you.

  16. comment
    Comment #45964496

    FreeBSD on bare metal hooked up to a nice network.

  17. comment
    Comment #45963011

    Tier 3 is max official

  18. comment
    Comment #45800656

    I prefer developing Rust on FreeBSD, memory allocator, scheduler, network stack, kqueue, dtrace and other instrumentation are all superior than the Linux counterparts. What's missi…

  19. comment
    Comment #45643045

    My Retina MacBook Pro lasted over a decade, that's 200$ a year plus $50 battery replacement and $8 speaker. It still runs fine. Macs are an absurd value/quality for money. If M ser…

  20. comment
    Comment #45627406

    This, fsync() data corruption, BitterFS issues, lack of Audit on io_uring, triplicated EXT2,3,4 code bases. For the past 20 years, every time I consider moving mission critical dat…

  21. comment
    Comment #45620046

    AGI is still a decade away, and always will be.

  22. comment
    Comment #45502751

    At least it's not Broadcom

  23. comment
    Comment #45500964

    Well, when you have a bad idea you want to implement but don't want to take responsibility for it, you keep on hiring consultants until you hear what you want to hear. Quality of t…

  24. comment
    Comment #44788847

    If PHP is a Corolla, whats a Land Cruiser then? Rust?

  25. comment
    Comment #44305351

    Common Crawl delivers the data as bz2. Indeed I store intermediate data in zstd with ZFS.