NostraDavid

joined 2 years ago
[–] NostraDavid@programming.dev 3 points 3 days ago

https://butts.移动

I'm so happy it's not Rick Astley's song. I 100% expected you to fool us.

[–] NostraDavid@programming.dev 1 points 3 days ago (1 children)

Anyone who rails against “DEI” is by definition a white supremacist.

This is such a backwards take. "DEI" could always only end in misery, because it pulls people ahead of the line in a time when the working people are already having a hard time. "Is that person hired because of the colour of their skin or the sex of their body, or have they been hired because they're actually good?". It could only make a large part of the population feeling left behind because of their sex or race. What do you think that does to the social foundation of a nation?

Alas, I have no idea what a good alternative would be, but I always recognized "DEI" as a bad idea. I don't have to be a chef to be able to tell that this dish tastes like ass, even if I can't cook for shit myself.

That does not make me (or anyone else who thinks DEI is ass) a white supremacist "by definition".

At the end of the day, it's the ultrarich hoarding all the money that's the actual issue - an economy that's not fair to the citizens of the nation. The top 3 wealthiest persons in the USA have the same amount of money as the bottom 50%.

[–] NostraDavid@programming.dev 1 points 1 week ago (1 children)

You'll get a popup by Steam. I got it on my desktop and two laptops.

[–] NostraDavid@programming.dev 4 points 2 weeks ago

It's where America gathers its telepaths to control COVID :3

[–] NostraDavid@programming.dev 3 points 2 weeks ago* (last edited 2 weeks ago)

NPM

Nginx-Proxy-Manager. Got it.

I didn't read the parent comment well enough and was wondering what the Node Package Manager had to do with anything 😂

[–] NostraDavid@programming.dev 12 points 3 weeks ago (5 children)

vscode with the built-in Emmet support.

Emmet isn't intimidating, unless you don't know CSS, in which case it is extremely intimidating.

a+b:
<a href=""></a><b></b>

a>b:
<a href=""><b></b></a>

a*2:
<a href=""></a><a href=""></a>

div.yeet:
<div class="yeet"></div>

A combination:
a>b+i*2.dollah:
<a href=""><b></b><i class="dollah"></i><i class="dollah"></i></a>

That's 99% of what you need to know to get started with Emmet.

Anyway, I used to write 100% hand-written HTML, but switched to using Hugo because: Go's built-in Templating language I knew from working with K8S, build-times are sub-second, and I can write a page in either Markdown or HTML, whichever I need (or even mix in some HTML in the Markdown!)

Because of hugo I don't need to mess around with repeating parts (like the nav menu).

Only downsides:

  • it strips the comments, which I would've loved to leave in for people to read
  • the formatting is my favorite, so I format with prettier before committing

I use git submodules to have the public/ folder be my Github Pages host repo, so I can just muck about locally, while I do a rebuild (which changes the files in the submodule). Only after a commit, I'll effectively publish the website.

Check out the website (mostly for the HTML - the articles are... meh): https://thaumatorium.com/ (no trackers, so no Cookiewall nonsense either :D)

[–] NostraDavid@programming.dev 0 points 1 month ago

BlueSky actually is federated, AFAIK: https://docs.bsky.app/docs/advanced-guides/federation-architecture

It does use its own protocol (AT instead of ActivityPub)

[–] NostraDavid@programming.dev 1 points 1 month ago (1 children)

Can I slap a decorator on a Bash function? I love my @retry(...) (via tenacity, even if it's a bit wordy).

[–] NostraDavid@programming.dev 3 points 1 month ago

Basically a wrapper to run rust scripts right from the command line.

Isn't that just Python? :v

[–] NostraDavid@programming.dev 1 points 1 month ago

Because rules are meant to be broken :3

[–] NostraDavid@programming.dev 7 points 1 month ago* (last edited 1 month ago)

(I just recreated the original because that one is jpegged to hell and back. I used draw.io (used the original image as background), then exported as SVG, jammed it through SVGOMG, and then let ChatGPT do one last optimization because the font stuff was a bit too much, removed the whitespace and comments - boom: 700kb SVG)

 

Ladybird, the browser from SerentityOS, now has a non-profit behind it! The guy in the video is not Andreas, but Chris Wanstrath (former CEO from Github), and he's pumping some financial backing into this non-profit.

I for one am happy we're getting an alternative to the Chrome/Firefox duality we're stuck with.

https://ladybird.org/

view more: next ›