I can't access the article. Google translate or links posted by other users don't work. HN please stop supporting paywall sites.
This reads like disassembly of programs is legal. What about publishing that information?
Don't correlate creating games with money. He was really lucky; there were other very similar games on the scene at that time, his just happened to stick. The observation should really be: creating anything interesting…
I'd be careful if I were him. His income is gone as far as I know. Unless he does some smart investing with the current cash reserve he could be broke in ~10 years. Just an interesting observation; Minecraft was sold…
Windows are getting better and better. 95/98 crashed all the time, xp crashed if you really tried. Windows 7 hasn't crashed once after two years of daily usage, and/or keeping it running without a restart for months.…
It is not logical to subvert your code to adhere to some imaginary future requirements.
Oops: 0x00000001000015af <fizzbuzz+47>: cmp edx,0x0 ^^^
You assumption that a separate case that prints fizzbuzz will break the code is not correct. With correct code, you get three if checks either way, but the readability is higher, code complexity is lower and cases are…
Yes. Library calls will have conditionals, but apart from that there are none.
This is equivalent code in C if anyone is interested. #include <stdio.h> #include <stdlib.h> const char* table[] = { "%d\n" , "Fizz\n" , "Buzz\n" , "FizzBuzz\n" } ; void E( int i ) { exit( 0 ) ; } void F( int i ) {…
I suggest you read on North Korean military equipment, supplies and operational readiness. It is all about the details: They have the largest submarine force in the world; but every one of them is an outdated…
You can check for yourself: http://en.wikipedia.org/wiki/List_of_wars_involving_the_Unit... ( 3 years ago )
The future of transportation is; separate different modes of transportation as much as possible. When I was younger, I was regularly biking in between the car lanes( sometimes very risky ), skipping the bicycle paths…
I can't access the article. Google translate or links posted by other users don't work. HN please stop supporting paywall sites.
This reads like disassembly of programs is legal. What about publishing that information?
Don't correlate creating games with money. He was really lucky; there were other very similar games on the scene at that time, his just happened to stick. The observation should really be: creating anything interesting…
I'd be careful if I were him. His income is gone as far as I know. Unless he does some smart investing with the current cash reserve he could be broke in ~10 years. Just an interesting observation; Minecraft was sold…
Windows are getting better and better. 95/98 crashed all the time, xp crashed if you really tried. Windows 7 hasn't crashed once after two years of daily usage, and/or keeping it running without a restart for months.…
It is not logical to subvert your code to adhere to some imaginary future requirements.
Oops: 0x00000001000015af <fizzbuzz+47>: cmp edx,0x0 ^^^
You assumption that a separate case that prints fizzbuzz will break the code is not correct. With correct code, you get three if checks either way, but the readability is higher, code complexity is lower and cases are…
Yes. Library calls will have conditionals, but apart from that there are none.
This is equivalent code in C if anyone is interested. #include <stdio.h> #include <stdlib.h> const char* table[] = { "%d\n" , "Fizz\n" , "Buzz\n" , "FizzBuzz\n" } ; void E( int i ) { exit( 0 ) ; } void F( int i ) {…
I suggest you read on North Korean military equipment, supplies and operational readiness. It is all about the details: They have the largest submarine force in the world; but every one of them is an outdated…
You can check for yourself: http://en.wikipedia.org/wiki/List_of_wars_involving_the_Unit... ( 3 years ago )
The future of transportation is; separate different modes of transportation as much as possible. When I was younger, I was regularly biking in between the car lanes( sometimes very risky ), skipping the bicycle paths…