lobsters
Lobste.rsExtracts: story title, tags · metadata or bounded excerpt
Retention: D1 event history with canonical source link and deduplication metadata.
Access basis: Public endpoint; no project credential required.
Last ingested: 2026-08-25 · run status: unknown
- 2026-07-31Let's make the worst htmx ever
<p><a href="https://lobste.rs/s/9yyxpk/let_s_make_worst_htmx_ever">Comments</a></p> Tags: javascript, web
- 2026-07-31Arch Linux disables AUR package adoption
<p><a href="https://lobste.rs/s/0mixjj/arch_linux_disables_aur_package_adoption">Comments</a></p> Tags: security, linux
- 2026-07-31ST Rust drivers
<p><a href="https://lobste.rs/s/ogfqd0/st_rust_drivers">Comments</a></p> Tags: hardware, rust
- 2026-07-31The State of Chez Scheme in Debian
<p><a href="https://lobste.rs/s/ecd44o/state_chez_scheme_debian">Comments</a></p> Tags: lisp, linux
- 2026-07-31Why I forked rand
<p><a href="https://lobste.rs/s/kvxee3/why_i_forked_rand">Comments</a></p> Tags: rust
- 2026-07-31what the double-fork?
<p><a href="https://lobste.rs/s/qwytlf/what_double_fork">Comments</a></p> Tags: linux
<p><a href="https://lobste.rs/s/ycsivx/how_speed_up_rust_compiler_july_2026">Comments</a></p> Tags: rust, compilers, performance
- 2026-07-31A question about a factorial operator
<p>I wrote an assembler that supports floating point values. One of the operators I implemented was factorial because a lot of Taylor series seem to use it to define various constants. So right now, I have</p> <pre><code>.float -((2*3.14159265)**11)/11! </code></pre> <p>I found