Every Single Thing Involving A Computer Is Designed To Put Something Into Our Senses. Until A Human Looks

every single thing involving a computer is designed to put something into our senses. until a human looks at it, and interprets it, it is nothing. it isn't 'data'. it isn't 'ones and zeroes'. it's just some electrons and photons moving around, as is their wont.

but if we arrange those electrons just so, and let them do their thing, we can create a pattern that someone will experience as bits, registers, numbers, letters, instructions, algorithms, messages, financial transactions, videos, thoughts, worlds, etc etc.

the whole project of computer programming is corraling the electrons into situations where they will obey rules we have in our heads. electrons are surprisingly predictable, so this isn't a fool's errand. but every layer of the stack of abstractions is something we built: arranging one thing to produce a pattern we want to see. the chip arranged so the 'high and low voltages' fit our idea of 'bits' and 'logic gates'. the screen whose lights create a 'field of colour' for an organism that has this level of visual acuity, this frequency response in its cone cells, this capacity to see shapes and edges. these bits and logic organised into an 'algorithm' that takes 'data' that we think of as 'vertices' and 'triangles' and produces the appearance of 'perspective rendering', which approximates our concept of a '3D object', of even a 'virtual world'.

we have gotten so very very good at producing these patterns that it's easy to see them as something natural, and miss all the layers of orchestration behind even the simplest operation. computers are a game played between humans.

More Posts from Mintie-chip and Others

1 month ago

Coding/Website Themed Web Graphics!

Coding/Website Themed Web Graphics!

I've made a bunch of these, so I thought I'd share :3

Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!
Coding/Website Themed Web Graphics!

I wanna make more stuff, but I gotta figure out what ๐Ÿ˜ž๐Ÿ’”

Coding/Website Themed Web Graphics!

f2u, no credit needed :D

Coding/Website Themed Web Graphics!
1 month ago
Proud To Be Learning C++

proud to be learning c++


Tags
1 month ago

I just love this image so much. How is anyone supporting him on patreon.

I Just Love This Image So Much. How Is Anyone Supporting Him On Patreon.
1 month ago

i am so sick rn but the leaf site got hacked and its shit got leaked. i fear i must get up just to see the uncommented 10k lines of code. what the fuck were you all doing. is this normal in php

how did the janitors live like this

were they operating this by sacrificing virgin lines of code to the maw of source files


Tags
1 month ago
Hyperfixated On This Game So Hard I Tried To Recreate Ac Syndicate's Animus Database Using Html Css And

hyperfixated on this game so hard i tried to recreate ac syndicate's animus database using html css and js๐Ÿ‘

i will make this responsive though, i've only started doing the frontend but i'll also start doing the backend as soon as i finish this

basically this is gonna be a website that will allow you to create a database of your assassin's creed OCs (btw this was inspired by @gwen-the-assassin's idea <33) and help you with worldbuilding and making AUs (i know the ac fanon wiki already exists for that but i wanted to make the experience of keeping a database more immersive u know....)

this might take a while to be completed, but I'll try to post updates on it as much as possible! if there are any programmers/web developers in the ac fandom that want to contribute to this project plsplspls DM me!!

actual pic of the database for comparison:

Hyperfixated On This Game So Hard I Tried To Recreate Ac Syndicate's Animus Database Using Html Css And

ik it's not entirely accurate but this is the simplest database in the game that i could recreate lmao

also code snippets just cuz (+ me crashing out)

Hyperfixated On This Game So Hard I Tried To Recreate Ac Syndicate's Animus Database Using Html Css And
Hyperfixated On This Game So Hard I Tried To Recreate Ac Syndicate's Animus Database Using Html Css And
1 month ago

So python is apparently unable to handle if-statement with more than 2996 elifโ€™s, which is fair, however, itโ€™s really limiting my implentation of an is_even function

image

Any ideas on how I can work around this?

1 month ago

Ok. I am going to let you in on a secret about how to make programming projects.

You know how people write really good code? Easy to read, easy to work with, easy to understand and very efficient?

By refactoring.

The idea that you write glorious nice code straight is an insane myth that comes from thinking tutorials is how people actually code.

That is because programming is just writing. Nothing more. Same as all other writing.

The hobbit is ~95000 words.

Do you think Tolkien created the Hobbit by writing 95 thousand words?

Of course not! He wrote many many times that. Storylines that ended up scrapped or integrated in other ways, sections that got rewritten, dialog written again and again as the rest of the story happened. Background details filled in after the story had settled down

Writing. Is. Rewriting.

Coding. Is. Refactoring.

Step 1 in programming is proof of concept. Start with the most dangerous part of your project ( danger = how little experience you have with it * how critical it is for your project to work )

Get it to do... anything.

Make proof of concept code for all the most dangerous parts of the project. Ideally there is only 1 of these. If there is more than 3 then your project is too big. ( yes, this means your projects needs to be TINY )

Then write and refactor code to get a minimum viable pruduct. It should do JUUUUUST the most important critical things.

Now you have a proper codebase. Now everytime you need to expand or fix things, also refactor the code you touch in order to do this. Make it a little bit nicer and better. Write unit tests for it. The works.

After a while, the code that works perfectly and never needs to be touched is hard to read. Which does not matter because you will never read it

And the code that you need to change often is the nicest code in the codebase.

TRYING TO GUESS AHEAD OF TIME WHAT PARTS OF THE CODE WILL BE CHANGED OFTEN IS A FOOLS ERRAND.

( also, use git. Dear god use git and commit no more than 10 lines at once and write telling descriptions for each. GIT shows WHAT you did. YOU write WHY you did it )

Is this how to make your hobby project?

Yes. And also how all good software everywhere is made.

  • gayfrogswithhats
    gayfrogswithhats liked this · 1 week ago
  • inveterate-zero
    inveterate-zero reblogged this · 1 week ago
  • foreseers-flower
    foreseers-flower liked this · 1 week ago
  • iasc44
    iasc44 liked this · 1 month ago
  • penultimato
    penultimato liked this · 1 month ago
  • rosethevoid
    rosethevoid liked this · 1 month ago
  • mintie-chip
    mintie-chip reblogged this · 1 month ago
  • colgatecock
    colgatecock liked this · 1 month ago
  • queercommunitysblog
    queercommunitysblog liked this · 1 month ago
  • capturedbythemoment
    capturedbythemoment liked this · 1 month ago
  • thebaddestsimpyoulleversee
    thebaddestsimpyoulleversee liked this · 2 months ago
  • halaagmod
    halaagmod liked this · 4 months ago
  • chantilly8
    chantilly8 liked this · 4 months ago
  • nicknema
    nicknema reblogged this · 4 months ago
  • nicknema
    nicknema liked this · 4 months ago
  • ghostlyengineermiracle
    ghostlyengineermiracle liked this · 4 months ago
  • sauravlaxmikant
    sauravlaxmikant liked this · 4 months ago
  • n0tnzsmmils
    n0tnzsmmils reblogged this · 4 months ago
  • n0tnzsmmils
    n0tnzsmmils liked this · 4 months ago
  • nocreativityintheseveins
    nocreativityintheseveins liked this · 5 months ago
  • dreamsofalphascurrae
    dreamsofalphascurrae liked this · 5 months ago
  • sisyphication
    sisyphication liked this · 5 months ago
  • rafaeltheraven
    rafaeltheraven reblogged this · 5 months ago
  • parsleysagerosemarytimemachine
    parsleysagerosemarytimemachine liked this · 5 months ago
  • correlation-zone
    correlation-zone reblogged this · 5 months ago
  • cryptic-disk
    cryptic-disk liked this · 5 months ago
  • vigorouslycoy
    vigorouslycoy liked this · 5 months ago
  • ultraviolet-divergence
    ultraviolet-divergence reblogged this · 5 months ago
  • ultraviolet-divergence
    ultraviolet-divergence liked this · 5 months ago
  • shoggothgf
    shoggothgf liked this · 5 months ago
  • hemulpajun
    hemulpajun reblogged this · 5 months ago
  • hemulpajun
    hemulpajun liked this · 5 months ago
  • symmetricalheaven
    symmetricalheaven liked this · 5 months ago
  • canmom
    canmom reblogged this · 5 months ago
  • mysticpeacemiracle
    mysticpeacemiracle liked this · 5 months ago
  • ajayanuragii
    ajayanuragii liked this · 5 months ago
  • annaseptem
    annaseptem reblogged this · 6 months ago
  • annaseptem
    annaseptem liked this · 6 months ago
  • kalwriting
    kalwriting liked this · 6 months ago
  • cythereafemme
    cythereafemme liked this · 7 months ago
  • simon-smiles
    simon-smiles liked this · 7 months ago
  • pangolen
    pangolen reblogged this · 7 months ago
mintie-chip - actual fucking trainwreck
actual fucking trainwreck

he/they/it | cuntputer science

43 posts

Explore Tumblr Blog
Search Through Tumblr Tags