That looked like machine code on a 8-bit micro, perhaps the Commodore 64 or VIC-20 (based on the screenshot and 40x20 text). So that would be the 6502. Child’s play compared to what you’d need to do on a modern chip.
- 0 Posts
- 163 Comments
You had 100% of my attention with the cat and mouse game.
History is often much more interesting looking up from the average guy than looking down with all the majesty (and bureaucracy) of the nobles. This card has great insight into the common man.
You’re in luck!
Why would you carry an Axe over the should opposite the hand you’re holding it with?
That’s not an axe, it’s a bindle - exactly what a fool (in french, le fou) would carry.
What is up with his pants
He’s wearing medieval trousers - that is in fact two ‘hose’
These trousers, which we would today call tights but which were still called hose or sometimes joined hose at the time, emerged late in the fifteenth century and were conspicuous by their open crotch which was covered by an independently fastening front panel, the codpiece.
And again le fou is so stupid, his junk is out and all over the place.
modeler@lemmy.worldto Australia@aussie.zone•Eight sunscreens that failed their SPF claims tested by same overseas labEnglish7·8 days agoWhere else could the energy go?
It could be absorbed by the material and converted to either
- a lower wavelength (i.e. uv fluorescence) or
- heat (eg black cars are hotter than white cars in the sun)
In both cases the wearer is protected from uv, but the the spf will be found to be artificially low.
modeler@lemmy.worldto Showerthoughts@lemmy.world•Up to half of the earth's population doesn't have an inner monologue, up to half of the earth has never had a shower thought16·8 days agoMany people do not hear as they read. In fact the skill of speed-reading depends on turning the auditory experience off:
There are three types of reading:
- Subvocalization: sounding out each word internally, as reading to oneself. This is the slowest form of reading.
- Auditory reading: hearing out the read words. This is a faster process.
- Visual reading: understanding the meaning of the word, rather than sounding or hearing. This is the fastest process.
Subvocalization readers (Mental readers) generally read at approximately 250 words per minute, auditory readers at approximately 450 words per minute and visual readers at approximately 700 words per minute. Proficient readers are able to read 280–350 wpm without compromising comprehension.
That’s 2376 barleycorns, or a small bag of grain if you will.
Or a barleycorn that’s one barleycorn long? Or a really large foot that’s a foot long. Or a chain that’s a chain long?
modeler@lemmy.worldto Ask Lemmy@lemmy.world•What is a movie that "looks like" it would suck, but actually is well written and acted and a good time?11·1 month agoDanny Boyd wrote an excellent video essay on A Knight’s Tale. I too always wonder why there’s always someone cutting onions when I choose to watch.
modeler@lemmy.worldto Leopards Ate My Face@lemmy.world•Trump Is Getting Rid of His Tesla After Musk Broke His HeartEnglish21·1 month agoWho’s the biggest dick. Sorry, I meant who has the biggest dick.
modeler@lemmy.worldto World News@lemmy.world•Trump Announces Russia Will Strike Back at Ukraine After ‘Good Conversation’ With PutinEnglish4·1 month agoRemember the incident at the docks when the revolutionaries threw the T-Mobile imports into the harbour? Talk about high tariffs!
modeler@lemmy.worldto Fuck Cars@lemmy.world•Nobody takes a train from Germany to FranceEnglish30·2 months agoDon’t forget that train stations tend to be in the city centre while the airport is 30-60 minutes outside in a field somewhere, so travel time is much reduced.
modeler@lemmy.worldto B Movie Bonanza@lemmy.world•Attack of the 60 Foot Centerfold(s) (1995)English22·2 months agoI know the centrefold is a model, but what about the building?
Linux was not muscled like that in 1991 - it’s first, barebones kernel was released in September of that year.
I remember installing Linux on a 90MHz 486 in the mid 90s and it barely ran X server with a simple window manager. And if the machine was turned off while Linux was running, you might not be able to boot again.
Linux now, however, is unrecognizeably better.
modeler@lemmy.worldto Programmer Humor@programming.dev•Which of these javascript expressions is false?1·2 months agoCan’t be C, C is the true path.
modeler@lemmy.worldto World News@lemmy.world•Inmate's last words before execution: 'President Trump, keep making America great'English31·2 months agoWithout him, America is a little greater again.
modeler@lemmy.worldto Technology@lemmy.world•Algorithm based on LLMs doubles lossless data compression ratesEnglish1·2 months agoI’m guessing that exactly the same LLM model is used (somehow) on both sides - using different models or different weights would not work at all.
An LLM is (at core) an algorithm that takes a bunch of text as input and produces an output of a list of word/probabilities such that the sum of all probabilities adds to 1.0. You could place a wrapper on this that creates a list of words by probability. A specific word can be identified by the index in the list, i.e. first word, tenth word etc.
(Technically the system uses ‘tokens’ which represent either whole words or parts of words, but that’s not important here).
A document can be compressed by feeding in each word in turn, creating the list in the LLM, and searching for the new word in the list. If the LLM is good, the output will be a stream of small integers. If the LLM is a perfect predictor, the next word will always be the top of the list, i.e. a 1. A bad prediction will be a relatively large number in the thousands or millions.
Streams of small numbers are very well (even optimally) compressed using extant technology.
I trusted you.
modeler@lemmy.worldto Leopards Ate My Face@lemmy.world•Latina Who Voted for Trump Bursts Into Tears After Learning Her Entire Family is Going to Be DeportedEnglish10·2 months agoI pity the country they are deported to.
BASIC
DATA
statement? Wow you were so lucky. On my ZX81 we had to enter them as characters in aREM
statement that was the first line of code so we knew their address so that we could execute it. Address Space Layout Randomization? Couldn’t work on the ZX81!