rickdgray
@rickdgray@lemmy.world
I like computers
- Comment on How does freelancing work these days? 1 year ago:
Big money through a contracting company? They take a cut, I’m sure. Still worth it?
- Comment on Is it possible to eat in such a way that you'll never have to fart? 1 year ago:
Gut ecology is complex and everyone’s is different and it changes over time and with age and when you have to take antibiotics, etc. There’s no one sure-fire way to just eliminate it.
- Comment on Why sometimes my car slows down going downhill? 1 year ago:
Sounds like engine braking
- Comment on Isn't technically everything open-source? 1 year ago:
Imagine getting a can of purple paint and trying to figure out exactly how much red and blue dye was used to make that exact purple. Now imagine doing that every few lines of code in a code base of say 10k lines. That’s basically how decompilation goes. It’s extremely hard and even if you’re able to figure it all out, it’s still impossible to ever know what was actually originally written.
What you’re describing though does have done truth to it. There was a time when you could get a program from a magazine, type it all in to your commodore 64, and then it would run a pacman clone. These, line python today, are not compiled. So to have the program means to have the code too.