frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Epic Games announces Lore version control system

https://lore.org/
592•regnerba•4h ago•305 comments

Only 16 Percent of Americans Think AI Will Have a Positive Impact on Society

https://techcrunch.com/2026/06/17/only-16-percent-of-americans-think-ai-will-have-a-positive-impa...
208•karakoram•1h ago•190 comments

US holds off blacklisting DeepSeek, more than 100 firms deemed security risks

https://www.reuters.com/world/china/us-holds-off-blacklisting-chinas-deepseek-more-than-100-firms...
111•giuliomagnifico•14h ago•76 comments

Launch HN: Adam (YC W25) – Open-Source AI CAD

https://github.com/Adam-CAD/CADAM
68•zachdive•2h ago•27 comments

GLM-5.2 is the new leading open weights model on Artificial Analysis

https://artificialanalysis.ai/articles/glm-5-2-is-the-new-leading-open-weights-model-on-the-artif...
620•himata4113•9h ago•323 comments

Show HN: An 8-bit live gamecast for baseball

https://ribbie.tv/watch
105•brownrout•1h ago•57 comments

How we run Firecracker VMs inside EC2 and start browsers in less than 1s

https://browser-use.com/posts/firecracker-browser-infra
46•gregpr07•1d ago•9 comments

Sixty percent of US consumers say 'AI' in brand messaging is a turnoff

https://wpvip.com/future-of-the-web-2026/
839•thm•6h ago•445 comments

Trellis AI (YC W24) hiring a product lead to build agents for healthcare access

https://www.ycombinator.com/companies/trellis-ai/jobs/Cg94htp-product-lead
1•macklinkachorn•1h ago

RFC 10008: The new HTTP Query Method

https://www.rfc-editor.org/info/rfc10008/
234•schappim•7h ago•108 comments

Want your images back? That'll be $5

https://www.lutr.dev/want-your-images-back-sure-that-ll-be-5-dollars
508•lutr•5h ago•217 comments

U.S. science is in chaos

https://www.scientificamerican.com/article/americas-compact-between-science-and-politics-is-broken/
314•presspot•8h ago•340 comments

French physicist and media star loses doctorate after plagiarism investigation

https://www.science.org/content/article/french-physicist-and-media-star-loses-doctorate-after-pla...
99•bookofjoe•3h ago•84 comments

TREX: An AI code reviewer that runs your code

https://www.greptile.com/blog/trex-code-execution
16•dakshgupta•3h ago•2 comments

MicroUI – A tiny, portable, immediate-mode UI library written in ANSI C

https://github.com/rxi/microui
123•peter_d_sherman•6h ago•39 comments

Show HN: Inkwash, a watercolor sketching app and explanation

https://johnowhitaker.github.io/inkwash/about
98•Yenrabbit•3d ago•17 comments

Why thinking out loud with someone beats thinking alone

https://www.thesignalist.io/s/the-dialogue-dividend/
70•kodesko•5h ago•23 comments

Hacker News but for independent blogs

https://bubbles.town/
423•headalgorithm•10h ago•140 comments

AI chemist improves a challenging reaction in medicinal chemistry

https://openai.com/index/ai-chemist-improves-reaction/
11•ilreb•1h ago•2 comments

Volkswagen started blocking GrapheneOS users

https://discuss.grapheneos.org/d/35949-volkswagen-app?page=3
272•microtonal•3h ago•181 comments

AI demands more engineering discipline. Not less

https://charitydotwtf.substack.com/p/ai-demands-more-engineering-discipline
208•BerislavLopac•4h ago•103 comments

Kirkland Roundabouts

https://kirklandroundabouts.com
98•DenisM•2d ago•68 comments

The Competitive Moat That AI Can't Replicate

https://ghostinthedata.info/posts/2026/2026-06-13-human-connection-moat/
10•speckx•1h ago•0 comments

Seventeen Camels and Where They Can Take You

https://mathenchant.wordpress.com/2026/06/15/seventeen-camels-and-where-they-can-take-you/
9•ibobev•2d ago•1 comments

Image Compression

https://www.makingsoftware.com/chapters/image-compression
96•vinhnx•3d ago•13 comments

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

https://github.com/pbkx/deconvolution
18•rmi0•2d ago•1 comments

The founder's playbook: Building an AI-native startup

https://claude.com/blog/the-founders-playbook
160•e2e4•11h ago•132 comments

Abandoned and Little-Known Airfields

https://airfields-freeman.com/
124•wizardforhire•2d ago•34 comments

Why do commercial spaces sit vacant? (2025)

https://www.freerange.city/p/why-do-commercial-spaces-sit-vacant
54•Redoubts•11h ago•97 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
160•esychology•9h ago•39 comments
Open in hackernews

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

https://github.com/pbkx/deconvolution
18•rmi0•2d ago
I've been working on deconvolution, a comprehensive Rust image deconvolution and restoration library. Deconvolution implements 28 different image deconvolution/restoration methods which range from practical blur removal techniques to research-grade scientific imaging algorithms.

Features:

- Top-level functions use image::DynamicImage and return images

- Inverse filters, Wiener, Richardson-Lucy, constrained, proximal, Krylov, MLE restoration

- Blind Richardson-Lucy, blind maximum likelihood, parametric PSF estimation

- Kernel2D, Kernel3D, Transfer2D, Transfer3D, Blur2D/Blur3D

- Gaussian, motion, defocus, microscopy models, support utilities, PSF/OTF conversion

- Edge tapering, apodization, range normalization, NSR estimation

- Deterministic blur, noise, synthetic fixture generation

- ndarray support for 2D image arrays and 3D volume

this project is a WIP, of course:)

Comments

esafak•11m ago
Nice work. Old skool methods at this point. You could add some neural methods but then you'd lose any performance benefits of Rust and might as well use the richer Python ecosystem.