frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Now my wife and I trade together

https://magzimof.com/trading-together/
1•shaimagz•1m ago•0 comments

Venture Debt for Deep Tech: Financing the Future

https://www.latimes.com/b2b/banking-finance/story/2026-06-21/venture-debt-deep-tech-funding
1•petethomas•4m ago•0 comments

The end of public frontier models

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
1•AndrewSwift•6m ago•1 comments

Show HN: Claude Code skills that encode a staff engineer's setup, not prompts

https://staffengineer.dev/
1•pro_methe5•8m ago•0 comments

PE Owners Tap a Hot Loan Market to Pay Themselves

https://www.bloomberg.com/news/articles/2026-06-20/pe-owners-tap-a-hot-loan-market-to-pay-themsel...
1•petethomas•9m ago•0 comments

The Branch Nobody Reads

https://magzimof.com/olive-branches/
1•shaimagz•10m ago•0 comments

Show HN: Pure Effect – Reproduce production bugs on your laptop without a DB

https://pure-effect.org
1•tie-in•14m ago•0 comments

Bistro: A general purpose oracle for macroeconomic time series

https://www.bis.org/publ/qtrpdf/r_qt2603d.htm
1•bryanrasmussen•16m ago•0 comments

Turbo C

https://en.wikipedia.org/wiki/Turbo_C
2•tosh•17m ago•0 comments

Engine that finds hidden costs in paid ads your platform never reports

https://alloceraintelligence.com/
1•allo1•18m ago•0 comments

Show HN: Vexyn – browser-only privacy tools with local AI (WebGPU)

https://vexyn.app/
1•andreicristi88•19m ago•0 comments

The Out N' About Walks Store

https://lopespm.com/notes/2026/06/21/out_and_about.html
1•nate•20m ago•0 comments

Health Insurance Claim Denial Rates Range from 13% to 35% by Insurer

https://www.randalolson.com/2026/06/16/aca-insurer-claim-denial-rates/
22•brandonb•22m ago•8 comments

Workspace, Runtime, and Directories – Designing an Agent Orchestration Library

https://ffacu.dev/blog/designing-agents-environment
1•ffacu•23m ago•1 comments

Reminiscences of Tolstoy, Chekhov and Andreyev by Maxim Gorky

https://www.lrb.co.uk/the-paper/v48/n11/adam-thirlwell/luxury-muzhik
2•mitchbob•23m ago•1 comments

The Strange Disappearance of Japan's Animators

https://www.economist.com/interactive/1843/2026/06/19/the-strange-disappearance-of-japans-animators
1•austinallegro•25m ago•1 comments

Two AI judges scored our agent's answer 0.85, but it never opened the file

https://tenureai.dev/writing/llm-as-judge-became-the-default-for-agent-evaluation/
5•jflynt76•26m ago•0 comments

Designing Finger-Friendly Interactions

https://aresluna.org/show-your-hands-honor/
1•prnv10•30m ago•0 comments

Jürgen Habermas Defended Reason in a Darkening Age

https://www.newyorker.com/magazine/2026/06/22/jurgen-habermas-desperate-fight-for-democracy
2•mitchbob•34m ago•1 comments

How to get what's available – game theory and governing dynamics

https://www.tsoon.com/posts/game-theory/
1•mooreds•35m ago•0 comments

ZSTD –auto it picks the optimal compression level for you

https://github.com/detechs-debug/zstd-auto
1•detechs•38m ago•0 comments

An example abstract for conference talks

https://cakehurstryan.com/2026/05/05/an-example-abstract-for-conference-talks/
1•mooreds•40m ago•0 comments

Anthropic uses Persona for identity verification

https://web.archive.org/web/20260415064244/https://support.claude.com/en/articles/14328960-identi...
2•Trung0246•41m ago•0 comments

Scanning malicious websites with 'infinite' number of VPN tunnels (Part 1)

https://discounttimu.substack.com/p/scanning-malicious-websites-with
1•guardiangod•41m ago•1 comments

What I Don't See When I'm Jealous

https://www.mooreds.com/wordpress/archives/3741
2•mooreds•41m ago•0 comments

A simple self-hosted service to generate per-serving macros of online recipes

https://github.com/harrisonfaulkner/recipe-macros-scraper
1•entitledosprey•42m ago•1 comments

While the World Scrambles for Oil, China Sits on Full Tanks

https://www.nytimes.com/2026/06/21/business/china-oil-iran.html
2•mikhael•46m ago•0 comments

The Inevitable Weakness of Metrics

https://www.technologyreview.com/2026/06/19/1138778/inevitable-weakness-metrics-quantified-life-b...
1•joozio•49m ago•0 comments

Tell HN: Happy Fathers Day to all the fathers, uncles, anyone in that role!

91•consumer451•50m ago•10 comments

Designing Teams for an Agentic World

https://www.anup.io/designing-teams-for-an-agentic-world/
1•zdw•51m ago•0 comments
Open in hackernews

Show HN: Jacobi–IDE for Abaqus subroutine with analytical tests and AI diagnosis

https://jacobee.netlify.app/
15•white_tiger•1h ago
I write Abaqus UMAT subroutines as a graduate student in computational mechanics. These are complex multi-physics simulation models using Abaqus Fortran subroutines (UMAT ~ mechanical behavior, UMATHT ~ heat/diffusion and a lot more) that simulate how different material systems fail under high temperature or manufacturing processes.

However, the entire process has been quite challenging, 80-90% of time is actually spent on how make Abaqus CAE simulate a physics you already know on paper or what are the correct subroutines and variables you should use. Huge time is also spent on diving deep into the .sta .msg files to figure out and debug why a simulation failed. The software or current tooling (IDE ~ which is VS Code etc built for software engineering, not computational physics or mechanics) doesn't tell you why the simulation run into a segmentation error, or warn you when your damage variable being 1 (fully damaged) will lead to a zero division error. Silent mistakes or errors propagate through your simulation silently, and the physics is completely wrong (or worse, physics make sense, but wrong nonetheless). The documentation is terse and complex, haven't changed for a decade, offering basic linear elastic examples only.

The entire way computational engineers approach their work is with a touch/sense of secrecy. Codes are hidden behind NDAs and various policies. Although, this makes sense from a national security standpoint. It slows down and stifle innovation in the field. Codes are not shared like the way software engineers do, repositories are private, .odb files are hidden, Less resources for tutorials on complex multi-physics simulations. This is why Dr. Fei Fei Li in her recent post on world models, identifying the "simulate" part of the world model taxonomy (the other two is a planner and a renderer) as the linchpin of a world model (read here https://x.com/drfeifei/status/2062247238143996275) with orders of magnitude of less available data available to effectively train world models.

On occasions, engineers classify some of these problems as a "skill issue", which I believe is a wrong mindset to have. However, having prior experience building software and webapps, I know how important the tooling and community is to the entire software ecosystem (think open-source projects on Github, Modules/Packages you can easily pip install, and tutorials from legends like Karpathy and a lot more).

With the Jacobi Physics IDE, I am building that tooling and ecosystem for physics simulation. Due to my current knowledge of Abaqus, that is what I start with. But eventually, following feedback and engagement from users, this will expand to cover multiple physics solvers out there (COMSOL, NASTRAN, LS-DYNA....I want to hear more from you guys in the comment) that enable users and researchers to write subroutines and user-defined material behavior for their own unique simulations.

I will love to hear from you guys, download the IDE at https://jacobee.netlify.app/. Thanks.

Comments

white_tiger•1h ago
*repositories are private, .odb files are hidden locally on computers...
supernova1•1h ago
I totally resonate with what you are doing. I use a VS code extension when coding abaqus subroutines and the most feature I can get out of it is syntax highlighting. I will love to see how far this goes! Goodluck.
white_tiger•1h ago
That was my workflow initially too. The entire ecosystem around computational simulation tools is lacking. Partly I also think it's because of the lack of attention to languages like Fortran which is mostly viewed as old by current generation of engineers or software developers, getting lesser attention compared to other languages like say Python. But then again, even the current python fem frameworks still run into some of the issues I outlined.
skogee•1h ago
Very true, those subroutine documentation haven't changed like forever, it's even more than a decade, maybe two decades. Downloading...