frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Primate Is the Last Great Web Framework

https://superarch.org/theanswerisc/primate-is-the-last-great-framework.html
31•terrablue•56m ago•27 comments

Mysteries of Telegram Data Centers

https://dev.moe/en/3025
152•theanonymousone•4h ago•39 comments

Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU

https://www.neomindlabs.com/2026/06/08/running-gemma-4-26b-at-5-tokens-sec-on-a-13-year-old-xeon-...
49•neomindryan•1h ago•16 comments

Open-source memory for coding agents, synced over SSH

https://github.com/vshulcz/deja-vu/
25•vshulcz•1h ago•8 comments

Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)

https://github.com/welcome-to-the-sunny-side/misa77
38•nonadhocproblem•1h ago•3 comments

Starlink 2X Price Increase

https://www.corporatejetinvestor.com/news/starlink-price-rise-reckless-says-correnti/
87•r2sk5t•1h ago•72 comments

Artie (YC S23) Is Hiring Software Engineers

https://jobs.ashbyhq.com/artie
1•tang8330•31m ago

Prioritize mental health, and why communication is so important

https://ramones.dev/posts/mental-health/
190•ramon156•6h ago•103 comments

Launch HN: Coasty (YC S26) – An API for computer-use agents

https://coasty.ai/docs
15•nkov47•1h ago•0 comments

Jurassic Park computers in excruciating detail

https://fabiensanglard.net/jurrasic_park_computers/index.html
787•vinhnx•14h ago•203 comments

Sleep regularity is a stronger predictor of mortality risk than sleep duration (2023)

https://academic.oup.com/sleep/article/47/1/zsad253/7280269
543•bilsbie•5h ago•267 comments

Towards a Harness That Can Do Anything

https://eardatasci.github.io/c/ambiance/index.html
85•evakhoury•3h ago•52 comments

The Memory Heist

https://www.ayush.digital/blog/the-memory-heist
36•eieio•21h ago•3 comments

My midlife crisis Corolla is fast, furious, and modded

https://www.zocalopublicsquare.org/my-midlife-crisis-corolla-fast-furious-fully-modded/
44•gmays•3h ago•82 comments

The well-calibrated Bayesian [pdf] (1982)

https://fitelson.org/seminar/dawid.pdf
39•Murfalo•3h ago•11 comments

The Three-Second Theft: Why AI Voice Fraud Outruns Every Defence

https://smarterarticles.co.uk/the-three-second-theft-why-ai-voice-fraud-outruns-every-defence
115•dxs•4h ago•145 comments

When A.I. Is a Member of the Family

https://www.newyorker.com/magazine/2026/07/20/when-ai-is-a-member-of-the-family
22•fortran77•1h ago•20 comments

A General Goal-Conditioned Minecraft Model

https://pantograph.com/journal/pan-1
10•agajews•57m ago•3 comments

Unsolved Problems in MLOps

https://spawn-queue.acm.org/doi/pdf/10.1145/3762989
10•gnyeki•1h ago•1 comments

Collection of Digital Clock Designs

https://clocks.dev
15•levmiseri•59m ago•3 comments

Weathergotchi – an open-source climate Tamagotchi

https://github.com/Michael-Manning/E-Paper-Climate-Logger
89•luanmuniz•6h ago•22 comments

The Conservationist Who Turned 40 Terabytes of Public Data into a Video Game

https://blog.exe.dev/meet-the-conservationist-who-turned-40-terabytes-of-government-data-into-a-v...
56•bryanmikaelian•1d ago•9 comments

OpenAI loses trademark dispute at EU court

https://dpa-international.com/economics/urn:newsml:dpa.com:20090101:260715-930-389143/
99•hermanzegerman•2h ago•90 comments

DEA to Temporarily Schedule 7-Oh and Related Substances to Protect Public Safety

https://www.dea.gov/press-releases/2026/07/01/dea-temporarily-schedule-7-oh-and-related-substance...
57•gnabgib•2h ago•100 comments

What Every Python Developer Should Know About the CPython ABI

https://labs.quansight.org/blog/python-abi-abi3t
28•matt_d•3d ago•4 comments

SpaceX bond worth 10% less than issue price – heading for junk bond status

https://www.ft.com/content/3a023b95-66c3-41e1-b0ce-df752a499541
435•youngtaff•4h ago•370 comments

What designing 54 computer science cards taught me about graphic design

https://fhoehl.com/designing-algodeck
10•marukodo•1h ago•3 comments

Briar Is in Maintenance Mode

https://briarproject.org/news/2026-maintenance-mode/
101•ristello•4h ago•69 comments

What's the most popular number in Hacker News titles?

https://blog.omgmog.net/post/most-popular-numbers-in-hn-post-titles/
37•omgmog•4h ago•19 comments

Show HN: 18KB ls alternative in no_std rust and Libc

https://crates.io/crates/fli-tool
13•tracyspacy•3h ago•3 comments
Open in hackernews

SendLang: A DSL for Email Automation

https://www.sendlang.com
11•ksajadi•2h ago

Comments

grim_io•1h ago
Is this peak AI?

Turning some email sending library, already included in many modern languages, into 2(TWO!) new languages.

ksajadi•30m ago
I don't think this is about that. A lot drip campaign and segmentation tools are based on WYSIWYG editors or UI based flow editors, which puts them out of reach of agents. This turns those into agent friendly workflows. The app will send the email however it sends it before: via SES or whatever via your own code.
grim_io•23m ago
Maybe I'm really dense, but this is just instructions for agents on how to write code, whatever that code looks like.

What is the difference between asking an agent to write these new two DSL's and asking an agent to create or customize a django template, or whatever?

I know the job market is tough, but devs are not working on the user side of WYSIWYG email editors. They were creating templates before, and they are doing it now, why would they use this?

ksajadi•12m ago
These DSLs are not there to replace templates. They are to define email lifecycle: those are different things. Email lifecycle dictates "who" gets an email (ie anyone with a Pro plan) and "when" they get an email (after they upgrade to the Pro plan). Template defines "what" they get (the email content etc). Those are different things.

You can do the "what" part (template) via WYSIWYG or django template or ReactEmail,... Sendlang is the equivalent of your django code but for the lifecycle part.

grim_io•4m ago
I don't see how that makes any more sense. This is some gastown polecat slinging I can't understand :D
pitchlatte•21m ago
yeah that’s pretty much what i thought as well, this rhymes with the post earlier today about DSLs working well as harnesses. i get the logic but i find it depresssing that even language design is now not just AI aware but including it as a core use case.
hmokiguess•44m ago
Get me the inverse, I am so done with cold outreach spamming my inbox. We need less garbage automated low effort crap.
ksajadi•28m ago
I agree that a lot of marketeers send spam but that doesn't mean email as a category is just bad and should be blocked. I am all for anything that can make better use of email as yet another tool in our pockets be it marketing or just run off the mill transactional emails we all send from SaaS (password resets and whatnots).