[-] infeeeee@lemm.ee 4 points 1 month ago

One of them is a laptop, why ssh to the server isn't an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.

E.g if you connect with this command, and tmux is installed on the server, it will start a new session named "main". If a session with that name exists it will connect to that:

ssh -t pi@192.168.1.2 tmux new-session -A -s main

Add something to .bashrc on the server to always do the same if you work on that phisically:

if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
tmux new-session
fi
[-] infeeeee@lemm.ee 4 points 1 month ago

I found the update 404 media article, this article is based on: https://www.404media.co/heres-the-pitch-deck-for-active-listening-ad-targeting/

It's behind a paywall, and I couldn't found a way to remove it. But from the top screenshot it seems like it's the same bullshit from the same company... We know from the past that they lie about this, why is it a news that they did the same thing again?

[-] infeeeee@lemm.ee 4 points 1 month ago

Current official map as vector pdf (0.2 MB): https://www.bvg.de/dam/jcr:d45105f2-6752-4ec5-b882-8936572053c3/TramMetro_08_2024-Internetversion%201.pdf

High resolution png from the pdf (3.5 MB):

https://files.catbox.moe/mwq38r.png

[-] infeeeee@lemm.ee 4 points 1 month ago

You can still install android on them, BlissOs is a rom for x86 devices. Intel and amd gpu hw acceleration works ootb: https://docs.blissos.org/knowledgebase/frequently-asked-questions/hardware-compatibility/ If you just need for media consumption they are good, some apps don't work as they only support arm cpus.

The reason is choice and support. On an arm android device you have to wait for the manufacturer for updates or to publish source, so someone can support the device for you. With x86 it's just a normal, standard pc, you can do whatever you want.

[-] infeeeee@lemm.ee 4 points 2 months ago

At what time the date changes from Wednesday to Thursday? At 0:00 UTC? Ask someone in Hawaii if they would like to use different day at the morning than at the evening. "I will call you tomorrow" does it mean today afternoon, or tomorrow morning? etc.

[-] infeeeee@lemm.ee 4 points 2 months ago

Other free services I had good experiences with:

[-] infeeeee@lemm.ee 4 points 3 months ago

You can disable microg connecting to google servers, but basically you get a standard gms free experience, with most apps simply not working from play store. They list in the wiki how and why they connect to google: https://github.com/microg/GmsCore/wiki/Google-Network-Connections

A completely google free experience would be unusable for "normal" people, so they somewhat right as they target "normal" users. I also don't like /e/, but because they are deliberately obfuscating a lot of things in their documentation, and they try to sell their os as something genuine, but it's mostly just AOSP with microG.

[-] infeeeee@lemm.ee 4 points 1 year ago

The most common point of failure on rpis are sd cards, and the symptoms are similar. If you running it from an sd card it's recommended to migrate to an usb ssd.

How do you run ha? Hassos, or normal docker?

[-] infeeeee@lemm.ee 4 points 1 year ago

That image has a max-width:100% css parameter, unticking that lets me zoom it. It has nothing to do with firefox, this is the way that website is written, it behaves the same way in any other browsers.

[-] infeeeee@lemm.ee 4 points 1 year ago

Back in the day this process was called "UV unwrapping" and UV mapping, and it's a common feature of all 3D modeling programs. But I guess "plushifying" is bit more marketable term

view more: ‹ prev next ›

infeeeee

joined 1 year ago