frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: LeetCode side panel with Socratic hints and AI interview practice

https://leetcopilot.dev
1•alexwang24•1m ago•0 comments

Squares – Browser-based quantum circuit designer, simulator, and AI assistant

https://squaresquant.com
1•Ferra•2m ago•1 comments

Introducing ctx.traits

https://ctx.company/blog/introducing-ctx-traits/
2•rpunkfu•2m ago•0 comments

Ask HN: Do older programmers/CS academics view AI safety as a form of arrogance?

1•amichail•2m ago•0 comments

Cambridge Algorithms Course

https://www.cl.cam.ac.uk/teaching/2021/Algorithms/
1•ibobev•2m ago•0 comments

Designing Docs for AI Agents

https://www.jamdesk.com/blog/designing-docs-for-ai-agents
2•gbourne1•4m ago•0 comments

Rheum

https://en.wikipedia.org/wiki/Rheum
1•colinprince•4m ago•0 comments

Macrocyclic peptides: a new "Goldilocks" drug class?

https://www.empirical.health/blog/macrocyclic-peptides/
2•brandonb•5m ago•0 comments

Show HN: OpenMetaHarness – long-horizon execution over multiple context sessions

https://github.com/openmetaharness/openmetaharness
1•IzhaarTejani•5m ago•0 comments

Sigstore, the Swiss army knife of signing and attestation

https://kernwerk.org/blog/cosign/
2•pdubouilh•6m ago•0 comments

Here's Where I Am At

https://brunocalza.me/blog/2026/07/30/heres-where-i-am-at.html
1•brunocalza•6m ago•0 comments

Show HN: Scriptum, a native Mac Markdown editor that live reloads

https://ms-dev.app/scriptum/
1•MS8080•7m ago•1 comments

We don't need no stinkin' tensor library: solving poker in custom WebGPU kernels

https://phulin.me/blog/poker/
2•patrickhulin•8m ago•1 comments

How to Plan Successfully

https://www.reddit.com/r/selfimprovement/comments/1c338bl/a_manual_on_how_to_plan_successfully/
2•tosh•8m ago•0 comments

The Four Loops, Clearly Explained

https://iii.dev/blog/the-four-loops-clearly-explained/
2•rohitghumare•8m ago•0 comments

WikidPad – Wiki Notebook for Windows/Linux/Mac OS

https://wikidpad.sourceforge.net/
1•bariumbitmap•10m ago•0 comments

Intensity of Focus Will Reward You [video]

https://www.youtube.com/watch?v=ZoST0yv0fI0
1•tylerdane•10m ago•1 comments

Prompt turns Microsoft Copilot into an AI worm

https://www.malwarebytes.com/blog/ai/2026/07/hidden-microsoft-copilot-ai-worm
1•geox•11m ago•0 comments

React apps that work with your data warehouse [video]

https://www.youtube.com/watch?v=3xPSh0FxW5o
1•karakanb•12m ago•1 comments

Stripe Radar no longer free, migrates free tier to paid plan

https://support.stripe.com/questions/updates-to-radar-for-lpms-and-billing-coverage-and-pricing-(...
1•film42•13m ago•1 comments

Scale AI taps former Google Cloud executive as new CEO

https://www.axios.com/2026/07/30/scale-ai-google-cloud-coo-francis-desouza
1•whizusukite•13m ago•0 comments

Scaling Laws: The Law Behind Every LLM

https://aidoses.substack.com/p/scaling-laws-the-law-behind-every
1•ryanrad•14m ago•0 comments

The Session You Cannot Take with You

https://earendil.com/posts/session-portability/
3•tosh•14m ago•1 comments

Senate of High Schoolers Pass Symbolic "Legislation" on Classroom AI Policy

https://www.npr.org/2026/07/30/nx-s1-5853571/students-set-ai-policy
1•randusername•14m ago•0 comments

Uefa to boycott World Cup in protest against FIFA sell-off

https://www.thetimes.com/sport/football/article/uefa-boycott-fifa-world-cup-aleksander-ceferin-gi...
1•matthieu_bl•15m ago•1 comments

Gemini Robotics ER 2

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/gemini-robotics-er-2/
2•zergylord•16m ago•0 comments

Russian hackers exploit Exchange OWA zero-day for long-term mailbox access

https://www.bleepingcomputer.com/news/security/russian-hackers-exploit-exchange-owa-zero-day-for-...
1•Brajeshwar•17m ago•0 comments

Know the moment a competitor changes their pricing

https://pagedeltas.com/use-cases/competitor-pricing-monitoring
1•arthurdelerue•17m ago•0 comments

GeroQubit: De novo molecule design for geroscience with calibrated uncertainty

https://www.biorxiv.org/content/10.64898/2026.06.07.730687v1
1•Geroqubit•18m ago•1 comments

Skechers says it doesn't make sneakers, state court rejects claim

https://www.universalhub.com/2026/skechers-says-it-doesnt-make-sneakers-states-highest-court-disa...
1•ilamont•18m 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.