标签:#hack
找到 14634 篇相关文章
How do you rewrite C/C++ projects to Rust?
Show HN: Learning Rust by writing a Markdown to HTML compiler
Hi HN, I'm new to Rust and, after half of `The Rust Programming Language` I decided to delve into a project I would actually use: a markdown to html compiler that actually serves my micro-blog (I started just right after publishing the project hehe). The project is intentionally small and one-file contained: I wanted to have the full picture in mind. I'm open to comments, suggestions and PRs. If you asked me more convincing arguments to "why did you do it?" rather than "to learn Rust" I would re
Multiple Mouse Cursors in Wayland
Industry Brief: Private 5G for Manufacturing and Industrial Sites [pdf]
A U.S. Citizen Deleted His Phone's Data. Now He Faces a Felony Charge
Lightweight Spring Boot Monitoring Without Prometheus and Grafana
Most Americans favor political changes that require amending the Constitution
OpenAI’s Rogue AI Agent Hacked More Than Just Hugging Face
In a new disclosure, OpenAI says its agent used exposed logins to gain access to at least four “publicly available services” in its unhinged quest to solve a test.
The Difference Between a Button and a Link
Hubbele: Open-source notetaking app for you and your agents
Show HN: Manim (3Blue1Brown's animation engine) in the browser via WebGPU
Grant Sanderson (3Blue1Brown) created Manim, the Python library he uses to make the math animations in his videos. We reimplemented Manim with the same Python API, but the implementation underneath is Rust, connected to Python through PyO3. The Rust code uses wgpu, so rendering happens on the GPU. To run it in the browser, we compiled the Rust parts to WebAssembly so the PyO3 extension loads in Pyodide. In the browser, wgpu targets the WebGPU API, so animations render in real time on your GPU th