Live data from Hacker News

Kim Jung Gi has died

latimes.com

61–70 of 220 posts

Re: Kim Jung Gi has died

#61
post #43

Earlier quoted context omitted.

It reminds me of Nikola Tesla, "Before I put a sketch on paper, the whole idea is worked out mentally. In my mind I change the construction, make improvements, and even operate the device. Without ever having drawn a sketch I can give the measurements of all parts to workmen, and when completed all these parts will fit, just as certainly as though I had made the actual drawings. It is immaterial to me whether I run m…

Huh. This is the first time I read this quote, but it resonates so well. Does anyone else program this way? I usually sit for a while thinking about the problem, write the program mentally, try out edge cases, sometimes rework the program a few times, then once I feel it's correct I type out all the code, with that phase taking much less time than the "mental work". I'd estimate my usual process is about 90% thought,…

It isn't strange, but I've found that writing code as I'm thinking helps me think about the problem.

Also, the domain is so large in programming, it is impossible for me to contextualize the entire set of edge cases. From remembering what exceptions to handle to library interactions, types, etc.. returned from various methods, it is just not really possible to think about even a small system this way (as in a system with 4-5 methods that perform real logic beyond "format this"

But, yeah - definitely large picture before I start to code. "Huh, yeah that calls that... ok.." but once I need to solve a problem "oh, this queue needs to be maintained this way... I need to compare these values against these values, oh, I need a second queue... I need to take this lock... oh this returns this type, which needs to be serialized so I need to figure that out..." - all of that stuff needs to be hashed out in a combination of paper & code. No way I can hold that in my head.

Re: Kim Jung Gi has died

#62
post #43

Earlier quoted context omitted.

Huh. This is the first time I read this quote, but it resonates so well. Does anyone else program this way? I usually sit for a while thinking about the problem, write the program mentally, try out edge cases, sometimes rework the program a few times, then once I feel it's correct I type out all the code, with that phase taking much less time than the "mental work". I'd estimate my usual process is about 90% thought,…

I'm the complete opposite. I'll think about the issue a little, but I'll just hack on it until it looks (and performs) right. Lots and lots of trial and error. I draw the same way. My sketches are tons and tons of lines in the wrong places that somehow end up looking right, because the majority of the lines are near to or in the right places.

I have coded with a lot of people like this, and I think it is absolutely a fine way to approach things, and can even be good, but one piece of advice I always tell them:

The job has only started when it is working. That doesn't mean you're done! :)

Re: Kim Jung Gi has died

#66

Can someone point to some of his famous works? Frankly it is the first time I’ve heard of him.

Here's the Wikipedia article on him

https://en.wikipedia.org/wiki/Kim_Jung_Gi

A good video was posted here by modernerd, describing his drawin process.

https://www.youtube.com/watch?v=DmqFbgKWoao

Re: Kim Jung Gi has died

#67

Earlier quoted context omitted.

I was recently taught in first aid class that the survival rate of an out-of-hospital heart attack is about 10-12%. Heart attacks have a ton of causes, lifestyle is just one of those. Sometimes, things go very wrong without an apparent, explainable cause. Medicine hasn't yet figured out everything that might cause a heart attack. Even with help on scene, people still die in hospital a few days later because of a mix…

> I was recently taught in first aid class that the survival rate of an out-of-hospital heart attack is about 10-12%. In my first aid course we were taught that the speed in which an AED is applied is the main contributing factor. Giving that most workplaces/homes/restaurants ...etc don't actually have an AED you would normally get one when the ambulance arrives. Someone in the NHS had worked out the graph for distan…

Imagine if there was a meteor shield the company could buy for £250. If they didn't buy it, is your life worth less than £250 to them?

You have to divide the cost by the likelihood of a life being saved to find the proxy figure for what that's worth. If there's a 1% chance that an AED will save a life during its useful lifespan, that suggests that they're valuing the life at less than £110000 (assuming a company would be inclined to buy new and that there are no required inspections along the lifespan of the AED).

I think the actual likelihood that any individual AED located in a company's workplace will save a life is much less than 1%.

Re: Kim Jung Gi has died

#68
post #42

Earlier quoted context omitted.

The drawings are amazing, but the reason he is so well-known is his process, which you can only see in the videos.

I like some. Not all. I'm afraid I fail to get enthusiastic about knowing how they were done, sorry.

His process is impressive, no sketches or hesitation; he just "prints" whatever was in his mind. The scenes are incredibly detailed, with complex perspectives

Re: Kim Jung Gi has died

#70
post #16

Earlier quoted context omitted.

But are the drawings any good? Feels weird to have to watch a video instead of seeing the finished art.

The drawings are amazing, but the reason he is so well-known is his process, which you can only see in the videos.

[deleted]
Post reply on HN