frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Manticore Search under systemd: beyond fork, PID files, and guesswork

https://manticoresearch.com/blog/systemd_integration/
1•snikolaev•12s ago•0 comments

A Fast Path for Fixed-Length Lists in Parquet

https://www.morling.dev/blog/fast-path-for-fixed-length-lists-in-parquet/
1•gunnarmorling•37s ago•0 comments

Proofs

https://home.omg.lol/info/proofs
1•Tomte•2m ago•0 comments

Wordit – Now in Pt-Br

https://wordit.org/pt-br/
1•atum47•4m ago•1 comments

Mac Studio: Should You Buy? Or Wait?

https://www.macrumors.com/roundup/mac-studio/
1•adithyaharish•7m ago•1 comments

Electric aviation is taking off

https://www.economist.com/science-and-technology/2026/07/22/electric-aviation-is-taking-off
1•Brajeshwar•7m ago•0 comments

I Had 11 AI Subagents Test Every PPTX Skill for Claude Code. Here's What Works

https://www.bulaev.net/p/i-had-11-ai-subagents-test-every
1•sbulaev•8m ago•0 comments

Show HN: blackbar-nano – local PII detection and redaction on CPU

https://github.com/safetype/blackbar-nano
1•My24HR•8m ago•0 comments

Launch HN: Unlayer (YC W22) – Add email and document builders to your app

https://unlayer.com
5•adeelraza•8m ago•1 comments

Denying the Worm

https://www.crowdstrike.com/en-us/blog/denying-the-worm-sandworm-mode-and-ai-toolchain-supply-cha...
1•yruzin•10m ago•0 comments

Intelligent MFA in FusionAuth: Smarter Security Without the Friction [video]

https://www.youtube.com/watch?v=WwVH_ODLIJU
1•mooreds•11m ago•0 comments

MySQL 9.7 Community Edition: Smarter Join Planning with the Hypergraph Optimizer

https://blogs.oracle.com/mysql/smarter-join-planning-with-the-hypergraph-optimizer
1•ksec•11m ago•0 comments

Building the Grace Cathedral Experience

https://blog.playcanvas.com/building-the-grace-cathedral-experience/
1•ovenchips•13m ago•0 comments

Beyond Enumerable: Testing Membership with Bloom Filters

https://baweaver.com/writing/2026/07/20/beyond-enumerable-testing-membership-with-bloom-filters/
1•mooreds•14m ago•0 comments

OpenAI tries consulting – charging boots-on-the-ground prices to deploy agents

https://www.theregister.com/ai-and-ml/2026/07/22/openai-tries-the-consulting-path-with-presence-c...
1•beardyw•14m ago•1 comments

GPS Week Number Rollover

https://en.wikipedia.org/wiki/GPS_week_number_rollover
1•mooreds•15m ago•0 comments

Selzix – Turn an Instagram handle into a functional online store in minutes

1•mahikmc•16m ago•0 comments

A Baby Saved 'Toy Story 2' from Near Complete Deletion (2021)

https://insidethemagic.net/2021/09/toy-story-2-saved-from-deletion-ks1/
1•downbad_•18m ago•1 comments

frontier AI labs lost the "deep research" frontier

https://andrewtrask.substack.com/p/6-weeks-ago-frontier-ai-labs-lost
1•williamtrask•19m ago•0 comments

Japanese security guard finds fame as designer of duct tape signs

https://www.reuters.com/world/asia-pacific/japanese-security-guard-finds-fame-designer-duct-tape-...
2•crescit_eundo•19m ago•0 comments

Plausibly Deniable Encryption (2020)

https://spacetime.dev/plausibly-deniable-encryption/
1•downbad_•19m ago•0 comments

Speeding incurs substantial environmental costs for negligible time savings

https://www.nature.com/articles/s44458-026-00100-3
3•hn_acker•19m ago•1 comments

Forget sovereign AI – the world needs business apps and datacenters

https://pluralistic.net/2026/07/22/table-flipper/#graveyard-of-indispensable-nations
1•joebuckwilliams•19m ago•0 comments

Buyer: eBay AI Pop-Ups Disrupt Shopping Experience

https://www.ecommercebytes.com/C/letters/blog.pl?/pl/2026/7/1784684738.html
1•ilamont•19m ago•0 comments

Show HN: Brew doctor` for Skills and MCP loadouts

https://github.com/dbreunig/drskill
1•dbreunig•20m ago•0 comments

FST 2.0 Is Live: The Trading Agent Era Begins Today

https://henryzhang.substack.com/p/fst-20-is-live-the-trading-agent
1•henryzhangpku•20m ago•0 comments

Got is a vsc which prioritizes ease of use and simplicity over flexibility

https://gameoftrees.org/index.html
1•NicoJuicy•20m ago•0 comments

Wreck of Pan Am plane found 74 years after crash

https://news.sky.com/story/wreck-of-pan-am-plane-found-74-years-after-crash-that-became-rallying-...
3•austinallegro•21m ago•0 comments

Show HN: AI resume spam ruined hiring so I built a tool to keep the bots out

https://permanym.com
2•romanhn•22m ago•0 comments

Unspun – plain-English audits of agency ad reports client-side

https://unspun.report/
2•hapawire•22m ago•0 comments
Open in hackernews

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
27•starfallg•51m ago
Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness.

To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it.

Open it in a browser and then you can edit, present, print and save. Share it via email or via Airdrop and all they need is a browser to edit, present and also do live collab on the slides. Drop it in to Claude or ChatGPT to transform existing pptx files into Bento slides. There is no cloud involved, only an encrypted blind relay to allow for shared editing. The relay doesn't see any of the data.

Check it out at https://bento.page/slides/ which takes you straight to the editor.

Go to https://bento.page/guestbook/ to try out the live guestbook to experience share editing / collab.

There is also a gallery with some sample decks on the website - https://bento.page/

All the code is MIT licensed and you can find it here - https://github.com/nyblnet/bento . I used reveal.js with several other libraries (including some homegrown ones), and Claude Code.

Comments

starfallg•36m ago
Hi, I'm the creator of Bento. Just wanted to share a bit more about how I created it beyond what's in Github.

The file contains more or less two sections. There is a plain block of JSON near the top of the file which is the slide data. You can read, grep, or point a harness at it. The app itself is in a base64 blob that loads through a small shim which deflates in the browser with DecompressionStream, which keeps the package small and so that we don't need to fetch any external files at runtime. File System Access API is used for JSON writeback into the same file, which falls back to a plian download and all updates are ECDSA signed.

I started with reveal.js which served as a base, and incorporated GSAP/Flip to handle the animation. Then I added charting with echarts, but due to a number of issues with size and how the worked, I ended up re-implementing both.

What I'm most please about is how seamless the CDRT works. The blind relay is a small file that runs on Cloudflare Distributed Objects, and all it sees are the encrypted data from the clients. Collab is off until we turn it on in the app (by starting a session by sharing by invite file), and then some sets of keys are generated. Access is handled by user key, and you can have read-only users, and also revoke live collab access by user as well.

latexr•27m ago
Why does the homepage mention AI over 20 times? Why does it mention AI at all? Why is most of it absurdly long and obfuscated base 64, which looks be binary data?
starfallg•23m ago
It's really to solve a use case where there are a lot of these cool web-based presentations being created by AI, but they are all disposable things that non-technies can't work with easily.

Base64 is paired with compression to keep the size small so you can share it easily. The original version was around 1.3MB and maybe we can have a switch to output without compression. The source that generates it is all in Github.

luanmuniz•20m ago
Because whatever you like or not, AI support these days is a must. Nobody who makes PPT does everything by hand nowadays. And the project is on GitHub, you can get the full code there if you must...
luanmuniz•24m ago
This is awesome! I do love this software is one file thing. A breath of fresh air on these you-rent-everything-owns-nothing days
starfallg•13m ago
I guess there are some drawback to this approach, large companies especially would be completely adverse to it. But it's cool and I'm hoping people would find it useful!
meetingthrower•12m ago
OMG coming from bigtime consulting this is...AMAZING. Thank you!
starfallg•4m ago
Yeah, if you do a lot of slides, this is for you! The whole point of this is to make doing slides bearable!
calebm•12m ago
Awesome. I've been trying to promote this kind of Single-File Web Apps as a concept - feel free to add this to the proposed Wikipedia page: https://en.wikipedia.org/wiki/Draft:Single_File_Web_Apps
starfallg•8m ago
Thanks for sharing this! Let me take a look. I was only aware of TiddlyWiki when I first started on Bento.