frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Graphify – Open-Source Knowledge Graph Skill for AI Coding Assistants

https://graphify.net/index.html#features
1•xy008areshsu•6m ago•0 comments

US Army used 35 drones and 100 lb of C4 to clear a breach

https://www.businessinsider.com/us-army-commander-used-drones-c4-packed-robots-clear-breach-2026-6
2•Lihh27•8m ago•0 comments

Set Up Your Own DoH Service

https://nochan.net/b/Internet-Crap/20260602-Set-Up-Your-Own-DoH-Service/
2•Bender•8m ago•0 comments

Show HN: I made a webcam motion detector, local/cloud storage, AI person detect

https://camera10.com/
1•pixeltwenty•9m ago•0 comments

Tesla settles lawsuit over fatal FSD pedestrian crash tied to 3.2M-vehicle probe

https://electrek.co/2026/06/26/tesla-fsd-pedestrian-death-settlement/
3•logickkk1•13m ago•0 comments

Old Computer Challenge

http://occ.sdf.org/
1•wrxd•14m ago•0 comments

Show HN: Vlt – A local vault for the API keys you use in every project

https://bwanaerp.medium.com/how-to-stop-losing-api-keys-forever-i-built-a-tool-for-this-8b2adfca782a
1•instarlaxy•16m ago•0 comments

The cost YAGNI was never about

https://newsletter.kentbeck.com/p/the-cost-yagni-was-never-about
1•mustaphah•18m ago•0 comments

Choosing a Public DNS Resolver

https://evilbit.de/dns-resolver-guide.html
1•pawal•22m ago•0 comments

Show HN: E3d-pod2vid – AI pipeline that turns podcasts into YouTube-ready videos

https://github.com/spacepacket1/e3d-pod2vid
2•spacepacket•24m ago•0 comments

Heimdall, a small open-source TUI to watch my homelab machines from one terminal

https://github.com/kinncj/Heimdall
2•kinncj•26m ago•0 comments

Why One of Tech's Biggest Gamblers Is Betting Against Elon Musk's AI Vision

https://www.wsj.com/tech/why-one-of-techs-biggest-gamblers-is-betting-against-elon-musks-ai-visio...
2•1vuio0pswjnm7•26m ago•2 comments

Reclaiming the Roads

https://worksinprogress.co/issue/reclaiming-the-roads/
1•JumpCrisscross•28m ago•0 comments

Silicon Valley has much to learn from the spreadsheet jockeys it despises

https://www.economist.com/business/2026/06/24/silicon-valley-has-much-to-learn-from-the-spreadshe...
1•1vuio0pswjnm7•29m ago•0 comments

GPS Satellites Tracker

https://www.gps-satellites.com/
1•ohjeez•33m ago•0 comments

HackMate – Automate the OpenCore Hackintosh USB Setup from Linux/Windows/macOS

https://github.com/riftaway7-code/hackmate
1•hackmateapp•35m ago•0 comments

jQuery 4.0 Performance

https://www.mida.so/blog/jquery-is-slow
1•okozzie•35m ago•0 comments

Show HN: Claude-CLI – Run Claude Code in a throwaway Docker container

https://github.com/shirozuki/claude-cli
1•shirozuki•41m ago•0 comments

Show HN: Starglyphs - A constellation puzzle game based on Euler paths

https://starglyphs.com
1•telman17•43m ago•0 comments

YimbyTown '26 – The National Pro-Housing Conference

https://yimby.town/
1•JumpCrisscross•45m ago•0 comments

Hyperphantasia

https://en.wikipedia.org/wiki/Hyperphantasia
6•cl3misch•48m ago•1 comments

Michigan spent $1.8B and only created 602 jobs

https://www.msn.com/en-us/money/general/michigan-spent-1-8-billion-and-only-created-602-jobs/ar-A...
25•littlexsparkee•48m ago•6 comments

Noise as Information and Information as Noise

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
2•frizlab•48m ago•0 comments

The AI Industry as You Know It Died Today

https://www.thealgorithmicbridge.com/p/the-ai-industry-as-you-know-it-died
8•ethagnawl•49m ago•1 comments

Clean Code – Critical Analysis

https://bugzmanov.github.io/cleancode-critique/
2•bmacho•51m ago•0 comments

US Army gives chaplains 90 days to remove rank insignia

https://www.militarytimes.com/news/your-military/2026/06/26/us-army-gives-chaplains-90-days-to-re...
5•Jimmc414•53m ago•2 comments

Why Carbon Capture Can't Conceivably Solve Climate Change

https://projects.propublica.org/why-carbon-capture-cant-solve-climate-change/
6•wstrange•54m ago•4 comments

Smart Link – Free link shortener with AI analytics, A/B testing and QR codes

https://www.by-smartlink.com/
1•smartlink30•55m ago•0 comments

Eugen Rochko – My disappointment is immeasurable, and my day is ruined

https://mastodon.social/@Gargron/116824070810525978
4•backlit4034•55m ago•1 comments

German Button Maker Searched Rivers of American Midwest for Valuable Shells

https://www.smithsonianmag.com/smithsonian-institution/how-one-german-button-maker-searched-the-r...
3•bookofjoe•55m ago•0 comments
Open in hackernews

CheerpJ 4.0: WebAssembly JVM for the browser, now with Java 11 and JNI support

https://labs.leaningtech.com/blog/cheerpj-4.0
9•apignotti•1y ago

Comments

palata•1y ago
That's technically pretty cool, but it makes me wonder:

In order to run a Java Desktop app, I need to install a JVM first (or the Desktop app can embed it, I guess that's what IntelliJ does, right?).

Now if I run CheerpJ, it means that I essentially download a JVM when I load the page (every time), and run code in that JVM. But at this point, why not downloading a Desktop app?

It feels like we are going around, shipping simple web pages together with full browsers and calling that "desktop apps" (e.g. ElectronJS), then shipping complete JVMs as web pages and calling that a "web page"... why don't we just ship simple webpages through browsers and complex desktop apps through package managers?

apignotti•1y ago
With CheerpJ you are downloading the subset of the JVM that you need, and actually only once thanks to the standard browser cache.

There are many reasons why shipping via the browser is a better choice compared to shipping desktop apps. The main 3 in my opinion are:

1. Distribution: Give your user a link and the app will start 2. Isolation: The user can have confidence the app won't read his personal files. 3. Cross-platform: Every OS and every device, for real this time

yuri91•1y ago
For reference, when loading https://browsercraft.cheerpj.com for the first time (up to loading a world), my browser downloaded ~32MB.

The second time almost nothing.

jeffreportmill1•1y ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•1y ago
> With CheerpJ you are downloading the subset of the JVM that you need

That's interesting! May I ask how it works? Does that also happen with e.g. IntelliJ?

> Every OS and every device, for real this time

Doesn't the JVM run everywhere in 2025?

apignotti•1y ago
> That's interesting! May I ask how it works? Does that also happen with e.g. IntelliJ?

Byte ranges request do most of the heavy lifting, data is loading exclusively on-demand.

> Doesn't the JVM run everywhere in 2025?

What about iOS? Android has Java, but can't run desktop Java apps. Chromebooks also have limits.

palata•1y ago
> Byte ranges request do most of the heavy lifting, data is loading exclusively on-demand.

I don't understand what that means. The JVM is supposed to interpret and sometimes compile bytecode, right? How can it be done with only a fraction of the JVM?

Or are you saying that it is constantly communicating with a server that does the work?

apignotti•1y ago
The VM itself is very small, it's the OpenJDK runtime that is quite sizeable. Byte ranges are used to only download the parts of the runtime (in terms of bytecode) that are required.

There is no server-side computation. CheerpJ runs code exclusively client-side.

palata•1y ago
But you said before that you only download a subset of the JVM, right? Or did you mean a subset of the JDK, including the JVM and... I guess other stuff?
apignotti•1y ago
I meant the JVM in an extended sense: the combination of the bytecode parsing, JIT compiler and OpenJDK runtime. You are right, I should have been more precise and refer to only the runtime part, which is by far the most significant.
palata•1y ago
I was not trying to prove you wrong, I'm just genuinely interested :-). I don't see a lot of articles about the JVM these days.