I wanna see how much of the tumbr user base is queer so I made this ๐
Reblog for larger sample size! โบ๏ธ
Edward Lutczyn (1975)
Reap - To terminate a child process that has previously exited, thereby removing it from the process table.
Until a child process is reaped, it may be listed in the process table as a zombie or defunct process.
Zombie (process) - zombie process or defunct process is a process that has completed execution (via the exit system call) but still has an entry in the process table: it is a process in the "Terminated state".
Daemon - a computer program that runs as a background process, rather than being under the direct control of an interactive user.
bring back the era of whimsy that gave us "reap", "zombie", and "daemon" as technical terms in CS
@agentreynard wanted to hear more about how I made my website mobile friendly, so here's what I did:
First, crucially, I already had a one-column website that used css to style the HTML.
This made it easy to adapt to smaller screens...as soon as I learned the following three things thanks to Christopher Heng's How to Make a Mobile-Friendly Website: Responsive Design in CSS:
1. You need this magical incantation in the HEAD section of every page:
2. You need to tell your images to simmer down and not be stretching out the screen by being as wide as they want. They can be 100% wide and no more!! Add this to the css:
3. And then you'll probably need to give the page special instructions on how to act if it's being displayed on a small screen. This is the fiddly bit. What you put in here will be specific to your website, but it'll all go at the end of your css, tucked inside one of these:
That's what's known as a media query and it can take a variety of forms. This one says that if a screen is 320px wide or smaller, these rules apply. You can also use "min-width" if you want to tell it what to do if a screen is larger than a set number, and you can put whatever numbers in there you want.
Mine looks like this:
Those were all classes I used for the original layout, only now I want them to display differently on smaller screens. So I shrunk all the margins to remove white (and pink) space and now that same page looks something like this on mobile:
I did the same thing for the story files themselves, shrinking the margins so there's more room for text, but that took a different set of rules because they've got a different structure. I also added "back to top" links to the bottom of all my navigational pages.
Now, this is clearly not a foolproof or comprehensive plan. Everything I know about HTML and CSS I learned through trial and error, so I am barely qualified to say even this much. But these were the three things I needed to know before I could stick my hands in there and really shove stuff around.
A girl without her noise cancelling headphones is like an angel without its wings
I neeeeed people to stop conflating femme with โgender-conforming lesbian.โ Both butch and femme are inherently gender nonconforming because theyโre based in redefining masculinity and femininity in ways that donโt involve men. Thatโs like half the definition. Some of us have all of our body hair. Some of us have short hair. Some of us donโt wear a lot of makeup, or any at all. Some of us feel more comfortable in a suit than a dress. Some of us are loud, angry, and protective. Some of us arenโt women. Femmes are not a monolith of soft and delicate cis girls and I really need to see more recognition of that on this site before I go insane.
This reminds me of my silly little web projects where Iโd just play around with distance functions or GPGPU or whatever
Happy pride! ๐
Python is a beautiful language that shouldnโt be tainted by the sins of those who use it to make and abuse generative AI :(
Java is a trash language that should burn in the parts of hell where hitler is
Rust on the other hand is a bratty lil language that should burn in the parts of hell where queers party
20, They/ThemYes I have the socks and yes I often program in rust while wearing them. My main website: https://zephiris.me
132 posts