frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Firefox ext: Bkmker · Your bookmarks, encrypted and private

https://addons.mozilla.org/en-US/firefox/addon/bkmker/
1•fullstacking•22s ago•0 comments

OpenTarget Core: Laser Shooting Platform for Raspberry Pi Using OpenCV

https://github.com/JSK-Project/OpenTarget-Core
1•laurieg•2m ago•0 comments

Aspect Ratios with Sinners Director Ryan Coogler (2025)

https://www.youtube.com/watch?v=78Ru62uFM0s
1•hbcondo714•5m ago•0 comments

Halo-Gravity Traction

https://www.childrenshospital.org/conditions-treatments/halo-gravity-traction
1•walterbell•7m ago•0 comments

California bill aims to help vibe coders

https://www.semafor.com/article/03/20/2026/california-bill-aims-to-help-vibe-coders
1•gnabgib•8m ago•1 comments

A city that wasted nothing [video]

https://aeon.co/videos/the-extraordinary-efficiency-of-japans-edo-economy
3•billybuckwheat•10m ago•1 comments

Show HN: Locro – Fast and accurate local OCR through Chrome's screen_ai

https://github.com/sergiocorreia/clv-locro
1•zzleeper•10m ago•0 comments

'Microshifting' puts a new spin on 9-to-5 schedules

https://apnews.com/article/microshifting-work-time-flexible-schedule-balance-97a98519916b447cd60c...
1•donutshop•11m ago•0 comments

California bill to stop 'dominant platforms' from blocking competition

https://yro.slashdot.org/story/26/03/22/2025249/tech-leaders-support-california-bill-to-stop-domi...
4•MilnerRoute•11m ago•0 comments

Mars to Wars: New Space pivots to weaponize space

https://www.defensenews.com/space/2026/02/19/spacex-and-blue-origin-abruptly-shift-priorities-ami...
2•infinitewars•12m ago•1 comments

The Un-Slop Fiction Prize

https://www.hyperstitionai.com/unslop
1•Curiositry•15m ago•0 comments

Blackburn AI Bill Repeals Section 230, Expands AI Liability, Age Verification

https://reclaimthenet.org/trump-america-ai-act-section-230-repeal-ai-liability-age-verification
3•walterbell•17m ago•0 comments

Nashville library launches Memory Lab for digitizing home movies

https://www.axios.com/local/nashville/2026/03/16/nashville-library-digitize-home-movies
3•toomuchtodo•18m ago•0 comments

Show HN: Generate, preview, and export 3D models without complex software

https://www.ai3dgen.com
2•stewardyunn•24m ago•0 comments

My Prodigal Brainchild

https://nealstephenson.substack.com/p/my-prodigal-brainchild
2•martinlaz•24m ago•0 comments

Show HN: A form builder that feels like chatting

https://www.typerson.com
1•briandev•27m ago•0 comments

Box of Secrets: Discreetly modding an apartment intercom with Matter

https://www.jackhogan.me/blog/box-of-secrets/
4•swq115•28m ago•1 comments

PwC will say goodbye to staff who aren't convinced about AI

https://www.theregister.com/2026/03/19/pwc_ai/
4•gnabgib•34m ago•1 comments

StackOverflow's questions per day have fallen 99%

https://meta.stackoverflow.com/questions/433864/do-you-agree-with-gergely-that-stack-overflow-is-...
10•stevage•36m ago•0 comments

Music manuscripts from Cologne now linked to digitized copies

https://rism.info/library_collections/2026/03/19/Music-manuscripts-from-Cologne.html
1•gnabgib•36m ago•0 comments

Where did 400 MiB go?

https://frn.sh/pmem/
1•thunderbong•37m ago•0 comments

Naomi Klein and Karen Hao: The Empire of AI and the Fight for Our Future [video]

https://www.youtube.com/watch?v=Z1B__Efqacc
1•ares623•37m ago•0 comments

The Equal Vote Coalition

https://www.equal.vote/
3•pabs3•40m ago•1 comments

App for comparing your kid's development

https://appstoreconnect.apple.com/login?targetUrl=%2Fapps%2F6757778539%2Fdistribution%2Fios%2Fver...
1•jbrozena22•44m ago•1 comments

ArrowJS – The first UI framework for the agentic era

https://arrow-js.com/
2•kothariji•45m ago•2 comments

Show HN: RoverBook – PostHog for AI Agents

https://github.com/rtrvr-ai/rover/tree/main/packages/roverbook
2•quarkcarbon279•47m ago•0 comments

Pharaoh – structural codebase maps for AI coding agents

https://pharaoh.so/
2•dangreer•48m ago•0 comments

Autoresearching Apple's "LLM in a Flash" to run Qwen 397B locally

https://twitter.com/danveloper/status/2034353876753592372
1•gurjeet•49m ago•1 comments

Literary Celebrity, Mussolini Mouthpiece, American Traitor: Who Was Ezra Pound?

https://lithub.com/literary-celebrity-mussolinis-mouthpiece-and-american-traitor-who-was-ezra-pound/
1•petethomas•50m ago•0 comments

Show HN: OMyTree – An open-source, tree-based AI canvas for deep research

https://github.com/isbeingto/oMyTree
1•isbeingto•51m ago•0 comments
Open in hackernews

Show HN: Picca – A Parallel Implementation of Common Checksum Algorithms

https://codeberg.org/bryson/picca
1•brysonsteck•2h ago

Comments

brysonsteck•2h ago
Hi! I created picca, a Rust binary and library that can read and hash multiple files at once. There are a few ways you can use it: - Adding picca as a crate to your project - Using the main picca binary to hash in any algorithm you wish - Using standalone binaries that can only hash one algorithm, similar to UNIX core utilities, and potentially be replacements for them.

This utility helps speed up needing to hash or verify files by reading many files as you want at a time. It especially speeds up processing when using single-threaded algorithms like SHA256, and using fast-ish storage.

I've been working on it for the last year in my free time and recently released v1.0. I'm hoping people will find it useful!