Live data from Hacker News

Viewing profile — rwbt

rwbt

HN member
Joined
Tue, Nov 06, 2012, 9:24 AM UTC
HN karma
996
Public activity
280 items

About rwbt

No profile information was provided.

Recent public activity

  1. comment
    Comment #48873704

    I thought about Fossil too, once I read the article. I don't even know what version I'm on and never even think about it.

  2. comment
    Comment #48325198

    > First, enforcing a youth social media ban raises major ethical concerns. Enforcement efforts invade people’s privacy and are likely to hurt marginalized people more. For example,…

  3. comment
    Comment #47658216

    I use this framework to build prototype applications and it's always a delight. Something about Lua just feels right. Once I'm satisfied with a demo or prototype, I later on port i…

  4. comment
    Comment #47065166

    That's not really a bad thing, IMHO. Many people successfully make a living creating niche products.

  5. comment
  6. comment
    Comment #46395244

    They just offered free batteries.

  7. comment
    Comment #46394790

    Nope. I don't think they even recognized the defect till many years later (probably for legal reasons?). For users, that were still under warranty - they offered free RTC batteries…

  8. comment
    Comment #46393044

    I appreciate the response, but my suggestion would be to offer a mail-in service program so that users don't have to fiddle with potentially dangerous soldering (ideally Framework …

  9. comment
    Comment #46392417

    The permanent fix involves soldering stuff on the mainboard, which I don't have any prior experience. The RTC substitute module you mention is just the ML220 coin battery that will…

  10. comment
    Comment #46392197

    I purchased the first generation of FW13 laptops and got burned. The CMOS/RTC battery drains if not plugged in so the laptop never keeps proper time. I don't think I've ever used a…

  11. comment
    Comment #46157016

    I don't think it's UB if you init the struct before using it atomically from multiple threads.

  12. comment
    Comment #46047902

    I switched to Orion from Safari a few months ago and so far loving it. I tried Orion a couple of years ago but it wasn't as reliable. Now it seems very stable and the kagi search i…

  13. comment
  14. comment
  15. comment
    Comment #45555681

    One can use `@(require_results)` to force the user to check for error. That paired with `or_return` or `or_else` in Odin mostly take away all foot guns.

  16. comment
    Comment #45554834

    I'll add another point i.e. Odin is effectively done from a language point of view unlike Zig or others. The project is currently working on improving the std library and toolchain…

  17. comment
    Comment #45554803

    Odin supports multiple returns and the `make` proc returns an error value that can be optionally checked.

  18. comment
    Comment #45385863

    Great write up and I share very similar ideas. But I wish there was something a little more than a library where people with similar interests can actually socialize and build a se…

  19. comment
    Comment #45047578

    I think it makes it obvious that the string 's' will be mutated.

  20. comment
    Comment #44872296

    How exactly?

  21. comment
    Comment #43942085

    Can't comment on RTTI, but lack of conditional imports are indeed an annoyance but I'm willing to put up with it because of all the other niceties in the language.

  22. comment
    Comment #43635522

    Just curious, other than taking Vitamin D pills - what are some natural diets that are rich in Vitamin D?

  23. comment
    Comment #43456853

    AFAIK, Apple's CoreFoundation CFArray also works similarly[0]. NSMutableArray works little differently (using a circular buffer). From the always excellent Cichenowski[1]. [0] - ht…

  24. comment
    Comment #43376540

    a simple download page for beta software in a closed group, a birthday invite with all the relevant info

  25. comment
    Comment #43376152

    Thanks for making this. Sometimes I want to just write a quick note and serve as a static html file and this is very useful for that purpose.