HackerLangs
TopNewTrendsCommentsPastAskShowJobs

hcs

no profile record

Submissions

Virtual Boy on TV with Intelligent Systems Video Boy

hcs64.com
97 points·by hcs·قبل 5 أشهر·44 comments

CD Extended Graphics

extended.graphics
5 points·by hcs·قبل 7 أشهر·3 comments

comments

hcs
·قبل 12 يومًا·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
·قبل 15 يومًا·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
·الشهر الماضي·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
·الشهر الماضي·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
·قبل شهرين·discuss
I liked it, still find good answers, and it was gratifying to provide answers when I could.
hcs
·قبل شهرين·discuss


    enum Bool
    { 
        True, 
        False, 
        FileNotFound 
    };
https://thedailywtf.com/articles/What_Is_Truth_0x3f_
hcs
·قبل شهرين·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
·قبل شهرين·discuss
> millenials got the birth of social media

..and a lot of us weren't thrilled about it.
hcs
·قبل شهرين·discuss
It's a honeypot for pedants
hcs
·قبل 3 أشهر·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
·قبل 3 أشهر·discuss
I phrased that badly, Dragon's Lair was the example of low process intensity.
hcs
·قبل 3 أشهر·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
·قبل 3 أشهر·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
·قبل 3 أشهر·discuss
Or you can just hit the Random button https://en.wikipedia.org/wiki/Special:Random
hcs
·قبل 3 أشهر·discuss
There's a restrictions on games with even simulated gambling
hcs
·قبل 3 أشهر·discuss
You are more quickly being carried by the ground further from where you would otherwise be. Hope that clears it up.
hcs
·قبل 4 أشهر·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
·قبل 4 أشهر·discuss
As they say in a somewhat different context: worse is better
hcs
·قبل 4 أشهر·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
·قبل 4 أشهر·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.)