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.
HN user
rwbt
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 uploads makes more mistakes with young faces and people of color. Banned youth may also miss out on important resources and communications provided via social media, as schools, clubs, and most other youth-serving organizations use social media as a main form of communication.
Really grasping the straws with this argument...
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.
That's not really a bad thing, IMHO. Many people successfully make a living creating niche products.
They just offered free batteries.
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't buy anything from them going forward.
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).
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.
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 setting the correct date & time every time I turn it on.
Granted, it was their first ever shipping product so I gave them a free pass but I thought they would atleast issue a recall or have a repair program where you send in the laptop to get it fixed. Instead they first denied it was even an issue, later on when enough people complained - they started a battery program where they send you a new ML220 coin battery that will also eventually stop working.
I was told buying a new mainboard (12th or 13th gen Intel) would fix it, but I decided to just buy a new ZenBook instead.
I don't think it's UB if you init the struct before using it atomically from multiple threads.
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't know why Apple still doesn't let you set a custom search engine in Safari even today, so random.
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.
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's BDFL.
From my experience so far, Odin is a delightful modern alternative to C.
Odin supports multiple returns and the `make` proc returns an error value that can be optionally checked.
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.
I think it makes it obvious that the string 's' will be mutated.
How exactly?
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.
Just curious, other than taking Vitamin D pills - what are some natural diets that are rich in Vitamin D?
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/CF/blob/master/CFArray.c [1] - https://ciechanow.ski/exposing-nsmutablearray/
a simple download page for beta software in a closed group, a birthday invite with all the relevant info
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.
Interesting project, similar to Cake[0]
Maybe it makes more sense as a community project. Not sure how difficult it'd be to extract it from Webkit...
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.
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 tech job.
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 or batch files) etc and maintaining them is a PITA.
But I'm glad I did it because it checks off all the "C but nicer" checkboxes.
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 if you need to categorize and channel the queries to different people or need more specific info.
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 everything right out of the box.
It uses Microui lib written by rxi. Checkout other single header only C libs written by rxi[0]. They're really elegant C in my view. [0] - https://github.com/rxi