~lobsters | Bookmarks (1962)
-
gccrs: An alternative compiler for Rust | Rust Blog
Nov. 7, 2024 · Arthur Cohen on behalf of the gccrs project gccrs is a work-in-progress...
-
Welcoming two new Rust GPU maintainers | Rust GPU
November 6, 2024 · 3 min readWe’re thrilled to introduce two new maintainers for the Rust...
-
CSDL | IEEE Computer Society
Abstract: Python is one of the most popular programming languages among both industry developers and malware...
-
Haiku Activity & Contract Report, October 2024
This report covers hrev58188 through hrev58291. Applications nipos adjusted Icon-O-Matic to open file panels in the...
-
Sanitize Client-Side: Why Server-Side HTML Sanitization is Doomed to Fail
The battle against Cross-Site Scripting (XSS) has been going on for years, with developers and security...
-
Proposal for a Django project template
I usually don’t post my own blog here, but the whole idea of that post is...
-
Fruit Credits: a personal accounting app based on hledger
I recently published the first pre-release version of Fruit Credits on Flathub. (I then immediately published...
-
Exploring Postgres's arena allocator by writing an HTTP server from scratch
Postgres manages memory through nested arenas called MemoryContexts. MemoryContexts are convenient because, for the most part,...