Live data from Hacker News

Viewing profile — nandalism

nandalism

HN member
Joined
Mon, Nov 14, 2022, 4:06 PM UTC
HN karma
160
Public activity
36 items

About nandalism

No profile information was provided.

Recent public activity

  1. comment
    Comment #36432741

    There is also the [units] command from UNIX. I think the original was by Ken Thompson (AFAICR). https://www.unix.com/man-page/v7/1/units/ $ units You have: 1 foot candle You want: …

  2. comment
    Comment #35338037

    Inspired by nullprogram's recent post on his alternative, libc-less, thread api. I decided to see if I could replicated it in zig. I could, with caveats.

  3. story
  4. comment
    Comment #35251629

    We need to bring ChatGPT into the modern age. Plain ascii text output is a relic of previous century; the domain of the neckbeard!

  5. story
  6. comment
    Comment #35165969

    I write a clone of the unix cmp utility. (spoiler) I use zig SIMD features to make it faster than GNU cmp.

  7. story
  8. comment
    Comment #35152250

    It's an interesting idea. If I had 2 phones I would probably install LineageOS on one of them and use that as my daily driver. Keeping the other phone for banking only.

  9. comment
    Comment #35152214

    Many banks have gone this route. Either no online access thru a website or requiring an app on your phone as part of the login process (which amounts to the same thing, no phone ap…

  10. story
    Ask HN: Can Google Play store no longer be disabled?

    Like many of you, my bank requires me to install a phone app to access my account. I must do this thru the google play store (other libre app stores are not supported). My workarou…

  11. comment
    Comment #35022659

    I noticed a void in zig space. A wrapper for the pcre2 (perl regex) library (or any regex library). So I wrote one. I briefly describe how wrapping C libraries works in zig and pro…

  12. story
  13. comment
    Comment #34899503

    Inspired by a recent post on a D macro which generates an unrolled binary search, I wanted to see whether I could do the same thing in zig. I could. Here it is...

  14. story
  15. comment
    Comment #34721232

    Programmers need to stop working for free and stop aiding the normalization of free work. No other profession works for free. On the rare occasions they do, they expect and receive…

  16. comment
    Comment #34709742

    Is meta-programming possible in zig? What can be done with comptime and how does it compare to Lisp and Nim?

  17. story
  18. comment
    Comment #34489656

    I have recently started using the Nim programming language. It has a killer feature: meta-programming. Here I describe how I implemented a html templating system using Nim meta-pro…

  19. story
  20. comment
    Comment #34432792

    Thank you, that was very informative. > Any open source language could do the same without massive investment (many have). What I meant by this was wrapping other open source libra…

  21. comment
    Comment #34432137

    (The one and only WalterBright! What an honour.) Terribly sorry about that. I've moved you into the list. It's been a long time now but I really did like D and its meta-programming…

  22. comment
    Comment #34431561

    Is that the same Anders Hejlsberg who developed Turbo Pascal and Delphi for Borland, another company which microsoft successfully crushed in the 80's and 90's? (Hint: It is). We co…

  23. comment
    Comment #34431386

    Richard Stallman once said he'd rather use software that was slightly less good over non-free software. If you think this is insane or don't understand the viewpoint, I refer you t…

  24. comment
    Comment #34431033

    I find myself only replying to people who disagree with me. That is sad. I've added Vale to my blog post. It looks very interesting. Congratulations on taking a stand for what you …

  25. comment
    Comment #34430353

    I constantly hear that "we can't do it without corporations" and yet there are so many counter examples. Most of the corporations were built on free languages and ecosystems which …