frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Grind LeetCode questions with Claude Code dsa mentor

https://github.com/Stewie-pixel/claude-with-leetcode
1•Stewie-pixel•35s ago•1 comments

Snap Launches $2,195 'Specs' Augmented Reality Glasses

https://www.macrumors.com/2026/06/16/snap-specs-ar-glasses/
1•tosh•2m ago•0 comments

Apple's 2028 iPhones to Use 1.4nm A22 Pro Chips

https://www.macrumors.com/2026/06/16/2028-iphones-a22-pro-chips/
2•tosh•2m ago•0 comments

Yellow spaceship machines used to prevent algae

https://www.bbc.co.uk/news/articles/cpwez5qgj5xo
1•zeristor•4m ago•1 comments

The Coming Quantum National Security Crisis

https://www.foreignaffairs.com/china/coming-quantum-national-security-crisis
2•0in•7m ago•0 comments

Waiting for the Weekend (1991)

https://www.theatlantic.com/magazine/archive/1991/08/waiting-for-the-weekend/376343/
2•helloplanets•11m ago•0 comments

Peter Thiel's private society attendance list leaked via hard-coded HTML

https://github.com/nzaki-dev/dialog
5•helloamigo•16m ago•0 comments

TradersCompanion, a trading journal that helps prop firm traders pass challenges

https://www.traderscompanion.org
1•mathono•16m ago•0 comments

Tell HN: Just scammed for $5207.11 by "10-4 by WEX" (Mercury Personal)

1•bojangleslover•17m ago•0 comments

Britain arrests more for social media posts than China, Russia, Turkey combined

https://twitter.com/XFreeze/status/2066778611227709885
3•Dig1t•23m ago•0 comments

A primer on cloud seeding (2024)

https://www.theclimatebrink.com/p/a-primer-on-cloud-seeding
1•sneela•23m ago•1 comments

Cursor CEO omits information geometry contraints helping programming activity

https://twitter.com/a16z/status/2066932717871301046
1•__patchbit__•26m ago•0 comments

India temporarily bans Telegram over exam paper leak concerns

https://www.bbc.com/news/articles/cn074j04l3eo
2•thisislife2•27m ago•0 comments

BoronEngine, (c++ vulkan dx11) gameengine

2•Kahviz_•30m ago•1 comments

Show HN: Product Validation

https://ideas.trk7.app/
2•cosmok•33m ago•0 comments

Zygohistomorphic Prepromorphism Is All You Need

https://wiki.haskell.org/index.php?title=Zygohistomorphic_prepromorphisms
2•wseqyrku•35m ago•0 comments

Bill Joy: Co-Founder of Sun Microsystems

https://engineering.berkeley.edu/bill-joy-co-founder-of-sun-microsystems/
3•teleforce•38m ago•0 comments

Apple plans change to Hide My Email that could make it less effective

https://techcrunch.com/2026/06/16/apple-plans-to-change-its-hide-my-email-privacy-feature-that-co...
11•memalign•45m ago•1 comments

European leaders meet with the Trump and Amodei over Fable 5

https://www.politico.eu/article/eu-donald-trump-anthropic-amodei-row-at-g7/
3•jonash54•46m ago•0 comments

Dancing the Limbo

https://schrottner.at/2026/06/14/Dancing-the-limbo.html
3•RyeCombinator•50m ago•0 comments

Show HN: Convert the raw HealthKit DB from an iPhone backup to SQLite

https://github.com/ninyawee/healthkit-from-backup-to-sqlite
1•circleoncircles•51m ago•0 comments

Saddam husseins love of masgouf got him caught

https://www.godreports.com/2015/04/saddam-husseins-appetite-for-fish-led-to-his-capture/
1•marysminefnuf•52m ago•1 comments

Building an LLM safe design system

https://polar.sh/blog/orbit-llm-safe-design-system
1•SouravInsights•54m ago•0 comments

People Paying $59 to Make Phones Worse. Speaks Volumes About Tech World

https://www.inc.com/connor-jewiss/people-are-paying-59-to-make-their-phones-worse-the-reason-why-...
4•1vuio0pswjnm7•54m ago•1 comments

Anthropic Is Still at Odds with the White House over Claude Fable 5

https://www.wired.com/story/anthropic-is-still-at-odds-with-the-white-house-over-claude-fable-5/
2•dstala•58m ago•0 comments

The B2C-or-B2B decision you're forced to make too early

https://www.indiehackers.com/post/the-b2c-or-b2b-decision-youre-forced-to-make-too-early-and-why-...
1•DharmendraJago•1h ago•0 comments

Murmer – An experiment in bringing Elixir's actor model to Rust

https://paxsonsa.github.io/murmer-rs/
2•paxsonsa•1h ago•1 comments

GLM-5.2

https://huggingface.co/zai-org/GLM-5.2
4•gomizhuce•1h ago•1 comments

Designing the Dream House of an 87-Year-Old Tech Visionary

https://www.wired.com/story/stewart-brand-whole-earth-catalog-house-petaluma/
1•cromulent•1h ago•0 comments

Show HN: FinMind AI – what if Claude Code was built for Wall Street?

https://finmindai-moneyverse.vercel.app/
2•heroboy•1h ago•0 comments
Open in hackernews

Asked ChatGPT, how to recover data from disk, "run wipefs"

https://chatgpt.com/share/6a322911-2f14-83e9-a357-559a6175df1e
1•TZubiri•1h ago

Comments

necovek•1h ago
Wipefs simply cleans up your filesystem signatures, not your data.
TZubiri•55m ago
>doesn't wipe your data

Neither does rm, doesn't mean it's not destructive.

Especially in the case of disk recovery, where there's already missing file metadata. Destroying even more file metadata can make the data harder or impossible to recover.

I think there's a midwit meme application here:

low IQ: Don't to use anything with the word wipe in it

mid IQ says "technically it isn't a delete and it depends on the options that you give it, by default blabla...."

High IQ: Don't use anything with the word wipe in it if you don't want to wipe data.