frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Train-infer mismatch for Open-weight MoE RL in Open-source code

https://kiddyboots216.github.io/mismatch/
1•kiddyboots216•2m ago•0 comments

Show HN: Cronloop, run Claude Code or Codex on a schedule

https://cronloop.ai/
1•miketromba•3m ago•0 comments

Ask HN: Who needs funding for DB research?

1•remywang•3m ago•0 comments

Ask HN: Who wants to fund DB research?

1•remywang•4m ago•0 comments

Agentic File Manager for Mac

https://twitter.com/nbrsr/status/2089425760633454817
1•nabaruns•6m ago•0 comments

Alibaba Launches AI Music Generation Model HappyShrimp in Beta

https://www.bloomberg.com/news/articles/2026-08-17/alibaba-launches-ai-music-generation-model-hap...
1•leonnatus•7m ago•0 comments

Atari Legacy Magazine – By Paul Lefebvre

https://www.goto10retro.com/p/atari-legacy-magazine
1•rbanffy•8m ago•0 comments

Show HN: Tidy – a Mac app that names files by reading what's inside them

https://tidymacapp.com/find-text-in-scanned-pdf-mac
1•sdiazthomas•8m ago•0 comments

AppleWorks on the Apple II

https://stonetools.ghost.io/appleworks-apple2/
1•rbanffy•10m ago•0 comments

Certighost and the Privilege Hiding in Your Certificate Authority

https://www.bleepingcomputer.com/news/security/certighost-and-the-privilege-hiding-in-your-certif...
1•sbulaev•10m ago•0 comments

AirTag reveals Amazon is trashing rare books to train AI

https://arstechnica.com/tech-policy/2026/08/hidden-airtag-reveals-amazon-is-trashing-rare-books-t...
4•jefurii•11m ago•0 comments

Private credit under strain as troubled loans swell

https://www.ft.com/content/67acde0d-4154-4332-b33b-2d03d3a86007
1•petethomas•12m ago•0 comments

Morte.ai – code and deploy post mortem

https://morte.ai/
1•arionhardison•14m ago•1 comments

OpenAI President Greg Brockman: "You Need to Believe"

https://www.youtube.com/watch?v=eXBFnfrt2gU
1•root-parent•14m ago•1 comments

Welcome to Earth – our new IDE for Linux

https://blogs.remobjects.com/2026/08/17/welcome-to-earth/
6•dwarfland•15m ago•2 comments

How to Choose a Subproblem

https://millicosm.substack.com/p/how-to-choose-a-subproblem
1•paulpauper•15m ago•0 comments

Violet Hensley Dies at 109; Ozarks Fiddler Made Opry Debut at 99

https://www.nytimes.com/2026/08/15/arts/music/violet-hensley-dead.html
1•paulpauper•16m ago•1 comments

Marking Time

https://www.science.org/content/article/marking-time-cosmic-ray-storms-can-pin-precise-dates-hist...
1•simonebrunozzi•17m ago•0 comments

Chernoff Face

https://en.wikipedia.org/wiki/Chernoff_face
4•nycdatasci•18m ago•0 comments

Sub-$7k sportscar might be just what the future needs

https://arstechnica.com/cars/2026/08/the-opposite-of-a-hypercar-is-fun-meet-the-gasolini-ar1/
1•rbanffy•18m ago•1 comments

If – A senior Engineer to a Junior Engineer, 2026

https://mooresolutions.io/if.html
2•dizlexic•19m ago•0 comments

Open-source Mailchimp alternative on your own SES

https://github.com/Notifuse/notifuse
1•pierrebaz•22m ago•1 comments

You have no cookies. We know who you are anyway

https://shaderghost.gg/
1•charlieirish•23m ago•0 comments

Monero FCMP++ Cryptography Implementation Audited by Trail of Bits

https://magicgrants.org/2026/08/17/Monero-FCMP-Cryptography-Implementation-ToB
1•ementally•23m ago•0 comments

Iran threatens to go on offensive in Strait of Hormuz if diplomacy with US fails

https://www.reuters.com/world/middle-east/iran-threatens-go-offensive-strait-hormuz-if-diplomacy-...
2•root-parent•23m ago•0 comments

Jane Street has paid up large to avoid its numbers leaking out

https://www.ft.com/content/28a51284-98cc-4767-a306-0540d265687f
5•petethomas•24m ago•1 comments

Tangled: The next-generation social coding platform

https://tangled.org
2•icy•25m ago•0 comments

Ex-oil engineer warns about potential climate collapse [video]

https://www.youtube.com/watch?v=mBFos_T7cT0
2•simonebrunozzi•25m ago•0 comments

'Godfather of AI' Geoffrey Hinton Warns of Mass Unemployment

https://in.mashable.com/tech/112942/will-ai-take-your-job-godfather-of-ai-geoffrey-hinton-warns-o...
3•datakan•25m ago•0 comments

Show HN: Lightweight In-Browser QR Generator with Vector and PNG Export

https://convertix-fast-imager-co.blogspot.com/p/blog-page.html
2•convertix123•26m ago•0 comments
Open in hackernews

Show HN: Visimer – open-source visual editor for Mermaid diagrams

https://github.com/inkeep/visimer
9•engomez•51m ago
Hi HN, Nick here, founder at OpenKnowledge. We built an open source library, Visimer, for editing Mermaid diagrams with a what-you-see-is-what-you-get visual editor. Try the playground at https://visimer.com/playground. You can rename labels, change shapes, add new nodes, etc. by clicking and dragging the visual canvas.

We set out to build this originally for OpenKnowledge, our markdown wysiwyg editor, then realized it’d be great to share it as a proper embeddable component library so that other apps can leverage it as well.

Our general take is that AI is great for generating content, but whenever you want to tweak fine details, for example to create an artifact sharable with others, point-edit functionality is much better. We built Visimer to bring that to Mermaid diagrams, just like we did for markdown.

Some technical bits:

- Leverages the native Mermaid.js renderer for visualizing the Mermaid diagram true to how it’s intended. We add point-edit functionality on top.

- We tried re-generating the entire file on every edit, but found that it would eat comments and formatting, etc. The final approach maps the rendered SVG elements back to a CST, so we can then edit only the parts of the file that should change.

You can pair the visual editor with any text-editor so you can have both visual and code-level editor experiences. The library provides bindings for Monaco and CodeMirror and is extensible. There's also a low-level headless version.

If you just care about being able to edit your Mermaid diagrams in your markdown, you can try it in the OpenKnowledge app (our OSS markdown IDE, available as Mac/Linux/Windows apps).

Let us know what you think.