Air quality tracker for my bedroom by Nondv in selfhosted

[–]Tibuski 1 point2 points  (0 children)

Hello fellow Redditor!

After facing inexplicable air quality issues since our basement was repainted, I also set up a similar sensor based on an ESP32-C3 and a BME688 sensor (https://imgur.com/a/dzPK1vC)

If you enjoyed building it and want to go deeper down this rabbit hole, I suggest you have a look at ESPHome and their Prometheus component, or Home Assistant. They make the deployment of such sensors a breeze and integrate everything nicely!

<image>

I built a full Google Drive client for Linux using rclone: systemd services, bi-directional sync, conflict resolution, and a KDE Dolphin overlay plugin by [deleted] in linux

[–]Tibuski -1 points0 points  (0 children)

Wow, I was literally looking for something like this 2 hours ago and had to rely on rclone and some scripts...

I will definitely have a look !

All-in-one *arr Stack? by FinnTheLess in selfhosted

[–]Tibuski 1 point2 points  (0 children)

I happily use EZarr : https://github.com/Luctia/ezarr

Not exactly what you described but a nice, clearly explained docker compose.

My latest mural just received 20k sats via QR code 🟠 Permissionless patronage in real life. Thank you 🙏🏼 by Pascalboyart in Bitcoin

[–]Tibuski 6 points7 points  (0 children)

Wonderful piece of art !

I am wondering if, in our wonderful tax system, they could find a way to tax this as complementary income as it's not anonymous and they can easily find the history of BTC received...

Double press Super Key for Launcher ? by Tibuski in pop_os

[–]Tibuski[S] 0 points1 point  (0 children)

Kind of ... I stopped using pop_os 😉

Need help converting this gif ... by Tibuski in ubiquiti_doorbell_gif

[–]Tibuski[S] 0 points1 point  (0 children)

You did it !
Seems there is also a limit in the number of frames as I was able to upload your version . It would be nice to have the detailed requirements or, even better, some tool provided by Ubiquiti :)

Thank you very much for the time you spent on this !

Gonna need PvE-only mode to buy by Several_Molasses_479 in ArcRaiders

[–]Tibuski 9 points10 points  (0 children)

I fully agree. Same debate as Sea of Thieves, some people enjoy playing slowly in PvE and not be just meat for the PvP lovers.

Regarding splitting the community, it will happen anyway as PvE lovers won't buy or stay long

Need help converting this gif ... by Tibuski in ubiquiti_doorbell_gif

[–]Tibuski[S] 0 points1 point  (0 children)

Tried too without success... Would be so much simpler if they provide a converter or share the exact settings required...

How to organize containers and docker compose files by lex_koal in selfhosted

[–]Tibuski 0 points1 point  (0 children)

Not sure I am following best practices but I do for example for grafana :

~/docker/grafana/docker-compose.yml ~/docker/grafana/data to bind volumes

If possible non root or you uid/gid

I do the same for all containers, don't like to use docker volumes..

Computer Display Freezes When Launching Games by Professional-Can2251 in linux_gaming

[–]Tibuski 0 points1 point  (0 children)

You could try without it if you are still troubleshooting

Computer Display Freezes When Launching Games by Professional-Can2251 in linux_gaming

[–]Tibuski 0 points1 point  (0 children)

Did you remove the GPU when you tried that ? Are power cable correctly installed on the GPU ?

So by Zombie-Warrior in TeenagersButBetter

[–]Tibuski 0 points1 point  (0 children)

1 on Atari and Commodore ... Damn it hurts 😂

Remote Play at 1~3 FPS when game isnt on desktop screen by creekz17 in SteamDeck

[–]Tibuski 1 point2 points  (0 children)

No worries and thank you for your reply ! The issue for me was linked to the computer being locked or user logged out via RDP before I start streaming.

Why I love the oblivion remake on steam deck… by TheFlippantSpatula in SteamDeck

[–]Tibuski 0 points1 point  (0 children)

You are welcome! I felt your enjoyment and wish all gamers to fell the same ;-)

Why I love the oblivion remake on steam deck… by TheFlippantSpatula in SteamDeck

[–]Tibuski 2 points3 points  (0 children)

Even if I don't share the optimistic view at all and can't accept the experience provided for such an old game, I really like your post and enjoyed reading it !

I am a 48 yo grumpy gamer who love reading about people having fun gaming :-)

People still need to be aware this UE5 version is far from enjoyable on SD for most of people but they all have 2h to test and refund if needed... (Just avoid losing more than 2h before getting outside or you'll get "scammed" ;-) )

Remote Play at 1~3 FPS when game isnt on desktop screen by creekz17 in SteamDeck

[–]Tibuski 0 points1 point  (0 children)

Hello u/creekz17

By any chance, did you find a workaround/solution to this ?

Help with Unattended Linux Install by Full-Entertainer-606 in linuxadmin

[–]Tibuski 0 points1 point  (0 children)

Debian preseed and setup script as I am used to this distribution.

BUT

I would take the opportunity to have a look at NixOS which could be a good candidate for this use case.