frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

https://github.com/darrylmorley/whatcable
318•sleepingNomad•10h ago•113 comments

Show HN: AI CAD Harness

https://fusion.adam.new/install
16•zachdive•1h ago•13 comments

Show HN: My Private GitHub on Postgres

https://github.com/calebwin/gitgres
24•calebhwin•1h ago•13 comments

Show HN: GhostBox – Borrow a disposable little machine from the Global Free Tier

https://www.ghost.charity/
97•keepamovin•4h ago•60 comments

Show HN: Site Mogging

https://sitemogging.com
45•jilles•8h ago•55 comments

Show HN: Loopsy, a way for terminals and AI agents on different machines to talk

https://github.com/leox255/loopsy
34•todience•9h ago•8 comments

Show HN: Perfect Bluetooth MIDI for Windows

94•mayerwin•9h ago•29 comments

Show HN: Blotter, a live map of police radio activity

https://blotter.fm
2•s_e__a___n•1h ago•1 comments

Show HN: N=1 – iOS app for structured longevity self-protocols

https://apps.apple.com/us/app/n-1-tracker/id6762523189
3•middleastbeast•2h ago•0 comments

Show HN: Access OPFS from multiple tabs using a fake Shared Worker

https://github.com/arnold-graf/cross-tab-worker/
2•ch_sm•3h ago•1 comments

Show HN: Herald – Local-first terminal email client

https://herald-mail.app/
3•zoomacode•4h ago•1 comments

Show HN: Winpodx – run Windows apps on Linux as native windows

https://github.com/kernalix7/winpodx
89•kernalix7•17h ago•47 comments

Show HN: Pu.sh – a full coding-agent harness in 400 lines of shell

https://pu.dev/
88•nahimn•22h ago•22 comments

Show HN: WeSearch – Anonymous news aggregator with no algorithm, 700 sources

https://wesearch.press/
11•EGCstudy•11h ago•7 comments

Show HN: Updated – A dual crossword puzzle where two crosswords share one grid

https://forkle.co.uk/
3•daveoshawrus•9h ago•1 comments

Show HN: What happens when you load a webpage (Interactive)

https://toolkit.whysonil.dev/how-it-works/internet-timeline/
31•otterwilde2•4d ago•8 comments

Show HN: TRiP – a complete transformer engine in C built from scratch just by me

https://github.com/carlovalenti/TRiP
36•carlovalenti•1d ago•6 comments

Show HN: A new benchmark for testing LLMs for deterministic outputs

https://interfaze.ai/blog/introducing-structured-output-benchmark
58•khurdula•2d ago•24 comments

Show HN: Coding-Flashcards – Learn Rust, SQLite, or Godot from First Principles

https://github.com/ad-si/Coding-Flashcards
19•adius•1d ago•2 comments

Show HN: Rocky – Rust SQL engine with branches, replay, column lineage

https://github.com/rocky-data/rocky
119•hugocorreia90•3d ago•48 comments

Show HN: Drive any macOS app in the background without stealing the cursor

https://github.com/trycua/cua
185•frabonacci•3d ago•41 comments

Show HN: Live Sun and Moon Dashboard with NASA Footage

https://www.lumara-space.app/
218•beeswaxpat•3d ago•66 comments

Show HN: Rip.so – a graveyard for dead internet things

https://rip.so
182•bozdemir•2d ago•117 comments

Show HN: FusionCore: ROS 2 sensor fusion that outperforms robot_localization

https://github.com/manankharwar/fusioncore
11•kharwarm•3d ago•2 comments

Show HN: I built a context layer for our home

https://rosey.house
2•aloktiagi•13h ago•0 comments

Show HN: Self hosted video feed for children

https://github.com/vkolev/timmygram-server
3•vkolev•13h ago•0 comments

Show HN: Throwaway – open-source disposable email checker and API

https://github.com/sslboard/throwaway
14•weddpros•1d ago•10 comments

Show HN: Auto-Architecture: Karpathy's Loop, pointed at a CPU

https://github.com/FeSens/auto-arch-tournament/blob/main/docs/auto-arch-tournament-blog-post.md
238•fesens•3d ago•75 comments

Show HN: Git repositories hosted directly on Freenet

https://github.com/freenet/freenet-git
5•sanity•14h ago•0 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
391•GodelNumbering•4d ago•146 comments
Open in hackernews

Show HN: AI CAD Harness

https://fusion.adam.new/install
16•zachdive•1h ago
Hi HN, I'm Zach, one of the co-founders of Adam (https://adam.new).

We've been on HN twice before with text-to-CAD/3D experiments [1][2]. The honest takeaway from those threads: prompt-to-3D model web apps are fun, but serious mechanical engineers don't want a black box that spits out an STL. They want help inside the CAD tool they already use, with full visibility and control over the feature tree.

So we built that. Adam is now a harness that integrates directly with your CAD. It reads your parts, understands the existing feature tree, and edits it for you agentically. We are now live in beta on Onshape and Fusion! [3]:

Install link Autodesk Fusion: https://fusion.adam.new/install

Install link PTC Onshape: https://cad.onshape.com/appstore/apps/Design%20&%20Documenta...

Things people are using it for today: - "Merge redundant features and clean up my tree" - "Rename every feature so the tree is actually readable" - "Round all internal edges with a 2mm fillet" - “Parametrize my model”

Along with of course, using Adam to generate CAD end-to-end!

A few things we care about that aren't obvious from the listing:

1. From the start we have always believed in CAD as code as the right abstraction. Our harness leverages Onshape's FeatureScript and Python in Fusion heavily.

2. We run an internal CAD benchmark across frontier models. There has been a massive jump in the spatial reasoning capabilities of recently released models. Particularly GPT 5.5 and Opus 4.7 [4] [5]

3. We open-sourced our earlier text-to-CAD work [6]

A note on the Anthropic Autodesk connector that shipped a couple days ago [7]: We think it's great for the space and validates the direction.

Where Adam is different:

- Model-agnostic. We pick whichever frontier model is winning on each task type from our own internal bench, instead of being tied to one lab.

- We live natively in your CAD apps and are actively building integrations across all programs

What would you want an in-CAD agent to do that nothing does today?

[1] https://news.ycombinator.com/item?id=44182206

[2] https://news.ycombinator.com/item?id=45140921

[3] https://x.com/adamdotnew/status/2050264512230719980?s=20

[4] https://x.com/adamdotnew/status/2044859329329893376?s=20

[5] https://x.com/adamdotnew/status/2047795078912172122?s=20

[6] https://github.com/Adam-CAD/CADAM

[7] https://x.com/claudeai/status/2049143440508616863?s=20

Comments

cjtrowbridge•33m ago
There are more elegant solutions to this problem. Why are you trying to get an LLM to work with bloated, archaic tools that you have to rent from a feudal lord in the cloud when there are free open-source alternatives like OpenSCAD.

This is just one example of a superior tool that's natively easy for LLMs to interact with, because the source files are just composable scripts containing lists of shapes and then lists of tools and parameters to apply to the shapes.

I wrote a simple set of system prompts you can use in any repo to show any LLM how to make SCAD files with a whole bunch of cool examples. This is just another example where walking away from the bloated, inferior feudal system of SaaS and cloud models leads to simpler processes and outcomes with superior results in less time, for free.

https://github.com/cjtrowbridge/vibe-modeling

beering•25m ago
You won’t be taken seriously if you push OpenSCAD - it’s simply not a tool that professionals will adopt due to not doing Breps. I think the recent progress of FreeCAD and its spin-off libraries cadquery and build123d will be better to push.
smrq•16m ago
Posing OpenSCAD as an alternative to the likes of Fusion is like posing MS Paint as an alternative to Photoshop. It's not even the same class of tool.
rspeele•6m ago
In programming the best tools are open source. Nobody is using a closed source compiler anymore, for example. That can lead to an assumption the same is true in every domain. But it's not true. Closed source commercial CAD software absolutely blows the open source stuff out of the water.

OpenSCAD is a cool project and can be useful, but if you believe it's a "superior tool" to professional CAD packages like Solidworks or Fusion360, you must not have used them.

The pro software does things that are impossible or clunky in the OSS alternatives. One I frequently used in SolidWorks: loft with guide curves. SolveSpace and OpenSCAD don't even attempt to support lofts. FreeCAD does but doesn't do guide curves, so you're stuck adding more intermediate profiles to make up for that, and it's horribly easy to get your loft twisted where it's not connecting the right vertices.

Don't get me wrong, I'm very appreciative of the FOSS options, and I do get a lot of use out of them at home for small projects. I especially love SolveSpace, it is beautiful software, well thought out, fast, and its feature set is enough for 80% of my projects. But there are definitely some CAD tasks like designing a car hood or an ergonomic handle, where the FOSS software just doesn't match commercial for modeling capability. And that is not even getting into all the stuff it can do beyond modeling like FEA and CAM.

fsloth•4m ago
[delayed]
zachdive•1m ago
Whilst I disagree with you (reasons mentioned in the post above), we actually have done quite a bit of work with OpenSCAD!!

See our opensource text to cad editor: https://github.com/Adam-CAD/CADAM

my_username_is_•26m ago
From the OnShape demo videos in the tweets, it looks like sketches are unconstrained. Can this create constraints or other parametric relationships between entities?

And does this use your OnShape API quota? If it's making a new API call for each individual feature, I could see this blowing through the annual quota very quickly. What does this look like in practice?

zachdive•6m ago
We've worked with PTC the last few weeks to up rate limits for our users! They have 10x rate limits so users never hit 429s

As far as sketch constraints go we are currently working on making this robust!

lepouet•3m ago
Calls that do NOT count toward API limits:

Calls made with OAuth2 via applications that are publicly available in the Onshape App Store

https://onshape-public.github.io/docs/auth/limits/

So it should be ok ?

jwr•7m ago
This looks interesting and promising! But I'm confused about your business model and pricing, which mentions "creative generations"? I'd like to understand it better before investing time into this.
zachdive•3m ago
We should do better at clarifying this! So in our opensource web app (https://github.com/Adam-CAD/CADAM), you can generate 3D mesh files by clicking mesh on the prompt box. We dubbed this "creative generations" but it should be clearer
nickthegreek•3m ago
I'd love something like this for FreeCAD.
zachdive•3m ago
We can build this!