Interesting read. Is docker sandbox a solution in this situation?
HN user
iamcreasy
Aspiring Indie Game Developer
hnchat:iah9cGDqdgU2TCHEINZt
Thanks for the write up. So the first version was synchronous, second version was using epoll and third one will be use io_uring?
Interesting. I have just started reading about Kubernetes. Is there an reading material that goes over this process you just described?
Most Linux package managers cannot separate user-installed packages from system packages.
What is the use case when someone would want to differentiate system/user installed package? Isn't it good things that they are the same - meaning once something is install - it is there regardless of how it got here.
Does anyone know any applied functional analysis book? I have strong linear algebra foundation, but no real analysis.
Very cool! What would a 10,000 feet solution look like for MySQL to Iceberg on S3?
Interesting, thanks for sharing.
What makes CUDA Programming: A Developer's Guide to Parallel Computing with GPUs better among its peers?
Does anyone know if these are already explained in Eskil Steenberg's dependablec.org?
Nice! Do you guys plan to implement widget interaction?
Julia language is also used for HPC according to their webpage citing performance parity with C++. Would it be correct to infer Julia also provides the same level of memory bandwidth control?
Given the individual file size and total volume, I'd argue it make sense to use move to local only storage.
On a separate note, what tool is the final benchmark screenshot form?
How do you call those C/Rust libraries compiled from to webassembly from Python/Pyodide?
Is there any article explaining how AI tools are evolving since the release of ChatGPT? Everything upto MCP makes sense to me - but since then it feels like there is not clear definition on new AI jergons.
"open training" is something that won't ever happen for large scale models
https://www.swiss-ai.org/apertus
Source: EPFL, ETH Zurich, and the Swiss National Supercomputing Centre (CSCS) has released Apertus, Switzerland’s first large-scale open, multilingual language model — a milestone in generative AI for transparency and diversity. Trained on 15 trillion tokens across more than 1,000 languages – 40% of the data is non-English – Apertus includes many languages that have so far been underrepresented in LLMs, such as Swiss German, Romansh, and many others. Apertus serves as a building block for developers and organizations for future applications such as chatbots, translation systems, or educational tools. The model is named Apertus – Latin for “open” – highlighting its distinctive feature: the entire development process, including its architecture, model weights, and training data and recipes, is openly accessible and fully documented.
Wasn’t a simpler solution was to update the Debian buster repo url to archived repo url?
At that point, I reached for an age-old tool that has gotten more useful in the modern age: binary search. That is, you explain the symptom to your coding agent. Then you have it repeatedly remove stuff from your code that might be causing the problem
Can someone give me some high level pointers on how to setup this scaffolding?
The keyword is ’cutting edge’.
Alex Honnold: No free soloist ever died doing anything cutting edge. Nobody died doing something really hard. A handful people died doing things that are easy. Most soloist died in different types of accidents...base jumping, rogue wave.
I was surprised to see him take breaks and wave at the crowd. Very different vibe.
He must have. My impression from the documentary is that he practice the climb route many times with safety gear first.
In his El Capitan climb (Free Solo), Alex was worried about cameras or presence of friends watching interfering with the climb. As oppose to that, this climb must have felt very different!
Curious, why not use docker?
4d snake. We need 4d snake.
the simplicity and "just works" of writing Assembly code was a great boost to my happiness.
If the author reading: I am curious to see an worked out example where writing the assembly code was necessary.
Thanks. What is your take on building multiplayer game with TeaVM + libgdx? (Assuming the server is hosted off-browser)
Do you have to rewrite GLSL shaders when migrating a game from desktop to browser?
Is there similar attempt for MySQL?
11:53 – OBR staff and the web developer attempted to pull the PDF from the website,and also to pull the entire website (e.g. via password protection), but struggled to doso initially due to the website being overloaded with traffic
This one is painful to read. What was their option here? Calling WP Engine to take it offline?
@reverserdev This is neat. What is the expected use case you have in mind? At first glance - I thought it was guided tour through the kernel code with question for knowledge check.
ChatGPT apps, announced this month, feels a lot like original ChatGPT Plugin announced 3 years back. The only difference is how plugin are invoked. For ChatGPT plugin, we have to choose one from a drop down, and for apps - we could just include a plugin name in prompt.
Is there any other difference in the end-user side?