HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xavdid

no profile record

Submissions

How well can you predict the state of the world in 2041?

xavdid.fillout.com
1 points·by xavdid·6 माह पहले·1 comments

comments

xavdid
·16 दिन पहले·discuss
> People will claim real harms but the connections are spotty at best.

This is a wild claim because it's trivially provable. There's been tons of reporting around the effect they have on the immediate vicinity, and that's without even getting into the unknown long-term effects.

Here's a decent piece, but there's plenty more out there if you look at all: https://www.youtube.com/watch?v=t-8TDOFqkQA

Is every single mad person doing investigative reporting and / or living next to a data center? No. But something doesn't have to personally affect me to know it's harmful.
xavdid
·26 दिन पहले·discuss
There's a sign next to a bridge that says "Weight Limit: 10 tons". Calvin asks how they know the limit and his dad says they build the bridge, then drive progressively heavier trucks across it until it falls down. Then they rebuild it exactly how it was and put up the sign for the how heavy the last truck was.

One of my favorites!

https://www.reddit.com/r/calvinandhobbes/comments/u3dqja/how...
xavdid
·2 माह पहले·discuss
If my cloud provider brings my startup down, it's my problem. If they bring all the startups down, that's their problem.
xavdid
·2 माह पहले·discuss
Stripe publishes a very similar doc: https://support.stripe.com/questions/stripe-shares-or-stock-...
xavdid
·5 माह पहले·discuss
Sure, where you draw the line will vary between projects. As long as its exact placement doesn't matter too much.

For me personally, I tend to draw the line at write operations. So in your example, I'd want a dry run to verify the permissions that it can (if I expect those to be a problem). But if that can't easily be done without a write, then maybe it's not worth it. There are also situations where you want a dry run to be really fast, so you forego some checks (allowing for more surprises later). Really just depends.
xavdid
·5 माह पहले·discuss
Yes, but it depends on the context.

For little scripts, I'm not writing unit tests- running it is the test. But I want to be able to iterate without side effects, so it's important that the dry mode be as representative as possible for what'll happen when something is run for real.
xavdid
·5 माह पहले·discuss
I like this pattern a lot, but it's important that the code in the dry path is representative. I've been bitten a few too many times by dry code that just runs `print("would have updated ID: 123")`, but not actually running most of the code in the hot path. Then when I run it for real, some of the prep for the write operation has a bug / error, so my dry run didn't actually reveal much to me.

Put another way: your dry code should do everything up until the point that database writes / API calls / etc actually happen. Don't bail too early
xavdid
·6 माह पहले·discuss
We recently welcomed a new baby and have been discussing whether she'll ever learn to drive. I love bets with long time horizons, so we put together a survey so friends and family could pick a side. We kept thinking of fun questions to ask, so it grew into the survey I've linked above, which we're opening to the public.

It's short, fun, and totally informal. Thanks for looking!

There's a little more context about the project on my blog: https://xavd.id/blog/post/predicting-the-future/
xavdid
·6 माह पहले·discuss
Not all the way down to 4KB, but https://512kb.club/ matches this vibe
xavdid
·8 माह पहले·discuss
This was originated (or at least popularized) in an episode of Archer from season 1. It remains maybe my favorite 5 minutes of comedy ever out to screen. It's just so tight!

https://youtube.com/watch?v=dNYMQpcqscA
xavdid
·पिछला वर्ष·discuss
It's great to see them coming back! I adored my Pebble(s). 2 fun stories:

1. Pebble supported 3rd party watch faces based on a file. There was a great little site that let you use a visual UI to build the file and, if done from your phone, upload it right to the watch. Once, when out at midnight beer launch, I made a custom face for the beer and won a little keychain from the brewery. My Apple watch could never.

2. Once time in 2014, I ran into some Pebble engineers at an ice cream shop in Palo Alto, they spotted my watch, they bought my scoop! Fun, weird little Silicon Valley moment.
xavdid
·पिछला वर्ष·discuss
Whoa, I loved that app! I used to track scores for intramural games in college. the UI was so clean and simple!
xavdid
·3 वर्ष पहले·discuss
I'm not sure how to read the post and come away thinking any of this is "super trivial", but I'd imagine if it were that easy, they would have done it already.