Viewing profile — eric_t
eric_t
HN member- Joined
- Sun, Oct 25, 2009, 8:26 AM UTC
- HN karma
- 74
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About eric_t
No profile information was provided.
Recent public activity
-
comment
Comment #24063291
Associate professor in fluid dynamics here. There is typically a split between the people who want good looking simulations for movies/games, and those who need accurate results fo…
-
comment
Comment #22336605
I’m also teaching fluid dynamics, and use Blender quite a bit for geometry work. Would love to hear more about your use of Blender for visualization if you’re willing to share.
-
comment
Comment #3303228
Hypothetical is the key here. Everyone can dream up a perfect system, but in the real world, it will have to make compromises, which means that it won't be perfect for everyone.
-
comment
Comment #3296577
Here's the summation problem in Fortran, quite succinct, IMO: real, dimension(30000000) :: a call random_number(a) print *, sum(a) That's 30 million doubles, takes 0.04s on my mach…
-
comment
Comment #3296566
real, dimension(30000000) :: a call random_number(a) print *, sum(a) That's 30 million doubles, takes 0.04s on my machine.
-
comment
Comment #3159008
A great quote from George E P Box: All models are wrong. Some are useful.
-
comment
Comment #3117287
If your kids are toddler-age and older, it is certainly possible. But when you have babies, I consider step 1 impossible. I do all of the steps he mentions except number 1, and I a…
-
comment
Comment #3116804
Sounds great, until you have kids...
-
comment
Comment #1229670
I think it's wrong to say "Amateurs, happy to accept small checks for snapshots of children and sunsets". It's more of a democratization of the tools needed to do a successful phot…
-
comment
Comment #1228848
Interesting. Is the code available somewhere? I looked at your SIGGRAPH paper, and that was very interesting. Have you seen the FiPy project? It's a full-featured finite volume cod…
-
comment
Comment #1228843
OCaml is only really fast if you use the imperative features. The only high performance Haskell code I've seen is from the language shootout, and it looks pretty hairy as well. Als…
-
comment
Comment #1228618
In the Fortran code, this could be run on the GPU by simply surrounding the code by !acc region !acc end region with the PGI Accelerator. It would have to be a pretty big loop for …
-
comment
Comment #1228608
We use a lot of compilers. They all vary in ability to detect bugs, and optimization features. The fastest used to be Intel, but right now the Portland group compiler seems to be t…
-
comment
Comment #1227643
No, as the paper says, explicit Euler integration is extremely unstable. Implicit Euler, as the paper uses, is stable but only first order accurate. If you're dealing with fluids w…
-
comment
Comment #1227626
I have a PhD in computational fluid dynamics (CFD), and have written several CFD codes in Fortran, C, Matlab and Python. I'm also a programming language geek, and have been interes…
-
comment
Comment #1192922
If he now interviews a new set of couples, does his predictions according to the developed model, and it _still_ gives high accuracy, then we can call it science. The power of a go…
-
comment
Comment #1043550
A new and improved TeX?
-
comment
Comment #992648
The author makes a couple of assumptions that I don't agree with. The first is that success is measured by the amount of money you earn. For me it is much more rewarding to work on…
-
comment
Comment #974054
I disagree somewhat with your final statement. As long as we're talking about a creative job, it's not easy no matter what. As a scientist/researcher, you have to be every bit as c…
-
comment
Comment #965087
This used to be the case, but universities are getting better at this. Usually it's pretty easy to spin off a company, where the university retains some ownership. It's a win-win s…
-
comment
Comment #964172
If you think of your supervisor like a boss, that's wrong, IMO. You should pursue your own ideas in your own way, and your supervisor should do just that, supervise you and guide y…
-
comment
Comment #964147
It's a good roundup, but I think you missed the most compelling reason to do a PhD, at least it was for me. And that is that you get the opportunity to dig really deep into a probl…
-
comment
Comment #954374
There is a saying in the scientific community..."if you want to make sure that your competitor doesn't get any work done for the next two years, give him your code!". In all seriou…
-
comment
Comment #929110
I agree, extremely annoying. I just skipped to the last sentence in every paragraph.
-
comment
Comment #929094
The problem is that there is a whole industry created around Photoshop, all artists use it, it's taught in every college/course, and there are a million books written about it. For…