frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Unexpected Effectiveness of One-Shot Decompilation with Claude

https://blog.chrislewis.au/the-unexpected-effectiveness-of-one-shot-decompilation-with-claude/
3•knackers•4m ago•1 comments

Bringing Sexy Back. Internet surveillance has killed eroticism

https://lux-magazine.com/article/privacy-eroticism/
3•eustoria•6m ago•0 comments

Matrix Core Programming on AMD CDNA4 Architecture

https://rocm.blogs.amd.com/software-tools-optimization/matrix-cores-cdna/README.html
2•salykova•7m ago•0 comments

Computer Says No:O

1•Pocomon•9m ago•0 comments

Apple and Intel Rumored to Partner on Mac Chips

https://www.macrumors.com/2025/11/28/intel-rumored-to-supply-new-mac-chip/
13•bigyabai•11m ago•0 comments

Who wins when we filter the open web through an opaque system?

https://hidde.blog/filtered-open-web/
1•ChrisArchitect•11m ago•0 comments

Go Proposal: Goroutine Metrics

https://antonz.org/accepted/goroutine-metrics/
3•blenderob•13m ago•0 comments

The Idiot Sandwich – On Embedding Alt Text

https://shkspr.mobi/blog/2025/11/the-idiot-sandwich-on-embedding-alt-text/
1•blenderob•13m ago•0 comments

200 Lines of Python beats $50M supercomputer – Navier-Stokes at Re=10⁸ [pdf]

https://philpapers.org/archive/CAMIIA-3.pdf
3•jcamlin•16m ago•2 comments

Hacker News AI newsletter – weekly round up of the most popular AI links from HN

https://hackernewsai.com
3•alexgotoi•16m ago•3 comments

So you wanna build a local RAG?

https://blog.yakkomajuri.com/blog/local-rag
5•pedriquepacheco•17m ago•0 comments

Happiness research doesn't make you happy

https://www.technotheoria.org/p/happiness-research-doesnt-make-you
1•paulpauper•20m ago•0 comments

Lowtype: Elegant Types in Ruby

https://codeberg.org/Iow/type
6•birdculture•21m ago•1 comments

New version of HugstonOne with Qwen Next 80B support and Memory

https://github.com/Mainframework/HugstonOne/releases/tag/HugstonOne_Enterprise_Edition_with_memory
1•trilogic•22m ago•0 comments

The Neoliberal Era Was Not Pro-Market Enough

https://www.richardhanania.com/p/the-neoliberal-era-was-not-pro-market
2•paulpauper•22m ago•0 comments

Airloom – 3D Flight Tracker

https://objectiveunclear.com/airloom.html
8•azinman2•23m ago•1 comments

Beads_viewer: Keyboard-driven terminal interface for the Beads issue tracker

https://github.com/Dicklesworthstone/beads_viewer
2•latchkey•26m ago•0 comments

Shrinking While Linking

https://www.tweag.io/blog/2025-11-27-shrinking-static-libs/
1•synergy20•27m ago•0 comments

(Digital) Elbows Up

https://pluralistic.net/2025/11/28/disenshittification-nation/
2•hn_acker•29m ago•0 comments

Lobsters Interview

https://susam.net/my-lobsters-interview.html
1•blenderob•29m ago•0 comments

Useful Black Friday dev resources I came across today

https://github.com/greatfrontend/black-friday-cyber-monday-deals
3•demon1421•32m ago•0 comments

Best URL Shortener – super clean / no ads

https://svwt.cc
5•swiftvault•34m ago•1 comments

The Fat-Tailed Sheep on the First Fleet; Australia's First Sheep

https://www.singletonmills.com/sydney-first-sheep.html
4•Y_Y•34m ago•1 comments

Stellantis Is Spamming Owners' Screens with Pop-Up Ads for New Car Discounts

https://www.thedrive.com/news/stellantis-is-spamming-owners-screens-with-pop-up-ads-for-new-car-d...
21•cf100clunk•34m ago•3 comments

True P2P Email on Top of Yggdrasil Network

https://github.com/JB-SelfCompany/Tyr
20•basemi•37m ago•1 comments

Show HN: Bodge.app – μFaaS for hacked-together personal tools and small projects

https://bodge.app/
4•azdle•37m ago•0 comments

Show HN: An AI powered Welcome Note Generator in Go (Moderation and LLM and UI)

https://github.com/vnaveen-mh/welcome-note-generator
2•vnaveen9296•37m ago•0 comments

A complete list of free Black Friday audio plugins and sample packs

https://bedroomproducersblog.com/2025/11/28/black-friday-freebies-2025/
3•kkinbpb•37m ago•3 comments

Dutch chipmaker Nexperia urges Chinese units to help restore supply chain

https://www.reuters.com/world/china/dutch-chipmaker-nexperia-urges-chinese-units-help-restore-sup...
6•ilamont•41m ago•1 comments

Ask HN: How to Differentiate a General Agent from Manus?

6•bingwu1995•42m ago•1 comments
Open in hackernews

Show HN: Bodge.app – μFaaS for hacked-together personal tools and small projects

https://bodge.app/
4•azdle•37m ago
This is a little side project I've been working on for the last few months. It's a service hosting Lua scripts behind static HTTP endpoints in a fully sandboxed environment. It's something I've built to scratch my own itch and now I'm launching a free public beta to see if it's something that anyone else also finds useful.

<backstory>

My first professional job was for a company building an industrial IoT platform who's most unique feature was their Lua-based scripting platform. I ended up loving Lua so much that at my next job, at SmartThings, I ended up being the main instigator who made the Lua-based Edge Drivers happen when we were forced to sunset the old Groovy-based DTHs, writing the initial PoC, laying out the architecture, and writing the core of the system.

This is basically my take on an old service that folded in 2017 called webscript.io, another tool that got me loving Lua. I used that service a whole bunch both for personal projects and little tools at work. I was really sad when it went down and I genuinely don't think a single week had gone by where I hadn't wished that it still existed. So, I finally decided that I needed to build my own version of it.

</backstory>

The whole idea behind Bodge is that it should be as simple as possible to hack something together. I've always had a bunch of small side projects that I want to do that aren't worth the overhead required to actually put them together & keep them maintained. So, I built Bodge as a way to make each individual project less work whenever inspiration strikes. So far I've built:

* A current-time API for some hacked-together IoT devices: https://time.bodge.link/

* A script for my wife that checks her commute time and emails her before it's about to get bad.

* An email notification to myself if my Matrix server goes down.

* A 'randomly choose a thing' page. https://rand.bodge.link/choose?head&tails

* A "work" phone number voicemail, where the script converts the webhook into an alert to myself.

* An email notification any time a new version is released for a few semi-public self-hosted services.

* Scrapers for a few companies' job listings that notify me whenever a new job is posted matching some filters.

* A WebPush server that I eventually want to use for custom notifications to myself.

* And just for fun, an SVG hit counter: https://hits.bodge.link/

Scripts can be as simple as:

  return "Hello, world!"
Or as complicated as you're willing to make them within the confines of a single Lua file.

Currently I provide Lua modules for: making HTTP requests, handling json, sending alerts to yourself, simple string/string key/value storage, cross-script mutexes, and a few other basic things.

Accounts are free, but you don't even need to make one to just play around with writing scripts. There's a demo on the homepage that lets you run real scripts for yourself, though with a few extra limitations.

I'd love to hear what anyone thinks!