AstralPath

joined 1 year ago
[โ€“] AstralPath@lemmy.ca 0 points 7 hours ago

Youtube's only value to you is its algorithm? Man if all you do is consume what is force-fed to you... You do you, I guess. ๐Ÿ˜ฌ

[โ€“] AstralPath@lemmy.ca 4 points 8 hours ago

Can confirm that Graphene is easy as hell to get up and running and is an excellent OS.

[โ€“] AstralPath@lemmy.ca 2 points 15 hours ago (1 children)

Thanks for this. I'm kinda concerned about attempting this on my current machine. I've got it set up as a music studio PC with Steam as a secondary feature. It works great with all my recording peripherals so I'm hesitant to introduce additional complexity to it with these drivers. I'd like to move away from Win entirely but its not exactly a do or die situation for me right now.

My linux install is on its own SDD separate from Win. I only use WIN for simracing and counter-strike so that use case is very limited. Also I don't think iRacing's anti-cheat runs on Linux yet? I'll have to investigate.

[โ€“] AstralPath@lemmy.ca 1 points 20 hours ago (3 children)

Peripherals. AFAIK Fanatec gear doesn't run on Linux yet.

[โ€“] AstralPath@lemmy.ca 6 points 23 hours ago (1 children)

Weird guy is right though. Best practice is to leave enough space so that in the event you get rear ended you don't get shoved into the car in front of you.

[โ€“] AstralPath@lemmy.ca 3 points 1 day ago (6 children)

Same here but for sim racing

[โ€“] AstralPath@lemmy.ca 4 points 1 day ago (10 children)

Facebook is leaking. Yuck.๐Ÿคข

[โ€“] AstralPath@lemmy.ca 0 points 1 day ago

Wikipedia is somewhat of a source aggregator. All the sources are at the bottom of the page. So yes, it is a "real" source of information.

[โ€“] AstralPath@lemmy.ca 3 points 2 days ago

I'm so fucking glad I switched to Linux this year.

[โ€“] AstralPath@lemmy.ca 1 points 2 days ago (1 children)

It's an animated character, it doesn't exist. You can't "love" it.

A large chunk of the online population will disagree with you on that one.

[โ€“] AstralPath@lemmy.ca 4 points 2 days ago

Have you not noticed the size of his hands?

[โ€“] AstralPath@lemmy.ca 1 points 2 days ago

I suffered with what I thought was IBS for the last ~10 years. 4+ liquid shits per day with complete unpredictability.

Turns out coffee was the problem.

I switched to tea two weeks ago and I'm down to 2 normal and predictable shits per day. I've also gained a few pounds because I'm not so dehydrated anymore. That's a good thing for me.

 

What outside wing thing? How to dinner time? How to exit tub (sphynx)? 4am zoomies land speed record? How to second dinner time? How to outside?

Post what you think your cat's search history would be!

 

Linux newbie, here. Does this seem reasonable or normal? That's a lot of downgrades and deletions. I feel like if I click confirm I'm gonna nuke my system. Am I right to be concerned here?

I do have backups in case of any issues, but still... I'd rather not spend the time to rebuild.

 

I was just reading this thread... https://sh.itjust.works/post/23476261

...and it got me thinking about something that I've wanted for a long time. Why is it that keyboards have not evolved to have dedicated copy/paste keys left of the main board? I'd love to see an additional column of keys left of Esc->Ctrl configurable as macros at least. I do a lot of copy/paste for work. The current shortcuts arent terrible or anything but they're not exactly comfortable. I'd rather move my whole hand to the left for a macro key than contort to hit the current shortcut.

What do you think?

 

...relative to Reddit's size?

I see so many posts and comments voicing disappointment with Lemmy's lack of massive expansion.

I too want to see Lemmy gain more users, but I do not want it to grow to Reddit's size. If Reddit is the yardstick, I'd say that a population that large attracts a lot of negative behaviours; degeneration of discourse, amplification of echo chambers and hive mind behaviour, etc...

I started on Reddit in 2010 and found that by 2016 things were really bad in comparison. A fun and engaging site was experiencing an obvious devolution that persists to this day, accelerated by Spez's enshittification of the platform. Obviously the fediverse insulates us from that occurring here but I think you get what I mean.

Do you you think Lemmy is too small? I don't. I've been here since the great migration last year and have had a really good time. I see a lot of familiar names in the comments on a daily basis. It actually feels like a community here. I guess I just don't understand the fixation on the size of Lemmy's user base. Curious to hear your thoughts.

[EDIT] Thanks for all the responses, everyone! Lots of perspectives I hadn't yet considered.

 

I'm very new to Linux. Currently tinkering with Nobara and wanted to install st. I was able to successfully install it last night but when I started attempting to patch it for customization purposes I think I messed something up. I had needed to remove st multiple times and re-install so I could start fresh and fix my errors. Now when I attempt to run make clean install I get a host of errors related to packages that are installed but can't seem to be found?

[astralpath@nobara-pc st]$ sudo make clean install
[sudo] password for astralpath: 
rm -f st st.o x.o st-0.9.tar.gz
c99 -I/usr/X11R6/include  `pkg-config --cflags fontconfig`  `pkg-config --cflags freetype2` -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600  -O1 -c st.c
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
Package 'fontconfig', required by 'virtual:world', not found
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'freetype2', required by 'virtual:world', not found
c99 -I/usr/X11R6/include  `pkg-config --cflags fontconfig`  `pkg-config --cflags freetype2` -DVERSION=\"0.9\" -D_XOPEN_SOURCE=600  -O1 -c x.c
Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
Package 'fontconfig', required by 'virtual:world', not found
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'freetype2', required by 'virtual:world', not found
x.c:15:10: fatal error: X11/Xft/Xft.h: No such file or directory
   15 | #include <X11/Xft/Xft.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:16: x.o] Error 1

I'm not sure why these issues are occurring now. Could someone help point me in the right direction to troubleshoot? I'm really lost on how to proceed even though the error output seems to be giving me some pretty explicit instructions.

Thanks in advance :)--

 

I've had zero luck finding any info on this. Maybe my search skills are bad :/

What I'm looking for are mouse skates that create the feel of a mouse on a mouse pad. All the skates I'm seeing are for ultra low friction when used on a mouse pad. Basically, I want to get rid of the need for a mouse pad on my desk for aesthetic and practical reasons and am hoping that someone knows about a set of mouse skates that would facilitate this.

 

My heart nearly beat out of my chest on this one! We were already down a player since the start of the game so this match was an uphill battle from the start. We ended up winning the game which felt amazing. This round is the cherry on top.

 
 

Jokes aside, poutine is life. :)

 

After following the instructions provided by NewPipe to download my subscriptions list for import, I get a .zip file with nothing but an HTML file within. No data related to subscriptions at all. If I opt to download an export containing all my Youtube data, then I get a couple of folders for History and another data subset but nothing for subscriptions.

I thought at first this may have been an issue related to the private status of my subscriptions list on my Youtube account, but even after toggling privacy off for my subs, I still cannot get a .zip from Youtube containing a .csv of my subscriptions.

Has anyone else had this issue?

 

On vacation last fall we ended up hiking in the Lauterbrunnen/Grindelwald area. Took this pic on my Samsung A51 after a quick lunch. Other than the A51's limited auto PP, there are no edits or adjustments to this photo. Not bad for a cheap phone, eh?

view more: next โ€บ