frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Etymology Database from Wiktionary

https://etymologue.com/
1•jlauf•33s ago•0 comments

Day 0 Kimi-K3 Inference Deployment with Atom on AMD Instinct MI355X GPUs

https://www.amd.com/en/developer/resources/technical-articles/2026/kimi-k3-on-amd-instinct-gpus.html
1•stevefan1999•48s ago•0 comments

Capturing the Narrative

https://arxiv.org/abs/2607.23993
1•jruohonen•8m ago•1 comments

CastToAny – Turn podcasts and videos into publish-ready content

https://casttoany.com
2•freerick•11m ago•0 comments

Show HN: A 6M-token movable window on a single 46GB GPU

https://arxiv.org/abs/2607.23806
1•Wetime•18m ago•0 comments

eBay and former execs will pay $56M to settle harassment of Natick couple

https://www.bostonglobe.com/2026/07/27/business/ebay-harassed-ina-david-steiner-settlement/
3•apress•18m ago•0 comments

What will more intelligence do for us

https://www.noahpinion.blog/p/what-will-more-intelligence-actually
2•paulpauper•19m ago•0 comments

Would You Go Back to a Time Before Smartphones If You Could?

https://www.theatlantic.com/podcasts/2026/07/would-you-go-back-to-a-time-before-smartphones-if-yo...
2•paulpauper•20m ago•1 comments

Another Symptom of Growing Isolation

https://www.theatlantic.com/family/2026/07/talking-less-reasons/688074/
1•paulpauper•21m ago•0 comments

Protocol-Level Attacks on Agentic Commerce Platforms: Taxonomy and Defense

https://arxiv.org/abs/2607.21824
1•sbulaev•22m ago•0 comments

"Opus 5 is a really bad model"

https://twitter.com/HarukaKunori/status/2081697911847481502
4•behnamoh•26m ago•0 comments

A Science of Reality: Observers, Interfaces, and Traces [pdf]

https://traceinstitute.org/papers/TRACE_INSTITUTE_WHITE_PAPER.pdf
2•andsoitis•28m ago•0 comments

Why do we think we understand the world more than we actually do?

https://thedecisionlab.com/biases/the-illusion-of-explanatory-depth
2•rramadass•29m ago•1 comments

Claude Fable 5: What It Is and Why the Hype?

https://lazerg.uz/en/blog/claude-fable-5-nima
2•lazerg•30m ago•0 comments

The age of token efficiency, the age of libraries

https://golemui.com/blog/the-age-of-token-efficiency/
2•handfuloflight•33m ago•0 comments

Ex-JPMorgan banker Chirayu Rana files fed civil rights suit; racism/sexual abuse

https://www.morningstar.com/news/pr-newswire/20260727ny12568/former-jpmorgan-executive-files-swee...
1•sizzle•34m ago•1 comments

Manticore Search 28.4.4:Faster KNN, conversational search, installs and faceting

https://medium.com/@s_nikolaev/manticore-search-28-4-4-faster-knn-better-conversational-search-an...
1•snikolaev•34m ago•0 comments

VibeUE: Unreal Engine Vibe Coding Tool

https://github.com/kevinpbuckley/VibeUE
1•nateb2022•35m ago•0 comments

Newspeak

https://github.com/dv-hart/newspeak
1•handfuloflight•44m ago•0 comments

Show HN: I taught Claude Code to file Indian income-tax returns (ITR)

https://github.com/karanb192/itr-wala
1•karanb192•46m ago•0 comments

Storj begins court-supervised restructuring, proposes equity for token holders

https://www.storj.io/blog/an-open-letter-to-the-storj-token-community-the-restructuring-the-netwo...
1•Manouchehri•55m ago•1 comments

Architecting Persistent Memory for Multi-Agent System [video]

https://www.youtube.com/watch?v=lw52w7Pw86M\
2•handfuloflight•59m ago•0 comments

Playing Computer Music via Am Radio on Computers Like Altair, IMSAI, PDP8, etc.

https://github.com/rcl9/Playing-Computer-Music-via-AM-Radio-on-IMSAI-8080-PDP8-Sorcerer-TRS80-etc...
1•TMWNN•1h ago•1 comments

Show HN: A macOS Port of Ventoy2disk

https://github.com/fcjr/ventoy-mac
1•fcjr•1h ago•0 comments

Sam Altman: "Never a Better Time to Do a Startup" [video]

https://www.youtube.com/watch?v=ZIaOBAjvc38
1•tvvocold•1h ago•0 comments

39,535+ hours of open robot data

https://datasets.bot/
1•ilreb•1h ago•0 comments

Walk on Decomposed Subdomains

https://clementjambon.github.io/wods/index.html#blogpost
1•E-Reverance•1h ago•0 comments

ICE launching operation in New York City

https://thehill.com/policy/national-security/5992642-ice-queens-long-island-raids/
3•Alien1Being•1h ago•0 comments

Key Considerations for On-Premises Project Management Platform Planning

https://ones.com/blog/10-key-considerations-for-on-premises-project-management-platform-planning/
1•coding1134•1h ago•0 comments

Tracked Capabilities for Safer Agents

https://martinodersky.substack.com/p/tracked-capabilities-for-safer-agents
2•matt_d•1h ago•0 comments
Open in hackernews

Show HN: Flow.diy – a super duper simple flowchart maker

https://www.flow.diy
20•_august•1y ago

Comments

soco•1y ago
Looks nice. I just clicked around a bit (as I'm not doing often flowcharts in life) and: ; pressing "add node" repeatedly I expected to get them linked one after the other (wrong expectation) ; if I change the type from rectangle to rhombus its center is more on the right breaking the connection lines (bug) ; if I had node1->node2->node3 and I delete node2, I expected node1 to be linked to node3 (wrong expectation) ; after the above action, when I press add node, node3 just disappears (bug)
_august•1y ago
thanks for the feedback! your expectations make sense, i will implement them. For the last bug, i think what happened is the orphaned node 3 got moved to the top, as a sibling with the auto layout and may have moved off screen.