HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jsharpe

no profile record

comments

jsharpe
·mês passado·discuss
Of course it's incomplete. Any explanation of nutrition that doesn't include mention of at least calories, macronutrients and micronutrients isn't useful for understanding what's actually going on or being able to make an effective nutrition plan.
jsharpe
·há 2 meses·discuss
We don't even know if Homer was real. XD
jsharpe
·há 2 meses·discuss
I can see why people would be irritated by 1 and 2 and they happen to me too, but I have just reframed how I think about them.

If someone jumps on something I'm struggling with, I take it as an opportunity to really pay attention to what they're doing and try to learn. They might just be way stronger, but they probably also have some better technique ideas.

For #2, I just take it as a slightly awkward attempt to reach out and socialize. Advice isn't harmful. At worst it's a mild spoiler (oh well), or just wrong (then ignore it). At best it's a great chance to learn something.

I'm awkward and it's rare for me to start a conversation, so I just take someone else talking to me as an opportunity to connect without having to make the awkward first step, and try to spend a minute or two (at least) talking with the person.
jsharpe
·há 2 meses·discuss
I love when I'm climbing alone and working on something really hard for me and some random people just start cheering as I get near the top. :)
jsharpe
·há 3 meses·discuss
Measuring tech skill by how many tabs you have open is like measuring carpentry skill by how disorganized your workshop is.
jsharpe
·há 4 meses·discuss
I think the real answer is that Sora-style AI slop videos just aren't as addictive as we thought they'd be.

I let my kids have access to the app in the hope they would be inoculated against being obsessed with AI video and it actually worked. They got bored in like 2 days.

It simply doesn't compare well with handcrafted short form videos that are already plentiful on TikTok (which I absolutely don't let my kids watch).
jsharpe
·há 4 meses·discuss
If you're interested in making and finishing a game, there is no good argument to be made for writing your own engine unless you have some very very specific rendering requirements (e.g. you want your game to be in hyperbolic space or something, or have 3D portals).

In every other case by writing your own engine you'll be wasting your time on a million already solved problems instead of actually, you know, making a game.

If you're interested in game engine development, or graphics programming, and not so much in finished games, then you can write some engine code as an educational exercise, though.
jsharpe
·há 10 meses·discuss
> Contrariwise, it's possible (but harder) to have no sense of taste and merely copy what most would regard as "good taste" and be perceived as having "good taste."

Not only possible, but exactly what AI does. :)
jsharpe
·há 10 meses·discuss
Exactly. This idea comes up time and time again, but the cost/benefit just doesn't make sense at all. You're adding an unbelievable amount of complex tooling just to avoid running a simple formatter.

The goal of having every developer viewing the code with their own preferences just isn't that important. On every team I've been on, we just use a standard style guide, enforced by formatter, and while not everyone agrees with every rule, it just doesn't matter. You get used to it.

Arguing and obsessing about code formatting is simply useless bikeshedding.