Xirup

joined 7 months ago
 

I've been using ArcoLinux i3 flavor for a while, but they recently discontinued their flavors and instead just let 3 basic flavors, but as far as I know none of them comes with i3 already preconfigured. And yes, I know I can simply do it by myself with Arch Linux, but I don't have enough time to do it.

I have already tried Garuda Linux i3 flavor, but there's something in it that feels too mature to be user-friendly.

[–] Xirup@yiffit.net 8 points 2 weeks ago

Interesting channel, thanks for sharing!

 

On the one hand I like GOG because it has no DRM and has better prices (in my country) than Steam and I have the feeling that on the one hand it follows more the open source philosophy than Steam itself, but Steam has helped enormously to play Windows games on Linux, so I haven't really made up my mind.

On the one hand I want to buy on Steam for the convenience, but on the other hand I prefer GOG because (in my country) is cheaper. Which platform do you prefer and why?

To give an example, The Binding of Isaac: Rebirth is currently $15 on Steam with regional pricing, but on GOG it's worth just $6.

 

So I did the jump and bought myself some good Sennheiser Accentum Plus headphones which are overall pretty good, the only issue I'm facing is that the headphones itself didn't come with buttons to skip/pause music and instead uses a touch panel, the problem is that when I try to skip a song or pause it with the touch panel it doesn't work at all, it works nice in my phone but on my Linux system it doesn't. I tried with different programs and it doesn't change anything.

Someone have some advice? I'm using ArcoLinux i3

[–] Xirup@yiffit.net 17 points 4 weeks ago (1 children)

I feel dumb for not checking that first, thank you!

 

I know I can install it using Pacman but for that I need to create a root password and then run some command to install programs on the OS which is immutable, but honestly if all I want is to install KDE Connect I see unnecessary to do all that, isn't there a simpler way?

I already tried with flatpak but there is no KDE-Connect repository in flatpak, and following this Reddit tutorial doesn't really lead to anything since the repository seems to be dead.

Edit: KDE Connect came pre-installed in the Deck.

[–] Xirup@yiffit.net 53 points 1 month ago (3 children)

Dumb question, the Steam Deck of the image is yours or you could never get it back? In a first instace I think that the Steam Deck in the image was yours.

[–] Xirup@yiffit.net 119 points 1 month ago (34 children)

Wait a minute, so any admin can see which posts do I upvote/downvote?

 

Usually I like to just remember the names of the artists, or use Re621 to follow my favorite artists, but every (fucking) time I enter e621 I find a thousand new artists and I can't stop scrolling, it's an endless cycle: I find an interesting image, I enter the artist's page, I spend a while checking their profile and seeing the images I like, repeat.

I don't consider it unhealthy because I don't really do it very often, BUT EVERY TIME I do it I can last a couple of hours in this endless cycle.

 

I have never spent a lot of money on headphones, but for the first time I would like to try to spend a little more, and not only because of the brand, but also because of the features which are not entirely clear to me.

  1. Are they (the Sennheiser Accentum Plus Wireless) compatible with PS5 consoles? As far as I understand, as a general rule the only wireless headphones (via bluetooth) that work with Sony consoles are Sony's own headphones, but I would like to know if I'm wrong.

  2. How does the multipoint technology work? I would love to be able to listen to music playing from my phone and at the same time listen to the sounds of the game I'm playing on my Steam Deck, but I don't know if it works like that.

  3. How good is the noise cancellation? I am interested in buying them to be able to study in a noisy environment and I don't expect it to cancel 100% of the noise but at least most of the noise.

[–] Xirup@yiffit.net 4 points 1 month ago* (last edited 1 month ago)

Are you sure? I just tried disconnecting my console from internet and play some game for a while and then when the play time increased I exit the game and connected to the internet and the play time was actually the same that the previous one before I connected the internet.

 

Suppose I play X hours on a trip when I have no internet access, and then when I have internet access I connect my Steam Deck and I would expect that if I played X hours on the trip, the hours would sync to my profile and add them to my game, but it doesn't seem to be like that, am I doing something wrong or is this a normal Steam behavior that can't be changed?

[–] Xirup@yiffit.net 1 points 1 month ago

I'm interested in the FFI to FFVI bundle, why not.

 

The functions that I really need the most is to press shift to zoom the images without entering them, infinite scroll and “subscriptions” and I have been researching scrips but I have not been able to find any that perform similar functions.

[–] Xirup@yiffit.net 2 points 2 months ago

Well both plataform are compatible, just tag them in the same post like here.

[–] Xirup@yiffit.net 2 points 2 months ago

My bad, I was answering another user in this thread.

[–] Xirup@yiffit.net 9 points 2 months ago* (last edited 2 months ago) (7 children)

Honestly I don't get why Rossman cry so much about "he expected that his $2000> LG TV would not track him or at least have the option turned off by default."

Why shouldn't they? Why would anyone expect in the first place that by buying a more expensive product they are going to care about your data? Obviously it benefits them to sell everyone's data, from Rossman's point of view it sounds like people who buy cheap products deserve to have their data sold because the company is making a loss by selling them the product.

I usually agree with Rossman's points, but this one in particular sounds ridiculous to me.

[–] Xirup@yiffit.net 1 points 2 months ago (1 children)

Sorry, I just started selfhosting and even reading that I don't understand.

 

I used Docker Compose to install and run changedetection.io and everything's working nice, but I want to enable Playwright content fetcher so I can specify when I want to be notified, and not just to be notified when there are even changes in the code of the site.

I can toggle an option in the changedetection settings to use WebDriver Chrome/Javascript instead of the default Basic fast Plaintext/HTTP Client, but when I tried to use the Visual Filter Selection within a watched item it tells me that:

Sorry, this functionality only works with Playwright/Chrome enabled watches. Enable the Playwright Chrome fetcher, or alternatively try our very affordable subscription based service. This is because Selenium/WebDriver can not extract full page screenshots reliably.

And honestly I want to try this to myself, not to just pay a subscription and that's it. So, I keep up and read through their wiki and according to their own wiki while using a docker compose based Change Detection service (as I am) to enable Playwright content fetcher it's as simple as:

In docker-compose.yml uncomment PLAYWRIGHT_DRIVER_URL under environment, and the playwright-chrome section under services.

I already tried that and toggle the fetching method to WebDriver Chrome/Javascript, but now instead of just not letting me using the Visual Filter Selection because of while trying to fetch any site it gives me this error:

Exception: HTTPConnectionPool(host='browser-chrome', port=4444): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa4d42417e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

But before of doing these changes I didn't receive any error message and everything works nice, so possibly I'm doing something wrong... Here is the pastebin of the docker-compose file that I edited, I won't share it here because the format fucked the whole code.

 

I know that !selfhosted@lemmy.world exists, but to be honest I feel like going there to ask some noobs questions is like going to the arch forums in my first day of using Ubuntu as my first distribution, my probably super dumb question it'll be obvious to the big majority except me. And no, I am not meant that the people in selfhosted is going to be angry with me or something like that, is that I just don't want to ask stupid questions there.

I already tried asking an IA but let be honest, the IA just go into the service repo and try to answer me using the information that I already read.

Edit: Thanks for all the answer, I gonna try asking on c/selfhosting. :3

 

In Ulauncher you simply search for the name of the file and when you click on it, it will open the default player of that file in your system. Is there any way to do the same but in Rofi? Or maybe another launcher for Windows with Rofi theme?

15
submitted 3 months ago* (last edited 3 months ago) by Xirup@yiffit.net to c/general@lemmy.world
 

I am looking for a community to find moderators for my community and I have used several community search engines to search for communities to ask users if X community exists, but I have not been able to find any. Maybe someone in this community can help me to find out if such a community exists.

view more: next ›