if your saas uses magic link signup, check this right now:
your link in the email shouldn't call the verify api directly.
there should be an interstitial confirm page instead.
here's why:
corporate email scanners (microsoft safe links, mimecast, etc) pre-fetch every url in incoming mail. they burn your single-use token before the user even clicks.
then user opens the email, sees "token invalid", retry 2 times, gives up.
cost us two F500 leads before we caught it.
fix: email points to a page with a "sign me in" button → POST from that button hits your verify api.
Really liking @Cloudflare workers. Just created an agent that emails me cooking tips every day. Using D1 database to store previous tips so I don't get repeats.
One of the problems engineers had with recovering Voyager 1 was there was no emulator or assembler for the computer they had to reprogram.
Vintage computer fans had wanted to document this hardware for years, but when we asked NASA for info they said no.
Finally someone tracked down some old JPL memos in a filing cabinet in Kansas and got all the information needed to build and emulator for the hardware.
Imagine how much easier the Voyager 1 recovery would have been if NASA had just said 'Yes' to those inquisitive vintage computer nerds a decade ago.
https://t.co/Nvnf7QU3fO
@jeff_weinstein hi! Why can’t non-profits use global payouts to pay invoices to vendors? I keep getting rejected because my “industry” is not supported.
I don’t usually share things like this, but I think it’s important to be honest.
I’ve been looking for a full-time role since September.
I’m a senior iOS engineer + product designer with 10+ years experience, and I’ve spent that time building and shipping real products (most recently: @ateiq_app, @naturalis_app, @getuppapp).
Despite interviews and ongoing work, I’m now about a month away from needing something stable for my family.
If you know a team that values someone who can both design and build, I’d really appreciate an introduction.
Thank you! ❤️
Over the past month, some of you reported Claude Code's quality had slipped. We investigated, and published a post-mortem on the three issues we found.
All are fixed in v2.1.116+ and we’ve reset usage limits for all subscribers.
@MaziyarPanahi I'm on a Mac Studio M1 Max, 32GB RAM, running the code from the perception_single_mlx.py demo on an image of a parking lot from overhead with a bunch of cars, and when doing segmentation (vs detection), it's taking about two minutes to complete. Is that expected? Thanks!