EngiQu33ring

EngiQu33ring's profile picture

"Making profile modules"

He/Him | Electron Herder

Last active:

Mood: sleepy


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/engiqu33ring

EngiQu33ring's Blog Entries

[Subscribe to this Blog]

1 Comment

SpaceHey nuked my layout

Category: SpaceHey

My layout was several hundred lines long and would only work if I used a css import statement to link to an external sheet that I keep on Neocities. At some point in the past few weeks, they made a change with their proxy that forces all proxied text content to get sent to the browser as html text. Since this is supposed to be loaded as css, web browsers reject this for security reasons (otherwise... » Continue Reading

» View Blog Entry

— 2 Kudos

wake up babe new hot gay country music video

Category: Music

Absolutely OBSESSED with Chris Housman's latest song. If you guys like this, you should also check out his other song Bible Belt , which is one of my absolute favorite songs ever. » Continue Reading

» View Blog Entry

— 1 Kudos

"You're The Only One I've Told" Midpoint Review

Category: Books and Stories

About a week ago I wrote a blog about the books I got from the library to read this month. I started with You're The Only One I've Told by Dr Meera Shah , and it's been. Interesting? It hasn't been what I expected, and to be honest » Continue Reading

» View Blog Entry

1 Comment

July/August Reading List (Library Haul!!)

Category: Blogging

Went to the library today and checked out a few books for my July/August reading: You're The Only One I've Told: The Stories Behind Abortion by Dr Meera Shah I thought this looked like a really good read. Shah has served as the Chief Medical Officer of Planned Parenthood Hudson Peconic where s » Continue Reading

» View Blog Entry

— 68 Kudos

[post removed]

Category: SpaceHey

After some very serious consideration, I'm taking the original content of this post down. Since reopening the comments last night, I've gotten about a dozen, most of them falling back on nearly identical talking points. I found out earlier this afternoon that all of those commenters are coming from the same blog post where they seem to have all gathered. I have no interest in becoming the communit... » Continue Reading

» View Blog Entry

a neat python trick

Category: Web, HTML, Tech

so I've been trying some stuff out with the walrus operator lately and I found this to be a helpful little trick to combine all elements of a depth-1 nested list structure: lists = [['a', 'b'], ['c', 'd'], ['e', 'f']] combined, _ = (combined := list()), list(map(combined.extend, lists)) print(combined) >> ['a', 'b', 'c', 'd', 'e', 'f'] This is obviously a really basic example, but if you wrap it u... » Continue Reading

» View Blog Entry

3 Comments— 10 Kudos

The Patron Saint of Gay Mercy Works at Starbucks

Category: Life

Today I had to get my car serviced (100k miles baybeee), so I took some books, one of which was Against Equality , a book so visibly gay it might as well come with sequins After a while I needed some coffee, so I went across the street to Starbucks. Blinded b » Continue Reading

» View Blog Entry

— 1 Kudos

What I've Been Reading Lately (March 2022)

Category: Books and Stories

So the first quarter of the year absolutely flew by. Here are some of the books I've been reading lately, as well as a list of books I have on the shelf to read soon. Some of the stuff here is queer-oriented (mostly lesbian) YA novels. My step-niece-in-law came out recently and I got a whole stack of books to give her the next time I see her, and obviously I'm going to read them first because the ... » Continue Reading

» View Blog Entry

— 2 Kudos

2021 Book Roundup

Category: Books and Stories

This year I got back into reading more regularly. Not gonna lie, some weeks I didn't read at all and then some weeks I read like a feral animal digging into a pack of hamburger. I have no sense of organization and my time management skills are unimaginably bad, so this is the way I stutter through life. So, here's a list of the books I read, not in any particular order, with non-Amazon links where... » Continue Reading

» View Blog Entry

1 Comment— 3 Kudos

Math is ridiculous

Category: Blogging

I've been thinking about this all day since I saw it, mostly about how you would even go about finding a value that disproves the theorem. If you iterated through all the numbers looking for one that does » Continue Reading

» View Blog Entry