this post was submitted on 26 Aug 2023
671 points (91.9% liked)

Programmer Humor

19165 readers
1433 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mrpants@midwest.social 4 points 1 year ago (2 children)

Re: Coding in binary. It makes no difference. Your assembly is binary, just represented in a more human readable form when writing it in assembly.

Re: Manual interaction. Sure there's plenty of old computers where you can flip switches to input instructions or manipulate registers (memory on the cpu). But this is not much different from using assembly instructions except you're doing it live.

You can also create purpose built processors which might be what you mean? Generally this isn't too useful but sometimes it is. FPGAs are an example of doing this type of thing but using software to do the programming of the processor.

[โ€“] Kolanaki@yiffit.net 3 points 1 year ago* (last edited 1 year ago) (1 children)

this isn't too useful

The point isn't to be good, practical or useful. It's to be cool ๐Ÿ˜Ž

But this silly question still informed me of something I had misunderstood: I had thought assembly and machine code were the same thing.

[โ€“] cacheson@kbin.social 1 points 1 year ago (1 children)
[โ€“] PipedLinkBot@feddit.rocks 2 points 1 year ago

Here is an alternative Piped link(s): https://piped.video/watch?v=HyznrdDSSGM&

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.