It was a good run but without 3rd party apps I don't think there's a reason for me to stick around here. So long Twitter, at least for now. See you elsewhere!
Find me at samhuri.net or techhub.social/@sjs or github.com/samsonjs
I’d like a product that uses ChatGPT (and future variants, but its current form is good enough for this) to just respond endlessly to spammers. Engage them in conversation as long as possible. I’m sure both sides will weaponize this but at least consumers have this power too.
Do you know what worked?
A clear vision. Design-led development. Weekly demos to deciders who always made the call on what to do next. Clear communication between cross functional teams. Honest feedback. Managing risk as a function of the rate of actual progress toward goals.
Welp. It’s the crypto bug of the year. Mark it down for April. Java 15-18 ECDSA doesn’t sanity check that the random x coordinate and signature proof are nonzero; a (0,0) signature validates any message. Breaks JWT, SAML, &c. neilmadden.blog/2022/04/19/p…
Extracted the word list from NYT Wordle and compared it against original Wordle, and the NYT has removed 25 words from the list of 12972. 22 are offensive/controversial. The other 3 are "agora", "pupal", and "fibre"
If you’ve ever shared work in good faith using a CC license, do yourself a favor and read every well-chosen word of @doctorow’s warning:
A Bug in Early Creative Commons Licenses Has Enabled a New Breed of Superpredator
link.medium.com/2qeboI5L5mb
Tl;dr the NSO zero-click iMessage exploit leveraged an obscure 90s image compression codec in a FOSS decoder used by Apple to run arbitrary AND/OR/XOR/XNOR logic and bootstrap their own *microarchitecture* to achieve the exploit... Absolutely stunning. googleprojectzero.blogspot.c…
Yesterday I turned 43 and realized I've been in #tech for 24 years (I got paid to create my first "professional" website in 1997). Here's 24 things I've learned over the past 24 years. Perhaps you'll find them useful on your journey. 🧵
I mean, yeah it’s a good outcome. But it still really highlights that the community had to beg the lords with the actual power to merge the thing. That’s not a win for OSS.
“We should go back to all of these legacy command line utilities that output text data and add a JSON output option. All OS APIs, like the /proc and /sys filesystems should serialize their files to JSON or provide an alternative API that outputs JSON.” blog.kellybrazil.com/2019/11…
if a couple thousand of you chill out to 70 minutes of flying over Antarctica in a helicopter they'll let me be a "trusted" channel on YouTube
youtube.com/watch?v=9nvF13ze…
ALT Snow-covered mountains with the title Antarctica from a helicopter.
I’m unclear on what they’re memorizing but it’s certainly useful to be able to look at some code that’s slow and quickly realize that it’s slow because it’s O(n^2) or something. If you can’t reason about performance then it’s gonna be harder to make things fast.