HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dado3212

1,144 karmajoined il y a 10 ans
Hi, I'm Alex Beals, I'm reachable at <firstname>c<lastname> at gmail dot com.

https://github.com/dado3212

https://blog.alexbeals.com

Submissions

The footgun of right-to-left decorative characters

blog.alexbeals.com
44 points·by dado3212·il y a 7 jours·21 comments

Extracting sound effects from a Switch game

blog.alexbeals.com
1 points·by dado3212·il y a 15 jours·0 comments

Why my macOS Messages badge lied to me (and the one-line fix)

blog.alexbeals.com
1 points·by dado3212·il y a 2 mois·0 comments

Parental Controls

tumblr.com
1 points·by dado3212·il y a 3 mois·0 comments

Metatextual Literacy

jenn.site
56 points·by dado3212·il y a 3 mois·13 comments

Turning a Chinese IoT camera into an owl livestream

blog.alexbeals.com
26 points·by dado3212·il y a 3 mois·0 comments

Creating custom yellow handshake emojis with zero-width joiners

blog.alexbeals.com
83 points·by dado3212·il y a 7 mois·6 comments

comments

dado3212
·le mois dernier·discuss
You can also strip unused characters from fonts! I use Prism to render code blocks on my blog, which pulls in FontAwesome for only two characters. Stripping all but those two characters reduced the font file size from 160kb to 680 bytes.[0]

[0]. https://blog.alexbeals.com/posts/remove-unused-characters-fo...
dado3212
·le mois dernier·discuss
Isn’t this offline? Where do you see that it’s online?
dado3212
·il y a 2 mois·discuss
But if you met an alien who said they'd been alive for 100 years you wouldn't assume they're on the verge of dropping dead: you would assume they live longer. It's a rough rule for when you don't have other information, and if you're arguing against it you need to specify what other information you're using to make that argument.
dado3212
·il y a 2 mois·discuss
This is a bit of a dead horse, but the magnitude of how off the public is on this continues to amaze me. Pete Buttigieg did a Tulsa town hall a week or so ago where someone cited it taking "10,000 gallons of water just to generate one photo".[0]

[0]: https://www.youtube.com/watch?v=MCc-ipWVShY&t=1h5m43s
dado3212
·il y a 2 mois·discuss
I feel like economists have drawn so many lines in the sand for “it all goes downhill here” that we blow through and keep chugging that the public’s inured to debt news. We won’t solve this until it’s already unsolvable.
dado3212
·il y a 3 mois·discuss
She’s describing something much more specific than subliteracy.
dado3212
·il y a 3 mois·discuss
I think it's more relevant for quantum computing. The ions we choose for ion trap quantum computers are in part due to what wavelengths are excitable by modified telecom lasers, because they're the wavelengths that are easiest to produce and where the most research/stability/miniaturization has been focused. If the laser wavelength is configurable to this degree then it no longer becomes a constraint, and maybe you can choose single ions with different characteristics.
dado3212
·il y a 6 mois·discuss
https://blog.alexbeals.com
dado3212
·il y a 6 mois·discuss
Love this and was my first introduction to the <ruby> HTML element (this feels like a great expanded use case). Also couldn't agree more re: your point on the resurrection of "old internet" blogs, it's a trend I'm very much enjoying.
dado3212
·il y a 6 mois·discuss
I would've expected that uptake was only beginning in 2022 and still vastly increasing through 2023 (plus the compounding loophole that allowed telehealth companies like Ro to really expand the target audience). 2024 and 2025 data are likely to be better telltales of the impacts of GLP-1s.
dado3212
·il y a 6 mois·discuss
Would maybe benefit from a "Checkmate!" or other finish screen, but cool project! Though I agree that it beating you may be more based on your skill level than its, given how it keeps pushing pawns.
dado3212
·il y a 7 mois·discuss
What makes you say that? This didn't read like AI slop to me.
dado3212
·il y a 7 mois·discuss
Unfortunately most of the benefit of this was undone by Apple's rollback of their family emoji rendering to just be shapes :/. Cool UX though!
dado3212
·il y a 7 mois·discuss
The font is rendering as nearly invisible. I'm guessing due to some incorrect dark mode styling?
dado3212
·il y a 8 mois·discuss
Did a similar deep dive for one of the posters for the cult classic movie Possession (1981). Just giving random phone numbers a call is incredibly effective, lots of people are happy to reminisce about old work and have great stories.
dado3212
·il y a 10 mois·discuss
I'm glad that PHP has adopted more and more from Hack, Facebook's once fork and now completely separate language - https://hacklang.org/. It was never going to replace it (Go's success separate from Google has astounded me to be honest) but it heavily influencing PHP's direction feels like the best of both worlds.
dado3212
·il y a 10 mois·discuss
I ended up doing this with Screen Time, but not knowing my own passcode. Having a partner or close friend is generally the approach I'd recommend, but you can also do this with iPhone Mirroring — I wrote up a how to guide in https://blog.alexbeals.com/posts/setting-an-unknown-screen-t....
dado3212
·il y a 12 mois·discuss
FYI your Wix portfolio URL is broken.
dado3212
·il y a 12 mois·discuss
Related, but to whichever PM put the "AI Mode" on the far left side of the toolbar, thus breaking the muscle memory from clicking "All" to get back from "Images", I expect some thanks for unintentionally boosting your CTR metrics.
dado3212
·l’année dernière·discuss
> So I did the natural thing: I saved and extracted the amdgpu.ko kernel module, decompiled it in Ghidra, and mapped the location of the crash in dm_resume to the corresponding lines in the kernel source.

This is always my favorite part of debugging.