frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ada 2022

https://www.adaic.org/ada-resources/standards/ada22/
29•tosh•38m ago•0 comments

Tech employment now significantly worse than the 2008 or 2020 recessions

https://twitter.com/JosephPolitano/status/2029916364664611242
396•enraged_camel•2h ago•264 comments

Why it takes you and an elephant the same amount of time to poop

https://www.pbs.org/newshour/health/takes-elephant-amount-time-poop
8•Tomte•22m ago•1 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
183•squidleon•6h ago•105 comments

Hardening Firefox with Anthropic's Red Team

https://www.anthropic.com/news/mozilla-firefox-security
343•todsacerdoti•8h ago•106 comments

Open Camera is a FOSS Camera App for Android

https://opencamera.org.uk/
160•tetris11•4d ago•72 comments

Apache Otava

https://otava.apache.org/
18•djoldman•5d ago•1 comments

Payphone Go

https://walzr.com/payphone-go/
246•walz•4d ago•55 comments

CT Scans of Health Wearables

https://www.lumafield.com/scan-of-the-month/health-wearables
145•radeeyate•6h ago•30 comments

Astra: An open-source observatory control software

https://github.com/ppp-one/astra
60•pppone•4h ago•15 comments

Triplet Superconductor

https://www.sciencedaily.com/releases/2026/02/260221000252.htm
20•jonbaer•4d ago•1 comments

Entomologists use a particle accelerator to image ants at scale

https://spectrum.ieee.org/3d-scanning-particle-accelerator-antscan
58•gmays•4h ago•6 comments

Multifactor (YC F25) Is Hiring an Engineering Lead

https://www.ycombinator.com/companies/multifactor/jobs/lcpd60A-engineering-lead
1•multifactor•3h ago

LibreSprite – open-source pixel art editor

https://libresprite.github.io/
210•nicoloren•11h ago•73 comments

Launch HN: Palus Finance (YC W26): Better yields on idle cash for startups, SMBs

21•sam_palus•2h ago•29 comments

Workers who love ‘synergizing paradigms’ might be bad at their jobs

https://news.cornell.edu/stories/2026/03/workers-who-love-synergizing-paradigms-might-be-bad-thei...
431•Anon84•7h ago•247 comments

Analytic Fog Rendering with Volumetric Primitives (2025)

https://matejlou.blog/2025/02/11/analytic-fog-rendering-with-volumetric-primitives/
71•surprisetalk•1d ago•3 comments

Good Bad ISPs

https://community.torproject.org/relay/community-resources/good-bad-isps/
75•rzk•6h ago•25 comments

Global warming has accelerated significantly

https://www.researchsquare.com/article/rs-6079807/v1
806•morsch•6h ago•787 comments

A tool that removes censorship from open-weight LLMs

https://github.com/elder-plinius/OBLITERATUS
44•mvdwoord•6h ago•19 comments

Show HN: A trainable, modular electronic nose for industrial use

https://sniphi.com/
22•kwitczak•3d ago•7 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
32•es617•4h ago•17 comments

Supertoast tables

https://hatchet.run/blog/supertoast-tables
41•abelanger•3h ago•4 comments

Paul Brainerd, founder of Aldus PageMaker, has died

https://blog.adafruit.com/2026/03/04/pagemaker-and-aldus-founder-pioneer-paul-brainerd-1947-2026/
96•fortran77•5h ago•19 comments

We might all be AI engineers now

https://yasint.dev/we-might-all-be-ai-engineers-now/
121•sn0wflak3s•11h ago•175 comments

It took four years until 2011’s iOS 5 gave everyone an emoji keyboard

https://unsung.aresluna.org/im-obviously-taking-a-risk-here-by-advertising-emoji-directly/
113•tobr•12h ago•64 comments

70k Books Found in Hidden Library in This Germany Home (2023)

https://bookstr.com/article/70k-books-found-in-hidden-library-in-this-germany-home/
44•eatonphil•8h ago•20 comments

Xous security focused open source on 22nm custom silicon

https://www.crowdsupply.com/sutajio-kosagi/precursor/updates/xous-0-10-0-introducing-baochip-1x-s...
64•ZiiS•4d ago•11 comments

System76 on Age Verification Laws

https://blog.system76.com/post/system76-on-age-verification/
768•LorenDB•16h ago•549 comments

The Brand Age

https://paulgraham.com/brandage.html
459•bigwheels•1d ago•352 comments
Open in hackernews

Image manipulation with convolution using Julia

https://medium.com/@Ahmad_Hamze/image-manipulation-with-convolution-using-julia-f898995ac1e5
36•AhmadHamze•4d ago

Comments

gus_massa•3d ago
Is the code available in github or gitlab?
watersb•2d ago
From TFA:

You can find the code used in this blog here:

https://github.com/AhmadHamze/PlutojlProjects

nickcageinacage•6h ago
Nice blog. Considered showing to students, although they need a good walk-through (undergrads) on basics of installs and loading etc etc. I'll keep this in mind though for later on.

Keep the Julia Revolution going, my dude!

barrenko•4h ago
https://computationalthinking.mit.edu/Fall24/images_abstract... the source from the article.
nritchie•2h ago
I really enjoy how Julia handles images. The abstractions really streamline developing image processing algorithm that are independent of pixel representation. Like so much of Julia, the first time I saw it, my mind was warped. Julia is worth learning if just for all the clever design choices.