Viewing profile — rwbt
rwbt
HN member- Joined
- Tue, Nov 06, 2012, 9:24 AM UTC
- HN karma
- 996
- Public activity
- 280 items
- HN profile
- View on Hacker News ↗
About rwbt
No profile information was provided.
Recent public activity
-
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.
-
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,…
-
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…
-
comment
Comment #47065166
That's not really a bad thing, IMHO. Many people successfully make a living creating niche products.
- comment
-
comment
Comment #46395244
They just offered free batteries.
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #46157016
I don't think it's UB if you init the struct before using it atomically from multiple threads.
-
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…
- comment
- comment
-
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.
-
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…
-
comment
Comment #45554803
Odin supports multiple returns and the `make` proc returns an error value that can be optionally checked.
-
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…
-
comment
Comment #45047578
I think it makes it obvious that the string 's' will be mutated.
-
comment
Comment #44872296
How exactly?
-
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.
-
comment
Comment #43635522
Just curious, other than taking Vitamin D pills - what are some natural diets that are rich in Vitamin D?
-
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…
-
comment
Comment #43376540
a simple download page for beta software in a closed group, a birthday invite with all the relevant info
-
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.