shaked_coffee

joined 1 year ago
[–] shaked_coffee@feddit.it 1 points 1 day ago (1 children)

But if the atproto team actually releases a way to selfhost a relay server as well (and not just a data server), in theory if bluesky enshittifies you could always fork the app, selfhost your PDS and Relay and migrate, while still being able to interact with the people in the "mainstream bluesky".

I know this is a big if, and that at the moment it's not reality, but the Atmosphere it's at leaat 10 years younger than the Fediverse. So I'd say let's not call it shit yet and just see how it evolves...

[–] shaked_coffee@feddit.it 23 points 4 months ago

Imho the card view redesign was more than needed, thank you!

Big kudos to the thunderbird team, since the supernova announcement they've done a really good job

[–] shaked_coffee@feddit.it 77 points 4 months ago (21 children)

Anyone willing to summarize those mistakes here, for those who can't watch the video rn?

[–] shaked_coffee@feddit.it 2 points 4 months ago (1 children)

Thank you, but the problem is that is howdy installation (that gets automatically executed after I run sudo apt install howdy that tries to run "old fashioned" pip commands. So I should either find a way to tweak Howdy install (like building it from source after changing something maybe?) or disable this system security feature temporarily, install howdy and re-enable it immediately after

[–] shaked_coffee@feddit.it 3 points 4 months ago (4 children)

Nope I didn't, but the problem doesn't seem to be the Python version, but instead the fact that now Python is "externally managed" and therefore I cannot install packages using pip install packagename as it used to be.

I know that this is done for security reasons and that the good practice would be using pipx or conda, but the problem is that howdy istallation still tries to use the "old approach"

 

cross-posted from: https://feddit.it/post/9251429

I was previously using PopOS! 22.04 on my tuxedo laptop and I'd installed on it Howdy to take advantage of the IR camera and have a windows hello alike face recognition feature.

Everything was working fine, but after some time GNOME 46 and its new goodies were too tempting to stick with Pop's old GNOME version (at least for me) and therefore I switched to Ubuntu 24.04

However, when I tried to install howdy using the PPAs as I did with Pop I noticed it wasn't working because of some changes that were made regarding on how Python is managed, and I couldn't find a solution for that. Looking at howdy's GitHub issues, there are a lot of them talking about this problem that seems to be started with 23.x versions already, but having so many issues created a bit too much confusion to me and I didn't manage to find a working solution from there.

Is there anyone here using Howdy on Ubuntu 24.04? How have you managed to install it?

[–] shaked_coffee@feddit.it 3 points 4 months ago (1 children)

If you are looking for something light and low maintenance, maybe Mint could be a good fit?

I've never daily driven it because I'm not a fan of Cinnamon, but everyone says its light and stable so seems like what you are looking for

[–] shaked_coffee@feddit.it 3 points 5 months ago (1 children)

Then I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.

The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it's a bit old but should still be valid).

If after having set up that you will to thinker around it a little bit and dive a bit deeper, there's also Traefik which is pretty cool and also has a lot of materials to learn online.

I don't remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.

(idk if I was clear or not but I swear it's easier that how it seems ahah)

[–] shaked_coffee@feddit.it 3 points 5 months ago (3 children)

Is immich the only service you want to expose? And did you installed it using docker or directly on your system?

[–] shaked_coffee@feddit.it 3 points 5 months ago (1 children)

Up! Depending on what you are looking for also VanillaOS could be an interesting option

[–] shaked_coffee@feddit.it 2 points 7 months ago (1 children)

When it reboots the fans are kinda loud until I enter the password for disk encryption, then everything is as expected. Temperatures are more than ok both before and after the random reboots.

Sorry for the noob question but, how can I run a memtest on it?

 

I've recently bought my first Tuxedo laptop, an InfinityBook Pro 16 - Gen8 and after having some minor issues with Fedora on it (mainly with the Tuxedo Control Center) I moved to PopOS! and since then it worked flawlessly. Or at least, it used to work flawlessly until last week, when the laptop started to reboot at (apparently) random points of its usage. This is REALLY annoying.

Does anyone encountered the same issue? Have you identified its causes? And how have you fixed it?

[–] shaked_coffee@feddit.it 6 points 7 months ago* (last edited 7 months ago)

I really like Photon, that is a web client but with Firefox PWAs addon can be installed a regular app

EDIT: just seen someone else wrote the same in a different comment, wooops

[–] shaked_coffee@feddit.it 5 points 7 months ago (1 children)

The closest thing to a Discord server Matrix-wise are Spaces, which basically are groups of Rooms that people can join by invite (and maybe by link? But not sure)

I see in Matrix as a protocol great potential but it needs some more projects that will focus on the different aspects of communication.

Element cannot aim to be both a WhatsApp replacement, a Slack replacement and a Discord replacement, but for sure 3 different alternatives for those services can be built all using the Matrix protocol

 

I recently finished the episode of The Verge's podcast #Decoder with the interview to Bluesky's CEO and it seems a quite interesting project. At the beginning I wasn't looking really into it because of their choice of using a new protocol instead of the existing ActivityPub, but after listening to her and the reasons behind this choice maybe I'll give them a chance.

What do you think? Do you use it alongside with the fediverse?

 

A couple of years ago with my old phone (running if I don't remember wrong Android Pie) and my old laptop (running Manjaro KDE) I discovered KDEConnect and how it could enable a clipboard sharing feature similar to the one Apple provides between Macs and iPhones. It was great! Now, after having changed both my phone (now running Android 14) and my laptop (now running PopOS! 22.04) I wanted to reproduce that magic but I found out that with Android 10 some complications regarding clipboard sharing arrived and so it doesn't work out-of-the-box anymore :(

I found some saying that the only way to do that was by the persistent notification button (still ok but meh) and some others reccomending some adb commands to make it work as it was before (which would be great but I wanted to investigate a bit more before pasting some random commands to my terminal)... but it was all kinda old content (referring to Android 10 or at most 11), what's the situation as of today? Do you use clipboard sync? And if so, how?

 

I’m finally moving my selfhosting experiments from a VPS to a physical machine in my house but, since I don’t have a static IP address, I opted to use the dynamic dns service offered by Cloudflare.

On their official website I’ve seen suggested ddclient but I haven’t find that much information on which labels should I add to set it up. Therefore, I’ve also found this docker image that seems pretty clean and easy to set up, but the video talking about it was of 3 years ago and I’ve seen that the github repository has been archived last year…

Which option (not necessarily among the two above) do you prefer to set up your Dynamic DNS with Cloudflare? (I don’t know if this can be an important information to add or not, but the Linux server I’m using is running NixOS)

view more: next ›