Interesting proposal for a superset of C++ bringing a safe subset. Could it be a way to improve C++ use for the coming decade?
Nice tricks to help the team jell. I should try this more.
A good list to design HTML forms. The bar is indeed high and there's value in simplicity.
Or why going through an event loop might be more work initially but will make some things easier longer term. Nice way to frame how threads are bringing some opaque state.
Nice to see such a project be funded. Let's see how far this will go.
This is bad. There was no way to know the book was AI generated and clearly it contained errors and lies.
This is clearly not a great outcome. The browser monoculture probably doesn't help.
It's good to see servo getting closer to being usable in a browser. Makes me dream of Falkon or Konqueror being resurrected with Servo as the engine.
A couple of flaws in this article I think. For instance, the benchmark part looks fishy to me. Also it's a bit opinionated and goes too far in advocating exceptions at the expense of error values.
Still, I think it shows quite well that we can't do without exceptions at all, even in the case of error values being available. In my opinion, we're still learning how both can be cleverly used in code base.
He is spot on again. The scope is what will allow to create flexibility in a fixed price project. This is what leads to the necessity to work incrementally.
A bit too much of a rant for my taste (even though I agree with the GitHub flaws). That said it illustrates nicely a use of git range-diff which is often overlooked.
Good reminder that packing your data is generally the right move when squeezing for performances.
Interesting exploration of the NT design compared to Unix. There was less legacy to carry around which explains some of the choices which could be made. In practice similarities abound.
Looks like there is still some work required on QUIC. There is a path forward though.
Interesting comparison of the difference in approaches between RedHat and Debian about default system hardening.
Looks like an interesting little profiling tool. The article explains quite well how it's been done. Can be a nice blueprint to make other such tools.
Looks like an interesting venue to attack systems which use LLMs.
Looks like a very nice tool to deal with JSON files.
Ever wondered what happens when you suspend or hibernate on Linux? Here is a very deep exploration of the process from the kernel perspective.
There is a sane conversation going on around uv in the Python community. Here is a good summary.