Live data from Hacker News

The curse of knowing how, or; fixing everything

notashelf.dev

151–160 of 458 posts

Re: The curse of knowing how, or; fixing everything

#151
This post resonates a lot with me. As somebody in the twilight of their coding career - I totally understand what the author means by "over-responsibility"

After 25 years - I'm over it. But the flip side of that is that I can't un-see the fact that so much of the tech shit in my life is broken and it has practically become a second job trying to manage it and / or fix it. Thankfully I don't do it by trying to code replacements like the author seems to. Instead I try to come up with workarounds or find replacements.

Nevertheless the weight of the curse is about the same I figure.

Re: The curse of knowing how, or; fixing everything

#153
A good part of that is a disguised sense of superiority.

Life becomes way lighter when you realize other people are also smart and what you’re “fixing” can very likely be:

- something so unimportant that no one felt it was worthy working on

- something that was supposed to work like that, and you simply don’t agree and want to make it your way

Re: The curse of knowing how, or; fixing everything

#154
> The trials are never complete.

This is not true - one day you will be dead. Hopefully that day is a long way away but it will eventually come around.

It is good to keep this in mind and spend some time coming to terms with this. If you do, the problem this article talks about will naturally fall away.

Realise and acknowledge the limitations to your ability to act. Then consciously make a choice as to what you spend your limited time on and don’t worry about the rest.

Re: The curse of knowing how, or; fixing everything

#156
post #22

These days, knowing that instead of spending hours artfully crafting a solution to something, GPT could code up a far-less-elegant-but-still-working solution in about 5-10 minutes of prompting has all but solved this.

For some value of "working".

Re: The curse of knowing how, or; fixing everything

#157

  Slow down, you crazy child
  You're so ambitious for a juvenile
  But then if you're so smart
  Tell me why are you still so afraid? Mm
  Where's the fire, what's the hurry about?
  You'd better cool it off before you burn it out
  You've got so much to do
  And only so many hours in a day, hey

  But you know that when the truth is told
  That you can get what you want or you can just get old
  You're gonna kick off before you even get halfway through, ooh
  When will you realize Vienna waits for you?

  Slow down, you're doing fine
  You can't be everything you wanna be before your time
  Although it's so romantic on the borderline tonight, tonight
  Too bad, but it's the life you lead
  You're so ahead of yourself, that you forgot what you need
  Though you can see when you're wrong
  You know you can't always see when you're right
  You're right

  You've got your passion, you've got your pride
  But don't you know that only fools are satisfied?
  Dream on, but don't imagine they'll all come true, ooh
  When will you realize Vienna waits for you?

  Slow down, you crazy child
  And take the phone off the hook and disappear for a while
  It's alright, you can afford to lose a day or two, ooh
  When will you realize Vienna waits for you?

  And you know that when the truth is told
  That you can get what you want or you could just get old
  You're gonna kick off before you even get halfway through, ooh
  Why don't you realize Vienna waits for you?
  When will you realize Vienna waits for you?
"Vienna" by Billy Joel https://www.youtube.com/watch?v=3jL4S4X97sQ

Re: The curse of knowing how, or; fixing everything

#159
Oh wow. This hits hard in the feels.

Here's my personal submission for "UI problem that has existed for years on touch interfaces, plus a possible solution, but at this point I'm just shouting into the void":

https://medium.com/@pmarreck/the-most-annoying-ui-problem-r3...

In short, an interface should not be interactable until a few milliseconds after it has finished (re)rendering, or especially, while it is still in the midst of reflowing or repopulating itself in realtime, or still sliding into view, etc.

Most frustratingly this happens when I accidentally fat-finger a notification that literally just slid down from the top when I went to click a UI element in that vicinity, which then causes me to also lose the notification (since iOS doesn't have a "recently dismissed notifications" UI)

Re: The curse of knowing how, or; fixing everything

#160
post #19

There is the curse of knowing how, and maybe more importantly there is the curse of other people knowing you know how.

And yet, that doesn't take away their responsibility to carry their load in projects. One person is never responsible for the entire output in any organization. Even if some would like to see it that way (whether they imagine they ought to be the person, or someone else).
Post reply on HN