frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Axios compromised on NPM – Malicious versions drop remote access trojan

https://www.stepsecurity.io/blog/axios-compromised-on-npm-malicious-versions-drop-remote-access-t...
592•mtud•4h ago•178 comments

Ollama is now powered by MLX on Apple Silicon in preview

https://ollama.com/blog/mlx
180•redundantly•4h ago•71 comments

Artemis II is not safe to fly

https://idlewords.com/2026/03/artemis_ii_is_not_safe_to_fly.htm
242•idlewords•5h ago•148 comments

Universal Claude.md – cut Claude output tokens

https://github.com/drona23/claude-token-efficient
267•killme2008•6h ago•98 comments

Google's 200M-parameter time-series foundation model with 16k context

https://github.com/google-research/timesfm
79•codepawl•2h ago•38 comments

Fedware: Government apps that spy harder than the apps they ban

https://www.sambent.com/the-white-house-app-has-huawei-spyware-and-an-ice-tip-line/
542•speckx•13h ago•173 comments

Do your own writing

https://alexhwoods.com/dont-let-ai-write-for-you/
493•karimf•19h ago•180 comments

RamAIn (YC W26) Is Hiring

https://www.ycombinator.com/companies/ramain/jobs/jezgwo5-ai-ml-research-engineer
1•svee•45m ago

Clojure: The Documentary, official trailer [video]

https://www.youtube.com/watch?v=JJEyffSdBsk
152•fogus•4d ago•12 comments

GitHub backs down, kills Copilot pull-request ads after backlash

https://www.theregister.com/2026/03/30/github_copilot_ads_pull_requests/
110•_____k•2h ago•55 comments

Android Developer Verification

https://android-developers.googleblog.com/2026/03/android-developer-verification-rolling-out-to-a...
231•ingve•9h ago•219 comments

Turning a MacBook into a touchscreen with $1 of hardware (2018)

https://anishathalye.com/macbook-touchscreen/
298•HughParry•12h ago•135 comments

How to turn anything into a router

https://nbailey.ca/post/router/
659•yabones•18h ago•229 comments

Mr. Chatterbox is a Victorian-era ethically trained model

https://simonwillison.net/2026/Mar/30/mr-chatterbox/
33•y1n0•5h ago•18 comments

Good CTE, Bad CTE

https://boringsql.com/posts/good-cte-bad-cte/
8•radimm•1d ago•2 comments

Bird brains (2023)

https://www.dhanishsemar.com/writing/bird-brains
315•DiffTheEnder•18h ago•198 comments

Incident March 30th, 2026 – Accidental CDN Caching

https://blog.railway.com/p/incident-report-march-30-2026-accidental-cdn-caching
47•cebert•6h ago•17 comments

OpenGridWorks: The Electricity Infrasctructure, Mapped

https://www.opengridworks.com
98•jonbraun•10h ago•11 comments

Oscar Reutersvärd (2021)

https://escherinhetpaleis.nl/en/about-escher/escher-today/oscar-reutersvard
22•layer8•1d ago•0 comments

CodingFont: A game to help you pick a coding font

https://www.codingfont.com/
397•nvahalik•16h ago•198 comments

Unit: A self-replicating Forth mesh agent running in a browser tab

https://davidcanhelp.github.io/unit/
29•DavidCanHelp•4d ago•1 comments

Sony halts memory card shipments due to NAND shortage

https://www.techzine.eu/news/devices/140058/sony-halts-memory-card-shipments-due-to-nand-shortage/
36•methuselah_in•2h ago•10 comments

Agents of Chaos

https://agentsofchaos.baulab.info/report.html
98•luu•3d ago•12 comments

One of the largest salt mines in the world exists under Lake Erie

https://apnews.com/article/cleveland-salt-mine-winter-road-0daf091e3d56f65766bcf6a597683893
13•1659447091•2d ago•8 comments

Cherri – programming language that compiles to an Apple Shortuct

https://github.com/electrikmilk/cherri
300•mihau•3d ago•59 comments

Researchers find 3,500-year-old loom that reveals textile revolution

https://web.ua.es/en/actualidad-universitaria/2026/marzo2026/23-31/ua-researchers-find-3-500-year...
108•geox•3d ago•13 comments

Vulnerability research is cooked

https://sockpuppet.org/blog/2026/03/30/vulnerability-research-is-cooked/
164•pedro84•13h ago•111 comments

Rock Star: Reading the Rosetta Stone

https://www.historytoday.com/archive/feature/original-rock-star
11•samizdis•2d ago•0 comments

Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent

https://github.com/virpo/pegboard
35•virpo•8h ago•7 comments

Safeguarding cryptocurrency by disclosing quantum vulnerabilities responsibly

https://research.google/blog/safeguarding-cryptocurrency-by-disclosing-quantum-vulnerabilities-re...
45•madars•4h ago•14 comments
Open in hackernews

Show HN: Raincast – Describe an app, get a desktop app (open source)

https://github.com/tihiera/raincast
9•tito777•2h ago

Comments

ghrl•1h ago
Well, while Tauri is certainly nice, it's not quite what I imagine when I hear "native".
tito777•1h ago
But you're right that the UI layer is still HTML/CSS rendered in a webview. It's not SwiftUI or Win32. Tauri gets you closer to native than Electron, smaller binaries, lower memory, OS-level webview, but it's not the same as writing Cocoa or GTK directly.

For what this project does (AI generating full apps), Tauri hits a good tradeoff: one codebase, all platforms, real system access, and the AI is much better at generating React than platform-specific UI frameworks. I tried to do the same with Swift it, fails meserably

Barbing•1h ago
That live preview sounds pretty neat!
tito777•58m ago
Thanks, I failed after three attempts. I tried to build a clone of the current backend Tauri at dev time. The only approach that worked well was having a proxy. But now I'm looking into embedding a compiler inside the Tauri Rust at prod time.
pasanhk•1h ago
This looks like a massive level-up for the "AI-to-Software" pipeline. Moving from simple web-app generation to actual native desktop apps is a huge step for utility—especially if it handles the boilerplate for system-level APIs.

The fact that it's open-source is a great move for the HN crowd. I’m curious, what are you using under the hood for the desktop shell? Is it wrapping an Electron/Tauri instance, or is it generating something like Rust/Python natively?

Clean UI on the site, too. Excited to see where this goes!

tito777•56m ago
Under the hood, it is wrapping Tauri, and as the live preview benefits from a proxy-tauri backend to let you feel like you are already in prod mode. I like that feeling too. There is no Python, only Rust, AppleScript, and Shell script.
pasanhk•44m ago
Using Tauri makes a lot of sense here keeping the binary size small while having Rust's safety for the backend is a huge win over Electron. The proxy tauri backend for live previews sounds like a clever way to handle the dev-to-prod feedback loop. Curious if you have hit any specific hurdles with AppleScript for the system level automation yet?
tito777•33m ago
AppleScript execution is running outside of the tauri app; the current app has no way to get the output reliably of the AS code generated by AI. Unless I do a semantic review of the code to make sure that I can capture the output/error of AS execution. By now, AS run 90% of the time, when it is a single-phase execution, then it is easy. But multiphase execution has a high chance of having the code break in the middle.

That is why I instruct the AI engine to prefer sequential execution (atomic fashion)

afternoon12•1h ago
How is this better than..Already existed platforms (both legacy and Indie)...like Antigravity etc..
tito777•54m ago
I also use Antigravity. I want to have the live preview of what I'm building. I don't have it in Claude Code, Antigravity, or Cursor.
Oxodao•52m ago
Not native at all
tito777•38m ago
Edited now. My main concern is how to embed a mini Rust compiler in Tauri for prod time.