Deleted
Contributor
- Joined
- Jun 23, 2010
- Messages
- 13,762
Deleted
Wrote my first code in the late 70s.
I've made a living at it for about 30 years now. Professionally, Quickbasic, Delphi and C#.
What kind of projects are you a part of these days?
The hard problem is really that you don't know what you don't know. In other words, before you know programming it's really hard to guide yourself through it because you don't have a sense of what's important, what any of it means, or how it all fits together.
This is why the diploma I took was so helpful. Five semesters of guided learning until the sixth semester, where they simply told us 'build an Android app', 'build an app in ASP.NET'. And by that time, to my surprise, I actually could do those things.
I've dabbled in GLSL, C++, QT, and 8086 ASM, basically to do some math stuff.
One of the things I was going to work on was voxel based fractal morphing in Fragmentarium. Currently, the majority of the code is based on raytracing until we hit objects- I want to implement multiple resolution levels of voxel transforms, so that we can do "spray gun" type math transforms on the underlying structures. Grow fractal outgrowths and the like.
Ohh, so the voxel type stuff requires massive arrays, and I certainly can't do them on my GPU. Yeah, I could try to implement it on the cpu, but... speed considerations. When I move to a new GPU, I'll feel required to begin the project again (I mean, it will be awesome).
I really should write something small/demoscenish that isn't way to compute intensive for the CPU. It's not like the calculations have to be very deep... (many iterations).
Ohh, so basically I code some fractal stuff. Nothing complicated.
Sounds like the polar opposite of what I'm doing these days.
I went from building an industrial scale app for 3M Canada, to dealing with a really simple reporting language (Cerner CCL). It was a step backwards in terms of tech, but a step forwards in terms of salary, benefits, and employment status, so meh. I find it so simple that I like to call myself a typist, rather than a programmer, these days.
My employer is aware of this and they occasionally throw curve balls at me to keep things interesting, but mostly it's CCL.
Is that the Cerner that does clinical laboratory software? I've used and instructed others on its use.
This Cerner, so probably. They're a big player in healthcare IT.
The org I'm in uses them as their main vendor. So far I'm not too impressed, pretty much every efficiency problem I have is due to their software design. Based on the research I've done they tend to hire new grads and give them way too much responsibility, hence bad software pretty much across the board.