Thanks. I had a blast reading my old comments :p
Thanks. I had a blast reading my old comments :p
I tried it briefly. I like the idea of an alternative to VS code, that’s not some inefficient javascript electron app. But the focus of zed seems to be on collaboration in cloud and also pushing LLM tools. That’s not what I’m looking for. I disliked that it was impossible to hide the “log in to github” button (I don’t want to log into an editor). Irked me the wrong way.
I like the Fossify apps. I use the phone, sms, contacts, gallery and file manager. It’s SO nice to not have google nag about cloud backups all the time, when I just wanted to look at some pictures I’ve taken.
Also whenever I can I download apps from F-Droid instead of play store if they’re available both places. For example I use Home Assistant, KeePassDX, Syncthing, Termux, VLC, and more from F-Droid.
Found a couple of new apps to try out in this thread as well :)
I just use the web app on that quite rare occation I need to use discord.
Until meta starts to slowly block small instances and we end up with the next email. Technically federated, but controlled by a few large corporations that dictates the block lists. Let us block them first so we get to define what the fediverse should look like, not them.
I don’t know what to do to get good search results anymore if this happens. Using site:reddit.com has been the only way recently to find opinions from actual people regarding some product I’m considering. Maybe I’ll just stop buying things and go live in a cave. Can’t trust any information online anymore.
I was just thinking about a possible solution based on what we have. I agree it would be better if cross post comments were federated, but I guess there’s different opinions on that (do the lemmy devs agree for example?).
If it is possible to detect which posts are cross posts, it should be possible to create a client app that combines the threads. Maybe give you an option to chose which one to post your comment.
Why are there two cables connecting the left and right part? Just curious.
Unfortunately they don’t ship to norway (or have a norwegian layout available). But would really like one if/when they do. Not in a rush to get a new laptop now though. I’ll keep framework in mind when its time for a new one.
I will have no next windows PC anyways. I’ll go out of my way to get one without a windows license, to put linux onto it :)
If you use gmail you can create an app password that can be used for this. Or if you have a domain you can e.g. use free tier zoho mail or something to create an email address.
This. It is so sad that these companies get to set arbitrary expiration dates on perfectly good hardware for “security” features nobody asked for. They keep getting away with planned obsolesence and monopolistic moves, by fearmongering about security. Even if the “solutions” does nothing to secure the users. The only thing they care about securing is their profit.
If it is network connected, consider giving it a static IP in the router. I can imagine the computer being confused by the printer having a new IP since last time (can happen with automatic IP), when you try to print something.
Mautrix facebook I think
Tried that for messaging once. It worked for like 2 days until facebook decided someone had “hacked” my account and I needed to reset my password. Didn’t help that the matrix bridge was very flaky and nigh impossible to set back up again after it failed, without just deleting the entire matrix database and starting from scratch. Not recommended.
I feel like this is about tracking. As in microsoft want the PC to wake up and scan wifi networks to figure out where it is, so they can use this data for targeted ads they serve in the start menu and bing, etc.
Have you tried the “OsmAnd~” version on fdroid? I think that one is basically the full version without a paywall. You could try yourself if you find it worth it, and buy the official app if you want to support the project.
I think windows update does that, or at least used to do. That’s why it is so slow to update, because you need every update in succession, you can’t just grab the latest one.
I think the author of the article just haven’t understood how to use the ? operator yet, and don’t think they deserve being called “utterly incompetent” for it. Whether something is a monad or not is not necessarily something a programmer should have to think about on a daily basis IMO.
I just think of rust errors as a tagged enum with either a value or an error. And the ? operator as syntax sugar for returning if something was an error. IMO that simple understanding is sufficient to do error handling in Rust. I don’t think we should gatekeep programming behind some intellectual barrier of whether or not you understand category theory. I certainly don’t understand what a monad is, but I can still write working software and do error handling without unwraps.