Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rwbt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rwbt
4d ago
Apple always highlighted that engraved products cannot be returned during the purchase.
2.
▲
by
rwbt
2mo ago
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.
3.
▲
by
rwbt
4mo ago
> 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, the technology that determines age based on selfie uploa
4.
▲
by
rwbt
5mo ago
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 it to native C/C++ implementation.
5.
▲
by
rwbt
7mo ago
That's not really a bad thing, IMHO. Many people successfully make a living creating niche products.
6.
▲
by
rwbt
9mo ago
They just offered free batteries.
7.
▲
by
rwbt
9mo ago
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 (which also stopped working later). Either way, I won&
8.
▲
by
rwbt
9mo ago
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 bearing the shipping costs or atleast subsidizing it).
9.
▲
by
rwbt
9mo ago
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 also eventually stop working.
10.
▲
by
rwbt
9mo ago
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 gadget in the last few decades that needs se
11.
▲
by
rwbt
10mo ago
I don't think it's UB if you init the struct before using it atomically from multiple threads.
12.
▲
by
rwbt
10mo ago
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 integration is really nice. On a side note - I don'
13.
▲
by
rwbt
11mo ago
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.
14.
▲
by
rwbt
11mo ago
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 but the language itself is finished according to it&#x
15.
▲
by
rwbt
11mo ago
Odin supports multiple returns and the `make` proc returns an error value that can be optionally checked.
16.
▲
by
rwbt
1y ago
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 sense of community.
17.
▲
by
rwbt
1y ago
I think it makes it obvious that the string 's' will be mutated.
18.
▲
by
rwbt
1y ago
How exactly?
19.
▲
by
rwbt
1y ago
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.
20.
▲
by
rwbt
1y ago
Just curious, other than taking Vitamin D pills - what are some natural diets that are rich in Vitamin D?
21.
▲
by
rwbt
1y ago
AFAIK, Apple's CoreFoundation CFArray also works similarly[0]. NSMutableArray works little differently (using a circular buffer). From the always excellent Cichenowski[1]. [0] - https://github.com/opensource-apple/
22.
▲
by
rwbt
2y ago
a simple download page for beta software in a closed group, a birthday invite with all the relevant info
23.
▲
by
rwbt
2y ago
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.
24.
▲
by
rwbt
2y ago
Interesting project, similar to Cake[0] [0] - https://github.com/thradams/cake
25.
▲
by
rwbt
2y ago
Maybe it makes more sense as a community project. Not sure how difficult it'd be to extract it from Webkit...
26.
▲
by
rwbt
2y ago
I wish Apple made a standalone Webgpu.framework spinning it off of WebKit so that apps can link to it directly instead of having to link to Dawn/wgpu.
27.
▲
by
rwbt
2y ago
If I recall correctly mrdoob used to be (or still is?) employed by Google. I'm sure this is his passion project. Even the Box2D library is written and maintained by one person as a passion project who happens to also have a successful
28.
▲
by
rwbt
2y ago
I recently used Odin in a commercial project and had a great experience. For me the biggest hurdle was not the language, but having to write programs without an IDE like Visual Studio/Xcode. Having to write my own build scripts (shell
29.
▲
by
rwbt
2y ago
I have to politely disagree. If you ever run a website for business/portfolio etc. the number of people more likely to contact you using a contact form is far greater than just telling them to email you. Contact forms also scale well i
30.
▲
by
rwbt
2y ago
Static sites are great until you need to have a contact form or want to add basic comments. Yes, you can deploy javascript that uses external services to add such functionality to static sites- but with a basic WordPress site, you get ever
More ›