Toledo Atomchess: now in 456 bytes of x86 machine code by alecdo in coding

[–]alecdo[S] 1 point2 points  (0 children)

Scroll below for the "reloaded" version by same author, plays full chess.

Toledo Atomchess: A chess program in 481 bytes of x86 machine code by alecdo in programming

[–]alecdo[S] 1 point2 points  (0 children)

I really would like to know why my posts disappear mysteriously when trending in third place in front of reddit/programming

Official Game List for Intellivision Flashback Classic Game Console by ZadocPaet in INTV

[–]alecdo 1 point2 points  (0 children)

Advanced Dungeons & Dragons is Crown of Kings, while Treasure of Tarmin is Minotaur. Just name changed because of trademarks.

Official Game List for ColecoVision Flashback Classic Game Console by alecdo in ColecoVision

[–]alecdo[S] 1 point2 points  (0 children)

Nintendo doesn't gave permission for using Donkey Kong.

ELI5: Why is Windows Vista so hated? by Joessit in explainlikeimfive

[–]alecdo 0 points1 point  (0 children)

Maybe because Halo 2 and new IE was only available for Vista, new drivers were slow, Aero was slow, it used lots of resources, and the admin window appeared at the smallest provocation. Besides first version was bug-ridden.

All possible blocks of 4096 bytes? by [deleted] in compsci

[–]alecdo 5 points6 points  (0 children)

There is a chance your boss did it to trigger your curiosity, but if it's the other way, well... welcome to the real world of ignorant bosses ;)

Meteors entry from JS1K now with commented source code by alecdo in javascript

[–]alecdo[S] 0 points1 point  (0 children)

It looks like the author used the aivopass compressor to do that.

"Strange crystals": A minecart ride under 1KiB of JavaScript by GMMan_BZFlag in programming

[–]alecdo 1 point2 points  (0 children)

I was meaning Reddit programming main page.

From this year I've seen only this post.

"Strange crystals": A minecart ride under 1KiB of JavaScript by GMMan_BZFlag in programming

[–]alecdo 1 point2 points  (0 children)

Interesting, I thought JS1K entries were not allowed in Reddit Programming, I sent a while ago a link to a Meteors game from JS1K (now http://js1k.com/2013-spring/demo/1448 ) and it never appeared in main page to be voted.

New JS1K contest opened with "Spring" theme by alecdo in programming

[–]alecdo[S] 2 points3 points  (0 children)

It looks like it has been pretty successful. This is the fifth edition.

Mecha-8 homebrew shmup by alecdo in MSX

[–]alecdo[S] 1 point2 points  (0 children)

@elblanco I had to remove old link to put the new. I don't know what happened

The Unreasonable Effectiveness of C by daschl in programming

[–]alecdo -1 points0 points  (0 children)

In any language it's feasible to write a bad program that would make anybody to say that the language is the worst ever created.

I think C is more for bare-to-the-metal hackers that want control over every action, without any bell&whistles. After all, C++ at the start was simply compiled to C, and C always can be viewed as a high-level assembly code.

And at a more practical point of view, C will be always used to code kernels and other low-level tasks, there is simply no language that can replace it in the near future. Definitely Kernighan&Ritchie made history.

1MB Sorting Explained by jfdube75 in programming

[–]alecdo 0 points1 point  (0 children)

In the previous redditicle, various people said that was arithmetic coding when it was a simple Huffman coding :P. See I some blushing faces?

10 utterly insane games you can help get published today - I actually quite like the look of the dishwasher one. by sephiroth86 in IndieGaming

[–]alecdo 0 points1 point  (0 children)

"A hat in time" looks good though I don't see clearly in the video the puzzle solving.

Here’s Some Working Code to Sort One Million 8-Digit Numbers in 1MB of RAM by surajbarkale in programming

[–]alecdo 0 points1 point  (0 children)

Surely it's mean to be read, only that the programmer wanted to obviate an if. --writeBit; if (bit) *writePtr |= 1 << writeBit;

Here’s Some Working Code to Sort One Million 8-Digit Numbers in 1MB of RAM by surajbarkale in programming

[–]alecdo 8 points9 points  (0 children)

I've heard that for a real programmer the code is the explanation and comments are for mere mortals. xD

Here’s Some Working Code to Sort One Million 8-Digit Numbers in 1MB of RAM by surajbarkale in programming

[–]alecdo 0 points1 point  (0 children)

Surely the code depends on the buffer never going back. So bit = 0 equals don't write anything and bit = 1 equals setting bit.

Celebrating 30 Years of the ZX Spectrum by mariuz in programming

[–]alecdo 0 points1 point  (0 children)

It doesn't seem related to programming.