Live data from Hacker News

Feynman: I am burned out and I'll never accomplish anything (1985)

asc.ohio-state.edu

131–140 of 285 posts

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#132
The last sentence "There was no importance to what I was doing, but ultimately there was. The diagrams and the whole business that I got the Nobel Prize for came from that piddling around with the wobbling plate." reminds me of Steve Jobs' speech at Stanford - "Of course it was impossible to connect the dots looking forward when I was in college. But it was very, very clear looking backward 10 years later."

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#134
post #16

> When I was in high school, I'd see water running out of a faucet growing narrower, and wonder if I could figure out what determines that curve. I found it was rather easy to do. Out of curiosity, does anyone know the solution to this problem? I wouldn’t even know how to approach it. (I’m an undergraduate physics major; I know nothing about fluid dynamics, but from Feynmann’s description I suspect that isn’t necessa…

I imagined it has to do with how the water coming out of a faucet is affected by gravity, and gains velocity. If you imagine two cross section slices, one near the faucet, and the other near the sink, the bottom slice is going faster than the top due to gravity. Another insight is that the amount of water (flow rate) passing through these slices remain constant. To keep the flow rate the same, it has to be narrower.…

> If you let the water fall far enough, it would hit terminal velocity

Does it ever hit terminal velocity? There is no air in front of it, just more fast falling water.

It's well known that water gains velocity until it vaporizes. I assume it vaporizes because some small flow turbulence gets strong enough to atomize it once it reaches enough speed.

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#136
post #34

Earlier quoted context omitted.

I learned my trade by playing. I suspect that many other people on HN also did. Now I do something very different, and that also came from playing, as did many of the skills that made it possible. I still write code, but it's entirely for fun. It's a completely different experience from closing tickets in an office. I do many other things that aren't very cost-effective, just because they're fun. They might not pay t…

I wonder how much is made by very simple emotions: - playing - competition - noble obligations (helping someone else) I keep looking at adult life in dismay because what people consider work would barely amount to 20 minutes of soccer when we were kids. We used to run wild for hours, hurt ourselves, attempt everything that could work and we kept asking for more. Can we plug that back into daily adult jobs ?

We can get you another beanbag for the breakout area...

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#137
post #44

Goal-oriented work, creativity and motivation definitely have a difficult relationship. In programming, I learn the most things simply by experimenting at home on my own. I'm thinking about switching jobs, so I wanted to learn some new frameworks and concepts to help with that, and I decided to make my personal projects a bit more "professional". Use continuous integration, focus more on web stuff, build and automati…

This is exactly why the more I think about it, the more I just want to git-push-heroku-goodbye and be done with it.

I don't care about setting and maintaining AWS instances, docker containers and jenkins.

The older I get, the more I realize how precious my time is and now I have very little patience for anyone or anything that wastes it.

This is also why I've basically cut off all social medias from my life (except HN occasionally), have always preferred working from home to avoid wasting time in traffic, have cut off people who I don't enjoy spending time with and spend more time with my family instead.

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#138
post #63

Earlier quoted context omitted.

There is a sweet spot somewhere between the extreme of not using pre-built tools and drowning in them. I've been following a similar path: automation and testing give me certainty and peace of mind when I'm working on bigger teams, so they should also improve my personal projects, right? Well, the difference is that my personal projects are used only by me in limited ways, and I also don't have to worry that someone…

Every third party tool (or library dependency, by the way) is something that will have to be well understood, maintained and fixed when broken. Which is why I try to avoid them for the most part in my personal and work projects. When someone at work says "Hey, lets just use Xyz package I found online! It does just what we want!" you need to ask: Who fixes it when it causes a problem that stops us from shipping? Who d…

If you use third party libs with the appropriate licence then your the one that fixes it, just the same as if you rolled your own.

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#139
post #44

Goal-oriented work, creativity and motivation definitely have a difficult relationship. In programming, I learn the most things simply by experimenting at home on my own. I'm thinking about switching jobs, so I wanted to learn some new frameworks and concepts to help with that, and I decided to make my personal projects a bit more "professional". Use continuous integration, focus more on web stuff, build and automati…

Quit normalizing work in your free time for this field. There is no other field that has such a brash concept that we all should work for free to do this. We have a skill. If an employer needs a highly specialized version of it, they better pay to train you to learn it.

Re: Feynman: I am burned out and I'll never accomplish anything (1985)

#140
post #44

Goal-oriented work, creativity and motivation definitely have a difficult relationship. In programming, I learn the most things simply by experimenting at home on my own. I'm thinking about switching jobs, so I wanted to learn some new frameworks and concepts to help with that, and I decided to make my personal projects a bit more "professional". Use continuous integration, focus more on web stuff, build and automati…

> I don't want to spend my leisure time fighting with tools, debugging build processes that break all the time, make sense of docker's tagging system

Now that CV-driven development is the standard, we are forced to learn new bloated "devops" tools and services every year.

This type of knowledge expires very quickly.

Also these tools and services do not develop communities: business users drop last-year tools like hot potatoes when a new cheaper or shit^ny one comes along.

This hype-fueled corporate-driven culture is not going to end well.

Post reply on HN