Sanctus

joined 2 years ago
[–] Sanctus@lemmy.world 4 points 11 hours ago (1 children)

You act like the common civilians have much of a choice in all of this matter. Shit like this happens because power and wealth are leveraged to create outcomes that are better for specific individuals rather than groups on a whole. Someome with power made the decision to over extract. And even if they votes for it. Should we let people die because of this because it was there choice? Or should we help them because we can and that can be our choice?

[–] Sanctus@lemmy.world 1 points 17 hours ago (1 children)

This is not a profound statement. We humans are the monsters in your storybooks. We are the things that go bump in the night. Being human does not bring you above anything, and using it as a status is guaranteed to drag you down below the dirt.

[–] Sanctus@lemmy.world 6 points 18 hours ago (5 children)

Its crazy to want this world where we all help each other right? Its dumbfuckery that we imagine its better to help people than to let them suffer, huh?

[–] Sanctus@lemmy.world 17 points 19 hours ago (1 children)

You can't turn off any job. We all are burning out in this bitch. At least you're sitting at home making videos.

[–] Sanctus@lemmy.world 49 points 1 day ago (12 children)

Land in the river and you won't take fall damage

[–] Sanctus@lemmy.world 0 points 1 day ago

Thats really cool, man. No one is posting their real plans to public forums. It was fun having this pointless argument for you to feel smart though.

[–] Sanctus@lemmy.world 13 points 1 day ago

Damn, so nameless the opposition is the only thing the search engines find

[–] Sanctus@lemmy.world 2 points 1 day ago (5 children)

Really focusing on that, huh? And not the message of destruction of fascists property? Dig in, then.

[–] Sanctus@lemmy.world 3 points 1 day ago* (last edited 1 day ago) (7 children)

Then stick your dick and balls in there, as long as you do something. Doing nothing is not an option if you aren't in a currently targeted group.

[–] Sanctus@lemmy.world 6 points 2 days ago

Games are hard, anon.

[–] Sanctus@lemmy.world 117 points 2 days ago (3 children)

I fucken hate this timeline. Canada, Mexico, and the US should be a power trinity of economy, stability, and happiness. Instead we have this bullshit because of racists and bigots. Fuck Trump and anyone who ever even slightly liked him.

[–] Sanctus@lemmy.world -5 points 2 days ago

Oh I didnt know you were forced to keep your employment there.

40
submitted 1 month ago* (last edited 1 month ago) by Sanctus@lemmy.world to c/asklemmy@lemmy.world
 

I recently came into a Macbook Pro, 18 GB of Ram, 1TB of storage. Its the only Mac thing I own. Its a real shame I have no idea what to do with this and it is just sitting there. I want to use it for something, but I dont know what. My homelab already has a huge host with a threadripper in it (which also fell into my hands), a pi-hole on a low end pi, and an old PC that runs a Minecraft server just fine. Any suggestions for what to do with this bad boy? I'm not afraid of any OS, all are welcome here. I tend to mostly host media and game servers, I do not have any home automation yet.

Edit: thank you everyone for the suggestions. I love this community <3

 
152
submitted 3 months ago* (last edited 3 months ago) by Sanctus@lemmy.world to c/asklemmy@lemmy.world
 

I didnt have much to begin with only lost about 12k, I have nothing anyway. My mother lost roughly 100k in her retirement fund from all this crashing. My grandmother even more. How much have you lost in Trump's Tantrum Tariffs game?

 

So I just recently got a Sony WM-EX631 Cassette Walkman from eBay. Its been pretty good the first month, had to replace the cassette door on the transparent case but other than that fine. Now, it seems there is an issue with the autostop/autoreverse function. The cassette was intermittently reversing to the opposite side at random, like in the middle of a song. Once I changed the mode to not reverse, now it just stops as soon as I hit play even mid tape. I'm wondering if the mechanism for detecting auto reversing needs attention. From what I've gathered they use some sort of transducers on a reflective gear to accomplish this. Is that information correct? If anyone knows anything I'd appreciate it.

 

I could only imagine what the default:'friend' actually is on the backend.

 

Hey All,

I have been using kitty+picom for roughly a year without any issues that weren't self inflicted. This week that may (or may not have changed). When I launched kitty on monday all of my transparency was broken and adjusting the configs did not seem to fix it.

Here is my kitty config (it is just included in the default config):

# Backgrounds & Foregrounds
foreground           #2DE2E6
background           #0D0221
selection_foreground #023788
selection_background #EB095C
url_color            #2SE2E6
background_opacity   0.5
# 
# ############
# Color Table#
# ############
# Bright Colors are above
# Dark Colors are below
#
# White
color0  #E4F2F8
color8  #C1D7E7

# Black
color1  #FF6C11
color9  #FF6000

# Red
color2  #EB095C
color10 #890A51

# Green
color3  #7AF9B8
color11 #52B89C

# Yellow
color4  #FEFE60
color12 #F9C80E

# Blue
color5  #1A8FFF
color13 #023788

# Magenta
color6  #FF00FF
color14 #F706CF

# Cyan
color7  #2DE2E6
color15 #0A8585

Once more, in kitty, this is just included to add my changes.

Here is my picom config:

#################################
#   Transparency / Opacity      #
#################################
 
opacity-rule = [
  "100:class_g    = 'dmenu'",
  "100:class_g     = 'Polybar'",
  "100:class_g    = 'firefox'",
  "100:class_g    = 'thunderbird'",
  "100:class_g    = 'i3lock'",
];

#####################
#  Rounded Borders  #
#####################
corner-radius = 5.0;
round-borders = 1;
rounded-corners-exclude = [
  "class_g = 'Polybar'",
  "class_g = 'rofi'",
  "class_g = 'dmenu'",
];

Here is my loginctl:

Since: Thu 2024-10-24 08:58:01 MST; 1h 10min ago
  State: active
 Leader: 559 (lightdm)
   Seat: seat0; vc7
    TTY: tty7
 Remote: no
Service: lightdm
   Type: x11
  Class: user
Desktop: i3
   Idle: no
   Unit: session-2.scope
         ├─ 559 lightdm --session-child 15 22
         ├─ 604 i3 -a --restart /run/user/1000/i3/restart-state.604
         ├─ 662 /usr/bin/bash
         ├─ 666 kitty
         ├─ 680 /usr/bin/bash
         ├─ 683 kitty
         ├─ 700 /usr/bin/bash
         ├─ 704 kitty
         ├─ 740 /usr/bin/bash
         ├─ 744 /usr/lib/firefox/firefox
         ├─ 818 /usr/lib/firefox/firefox -contentproc -parentBuildID 20241014102019 -prefsLen 35353 -p>
         ├─ 839 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 35353 -prefMapSize 25665>
         ├─ 865 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 35456 -prefMapSize 25665>
         ├─ 971 /usr/lib/firefox/firefox -contentproc -parentBuildID 20241014102019 -sandboxingKind 0 >
         ├─ 982 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36584 -prefMapSize 25665>
         ├─1064 /usr/bin/bash
         ├─1074 /usr/lib/thunderbird/thunderbird
         ├─1172 /usr/lib/thunderbird/thunderbird -contentproc -childID 1 -isForBrowser -prefsLen 12700>
         ├─1249 /usr/lib/thunderbird/thunderbird -contentproc -childID 2 -isForBrowser -prefsLen 10942>
         ├─1687 /usr/lib/firefox/firefox -contentproc -parentBuildID 20241014102019 -prefsLen 41611 -p>
         ├─2496 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36732 -prefMapSize 25665>
         ├─2624 polybar workBar
         ├─2625 tee -a /tmp/polybar1.log
         ├─2626 polybar timeBar
         ├─2627 tee -a /tmp/polybar2.log
         ├─2628 polybar statBar
         ├─2629 tee -a /tmp/polybar3.log
         ├─3129 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36732 -prefMapSize 25665>
         ├─5329 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36838 -prefMapSize 25665>
         ├─5381 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36838 -prefMapSize 25665>
         ├─5407 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36838 -prefMapSize 25665>
         ├─5454 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36838 -prefMapSize 25665>
         ├─5516 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36838 -prefMapSize 25665>
         └─5562 /usr/lib/firefox/firefox -contentproc -isForBrowser -prefsLen 36838 -prefMapSize 25665>

And the output from kitty cat:

[0.282] Failed to enable transparency. This happens when your desktop environment does not support compositing.
[0.301] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.ServiceUnknown] The name is not activatable
[0.301] [glfw error 65544]: Notify: Failed to get server capabilities error: [org.freedesktop.DBus.Error.ServiceUnknown] The name is not activatable

My dbus may be broken. Though I do not know how to confirm if that is the case. Any help would be appreciated, I have been casually using this for about a year but my knowledge is mid at best. Thank you beforehand, and if this isn't enough info I can get more.

253
The Boi Loaf (lemmy.world)
 

Ghost, The Boi, The Ankle Biter, The Crusher of Sleeping Toes, My Only Son, I love him

 
 
13
submitted 11 months ago* (last edited 11 months ago) by Sanctus@lemmy.world to c/asklemmy@lemmy.world
 

I want to make a post logging each session of this new campaign I'm playing. Its a Marvel Multiverse TTRPG. The dice seem kinda jank but it is really fun. I was looking for a community to post about it in but wasn't sure if there even was one. Now I'm not tryna mod a community, but I would be open to having to make one anyway if there isn't a ttrpg story blog already. So Lemmy, are there communities for posting about your ttrpg session stories or no?

344
She made it back! (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by Sanctus@lemmy.world to c/cat@lemmy.world
 

After 3 days. I can't describe how happy we are at my house. Someone found her behind a decorative vase by their front door.

207
Mimi (lemmy.world)
 

This is my family's cat Mimi. She is the sweetest and smallest cat we have ever had. I just needed to make a post about her. She is missing and I'm hoping with all my heart she is okay.

view more: next ›