Readit News logoReadit News
jeegsy commented on Low cost airlines will officially launch 'standing only seats' in 2026   msn.com/en-ie/travel/news... · Posted by u/GeoAtreides
jeegsy · 3 months ago
This has to be a black mirror episode right?
jeegsy commented on Americans React to UnitedHealthcare CEO's Murder: 'My Empathy Is Out of Network'   gizmodo.com/bitter-americ... · Posted by u/pseudolus
surgical_fire · 9 months ago
> no, we shouldn't be assassinating people.

"I've never wished a man dead, but I have read some obituaries with great pleasure"

jeegsy · 9 months ago
Nearly fell out of my chair with that one. Who said that? Seems familiar
jeegsy commented on Shadow Boxing (2016)   espn.com/espn/eticket/sto... · Posted by u/cenazoic
jeegsy · 9 months ago
> He points up at the perfect blue sky. "I'll see him again."

By the time I got to this line, I could not stop the tears.

jeegsy commented on An oral history of "We Built This City," the worst song of all time (2016)   gq.com/story/oral-history... · Posted by u/coloneltcb
jeegsy · 10 months ago
Oh puhleassee.....culture gatekeepers really need to lighten up a little. The worst song ever? Heck no. I love that song. Corporation games indeed!
jeegsy commented on IMG_0416   ben-mini.github.io/2024/i... · Posted by u/bewal416
jeegsy · 10 months ago
I'm so glad these videos are still on there. As much as I consume youtube now, this brings back memories of when it was literally "YOUtube". Truly a glorious time!
jeegsy commented on Understanding how bureaucracy develops   dhruvmethi.substack.com/p... · Posted by u/dhruvmethi
SupremumLimit · 10 months ago
Yes, I meant something else, and of course I'm not advocating for hard to understand code. However, as the sibling comment suggests, what's obscure or hard is relative.

The problem with indiscriminate application of "code has to be easy to understand" is that it can be used to make pretty much anything, including most features of your language, off limits. After all, a junior developer may not be familiar with any given feature. Thus, we can establish no reasonable lower bound on allowed complexity using such a guideline.

Conversely, what’s too simple or too difficult is very specific to the person. Somebody who’s coming to a junior developer role from a data science background might have no problem reading 200 lines of SQL. Somebody with FP background might find data transformation pipelines simple to understand but class hierarchies difficult, and so on. So the "easy to understand for anyone" guideline proves less than useful for establishing an upper bound on allowed complexity as well.

Therefore, I find that it’s more useful to talk about a lower and upper bound of what’s required and acceptable. There are things we should reasonably expect a person working on the project to know or learn (such as most language features, basic framework features, how to manipulate data, how to debug etc.) regardless of seniority. On the other hand, we don’t want to have code that’s only understood by one or two people on the team, so perhaps we say that advanced metaprogramming or category theory concepts should be applied very sparingly.

Once that competency band is established, we can work to bring everyone into the band (by providing training and support) rather than trying to stretch the band downwards to suit everyone regardless of experience.

jeegsy · 10 months ago
> Once that competency band is established, we can work to bring everyone into the band (by providing training and support) rather than trying to stretch the band downwards to suit everyone regardless of experience.

Great point. This would also apply in the context of DEI hiring initiatives.

jeegsy commented on 6th-generation Waymo Driver   waymo.com/blog/2024/08/me... · Posted by u/panarky
coke12 · a year ago
It's the exact same benefit as having your own car. It's a common reason people have to avoid shared transit.
jeegsy · a year ago
I'm not sure that reason is all that common. People like cars primarily for the flexibility I think.
jeegsy commented on Medieval   teenage.engineering/produ... · Posted by u/beefman
severak_cz · a year ago
I found it really funny. It's obviously probably useless for actual medieval music[0] but I think it can find it's users in bardcore or dungeon synth circles.

You can definitely recreate this just by collecting appropriate VSTs and sample libraries, even probably by just loading some "medieval samples" to some groovebox.

But if I got this second hand on cheap price I would definitely make some fun with it even if it has somewhat cryptic labels.

[0] https://www.youtube.com/watch?v=X6_8ZEhmaGE

jeegsy · a year ago
Lets just take a moment to give thanks for the technology that has made "dungeon synth" possible.
jeegsy commented on The Typeset of Wall·E (2018)   typesetinthefuture.com/20... · Posted by u/drones
jeegsy · a year ago
I just love the immersion that articles like these provide
jeegsy commented on ChatGPT just (accidentally) shared all of its secret rules   techradar.com/computing/a... · Posted by u/sabrina_ramonov
joshstrange · a year ago
> When making charts for the user: 1) never use seaborn, 2) give each chart its own distinct plot (no subplots), and 3) never set any specific colors – unless explicitly asked to by the user. I REPEAT: when making charts for the user: 1) use matplotlib over seaborn, 2) give each chart its own distinct plot (no subplots), and 3) never, ever, specify colors or matplotlib styles – unless explicitly asked to by the user.

This kind of stuff always makes me a little sad. One thing I've loved about computers my whole life is how they are predictable and consistent. Don't get me wrong, I use and quite enjoy LLMs and understand that their variability is huge strength (and I know about `temperature`), I just wish there was a way to "talk to"/instruct the LLM and not need to do stuff like this ("I REPEAT").

jeegsy · a year ago
Whats the beef with seaborn?

u/jeegsy

KarmaCake day402August 14, 2019View Original