🦞🌯 Lobster Roll

All LHN/.~Ars
RSS

Showing stories from 2024-06. View all

NewestOldestTop ScoredMost Discussed
Nix as a WebAssembly build tool (determinate.systems)
wasm2ps: compile a small subset of WebAssembly to PostScript (using wasm2wat) (github.com)
C3 reaches the 0.6 milestone (c3.handmade.network)
the Gilbert–Johnson–Keerthi algorithm explained as simply as possibly (computerwebsite.net)
Can LLMs Perform Verified Lifting of Code? (digitalassets.lib.berkeley.edu)
wc2: Investigates optimizing 'wc', the Unix word count program (github.com)
Ruby 3.3.3 Released (ruby-lang.org)
Fuzz Map (fuzzmap.io)
Fuzz Map is a fuzzer for GUIs that automatically identifies states using code coverage and builds a visual map. Ideally, the map is useful even to people who'd prefer not to read code.
Python wheel filenames have no canonical form (blog.yossarian.net)
How much math can you do in 10 lines of Python (wordsandbuttons.online)
Elixir v1.17 released: set-theoretic types in patterns, calendar durations, and Erlang/OTP 27 support (elixir-lang.org)
Cognate: Readable and concise concatenative programming (cognate-lang.github.io)
CPython Garbage Collection: The Internal Mechanics and Algorithms (blog.codingconfessions.com)
My experience crafting an interpreter with Rust (ceronman.com)
A Forth Story (1995) (groups.google.com)
Forsp: A Forth+Lisp Hybrid Lambda Calculus Language (xorvoid.com)
Understanding HTTP Server by implementing in Python (muhammadraza.me)
How I spent 2 years building my own game engine (legendofworlds.com)
Effect Handlers in Koka (youtube.com)
perldelta - what is new for perl v5.40.0 (perldoc.perl.org)
Failing at Combinatorics with Haskell (two-wrongs.com)
Escape from the ivory tower: the Haskell journey (2017) (youtube.com)
Algorithm for Invalidation of Cached Results of Queries to a Single Table (2013) (arxiv.org)
[slides](https://docs.google.com/presentation/d/15--B_I64Or54mXcakEpT8KkpAGfYl-kLh-Qvqt31GKI/edit?usp=sharing) [implementation](https://github.com/qbolec/PHP-Framework/tree/master/php/framework/relations/managers) [original thread](https://groups.google.com/g/memcached/c/OiScvRbGaU8/m/C1vny7DiGakJ...
Google Mesop: Build web apps in Python (github.com)
CardStock: A Python WYSIWYG GUI Builder (github.com)
The Skew Programming Language (andrewkchan.dev)
Create Robust Web Apps with Gleam and Lustre (youtube.com)
Clang-Repl (clang.llvm.org)
Effects, capabilities, and boxes: from scope-based reasoning to type-based reasoning and back (2022) (dl.acm.org)
Abstract: > Reasoning about the use of external resources is an important aspect of many practical applications. Effect systems enable tracking such information in types, but at the cost of complicating signatures of common functions. Capabilities coupled with escape analysis offer safety and nat...
Golang Clone of Super-Productivity (github.com)