Readit News logoReadit News
drchickensalad commented on We might all be AI engineers now   yasint.dev/we-might-all-b... · Posted by u/sn0wflak3s
nabbed · 7 days ago
I'm glad I am no longer in tech because I just don't want to do this.

This is not a dig at AI. If I take this article at face value, AI makes people more productive, assuming they have the taste and knowledge to steer their agents properly. And that's possibly a good thing even though it might have temporary negative side effects for the economy.

>But the AI is writing the traversal logic, the hashing layers, the watcher loops,

But unfortunately that's the stuff I like doing. And also I like communing with the computer: I don't want to delegate that to an agent (of course, like many engineers I put more and more layers between me and the computer, going from assembly to C to Java to Scala, but this seems like a bigger leap).

drchickensalad · 7 days ago
I wish I moved to HCOL earlier so I could have saved enough fast enough to be you. I thought it would take more time before the end...
drchickensalad commented on Cosmologically Unique IDs   jasonfantl.com/posts/Univ... · Posted by u/jfantl
ekipan · 23 days ago
I forget the context but the other day I also learned about Snowflake IDs [1] that are apparently used by Twitter, Discord, Instagram, and Mastodon.

Timestamp + random seems like it could be a good tradeoff to reduce the ID sizes and still get reasonable characteristics, I'm surprised the article didn't explore there (but then again "timestamps" are a lot more nebulous at universal scale I suppose). Just spitballing here but I wonder if it would be worthwhile to reclaim ten bits of the Snowflake timestamp and use the low 32 bits for a random number. Four billion IDs for each second.

There's a Tom Scott video [2] that describes Youtube video IDs as 11-digit base-64 random numbers, but I don't see any official documentation about that. At the end he says how many IDs are available but I don't think he considers collisions via the birthday paradox.

[1]: https://en.wikipedia.org/wiki/Snowflake_ID

[2]: https://youtu.be/gocwRvLhDf8

drchickensalad · 23 days ago
That also looks like the widely used BSON ids, to anyone else interested
drchickensalad commented on After ruining a treasured water resource, Iran is drying up   e360.yale.edu/features/ir... · Posted by u/YaleE360
Waterluvian · 3 months ago
Does "advertises" in this context mean what's put in the "Accept-Language" HTTP header? Might be worth seeing what that value specifically is the next time this happens. A "clever" IP-based language choice server-side seems far too complicated and error prone, but I guess that's what makes it so "clever."
drchickensalad · 3 months ago
Yeah I've seen this a few times on the backend that decides this. The standard should be to use the accept-language header, but all the time when people write their own code on top of frameworks (or maybe use niche shitty ones) they just geoip for language.

For business use cases sometimes it's based on the company's default language that you're an employee for.

drchickensalad commented on Apple to beat Samsung in smartphone shipments for first time in 14 years   sherwood.news/tech/apple-... · Posted by u/avonmach
giancarlostoro · 3 months ago
I got tired of Android after 9 years of being Android only. I just wanted a phone that worked. Apple made said phone. Android feels like your younger cousin's sketchy Windows computer. I remember changing from like 2 different Android phones over a period of 4 years or so, and my amazing megapixel photos looked nowhere near as good as my cousins 5-year-old iPhone photos.
drchickensalad · 3 months ago
My iPhone friends literally grab my s24 ultra camera when we take pictures at cocktail bars and tell me to send them the picture
drchickensalad commented on Counter-Strike's player economy is in a freefall   polygon.com/counter-strik... · Posted by u/perihelions
uvaursi · 5 months ago
Remember back in the day when we just downloaded skin packs from some random Geocities website with obnoxious red text on black background and after going through the install.txt written in broken English/Italian, lo and behold your AK47 now had a proper arctic camo skin and it was so much cooler?

What was wrong with that? Doesn’t gaben have enough money for his super yachts and sword collections?

drchickensalad · 5 months ago
That doesn't get shown publicly for everyone else watching you.
drchickensalad commented on How do I get into the game industry   garry.net/posts/how-do-i-... · Posted by u/Michelangelo11
tiniuclx · 6 months ago
Wiremod, that was it! What a blast from the past. Garry's Mod is probably the reason I have a career in programming now. That, and Minecraft redstone!
drchickensalad · 6 months ago
I was an admin on a huge wire mod server as a teen and it changed my life :). I might not even have gotten into software, don't even want to imagine that life
drchickensalad commented on Valve Software handbook for new employees [pdf] (2012)   cdn.akamai.steamstatic.co... · Posted by u/Michelangelo11
jsheard · 7 months ago
Dota 2 is of note, but that was a pretty safe project being a straight remake of an already popular mod with the mods developer at the helm. Their major titles since 2012 were:

  CS:GO (remake of a remake)
  Dota 2 (remake)
  Artifact (flopped)
  Underlords (flopped)
  Alyx (good)
  Counter-Strike 2 (remake of a remake of a remake)
  Deadlock (early beta, but promising)
They haven't completely lost the sauce, but it's rare to see the old Valve show up these days.

drchickensalad · 7 months ago
I think you grossly undervalue execution. Ideas are cheap. Most developers would have turned those games into weaker money extracting machines that generate one tenth the love from current players
drchickensalad commented on Do Things That Don't Scale (2013)   paulgraham.com/ds.html... · Posted by u/bschne
epolanski · 7 months ago
I also think that the biggest value in doing things manually is that you actually learn.

One of my clients used to make a nice curated list of the important financial and stock market news of the week, it was a niche part of a niche product but people loved it.

At some point he thought about automating everything, it became less curated, more spammy, it lost any value and in the end so did the product. Sure there was more news, but it was less curated, edited and the signal to noise ratio got worse.

In fact what they did manually was more valuable even if the scope was smaller.

Many companies don't understand that and rush into premature optimization.

I'll have another example: one of my clients wanted a scraper to automate something his company needed to do manually: check competitors prices on their ecommerces.

I built it, way simpler than they wanted (they thought they wanted an app with a proper front end, turns out it was better for both to produce an excel spreadsheet with the data) and they were happy.

Then after some time they understood that they were missing part of the experience: navigating their competitors manually allowed them to see new approaches to show the catalogue, new trends and products, they were actually learning from the competition.

Eventually they realized and got back to doing it, and left my scraper just for price analysis.

But the overwhelming majority of my clients keep putting automation before the product and problem and misses important learning opportunities.

drchickensalad · 7 months ago
This fuels my feelings on why most uses of GenAI are such a step back for society's non-short-term effectiveness.
drchickensalad commented on LLM Inevitabilism   tomrenner.com/posts/llm-i... · Posted by u/SwoopsFromAbove
asdev · 8 months ago
2026 will be the year that defines AI, and whether it lives up to the hype
drchickensalad · 8 months ago
Isn't that what was said about the next year, the last two years?
drchickensalad commented on Why Koreans ask what year you were born   bryanhogan.com/blog/korea... · Posted by u/bryanhogan
xenadu02 · 9 months ago
In the USA as a low-level employee address the company CEO as "heya phil, hows it going?". Then address your friend with "Hello Mr. Smith". In most cases you won't get a positive reaction out of either one of those (yes exceptions exist).

How about this: address your husband/wife as "Mr/Mrs <lastname>", especially after a fight. Similarly when the kids have been doing something or you are frustrated with your partner say "your son did X".

Every language has explicit and implicit rules for expressing honor, respect, and closeness. Informal systems can vary more often and be more fluid but they always exist.

drchickensalad · 9 months ago
Gotta love when you're in a 2,000 person public company, and you can still "heya Phil" despite not being a personal friend at all, and he even prefers it

u/drchickensalad

KarmaCake day413April 3, 2015
About
dr chicken salad gmail com
View Original