frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

HN is censoring news about X / Twitter

1•tslocum•1m ago•0 comments

Four Billion Years of Vibecoding

https://aboard.com/four-billion-years-of-vibecoding/
1•gbseventeen3331•1m ago•0 comments

How AI is changing software engineering at Shopify with Farhan Thawar

https://newsletter.pragmaticengineer.com/p/how-ai-is-changing-software-engineering
1•gbseventeen3331•2m ago•0 comments

Run Pandas on cloud GPUs (without Docker or K8s)

https://developer.nvidia.com/blog/simplify-setup-and-boost-data-science-in-the-cloud-using-nvidia-cuda-x-and-coiled/
1•scj13•2m ago•1 comments

Show HN: Beagle Security – AI driven pentesting for web apps and APIs

https://beaglesecurity.com/
1•rejah•5m ago•0 comments

No more disks: the architecture behind stateless compute in ClickHouse Cloud

https://clickhouse.com/blog/clickhouse-cloud-stateless-compute
1•tschreiber•5m ago•0 comments

Publish Your Home-Assistant Instance Using Matter

https://github.com/t0bst4r/home-assistant-matter-hub
1•Bluestein•6m ago•0 comments

FlexOlmo: A paradigm for LLM training and data collaboration

https://allenai.org/blog/flexolmo
1•maxloh•6m ago•0 comments

AI Movies – From 1920s to Now

https://biglysales.com/most-riveting-ai-movies/
1•ishita159•7m ago•0 comments

Linda Yaccarino resigns as CEO of X (Twitter)

https://www.politico.com/news/2025/07/09/linda-yaccarino-x-ceo-resign-00443742
2•rurp•7m ago•0 comments

Are there design shops doing cheap mobile apps using AI?

1•gritlin•8m ago•0 comments

Wildfires are challenging air quality monitoring infrastructure

https://undark.org/2025/07/04/wildfires-aqi-infrastructure/
1•rntn•9m ago•0 comments

For startups safeguarding AI models, revenue remains modest

https://twitter.com/theinformation/status/1942641099782148426
1•andy99•9m ago•0 comments

California's fire agency made an AI chatbot. Don't ask about evacuation orders

https://themarkup.org/artificial-intelligence/2025/07/09/californias-fire-protection-agency-made-an-ai-chatbot-dont-ask-it-about-evacuation-orders
1•CharlesW•10m ago•0 comments

Sometimes you just bump into people

https://thelastleg.substack.com/p/sometimes-you-just-bump-into-people
1•greenie_beans•11m ago•0 comments

Linda Yaccarino is out as CEO of X

https://www.cnn.com/2025/07/09/tech/linda-yaccarino-steps-down-x-ceo
1•gniting•12m ago•0 comments

R&B your way thru the Hebrew Bible

https://klappn.com/
1•linenmerchant•13m ago•1 comments

YouGotMail – build digital co-workers in MS Outlook

https://github.com/WitoldKowalczyk/YouGotMail
1•witold_kow•13m ago•1 comments

Linda Yaccarino steps down as CEO of Elon Musk's X

https://techcrunch.com/2025/07/09/linda-yaccarino-steps-down-as-ceo-of-elon-musks-x/
2•impish9208•15m ago•0 comments

Perplexity Launches Comet for Pro Subscribers

https://techcrunch.com/2025/07/09/perplexity-launches-comet-an-ai-powered-web-browser/
1•gniting•16m ago•0 comments

How well optimised are sites for AI crawlers?

https://trakkr.ai/ai-reports
1•mektrik•16m ago•0 comments

Advancing Claude for Education

https://www.anthropic.com/news/advancing-claude-for-education
2•meetpateltech•18m ago•1 comments

Real AI agents solve bounded problems

https://venturebeat.com/ai/forget-the-hype-real-ai-agents-solve-bounded-problems-not-open-world-fantasies/
2•kristianc•19m ago•0 comments

What is the voice inside my head?

https://www.bbc.com/audio/play/w3ct5rhk
5•Bluestein•20m ago•2 comments

BitChat, New Offline Messaging App, Uses Bluetooth Mesh, No Internet

https://reclaimthenet.org/bitchat-uses-bluetooth-mesh-no-internet
1•anonymousiam•20m ago•1 comments

Jonathan Blow – Jai Demo and Design Explanation

https://www.youtube.com/watch?v=IdpD5QIVOKQ
1•eapriv•21m ago•0 comments

Disinformation around a "weather weapon" and cloud seeding is being promoted

https://www.wired.com/story/texas-floods-conspiracy-theories-geoengineering-weather-weapon/
1•perihelions•22m ago•0 comments

Hi-SQL: Optimizing Text-to-SQL Systems Through Dynamic Hint Integration

https://arxiv.org/abs/2506.18916
1•PaulHoule•22m ago•0 comments

Linda Yaccarino to step down as CEO of X

https://www.nbcnews.com/tech/tech-news/linda-yaccarino-steps-down-ceo-x-rcna217741
3•ceejayoz•23m ago•0 comments

Population Genetics Explorer

https://media.hhmi.org/biointeractive/click/population-genetics-explorer/individual
1•andersource•23m ago•0 comments
Open in hackernews

Show HN: Snub – A fast, lightweight file search CLI for Windows (written in C)

https://github.com/seeyebe/snub
5•seeyebe•3h ago
built snub, a fast and lightweight recursive file search tool for Windows, written in modern C (C17). File Explorer and PowerShell often crawl on large codebases — so I wrote something that doesn’t.

snub is: - Fully multithreaded - Avoids indexing entirely - Supports globbing, size/date filters, result limiting, and JSON output - Packaged as a single small executable

No dependencies. Just raw C and the WinAPI.

GitHub: https://github.com/seeyebe/snub

Would love feedback on C idioms, WinAPI practices, or ideas for portability and better build flow.

Comments

FerkiHN•3h ago
Wow bro, this is amazing! I’m also a fan of writing raw WinAPI code in C — and seeing a fast, no-dependency, single-exe utility like this in 2025 feels like a breath of fresh air. I especially love how snub avoids indexing and gives full control — feels like grep meets Windows-native power.

I starred the repo instantly — and if you’re ever curious, I’m also working on a terminal-based image viewer written in C for retro and embedded use cases. But honestly, snub is super clean and deserves way more attention!

Respect from a fellow low-level dev FerkiHN

Github: https://github.com/Ferki-git-creator/phono-in-terminal-image...

seeyebe•3h ago
Hey, really appreciate that. means a lot coming from someone else in the raw C/WinAPI trenches. Just checked out phono too; super cool concept, I love seeing C used in unexpected spaces like that. Definitely gonna take a look at it properly today. Respect right back, Ferki. glad snub landed with you.
FerkiHN•3h ago
Really appreciate your reply and kind words If you end up liking the project after checking it out, feel free to drop a star — it always gives me a boost to keep building :) Either way, I’ll be following your updates on snub. Projects like that inspire me a lot.
pseingatl•3h ago
Binaries?
seeyebe•3h ago
Yep! Binaries are up on GitHub under Releases. Let me know if you hit any issues.

https://github.com/seeyebe/snub/releases/tag/v0.3.0

ethan_smith•3h ago
Consider adding a `-x` flag to exclude directories (like node_modules, .git) which would make this even more valuable for devs working with large codebases.
seeyebe•3h ago
Great suggestion, thanks! snub already skips common dirs like node_modules, .git, .svn, and __pycache__ by default (you can turn that off with --no-skip), but an explicit -x/--exclude flag for user-supplied patterns would be even more useful