🦞🌯 Lobster Roll

Stories by yawaramin

libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden (socket.dev)
Jane Street's sneaky retention tactic (economist.com)
The Silicon Valley Stack Doesn’t Work Here: Why Africa Will Lead the Post-Bloat Web (paulallies.medium.com)
OCaml has some new shiny [comprehension] syntax (jobjo.github.io)
Practical OCaml, Multicore Edition (dev.to)
You're thinking about passkeys wrong (dev.to)
Multicore OCaml: Feb 2020 update (discuss.ocaml.org)
Bookmarklets (yawaramin.github.io)
Our Fullstack Architecture: Eta, HTMX, and Lit (lorenstew.art)
Why hx-boost is actually the most important feature of htmx (dev.to)
Handling form errors in htmx (dev.to)
How to print anything in OCaml (dev.to)
Building Critical Infrastructure with htmx: Network Automation for the Paris 2024 Olympics (htmx.org)
Why I don't use a third-party assertion library in Go unit tests (dev.to)
dream-html - render HTML, SVG, MathML, htmx markup from OCaml (github.com)
Why isn't `__attribute__((cleanup(...)))` more known?
The gcc extension `__attribute__((cleanup(...)))` is supported by clang as well, meaning at least in the Linux world it's a viable way to manage memory and other resources. Yet no one talks about it and the Linux people are going so far as to try Rust for memory safety. My question: why not try `__a...
Podcast: Type Theory Forall (typetheoryforall.com)
Easy parsing with reasonable error messages in OCaml's Angstrom (dev.to)
htmx Documentation - Caching (htmx.org)
The HTML-First Approach: Why htmx and Lightweight Frameworks Are Revolutionizing Web Development (danieleteti.it)
Check for working https before allowing submitting link
Https has been for several years now the dominant protocol on the web, and people have had many years to adopt it. To encourage good security practice, Lobsters should check for a working https connection before allowing a link submission to succeed. For example, - If the link is http, not https,...
Python HTML Components (about.fastht.ml)
Is Your Company Prepared for FTC's May 14 "Click-to-Cancel" Compliance Deadline? (jdsupra.com)
Stubbex - stub and validate with ease (github.com)
Open Hardware Security Module Built on MirageOS (ocaml.org)
Using /tmp/ and /var/tmp/ Safely (systemd.io)
Interfaces for scaling and testing JavaScript (dev.to)