back
user profile

yen223

8,231karma·2,954submissions·June 6, 2012
about
Just another software guy.

Website: https://weiyen.net

Bluesky: https://bsky.app/profile/weiyen.net

recent activity (2,954 total)
comment
> In Jakob Grauslund’s study, the researchers divided the patients into two groups: those who were treated with Ozempic and those who received other treatment. In the statistical analyses, age, gen…
1y ago·view thread
comment
Google Cloud Run. One of the few good parts of GCP. It supports containers, and has a relatively generous free tier
1y ago·view thread
comment
Throwaway code is better than a design doc precisely because it is a concrete example. Without something tangible like code to tether conversations, discussions over abstract designs invariably devolv…
1y ago·view thread
comment
The cost of using Windows over Linux per device is significantly less than one month's salary for an engineer. Even if you are cost sensitive, the OS is not at the top of expenses you need to wor…
1y ago·view thread
comment
Lots of people talking, but no one's having a good time. That's a strong sign of a flame war happening.
1y ago·view thread
comment
The sun will disappear on August 12, 2026 over Western Europe, unless the locals agree to give me treasure
1y ago·view thread
comment
The marketing and messaging for getting people to stop smoking is simple. "Stop smoking". You don't need to get nuanced, which is good because nuance kills marketing effectiveness. The …
1y ago·view thread
comment
I mean, no country had the guts to completely ban smoking...
1y ago·view thread
comment
> Overweight, including obesity, overtook tobacco use as the leading risk factor in 2024, driven by a substantial fall (41%) in the burden attributable to tobacco use since 2003. According to the s…
1y ago·view thread
comment
User-preference cookies (e.g. light mode vs dark mode) are not "strictly necessary", and therefore probably still require consent under GDPR
1y ago·view thread
comment
AirPower, Apple's failed attempt at making a wireless charging mat https://en.wikipedia.org/wiki/AirPower_(Apple) …
1y ago·view thread
comment
I host my blog on my own website on DigitalOcean fronted by Cloudflare, and it's been fine. LLMs make it easier than ever to self-host a blog, because I can outsource all the annoying boilerplate…
1y ago·view thread
comment
Google DNS went down for a bit
1y ago·view thread
comment
Java applets were a thing. Emphasis on "were" They were security nightmares.
1y ago·view thread
comment
Even if you could pretend that everything is ASCII, text editing is still a very complex subject once you get into the weeds. You could probably write a book just on handling text overflow
1y ago·view thread
comment
A 4-year lifespan for a marketing website doesn't seem so bad
1y ago·view thread
comment
Yeah that migration came out from the left field. As someone who likes Remix, I would also be interested in learning why OpenAI made that switch
1y ago·view thread
comment
When was the last time datocms changed?
1y ago·view thread
comment
I had a bunch of Puppeteer scripts to pull my financial info into a spreadsheet. Figuring out how to enter my pin automatically in my banking website was a surprisingly fun challenge: https:/&#x…
1y ago·view thread
comment
It would be nice if there was a psql option that would warn you if you're about to do any kind of update, delete or insert without doing a BEGIN; (You could always set autocommit=false, which for…
1y ago·view thread
comment
A big asterisk that should be added to the article is that all that applies to Postgres. Other databases have their own deletion mechanisms (and deletion quirks) It's a very good article otherwis…
1y ago·view thread
comment
Bluesky has an order of magnitude fewer users than X, at least on paper.
1y ago·view thread
comment
A user clicking on a link takes the user away from the platform. If your goal is to maximise time spent on your platform, you'd be incentivised to suppress links as much as you can. That appears …
1y ago·view thread
comment
There's nothing preventing Bluesky, or someone else, from building an "algorithmic" feed on top of the AT protocol. That's what the Discover feed is, for all intents and purposes. …
1y ago·view thread
comment
The app store currently does not support the Jetbrains subscription model, which is mildly annoying
1y ago·view thread
comment
Yeah, it is very unfortunate that languages that have sum types each call them slightly different things: - sealed classes/interfaces - discriminated unions - enums - case classes It would be nic…
1y ago·view thread