frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Simple Geometry Behind Any Road

https://sandboxspirit.com/blog/simple-geometry-of-roads/
1•Ef996•10s ago•0 comments

Eschers Print Gallery and the Droste Effect

https://mathvisuals.org/PrintGallery/
1•m-hodges•31s ago•0 comments

WebinarTV Scraped Zoom Meetings of Anonymous Recovery Programs

https://www.404media.co/webinartv-secretly-scraped-zoom-meetings-of-anonymous-recovery-programs/
1•Brajeshwar•1m ago•0 comments

Reverse Engineering Dangerous Dave

https://danzat.github.io/reverse-engineering/2012/12/07/dangerous-dave-packaging.html
1•reconnecting•2m ago•0 comments

Show HN: Hacker News Sorted, a 12-year-old Chrome extension I still use daily

https://chromewebstore.google.com/detail/hacker-news-sorted/djkcnbncofmjekhlhemlkinfpkamlkaj
1•svyatov•2m ago•1 comments

Jules: A terminal-based AI assistant written in Ruby

https://github.com/rathrio/clanker-jules
1•thunderbong•2m ago•0 comments

Template: Deploy FusionAuth to Railway

https://railway.com/deploy/fusionauth
1•mooreds•3m ago•0 comments

Coaching: Understanding the Options

https://neil-vass.com/coaching-understanding-the-options/
1•mooreds•3m ago•0 comments

PSA Crypto: The P is for Portability

https://danielmangum.com/posts/psa-crypto-portability/
1•hasheddan•4m ago•0 comments

Show HN: API for 13M+ Indian court cases with citation graphs and vector search

https://www.vaquill.ai
1•pkhodiyar•5m ago•0 comments

Show HN: How to Install Docker on Ubuntu 24.04 LTS: Complete 2026 Guide

1•anju-kushwaha•5m ago•0 comments

Show HN: A $4/mo AI todo app – 3 todos free, pay for the 4th

https://anothertodo.app
1•AdobiWanKenobi•5m ago•0 comments

Hiring Software Engineer – Ruby on Rails at Dope Marketing

https://www.indeed.com/job/software-engineer-ruby-rails-remote-us-based-only-96377028073afacb
2•annapareno•5m ago•0 comments

Show HN: Remoroo. trying to fix memory in long-running coding agents

https://www.remoroo.com
2•adhamghazali•6m ago•0 comments

Show HN: Smriti, version control for reasoning state

https://github.com/himanshudongre/smriti
1•himanshudongre•7m ago•0 comments

Finding a duplicated item in an array of N integers in the range 1 to N − 1

https://devblogs.microsoft.com/oldnewthing/20260413-00/?p=112227
1•birdculture•8m ago•0 comments

The new rules for AI-assisted code in the Linux kernel: What devs need to know

https://www.zdnet.com/article/linus-torvalds-and-maintainers-finalize-ai-policy-for-linux-kernel-...
2•CrankyBear•10m ago•0 comments

Cloudflare Mesh – secure private networking: users, nodes, agents, Workers

https://blog.cloudflare.com/mesh/
4•rs_rs_rs_rs_rs•10m ago•1 comments

The Focus Spectrum

https://alexoppenheimer.substack.com/p/the-focus-spectrum
1•crescit_eundo•10m ago•0 comments

Some Texas neighborhoods are seeing feral hogs for the first time

https://www.chron.com/life/wildlife/article/texas-feral-hogs-neighborhoods-22203883.php
2•mooreds•11m ago•0 comments

Rare concert records going on Internet Archive

https://techcrunch.com/2026/04/13/thousands-of-rare-concert-recordings-are-landing-on-the-interne...
2•jrm-veris•11m ago•0 comments

Systems Engineering: Building Agentic Software That Works

https://twitter.com/ashpreetbedi/status/2041568919085854847
1•gmays•12m ago•0 comments

Fidelis Security: Detect and Respond to Threats 9x Faster

https://fidelissecurity.com/
2•fidelissecurity•12m ago•0 comments

Silicon Valley Is Spending Millions to Stop One of Its Own

https://www.wired.com/story/the-big-interview-podcast-new-york-state-representative-alex-bores/
4•_tk_•14m ago•0 comments

A lockfile could have saved you from the LiteLLM attack

https://www.jacobhgreen.com/writings/lockfiles/
2•p44v9n•16m ago•0 comments

Compressed 586K tokens to 5K with 100% accuracy retention – here's the math

https://github.com/juyterman1000/entroly
1•abbyedd•17m ago•0 comments

Economics of Curing Cancer (RoR of 1024%)

https://www.nber.org/papers/w35052
2•Balgair•17m ago•0 comments

Show HN: Claude Control – macOS dashboard for managing Claude Code sessions

https://github.com/sverrirsig/claude-control
1•svessi•18m ago•1 comments

The Economics of Proof of Concept

https://deploy95.substack.com/p/the-economics-of-poc
2•dddddaviddddd•20m ago•0 comments

I Feel So Sorry for My A.I. Sunglasses

https://www.nytimes.com/2026/04/14/magazine/ai-sunglasses-meta-zuckerberg.html
1•tysone•21m ago•0 comments
Open in hackernews

We Built a Haskell Package Manager in Rust

https://raskell.io/articles/why-we-built-a-haskell-package-manager-in-rust/
2•raskelll•3h ago

Comments

jjgreen•3h ago

    curl -fsSL https://arcanist.sh/hx/install.sh | sh
Bringing Rust-level security to Haskell!
internet_points•54m ago
The blog post could do with some human editing ;-)

Still, this is very interesting, if nothing else it seems like a proof by example that it is possible to fix Haskell's tooling.

By the way, can I suggest prefixing the error codes with something hx-specific, e.g. instead of E0012, maybe HX0012? Makes things more googlable. (Like you can google for SC2154 and get https://www.shellcheck.net/wiki/SC2154 )