frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Can you stop beans from making you gassy?

https://www.seriouseats.com/how-to-reduce-bean-gas-tested-11883862
42•jstrieb•1h ago•14 comments

The Free Universal Construction Kit

https://fffff.at/free-universal-construction-kit/
191•robinhouston•3d ago•38 comments

1-Bit Hokusai's "The Great Wave" (2023)

https://www.hypertalking.com/2023/05/08/1-bit-pixel-art-of-hokusais-the-great-wave-off-kanagawa/
470•stephen-hill•3d ago•83 comments

Using coding assistance tools to revive projects you never were going to finish

https://blog.matthewbrunelle.com/its-ok-to-use-coding-assistance-tools-to-revive-the-projects-you...
94•speckx•5h ago•52 comments

New 10 GbE USB adapters are cooler, smaller, cheaper

https://www.jeffgeerling.com/blog/2026/new-10-gbe-usb-adapters-cooler-smaller-cheaper/
505•calcifer•15h ago•297 comments

The AI Industry Is Discovering That the Public Hates It

https://newrepublic.com/article/209163/ai-industry-discovering-public-backlash
100•chirau•43m ago•79 comments

Simulacrum of Knowledge Work

https://blog.happyfellow.dev/simulacrum-of-knowledge-work/
48•thehappyfellow•4h ago•16 comments

Mine, an IDE for Coalton and Common Lisp

https://coalton-lang.github.io/mine/
32•varjag•4h ago•1 comments

Desmond Morris has died

https://www.bbc.com/news/articles/c51y797v200o
73•martey•5d ago•13 comments

Martin Galway's music source files from 1980's Commodore 64 games

https://github.com/MartinGalway/C64_music
147•ingve•11h ago•18 comments

Discret 11, the French TV encryption of the 80s

https://fabiensanglard.net/discret11/
129•adunk•10h ago•20 comments

GPT‑5.5 Bio Bug Bounty

https://openai.com/index/gpt-5-5-bio-bug-bounty/
109•Murfalo•7h ago•87 comments

Lute: A Standalone Runtime for Luau

https://lute.luau.org/
34•vrn-sn•2d ago•6 comments

Which one is more important: more parameters or more computation? (2021)

https://parl.ai/projects/params_vs_compute/
39•jxmorris12•1d ago•5 comments

What async promised and what it delivered

https://causality.blog/essays/what-async-promised/
108•zdw•3d ago•101 comments

Hokusai and Tesselations

https://dl.ndl.go.jp/pid/1899550/1/11/
78•srean•4h ago•13 comments

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
21•neo2006•2h ago•15 comments

How Hard Is It to Open a File?

https://blog.sebastianwick.net/posts/how-hard-is-it-to-open-a-file/
16•ffin•1d ago•2 comments

Insights into firewood use by early Middle Pleistocene hominins

https://www.sciencedirect.com/science/article/pii/S0277379126001824
43•wslh•3d ago•16 comments

A web-based RDP client built with Go WebAssembly and grdp

https://github.com/nakagami/grdpwasm
96•mariuz•10h ago•39 comments

Only one side will be the true successor to MS-DOS – Windows 2.x

https://blisscast.wordpress.com/2026/04/21/windows-2-gui-wonderland-12a/
65•keepamovin•10h ago•47 comments

North American Millets Alliance(2023)

https://milletsalliance.org/
7•num42•4h ago•2 comments

America's Geothermal Breakthrough Could Unlock a 150-Gigawatt Energy Revolution

https://oilprice.com/Alternative-Energy/Geothermal-Energy/Americas-Geothermal-Breakthrough-Could-...
26•sleepyguy•2h ago•13 comments

Plain text has been around for decades and it’s here to stay

https://unsung.aresluna.org/plain-text-has-been-around-for-decades-and-its-here-to-stay/
252•rbanffy•20h ago•127 comments

HEALPix

https://en.wikipedia.org/wiki/HEALPix
45•hyperific•8h ago•6 comments

Replace IBM Quantum back end with /dev/urandom

https://github.com/yuvadm/quantumslop/blob/25ad2e76ae58baa96f6219742459407db9dd17f5/URANDOM_DEMO.md
313•pigeons•20h ago•43 comments

Commenting and approving pull requests

https://www.jakeworth.com/posts/on-commenting-and-approving-pull-requests/
72•jwworth•2d ago•61 comments

Lambda Calculus Benchmark for AI

https://victortaelin.github.io/lambench/
118•marvinborner•10h ago•36 comments

Sabotaging projects by overthinking, scope creep, and structural diffing

https://kevinlynagh.com/newsletter/2026_04_overthinking/
506•alcazar•1d ago•129 comments

Panipat: The rise of the Mughals

https://www.historytoday.com/archive/feature/panipat-rise-mughals
51•Thevet•3d ago•58 comments
Open in hackernews

Lute: A Standalone Runtime for Luau

https://lute.luau.org/
32•vrn-sn•2d ago

Comments

vrn-sn•2d ago
Lute is a general-purpose, Node.js-style runtime for Luau (https://luau.org/) that just hit 1.0.0. It supports filesystem operations, networking, process management, cryptography, and a proper module system, backed by libraries like libuv, curl, and libsodium.

The part we're most excited about: we've exposed APIs for manipulating Luau's syntax tree, so you can write code transformations directly against the language using Lute. This is especially useful if you're working with a large Luau codebase and want powerful tooling.

The team's happy to answer questions about the implementation or design decisions!

jjmarr•1h ago
Why would I go with Lute over something like Python if I was starting a new project?
pphysch•1h ago
Seems like mainly a way to write Roblox compatible applications that aren't locked in to the Roblox platform?
giancarlostoro•4m ago
Not sure it even has to be Roblox compatible, but someone who writes Roblox code can take advantage of a familiar Lua variant.
hmokiguess•1h ago
How does it compare to Lune[1]? I use Lune for scripts today

[1] https://github.com/lune-org/lune

Heliodex•1h ago
Congrats on the 1.0.0 release! Being able to write custom tooling in Luau using the Luau parsing APIs will be awesome. Hopefully it makes updating tools to use new Luau features easier – at the moment I have a workflow with a custom-built parser which I'd have to modify to support, for example, the new `const` declarations; having easy access (from scripts) to regularly-updated parser APIs is a big deal for a language that's moving as quickly as Luau is.