0x0aff374668 | 6 years ago | on: For the first time on record, the 400 wealthiest Americans paid a lower tax rate
0x0aff374668's comments
0x0aff374668 | 6 years ago | on: For the first time on record, the 400 wealthiest Americans paid a lower tax rate
Correct. Which is why income is such a miniscule fraction of the 1% (and above's) earnings. It's all out there in the open. Pick any CEO in the top-100 corporations. Look at their income. Then look at their overall earnings. The bulk falls under capital gains due to stock. Then there is deferred compensation, where taxes are lowered even MORE if you agree to postpone being paid. There are so many clever ways for the very very rich to avoid taxes it boggles the mind.
So go ahead and keep talking about the income tax, they've got you distracted.
0x0aff374668 | 6 years ago | on: Making My Own Glasses
0x0aff374668 | 6 years ago | on: Why I Write Games in C (yes, C)
I use Keil, IAR, Renesas's compiler, XM8/16/32 from Microchip, and GCC.
Which do you use?
One of the main features of C++, its object-oriented stuff, is built on top of constructors and destructors -- aka dynamic memory allocation. This sort of thing is not desirable on deeply embedded systems due to resource constraints and the very real spectre of heap fragmentation -- embedded stuff tends to rely on static memory allocation done at compile time or system startup.
C++ isn't quite as portable as C -- Not just the compilers which never quite supported the same combinations of features -- even if you just stuck with the ISO-ratified features -- but the language runtime, standard [template] library, and headers are far larger with various implementations including plenty of mis-features and quirks. All of this meant that it was quite common for C++ code to not even compile with a different toolchain -- especially when templates were used -- and even if it did compile, it might not actually function correctly.
If you restricted yourself to avoid the problematic areas of C++ (eg not using templates or dynamic allocations) you'll end up with a language that is basically C. So why not just use C? :)
0x0aff374668 | 6 years ago | on: Why I Write Games in C (yes, C)
0x0aff374668 | 6 years ago | on: Why I Write Games in C (yes, C)
0x0aff374668 | 6 years ago | on: Pure Bash Bible
Then stop maintaining code from languages you don't understand. This is frustrating. I've seen solutions on the comments that call PYTHON! Are you effing kidding me? PYTHON ??
Granted, BASH docs aren't particularly succinct, but shell scripts are an absolute necessity in the OS world.
It's pretty simple: If you don't understand shellcode, don't maintain an OS, or rather, don't expect to be accommodated for lack of knowledge for something that's been standard for 30+ years.
0x0aff374668 | 6 years ago | on: Pure Bash Bible
0x0aff374668 | 6 years ago | on: Oh shit, my weekend project turned into an App Store Best New App (2018)
1. a clearly-expert developer bragging about 1 hour to write hit app then telling everyone to basically live the dream chicken soup for the soul bs
2. people who experience increased anxiety from said wampeter/foma/granfalloon* because they haven't wildly succeeded
My brain to me: Welcome to 2019.
* See: Kurt Vonnegut
0x0aff374668 | 6 years ago | on: Michael Crichton: Why Speculate? (2005)
There was an enormous amount of money spent prepping for it years before 2000. In 1995, a few years after I graduated from college I got a moonlighting job cleaning databases for a UK phone company, manually editing 2 digit dates to 4 digit dates (I didn't know PERL existed at the time). Yeah, nothing major happened Jan 31 1999, but that's because there was a real, concerted effort to address it that wasn't trumpeted across the news media.
Not directed at you, I just needed to yell at a cloud.
For such an in depth example you really missed this.
I make $100,000 in year X. That covers two brackets, and my effective rate is, say, 25% federal.
SO I have 75k left over.
I invest 5k.
It doubles to 10k.
I'm then taxed on the 5k I earned. Not the 5k I invested.
But do go on about double taxation.