logo for basementcommunity

basement
community

search

wall of shame

the library share your (blog) post

1

...

4

5

6

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

A couple of posts this week.

posted 4/4/2024, 10:10 pm

joined dec 4, 2022

avatar

joined dec 4, 2022

quoting joskua:

Me ranting about my YT algorithm roasting me (with good reason) In my blog.

after getting way too addicted to the videos youtube was recommending me, I felt like I had to set some boundaries with the homepage and just block all the content from loading, so I would be forced to only see videos from my subscriptions page.

Chromium browsers have a content filtering section where you can block content from loading in, so I use it to block all HTML on the homepage and the /shorts page:

chrome blocking tags

which makes the page look like this:

youtube homepage

edited 4/5/2024, 11:20 pm

joined jan 12, 2024

avatar

taco queen

joined jan 12, 2024

quoting orchids:

after getting way too addicted to the videos youtube was recommending me, I felt like I had to set some boundaries with the homepage and just block all the content from loading, so I would be forced to only see videos from my subscriptions page.

Chromium browsers have a content filtering section where you can block content from loading in, so I use it to block all HTML on the homepage and the /shorts page:

chrome blocking tags

which makes the page look like this:

youtube homepage

quoting orchids:

after getting way too addicted to the videos youtube was recommending me, I felt like I had to set some boundaries with the homepage and just block all the content from loading, so I would be forced to only see videos from my subscriptions page.

Chromium browsers have a content filtering section where you can block content from loading in, so I use it to block all HTML on the homepage and the /shorts page:

chrome blocking tags

which makes the page look like this:

youtube homepage

Hey thanks a lot!!! I will try to use this (:

posted 4/6/2024, 7:46 pm

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

Dropped this a few days ago.

https://starbreaker.org/blog/personal/good-enough-april-2024/index.html

Work just hard enough to earn your pay. Don’t go above and beyond. Don’t work unpaid overtime. Don’t let your bosses bully you into commuting to an open-plan office to do work you can do at home. Don’t buy any rhetoric about collaboration, purpose, gratitude, or community from your bosses; always assume they’re trying to manipulate you. Don’t let your bosses con you into thinking the corporate culture is a real culture. Don’t attend corporate social events after hours unless it’s your union. Rent out your intellect, but don’t sell your soul or give away your heart. You’re there to earn a living, nothing more or less. So act your wage, and reserve the best of yourself and your greatest efforts for real life, your life outside of work.

edited 4/24/2024, 8:37 pm

joined jan 1, 2024

avatar

joined jan 1, 2024

I have stopped caring about 'work' or 'jobs' or especially 'having a career' at this point. Tired of employers and their nonesense, because it's never enough for them.

What I’ve found over the years is that your bosses don’t want you to give your best effort in every part of your life. They want your job to be your passion. They want you to find meaning, purpose, and community at work. They want you to give short shrift to friends, family, hobbies, faith, and everything else that makes a life worth living.

Not only that, but even the job they want you to delude yourself to enjoying, they want you to do it their way. Don't be too different, don't be too efficient, don't write a text document to help use as a reference or anything. Bet you're just wanting to slack off and not even working, or you think you just know better than them, huh? I've never had a good relationship with a boss, ever, which is why I've given up. I would rather die a NEET than live a serf.

edited 4/25/2024, 12:47 pm

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

quoting the-syreth-clan:

I would rather die a NEET than live a serf.

If I was a bachelor and didn't have expensive tastes I'd feel the same.

posted 4/25/2024, 1:11 pm

joined dec 4, 2022

avatar

joined dec 4, 2022

edit

edited 4/30/2024, 5:46 pm

joined dec 4, 2022

avatar

joined dec 4, 2022

just wrote this guide on everything I personally do when spinning up a new server. Looking for some feedback on it to see if I missed anything important:

https://blog.basementcommunity.com/everything-i-do-when-hosting-a-website/

this is in support of my 2024 goals for creating some more guides coming from this website:

https://basementcommunity.com/threads/245

edited 4/28/2024, 9:24 pm

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

quoting orchids:

just wrote this guide on everything I personally do when spinning up a new server. Looking for some feedback on it to see if I missed anything important:

Just wanted to mention that while Windows has a command prompt, it doesn't come with SSH. For that you'd want to either set up WSL, or install an app like PuTTY.

Also, why does certbot have a dependency on snapd? Are you using Ubuntu in your example?

posted 4/30/2024, 3:18 pm

joined dec 4, 2022

avatar

joined dec 4, 2022

quoting starbreaker:

Just wanted to mention that while Windows has a command prompt, it doesn't come with SSH. For that you'd want to either set up WSL, or install an app like PuTTY.

Also, why does certbot have a dependency on snapd? Are you using Ubuntu in your example?

nice thanks for that. I knew about WSL but never messed around it enough to speak intelligently on it in a post like this, but I'll add that disclaimer.

And yeah. It's not super clear but I use Debian. I had a note towards the top of the blog about apt-get:

apt-get will work if you're on Ubuntu or Debian but other operating systems have different commands for upgrading. You can find your appropriate command here

but I should probably add a top-level note about that fact that the commands might need to be tweaked for a different distro

posted 4/30/2024, 6:16 pm

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

quoting orchids:

nice thanks for that. I knew about WSL but never messed around it enough to speak intelligently on it in a post like this, but I'll add that disclaimer.

No worries.

quoting orchids:

And yeah. It's not super clear but I use Debian. I had a note towards the top of the blog about apt-get:

apt-get will work if you're on Ubuntu or Debian but other operating systems have different commands for upgrading. You can find your appropriate command here

but I should probably add a top-level note about that fact that the commands might need to be tweaked for a different distro

And it looks like the certbot devs themselves are pushing snap to make sure people have a current version of certbot since Debian stable tends to only update biannually, you don't run Sid on prod, and the Debian security team isn't keeping up with critical patches to certbot.

posted 4/30/2024, 6:36 pm

joined dec 4, 2022

avatar

joined dec 4, 2022

yep I lifted the commands from that certbot instruction page

posted 4/30/2024, 7:05 pm

joined jan 1, 2024

avatar

joined jan 1, 2024

quoting starbreaker:

And it looks like the certbot devs themselves are pushing snap to make sure people have a current version of certbot since Debian stable tends to only update biannually, you don't run Sid on prod, and the Debian security team isn't keeping up with critical patches to certbot.

Good old (old) Debian, up with its usual antics I see.

posted 4/30/2024, 8:12 pm

joined aug 16, 2023

avatar

non serviam

joined aug 16, 2023

quoting the-syreth-clan:

Good old (old) Debian, up with its usual antics I see.

"${DISTRO}" gonna "${DISTRO}". Every one of them has their quirks. For example, if I want a current Emacs on Slackware I've got to compile it from source. Luckily, Slackware is set up correctly so that /usr/local/bin takes precedence over /usr/bin in $PATH so as long as I set $PREFIX when building everything turns out fine.

The only thing you can do is embrace the jank, because jank is inevitable, and distro-hop until you find a distro whose jankiness you find congenial.

posted 5/1/2024, 2:27 pm

joined jan 1, 2024

avatar

joined jan 1, 2024

quoting starbreaker:

The only thing you can do is embrace the jank.

I already have, I'm posting this from my Debian machine.

posted 5/2/2024, 7:05 am

joined jan 27, 2023

avatar

Did You Get My Message?

joined jan 27, 2023

Slightly overdue, but here's my April IndieWeb Carnival submission for RisingThumb 's theme: "Good Enough" - the Drop in Quality's Siren call.

On the Fish in the Sea

It's about relationships, but not just digital ones, like Manu prompted about. I don't like what I perceive the Internet to have done / be doing to people's approach to them. It's most prominent online, but the digital always bleeds into the real, yo.

edited 5/3/2024, 10:59 am

1

...

4

5

6

the library share your (blog) post