HackerLangs
TopNewTrendsCommentsPastAskShowJobs

hcs

no profile record

Submissions

Virtual Boy on TV with Intelligent Systems Video Boy

hcs64.com
97 points·by hcs·hace 5 meses·44 comments

CD Extended Graphics

extended.graphics
5 points·by hcs·hace 7 meses·3 comments

comments

hcs
·hace 12 días·discuss
> If you're a carpentry shop that just bought power tools for the first time and you're worried that your employees are sticking with hand tools because that's what they know, then you look for sawdust.

Or count the fingers, I guess. It's all fun and games until someone looses AI.
hcs
·hace 15 días·discuss
Though the ancients did recognize as occult forces magnetism (Thales, according to Aristotle, gave the motive power of magnets as an example that even apparently inanimate objects have souls) and electricity (from triboelectic effects with amber, whence comes the name, and which Thales discussed as induced magnetism, also Plato mentions the stunning caused by electric rays), though it would be a while before the connection was made between these phenomena.
hcs
·el mes pasado·discuss
Pitch is the offset between the start of consecutive rows of pixels in the image, used to convert y coordinates into the start of any given row, so you access a pixel as buffer[y*pitch+x]. Often this is the image width, but can be greater depending on required alignment.
hcs
·el mes pasado·discuss
If we're collecting anecdotes, it happened for me in more of my office jobs than not. Might have been relevant that these were smaller offices.
hcs
·hace 2 meses·discuss
I liked it, still find good answers, and it was gratifying to provide answers when I could.
hcs
·hace 2 meses·discuss


    enum Bool
    { 
        True, 
        False, 
        FileNotFound 
    };
https://thedailywtf.com/articles/What_Is_Truth_0x3f_
hcs
·hace 2 meses·discuss
Some of my earliest programming exposure was a dBASE IV book my dad had for work, though it was some time before I put any of it into action. At that time I was reading manuals like fiction, only slowly realizing that I could actually use some of it with our computer.
hcs
·hace 2 meses·discuss
> millenials got the birth of social media

..and a lot of us weren't thrilled about it.
hcs
·hace 2 meses·discuss
It's a honeypot for pedants
hcs
·hace 3 meses·discuss
> Or you do not consider MUL/DIV "arithmetic", or something.

Multiplier and divider are usually not considered part of the ALU, yes. Not uncommon for those to be shared between execution threads while there's an ALU for each.
hcs
·hace 3 meses·discuss
I phrased that badly, Dragon's Lair was the example of low process intensity.
hcs
·hace 3 meses·discuss
Even on NES a lot of games use CHR-RAM so arbitrary bitmaps are at least possible, though only a small part of the screen is unique without some rarely used mapper hardware. Zelda and Metroid mostly just use this to compress the graphics in ROM, Qix is a simple example with line drawing, Elite is an extreme one.

I made a demo of the Mystify screensaver using the typical 8KB CHR-RAM. Even with a lot of compromises it has pretty large borders to avoid running out of unique tiles. https://youtube.com/watch?v=1_MymcLeew8
hcs
·hace 3 meses·discuss
Chris Crawford called this "process intensity", he noted it at least back to 1983 with Dragon's Lair, discussed in this 1987 article https://www.erasmatazz.com/library/the-journal-of-computer/j...
hcs
·hace 3 meses·discuss
Or you can just hit the Random button https://en.wikipedia.org/wiki/Special:Random
hcs
·hace 3 meses·discuss
There's a restrictions on games with even simulated gambling
hcs
·hace 3 meses·discuss
You are more quickly being carried by the ground further from where you would otherwise be. Hope that clears it up.
hcs
·hace 4 meses·discuss
Not the same thing but I was reminded of a joke about the puzzle game Stephen's Sausage Roll:

> I have calculated the value of Pi on Sausage Island and found it to be 2.

https://web.archive.org/web/20240405034314/https://twitter.c...
hcs
·hace 4 meses·discuss
As they say in a somewhat different context: worse is better
hcs
·hace 4 meses·discuss
> But what if you could push?

There are a number of so-called "bounty" programs like this for software, I don't know how well any of them work.
hcs
·hace 4 meses·discuss
Or grade accounts by the logarithm of how many accounts were registered before them, like Slashdot. (This is tongue in cheek as I assume yours was.)