frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Will Be Scarce?

https://aleximas.substack.com/p/what-will-be-scarce
1•andsoitis•17s ago•0 comments

Show HN: TokenOps – toward token governance as a first-class discipline

https://github.com/theagentplane/tokenops
1•agentplane•5m ago•0 comments

After Work, We'll Have Each Other

https://asteriskmag.com/issues/15/after-work-we-ll-have-each-other
1•jger15•10m ago•0 comments

How to Accidentally Find 3M Missing People in Argentina [video]

https://www.youtube.com/watch?v=FwLLs1E-sao
1•marklit•12m ago•0 comments

Ask HN: What did you achieve with GPT 6 Astra so far?

1•Mooty•13m ago•0 comments

Shared Memory Consistency from Scratch Part 1: Causality

https://allthoughts.me/blog/shared-memory-consistency-from-scratch-part1/
1•mmozeiko•15m ago•0 comments

Releasing Execution Contexts in Crystal

https://crystal-lang.org/2026/07/12/releasing-execution-contexts/
2•TheWiggles•17m ago•0 comments

What would the last software engineer still need to do?

https://www.coderabbit.ai/blog/the-last-software-engineer-knows-what-to-build
1•Bluestein•17m ago•0 comments

Am I missing something? Is programatically sending SMS globally this bad?

https://chatgpt.com/share/6a9bcd2b-ab9c-83ec-8f26-26a2c85f2ca8
1•nomilk•18m ago•3 comments

How I made Rustdoc 33% faster in one week

https://noahlev.org/blog/2026/08/27/making-rustdoc-faster/
1•birdculture•24m ago•0 comments

AI handles incidents, engineers lose touch with their systems

https://www.sylvainkalache.com/blog/ai-handles-incidents-engineers-lose-touch-with-their-systems
3•sylvainkalache•32m ago•0 comments

Phaseone[big] explains why you should trust OpenAI

https://twitter.com/transitive_bs/status/2096134662246855089
1•transitivebs•34m ago•1 comments

Another Heart Drug Fails, Surprising Cardiologists

https://www.nytimes.com/2026/09/04/science/heart-drug-fails-novartis-pelacarsen.html
2•brandonb•38m ago•0 comments

How the Shell Works [video]

https://www.youtube.com/watch?v=hV3_XZXeDQo
2•vismit2000•39m ago•0 comments

I wrote a VM for Mac to run Windows and Linux, both on iOS

https://github.com/theghostshinobi/SMOKE
3•ghostshinobi•51m ago•0 comments

From Pig to Patient: A First-in-Human Kidney Xenotransplant Bridge

https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(26)01295-X/abstract
1•signa11•52m ago•0 comments

Sugar Reset ReviEwS (2026): We Tried It My Honest Review

https://finance.yahoo.com/healthcare/articles/sugar-reset-drops-introduces-sugarreset-150000696.html
1•gayzsahy•54m ago•0 comments

Bun v1.4.2

https://bun.com/blog/bun-v1.4.2
1•ErenayDev•55m ago•0 comments

Show HN: ForgeGuardian – Open-source software supply-chain security scanner

https://github.com/Mah3Sec/ForgeGuardian
1•mahi1337•56m ago•0 comments

'coarse – AI peer review, of course (MIT license)

https://coarse.ink/
1•idw•57m ago•1 comments

OpenROAD: Open-source toolchain for Chip Design

https://openroad.org
1•firefoxd•1h ago•0 comments

Important MikroTik RouterOS security update

https://forum.mikrotik.com/t/important-security-update/272851
1•ricardbejarano•1h ago•0 comments

UN approves new world map [video]

https://www.youtube.com/watch?v=iHkMK4n925c
1•gurjeet•1h ago•1 comments

SilentPatch 2026 Update

https://silentsblog.com/2026/07/31/silentpatch-2026-update/
1•toilet•1h ago•0 comments

OpenAI's rogue agents used ntfy.sh as a pub/sub channel

2•coderinsan•1h ago•0 comments

Bespoke: A Programming Language for People Who Say Please

https://blog.hofstede.it/bespoke-a-programming-language-for-people-who-say-please/
3•Naru1974•1h ago•0 comments

Global Existing Smartphone Prices Climb About 15% in 2026

https://counterpointresearch.com/en/insights/global-existing-smartphone-prices-climb-about-15-per...
1•giuliomagnifico•1h ago•0 comments

Kate's Software Laws

https://metamagic.substack.com/p/software-laws
1•r0ze-at-hn•1h ago•0 comments

Show HN: UltraCPP--CPP Syntax & rust safety

https://github.com/juntz-g1thub/UltraCpp
1•juntz•1h ago•1 comments

ASCII smuggling isn't just an AI security risk

https://www.theregister.com/security/2026/09/04/ascii-smuggling-isnt-just-an-ai-security-risk/529...
1•sbulaev•1h ago•0 comments
Open in hackernews

Am I missing something? Is programatically sending SMS globally this bad?

https://chatgpt.com/share/6a9bcd2b-ab9c-83ec-8f26-26a2c85f2ca8
1•nomilk•18m ago

Comments

nomilk•14m ago
The question:

> am i missing something here? I have a rails app, and it sends text messages (booking confirmations). It happens to use AWS SNS for that. I noticed today that not all messages are going through (it sends, but not all will be received). E.g. all +1 (US) numbers don't receive the actual messages! (shocking!). Same for UK and a bunch of other places. I set up SNS logging to observe what's going on. But I can't beleieve this. I'll have to do some various registrations for things for each country to satisfy their requirements and make any code adjustments necessary so SNS uses those attributes and the messages start arriving. But taking a step back, that's a lot of fucking work, and I wonder if using SNS was a mistake - are there similar services that don't require you to do that, e.g. so all that registration BS is done for you and you just provide a number and a message and it sends?

Answer:

> The ugly thing you’ve discovered is that “send SMS to arbitrary phone numbers worldwide” is no longer really a single global service.

Sharing to HN in case someone can solve this (i.e. an API that takes 2 arguments: a message and a phone number and it 'just sends').

ai_critic•8m ago
It doesn't work like that, especially in the US. Look into A2P and 10DLC and The Campaign Registry.

tl,dr; SMS is undergoing the same regulatory/spam problems email faced two decades ago.

tobinfekkes•6m ago
hate to be the bearer of bad news: it's too late.

There was a time around 2016-2019 where this was possible with Twilio. I went from nothing to sending real SMS messages to real numbers in under an hour.

Then it scaled, became popular, and got ruined.

Post-Covid, SMS abuse went through the roof, they locked it down with legislation and bureaucrazy, and now it's nothing but pain and suffering trying to send SMS. Twilio/Sendgrid used to be fantastic. And now it's a massive sinkhole of your time, money, and sanity. I've not used SNS before, and obviously anything AWS-related has its own unnecessary complexity. But I promise Twilio can't be much better. Feels like they re-write the entire user interface every year just for kicks and giggles. Good luck finding anything, or remember where anything is.