Mirage's Avatar

Mirage

@miragethefennec.bsky.social

fox (fennec) aka https://twitter.com/miragethefennec

20 Followers  |  23 Following  |  60 Posts  |  Joined: 02.05.2024  |  2.2109

Latest posts by miragethefennec.bsky.social on Bluesky

Newsweek article: "Trump Ally Charlie Kirk Suggests Children Should Watch Public Executions"

Newsweek article: "Trump Ally Charlie Kirk Suggests Children Should Watch Public Executions"

*monkey's paw curls*

11.09.2025 01:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I hope this ushers in a new era of people correctlyβ€”whatever that meansβ€”using em dashes out of sheer unbridled spite. Butβ€”you knowβ€”the fun, good-natured type of spite.

27.06.2025 15:52 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Things are hard enough right now. Be kind to yourself. Log off, spend time in nature, and find your tribe. It will help, I promise.

11.04.2025 16:26 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Was gonna say "nonvoters don't matter: they're split 50/50" but I checked and I was wrong. Registered nonvoters do lean strongly Dem... how many are in swing states though? I can't find an answer. Also voter suppression is a thing. =/

Anyway, yeah, people should vote if they can.

11.04.2025 16:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

To the people who are angry at Tesla owners because of Musk being a Nazi, I have really bad news about every other car company.

08.03.2025 01:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

A person having too much fun with whatever access they have is all a hacker is. =)

25.02.2025 01:51 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You’re a bot.

23.02.2025 01:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
About GitHub Pages and Jekyll - GitHub Docs Jekyll is a static site generator with built-in support for GitHub Pages.

Ah, sorta the other way around. Jekyll "has built-in support for Github Pages" docs.github.com/en/pages/set...

22.02.2025 21:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oh, jekyll, I've heard of that. I think github.io uses that.

22.02.2025 21:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Here's the world's worst CMS in one line of code:

<!-- head, header, nav, etc. -->
<main id="main"></main><script>main.innerHTML = await (await fetch(`${location.hash.substr(1)}.html`)).text()</script>
<!-- footer -->

index.html#/example loads content from /example.html
SEO? What's that? ^^;

22.02.2025 20:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ah, you make a good point here. I suppose what I would actually do is make it a SPA and inject the content based on the URL fragment rather than the other way around, but I'm a software engineer so I suppose that would seem easy to me. I've never used a static site generator. =)

22.02.2025 20:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This is a flex.

22.02.2025 20:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I guess it could occasionally be a useful feature, but a Premium perk? What?

22.02.2025 20:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sincerely curious what you would suggest since you seem to think the JS solution is overcomplicated.

HTML imports are dead. <object> and <iframe> require fixed height. SSI/PHP/CGI is more complex. Static gen would need an extra tool... Isn't "copy this JS" the simplest option?

22.02.2025 20:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Of course you don't NEED to use JavaScript. You could do it with any number of server-side templating systems or with a static site generator. But personally I feel like this little JS snippet is the easiest option. You don't need to set up FastCGI or whatever.

22.02.2025 19:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Aw dang it, I knew I was forgetting something but I was too lazy to check it. Thanks for the code review! ^~

22.02.2025 18:52 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You can do it with a bit of JavaScript:

<footer id="footer"></footer>
<script>
fetch('/footer.html').then( r => {
document.getElementById("footer").innerHTML = r.text();
});
</script>

Then write whatever you want in your footer in /footer.html =)

22.02.2025 18:35 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

The best thing about BlueSky is there are so few nazis here that I can raise my personal moderation standards.

Ruined a joke? Blocked! Annoying profile pic? Blocked! Name with too many numbers in it? Blocked!

15.02.2025 15:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Never heard of a three-way?

15.02.2025 15:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

No like, the term β€œheat pump” refers to the device that moves heat from one place to another via a refrigerant. Whether it’s in a refrigerator or an A/C or a device marketed for heating, it’s still a heat pump.

01.02.2025 21:50 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Well, being struck by a banana moving at 0.5c would result in nuclear fusion, so I’m gonna go with β€œmore calories.”

01.02.2025 17:49 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

Not only the same concept, literally the exact same machine.

01.02.2025 17:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This makes me want to scream every time I see it.

01.02.2025 17:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Reading this makes me glad I live in the desert.🌡

01.02.2025 17:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I don’t work for them lol. I’m a customer. I’ve paid for AppleCare and found it to be worth it.

Also, I t’s not an extended warranty. It’s an insurance program.

My main point was that the program has changed a lot in the past two decades, which is literally just a fact.

22.01.2025 08:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

1,460 days to go.

(2028 is a leap year)

21.01.2025 13:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Your experience is 20 years out of date. AppleCare works very differently these days and is a lot more valuable.

21.01.2025 13:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

You should know that it has been basically impossible to get fire coverage in those areas for the last 10 years. This is not a case of people being unprepared, it is a case of coverage being unavailable at any price.

21.01.2025 13:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
MUST HAVE BEEN THE WIND: Skyrim Guard Song β–  The Chalkeaters feat. Black Gryph0n
YouTube video by The Chalkeaters MUST HAVE BEEN THE WIND: Skyrim Guard Song β–  The Chalkeaters feat. Black Gryph0n

youtu.be/17Kszzcmfv4?...
Mama told me
To let it go when
Someone stole my
Dear sweet roll
The winds will pass
The kings will fall
We should stay strong
'Cause life goes on
I never was an adventurer
A quiet Nord essentially
I'll just wait out this storm
I'll carry on

20.01.2025 15:41 β€” πŸ‘ 18    πŸ” 4    πŸ’¬ 3    πŸ“Œ 0

This song hits different today. Change always begins with imagination and proceeds via optimism. No matter how scary things get, those things will pass. Hope is available to all of us, always. ❀️

21.01.2025 13:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@miragethefennec is following 20 prominent accounts