starlevel003 | 2 years ago | on: RFC 3339 vs. ISO 8601
starlevel003's comments
starlevel003 | 2 years ago | on: Jacobin: A more than minimal JVM written in Go
starlevel003 | 2 years ago | on: GIL removal and the Faster CPython project
That's not async or concurrent. You're running a synchronous function in an asynchronous task which cancels out.
starlevel003 | 2 years ago | on: Astro: All-in-one web framework designed for speed
starlevel003 | 2 years ago | on: NixOS RFC 136 approved: A plan to stabilize the new CLI and Flakes incrementally
go outside, talk to friends, do something productive, etc...
starlevel003 | 2 years ago | on: Fedora Asahi Remix first impressions
starlevel003 | 2 years ago | on: Downfall Attacks
starlevel003 | 2 years ago | on: Home Taping Is Killing Music: When the music industry waged war on the cassette
there's more than enough breakcore out there if you measure music quality like that. theree's definitely more than in the 20th century.
starlevel003 | 2 years ago | on: IntelliJ IDEA 2023.2
starlevel003 | 2 years ago | on: IntelliJ IDEA 2023.2
starlevel003 | 2 years ago | on: Unauthenticated RCE on a RIGOL oscilloscope
2023-28 and 2023-39 aren't any more readable.
starlevel003 | 2 years ago | on: Tell HN: Twitter switched temporarily to rate limited mode
making sure that nobody can see ads by ratelimiting them too hard really helps with this, or so I'm told
starlevel003 | 2 years ago | on: Testing a 1,000 player Minecraft server with Folia
starlevel003 | 2 years ago | on: Show HN: Answer Overflow – Indexing Discord content into the web
It wasn't overlooked. The point is to make it difficult for outside users to access information unless they sign up.
starlevel003 | 2 years ago | on: Illinois prohibits weapons, facial recognition on police drones
Police budgets haven't actually been defunded, and yet this still happens.
starlevel003 | 2 years ago | on: Our Plan for Python 3.13
This is exactly how we got in this mess. Using ``setup.cfg`` or ``pyproject.toml`` for all projects makes this easy as now your deployable project can be installed via pip like every other one.
1. ``python -m virtualenv .``
2. ``source ./bin/activate.fish``
3. ``pip install -U https://my.program.com/path/to/tarball.tar.xz``
90% of the time when a library says ISO 8601 it doesn't actually implement the more esoteric parts of ISO 8601.