frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Facebook Videos Downloader

https://chromewebstore.google.com/detail/video-downloader/depedcledfjjdoikcjfbdjlncjfbpjjg
1•qwikhost•1m ago•0 comments

Show HN: Stockoscope – 5-dimension stock analysis where you set the weights

https://stockoscope.com
1•navdhand•1m ago•0 comments

1-in-2 phones sold in Africa exfiltrate whole-device activity to China

https://www.nowsecure.com/blog/2026/07/08/what-the-transsion-telemetry-research-means-for-mobile-...
2•lmbbuchodi•3m ago•0 comments

Zine 0.12.0

https://zine-ssg.io/log/?v0.12.0#v0.12.0
2•birdculture•4m ago•0 comments

Former GitHub CEO launches competitor designed for the age of vibe coding

https://www.theregister.com/ai-and-ml/2026/07/08/former-github-ceo-launches-competitor-designed-f...
1•uukelele•6m ago•0 comments

Google pays $250K for Linux vulnerability allowing guest VM escapes

https://arstechnica.com/security/2026/07/high-severity-guest-vm-escape-is-1-of-2-linux-vulnerabil...
1•joozio•7m ago•0 comments

A Trip to 90s Kansai: Exploring the XD FirstClass Network BBS

https://cdrom.ca/games/2026/05/30/xd.html
1•zetamax•9m ago•0 comments

A MIT KDC policy plugin for cross-realm authorization

https://gurulabs.com/blogs/kerberos-cross-realm-authorization-xrealmauthz/
1•4onthefloor124•10m ago•0 comments

Show HN: Gepard 1.0 – open-source streaming TTS that speaks as text arrives

https://huggingface.co/spaces/nineninesix/gepard
1•joeyeh_•11m ago•0 comments

Cursed circuits #6: reverse avalanche oscillator

https://lcamtuf.substack.com/p/cursed-circuits-6-reverse-avalanche
2•surprisetalk•12m ago•0 comments

Show HN: The Book of Uncertain Light – A Philosophical Text for LLMs

https://uncertainlight.com
1•CompanyGardener•13m ago•0 comments

What Everyone Should Know About How Capital Works

https://jacobin.com/2026/07/marx-capital-harvey-economics-contradiction
2•one33seven•17m ago•0 comments

Greppy – A drop-in grep with code-nav subcommands for AI agents

https://github.com/metric-space-ai/greppy
1•metricspaceai•20m ago•0 comments

How do you promote a low value, high conversion rate app without PPC?

https://www.asnotes.io/
1•gb2d_hn•24m ago•1 comments

Facebook takes no action on AI far-right influence campaign flagged a month ago

https://www.independent.co.uk/news/uk/home-news/facebook-far-right-ai-video-life-in-britain-b3004...
1•vrganj•26m ago•0 comments

EduScrum

https://eduscrum.org/
1•antfarm•49m ago•0 comments

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
2•saifmukhtar•50m ago•0 comments

Cybersecurity AI (CAI) Dataset

https://arxiv.org/abs/2605.28146
1•vinothkumarnaga•52m ago•0 comments

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

https://github.com/malisper/pgrust
3•SweetSoftPillow•54m ago•0 comments

What founders should evaluate before launching an AI-built app

https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app
4•Krishnaswaroop•57m ago•1 comments

Teller.io shuts down at the end of the week

2•dmonn•1h ago•0 comments

The OpenClaw Foundation

https://openclaw.ai/blog/introducing-openclaw-foundation
4•tosh•1h ago•0 comments

Show HN: Copresent – Turn your phone into a Google Slides remote

https://www.copresent.app/
1•highlystatic•1h ago•0 comments

I co-founded Wikipedia, but an anonymous mob runs the show – and now I'm banned

https://www.washingtonexaminer.com/op-eds/4638304/larry-sanger-wikipedia-co-founder-banned-anonym...
4•dmitrygr•1h ago•1 comments

Soft Skills Engineering is a weekly advice podcast for software developers

https://softskills.audio/
1•datadrivenangel•1h ago•0 comments

Commerce in a Toga

https://strawvsteel.com/articles/the-supply-chain-learned-to-narrate-itself/
1•aureisular•1h ago•0 comments

The four horsemen behind Postgres outages

https://malisper.me/the-four-horsemen-behind-thousands-of-postgres-outages/
1•tosh•1h ago•0 comments

Why do hippos spread poo?

https://iere.org/why-do-hippos-spread-poo/
2•thunderbong•1h ago•0 comments

Energy Department wants to weaken efficiency standards for home appliances

https://www.washingtonpost.com/business/2026/07/02/energy-department-wants-weaken-efficiency-stan...
2•littlexsparkee•1h ago•1 comments

I think I can get the original reasoning of Claude models. Is this real?

https://thinking-signature-demo-5g65bijswq-de.a.run.app/
2•bayes-song•1h ago•2 comments
Open in hackernews

The power of spread and rest patterns in JavaScript

https://allthingssmitty.com/2025/05/05/the-power-of-spread-and-rest-patterns-in-javascript.md/
2•AllThingsSmitty•1y ago

Comments

dtagames•1y ago
This syntax does look strange the first time you encounter it, especially since the same syntax is used for two very different things. But once I adopted this religion, every other way of working with array or object values (combining, cutting, rearranging, copying, etc.) seems like an anti-pattern. These operators turn complex iterative testing and copying operations into simple declarative values.