'Worst cuts to the public service in modern history' could be on the horizon, says report
'Worst cuts to the public service in modern history' could be on the horizon, says report
A new report found that if Carney follows through with his campaign promises, cuts could amount to 24 per cent across the public service.Matteo Cimellaro (Ottawa Citizen)
like this
☆ Yσɠƚԋσʂ ☆ likes this.
Por qué elegimos Tuta
Por qué elegimos Tuta
Tuta es un servicio de correo electrónico seguro con sede en Alemania. Lo que diferencia a Tutanota es su enfoque centrado en la privacidad. Esto significa que no tienen acceso a tus datos, y su servicio es uno de los más discretos de comunicación por correo electrónico.
Con una interfaz limpia y sencilla, libre de distracciones inútiles, Tuta es una opción válida para quienes buscan seguridad con privacidad. Es sencillo, funciona, ¡es Tuta!
Recupera tus datos, con el correo electrónico, el calendario y la agenda de contactos, encriptados, de Tuta.
más en tuta.com/es/email-comparison
Tuta: Activa gratis la privacidad de tus correos electrónicos, calendarios y contactos | Tuta
Tuta garantiza la privacidad de tus datos de forma gratuita y sin publicidad. El cifrado quantum resistente hace de Tuta la mejor solución tecnológica segura para proteger tu privacidad.Tuta
The effects of Lemm.ee shutdown can already be seen.
Fediverse Observer checks all sites in the fediverse and gives you an easy way to find a home from a map or list or automatically.
Lemmy Sites Status. Find a Lemmy server to sign up for, find one close to you!lemmy.fediverse.observer
like this
originalucifer likes this.
Truth or Fake - Yes, this viral video of Tehran's Evin Prison explosion is AI-generated
Truth or Fake - Yes, this viral video of Tehran's Evin Prison explosion is AI-generated
A video purporting to showing last week's Israeli strike on Iran's Evin Prison has been shared around the world and relayed by major broadcasters and media outlets.Catalina Marchant de Abreu (FRANCE 24)
Wole Soyinka’s Campus Roots to Street Carnage: The Deadly Evolution of Cultism in Nigeria - West Africa Weekly
Wole Soyinka’s Campus Roots to Street Carnage: The Deadly Evolution of Cultism in Nigeria - West Africa Weekly
Modern cult groups are no longer limited to campuses. They operate like mini cartels, with ranks, rituals, weapons, and territories. Some even double as criminal gangs, engaging in armed robbery, drug trafficking, and election violence.West Africa Weekly
Israel's Knesset votes to advance impeachment of Arab lawmaker Ayman Odeh
Israel's Knesset votes to advance impeachment of Arab lawmaker Ayman Odeh
Israel's Knesset House Committee voted to advance the impeachment of prominent Arab lawmaker Ayman Odeh on Monday, over comments he made earlier this year which were perceived as being pro-Palestinian and against the war on Gaza.Nadav Rapaport (Middle East Eye)
Greek-owned tanker hit by explosion was carrying Russian oil | eKathimerini.com
Greek-owned tanker hit by explosion was carrying Russian oil
An explosion on a Greek-owned tanker off the coast of Libya could be the result of an ongoing sabotage operation.Yiannis Souliotis (ΚΑΘΗΜΕΡΙΝΕΣ ΕΚΔΟΣΕΙΣ ΜΟΝΟΠΡΟΣΩΠΗ Α.Ε. Εθν.Μακαρίου & Φαληρέως 2)
Syria not demanding Israel return occupied Golan Heights
Syria not demanding Israel return occupied Golan Heights
TEHRAN, Jul. 01 (MNA) – Syria is not demanding that Israel return parts of the Golan Heights that it illegally occupied in 1967, media sources said on Monday.Marzieh Rahmani (Mehr News Agency)
like this
Maeve likes this.
Native version of Unreal Tournament 2004
I recently switched to Nobara and I'm currently trying to get everything to work. I'll be a bit spammy here looking for help, I hope that's ok.
Today I would like to install my retail version of Unreal Tournament 2004 that came on a DVD.
I got the installer for the native Linux version to run and copied over the latest patch. But when I try to run the game i get./ut2004-bin-linux-amd64: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
I tried to install libstdc++ through dnf and got
Package "libstdc++-15.1.1-2.fc42.x86_64" is already installed.
Package "libstdc++-15.1.1-2.fc42.i686" is already installed.
In /root/lib I habe a libstdc++.so.6
Does ".so.5" mean I need version 5. How do I get the version Unreal Tournament 2004 wants?
Or would it be easier to use the Windows version through Wine?
edit: managed to get the native version to run: feddit.org/post/15075302/76663…
Windows version is also problematic.
Do you have a current version of the game?
Lutris scripts are also often a good help: lutris.net/games/install/504/v…
Unreal Tournament 2004 (64-bit Native + Steam)
Unreal Tournament 2004 (64-bit Native + Steam) - LutrisLutris
Well obviously the version on the DVD is ancient. I did apply the latest available patch, but that is also ancient.
I assume the steam version the Lutris script uses was updated at some point after the last retail patch.
Bummer. Maybe you can get that from some other distro's package and add to the library path.
But at that point going the Proton route is probably easier.
You do this with the symbolic links and
ln -s
, but check the order of the parameters, as I always get those with long the first time around.
Sounds like the best way would be to run the software in a period appropriate container.
Or find the source for libstdc++.so.5, compile it yourself and set the appropriate LD_LIBRARY_PATH.
Honestly this is not a good reason.
Basically the only sticking point IMO would be whether the specific games you enjoy tend to have problems (often due to draconian DRM or anti cheat systems)
I have those reasons. Multiple games, and several other work-related software requirements. And related to this post I literally have the physical media for UT2004 sitting on my desk because I recently reinstalled it. Like I said, I'm still running Linux on multiple machines but I'm not yet comfortable cutting the cord.
My job is only 10% IT but I'm going to be having to deal with this more soon. I have at least a dozen PCs I'm going to have to make decisions about before Win10 EOL. Maybe I'll be more confident soon after switching over more PCs. Or less. We'll see, it will go one way or the other.
Looking in the aur libstdc++5-bin package it's getting it from Debian pre-compiled: packages.debian.org/bullseye/l…
I don't know about Nobara, but if isn't available there you can get the library from the same source and use LD_LIBRARY_PATH
to load that library.
Debian -- Details of package libstdc++5 in bullseye
The GNU Standard C++ Library v3packages.debian.org
Crashes everytime I try to switch to fullscreen though, I'll play around with it for a bit, hopefully I'll figure it out.
You’re much better off either running it in a container that provides the ancient libraries it needs or running the Windows version through Proton. Otherwise, my understanding is that if you were to theoretically provide it everything it needed, you’d basically be downgrading your distro to a version from 2004.
The Proton approach is what I would try.
With the help of this forum post and a bit of persistence I managed to get it to work and I wanted to share how with future generations and/or my future self.
First Problem: libstdc++.so.5
dnf does not have libstdc++5 but apt does.
Solution: I installed Mint on a Virtual Machine ran sudo apt install libstdc++5
and then copied the library to my real machine into the system directory of UT2004. The game now starts. I know there must be a better way to solve this.
Second Problem: Game starts in a tiny window stuck in the top left corner
Alt+Enter switches it to a real window that makes the game useable, but setting a proper resolution and trying to make it fullscreen again crashes the game.
Solution: Open /home/user/.ut2004/System/UT2004.ini, go to the [SDLDrv.SDLClient] section and set all lines with viewport to the desired resolution.
Third Problem: No sound
UT2004 uses the obsolete OSS sound system.
Solution: Run the game under a compatibility wrapper. Debian and derivatives have aoss available. Fedora and derivatives have padsp. Thus run the game with padsp "./ut2004-bin-linux-amd64"
and the sound works.
Nvidia 580 series of drivers will be the last to support GPUs based on the Maxwell, Pascal, and Volta architectures.
Unix graphics feature deprecation schedule
Open Linux Kernel Modules Installed by Default Starting in the release 560 series, it will be recommended to use the open flavor of NVIDIA Linux Kernel Modules wherever possible (Turing or later GPUs, or Ada or later when using GPU virtualization).NVIDIA Developer Forums
Of all the titles you could choose ...
The article is interesting in that it talks about pushing towards open versions of kernel modules, instead of legacy ones, and of much broader scope that the literal 2 lines you chose as title.
Why not keeping the original?
That doesn't mean it's good they're deprecating cards to do it. They were still selling GT1030s new until relatively recently, and the GTX1080 is a perfectly workable card.
If you think open versions are cool, how about them just open-sourcing the Maxwell & Pascal drivers? Oh, that's right, they won't because the "special sauce" is in the driver, not the card BIOS like it is for the Turing & up families.
Maxwell
- GeForce GTX 750Ti
- GeForce GTX 750
- GeForce GTX 960M
- GeForce GTX 950M
- GeForce GTX TITAN X
- GeForce GTX 980
- GeForce GTX 980Ti
- GeForce GTX 970
- GeForce GTX 960
- GeForce GTX 980M
- GeForce GTX 970M
- GeForce GTX 965M
Pascal
- GeForce GT 1010
- GeForce GT 1030
- GeForce GTX 1050
- GeForce GTX 1050 Ti
- GeForce GTX 1060
- GeForce GTX 1070
- GeForce GTX 1070 Ti
- GeForce GTX 1080
- GeForce GTX 1080 Ti
- TITAN X Pascal
- TITAN Xp
Volta
- Nvidia Titan V
- Nvidia Quadro GV100
- Nvidia Titan V CEO Edition
Additions from Comments
- GeForce GTX 745
- GeForce 830M
- GeForce 840M
- GeForce 850M
- GeForce 860M
- GeForce MX130
- GeForce MX150
- GeForce MX230
- GeForce MX250
(Perhaps asking silly questions in order to understand, I've never totally understood the nvidia driver numbers and what they mean, i just kinda installed some and they seem to work and i just forgot about them, i can run the modest games i like)
So just for clarity the 580 drivers will support my 980Ti right? How long will those be supported for? Will there come a time that i will not be able to properly use this card with linux and run (modest games) games on it?
The 980Ti as stated by the Dirk's comment use Maxwell architecture, I'm not able to find any end of support date on the site, so I'm not sure when they will drop support.
Will there come a time that i will not be able to properly use this card with linux and run (modest games) games on it?
Unfortunately you don't need to wait to see this happens, because it's already happening right now, indeed dx12 games have a lot of problems running on this older cards on linux, and I myself experienced this with my 1060 first with cyberpunk 2077 and after that with resident evil 2 remastered.
As even stated by doitsujin (dxvk creator):
Low D3D12 performance on Nvidia Pascal (and older) GPUs is expected and likely won't improve much. The hardware has a bunch of limitations that make it very hard to extract good performance. Turing fares better, but only AMD actually runs reasonably well right now.
Source: github.com/HansKristian-Work/v…
Question about poor performance in Cyberpunk 2077 and Horizon Zero Dawn (d3d12) on older Nvidia cards
System: Arch linux 5.9.13, gtx 1070 (455.46.02), Ryzen 9, latest git build of DXVK and vkd3d-proton, wine staging 6.0rc2. vulkaninfo.txt When i run mentioned games on windows i get stable 60fps wit...pppbb (GitHub)
Ah thanks for the reply. That is a shame about DX12, i must have not tried any of these cos i've found all games i pick run great (i mostly play 2D non intensive indie games). I did play some Death Stranding and was very surprised by how well it ran!
I'll go for AMD if i can next time (i've been doing well getting hand me downs from friends who love getting the latest stuff for themselves!)
And with no real reason
The real reason is planned obsolescence. Your old GPU working is bad for NVidia because it means you're not buying a new one from them.
I was just thinking, I wish a trillion dollar company would figure out a way to turn a few billion dollars worth of usable hardware into e-waste today.
Hopefully people dumping these cards drives down the used prices.
Your iPhone model can be found or narrowed down from a simple screenshot
When you send a screenshot (even if height/width only is cropped) , the screenshot's width and height can be used to find the iPhone model of someone or narrowed down.
The most unique sized iPhone on the market right now is the iPhone 16 Pro and iPhone 16 Pro Max, as no other phone has the same width and height. So if you send a screenshot people will 100% know your exact phone. The regular iPhone 16 is common with the rest of the other phones and not unique.
If you send a screenshot from a iPhone XR, people can know if you using an iPhone 11 or iPhone XR since they have the same dimension which narrows down alot of options. (828x1792)
You can use this site here to view a list of all the dimensions. Click the iPhone's tab and sort the physical width or height.
If you don't want to expose your phone model, crop both width and height of each screenshot randomly. I would suggest cropping out the top of the phone as it shows your time if you care about that. Some sites like X have random inaccurate dimensions in uploaded screenshots, which is different from the original raw screenshot.
I haven't really checked with android phones, but it's probably the same thing.
like this
giantpaper e TVA like this.
i'm guessing that it may "help" if a person is already being targeted and now the phone model also is known
🤷
like this
giantpaper likes this.
like this
TVA likes this.
like this
giantpaper e TVA like this.
Why can't you share screenshots? It's just general bad op-sec, obviously your phone model alone can't be used against you, but it can be used to connect the dots with other information. People send screenshots all the time, and you can still share a screenshot of something while having privacy.
Some people share screenshots without knowing they are also giving other data included, like there phone model or something close to it. Even if metadata is stripped
If you go to a website your phone reports its model number to that website. If it doesn’t then that website can (and often does) use javascript to figure out what model it is with, among other things, viewport size.
Unless you have taken the time to turn it off, your phones model is embedded in the metadata of the screenshot you took.
Before anyone takes action based on this post, consider critically weather your device and usage pattern merit concealing your phone model from people or other entities.
like this
giantpaper likes this.
It doesn't know your device model but it knows you're using an iPhone, but yes it can use the width of the viewport size to narrow down just like a screenshot but It does not matter as much if you have a more common sized iPhone rather than having a iPhone 16 Pro Max which is completely unique. Most likely there are other alternative browsers that spoof the viewport size for iOS, like letter boxing in Firefox.
I just talked about screenshots as they are shared all the time and some people might not want other people to know what type of phone they are currently using, just general privacy.
For iOS devices, the model is not included in the metadata of a screenshot
I didn’t know they fixed metadata on screenshots, good looking out!
I distinctly remember a time when most phones would pass their model in the headers. That may have passed though!
I gotta ask: where would you put “awareness of screenshot size uniqueness” on a continuum from insane schizo shit to reasonable private person?
I guess if there was a security flaw in your device then a screenshot could tell an attacker that you have the flawed device but there’s other, more subtle, ways a person could do that which don’t require that they acquire a screenshot somehow.
And I guess there is some platonic ideal of a private person who wants to share a screenshot, a literal pixel perfect copy of what’s on the screen on their device, but would also like to conceal the specific model from the person they’re sending the contents of their screen to.
It just seems like the kind of information cognizance of which would be useful in a vanishingly small number of scenarios.
A good example to "play" with could be coveryourtracks.eff.org/ which does highlight the idea of "bits of identifying information" namely :
"A “bit” is a basic unit of information for computers. The bit represents a logical state with one of two possible values, often represented as "1" or "0", for example. In your results from Cover Your Tracks, some metrics may be listed as “1” or “0”, or “true” or “false”, indicating whether a setting is enabled or disabled. While each individual metric’s details may seem like a small amount of information, when combined with your browser’s other metrics, they can uniquely identify your browser. Your results are measured in “bits of identifying information,” which is a combined summary of all these metrics."
Point being, not all behaviors, conscious or not, explicit or not, lead to the same amount of bits. Some are VERY valuable, others are basically pointless. Knowing the difference means not spending a lot of energy fighting without making a difference.
TVA likes this.
Democratic Party lawmakers are refusing to endorse Zohran Mamdani and are spreading lies about him in the process
Despite winning an election in the most Jewish city in America, repeatedly speaking about the need to combat antisemitism during his campaign, and cross-endorsing Jewish candidate Brad Lander, pro-Israel politicians and pundits claim that Mamdani’s win makes Jewish New Yorkers feel unsafe because he has refused to condemn the phrase “Globalize the Intifada”, a slogan that encourages international support for the Palestinian cause.
Mamdani has never actually used the phrase himself.
Responding to a slew of inaccurate statements from an anti-Palestinian caller on The Brian Lehrer Show, Senator Kirsten Gillibrand (D-NY) said that New York Jews were “alarmed” by Mamdani’s positions, “particularly references to global jihad.”
Lehrer pushed back on Gillibrand’s assertion, asking the Senator whether she had any proof that Mamdani supported violence. “Again Brian, I don’t have all the data and information, and I’ve never sat down with Mr. Mamdani,” she responded. “So I’ve asked to have that meeting.”
Rep. Laura Gillen (D-NY) baselessly claimed that Mamdani has called for violence against Jewish people in the past.
Current New York Mayor Eric Adams told CNN’s Jake Tapper that Mamdani was antisemitic because he praised Hamas. When Tapper questioned the claim, Adams told him that he would be able to find proof by doing a “little research.”
Democratic Party lawmakers are refusing to endorse Zohran Mamdani and are spreading lies about him in the
Despite his decisive primary victory and impressive campaign, many Democratic lawmakers are refusing to endorse Zohran Mamdani and are spreading baseless lies and smears in the process.Michael Arria (Mondoweiss)
Israel Slaughters Dozens in Attack on Popular Gaza Cafe as Trump Claims a Ceasefire Deal is Moving Forward
GAZA CITY—The Israeli military bombarded Palestinians across the Gaza Strip on Monday with airstrikes and artillery, killing at least 80 since dawn.
In northern Gaza, at least four schools that shelter hundreds of families were bombed, in addition to homes and other civilian areas. In Deir al-Balah, the al-Aqsa Martyrs hospital complex was also struck.
One of the worst attacks came when Israeli warplanes bombed al-Baqa, a seafront cafe, reportedly killing more than 30. Perched on the water and popular for its internet access, the cafe was frequented by families as well as journalists. Among those killed was Al Jazeera Mubasher correspondent Ismail Abu Hatab. Another journalist, Bayan Abu Sultan, was injured.
Maher Banat was an eyewitness who arrived on the scene soon after the strike. “I was nearby, and I heard the bombing. We thought maybe they hit a tent or something else. We were shocked to find a calamity, a massacre,” he told Drop Site. “This place, Baqa cafe, is known for entertainment only, it’s on the sea. People come and sit and talk….someone wants to come and relax. It’s not a place for any military operations or the resistance, as you can see. This was a criminal act.”
The outdoor cafe became a scene of carnage: all broken concrete and shredded wood, bodies strewn on the ground, plastic chairs torn apart, and blood soaked on the floor. A large crater in the ground in the cafe showed the missile impact. At al-Shifa hospital in Gaza City, fresh corpses in body bags were lined up outside.
Israel Slaughters Dozens in Attack on Popular Gaza Cafe as Trump Claims a Ceasefire Deal is Moving Forward
Israel is intensifying its mass-killing operations in Gaza as Netanyahu plans White House visit. Hamas says no real progress on a dealAbdel Qader Sabbah (Drop Site News)
Israel bombs Gaza aid sites, cafe and school, killing 95 Palestinians
Israel bombs Gaza aid sites, cafe and school, killing 95 Palestinians
Victims include at least 39 people who were killed in an Israeli strike on a seaside cafe in Gaza City.Al Jazeera
The following is an article about two of the writer's cousins that Israel murdered in the cafe:
War on Gaza: The world only saw my cousins' deaths. I want you to know their lives
I think it's important to not let these people become mere statistics. These oppressors are doing much more than merely killing people; they are snuffing out their present, robbing them of their futures, killing out their potential.
There are many brilliant and kind minds in Palestine that will never come to flourish because of the actions of the oppressors. Any possible advancement or contribution into this world--gone, ripped from this world, ripped from us. Every act of oppression made by these self-designated "peace-makers", is a desecration of the past, present, and future.
War on Gaza: The world only saw my cousins' deaths. I want you to know their lives
My cousins were killed in an Israeli drone strike in Gaza. I write to honour their memory - and show the world who they were before they were turned into images of deathMiddle East Eye
‘An absolute massacre’: Aftermath of Israeli attack on popular Gaza cafe
Video discussing some of the people that were killed. A photojournalist, female boxer, an old man, a few little girls (one of which was having a small birthday party where she was being gifted a teddy bear)--the usual targets.
I've heard this was done by an F16 missile strike. The Israeli pilot, the IDF, the Israeli government, the Israeli state-- they massacred 37 innocents in this terrorist attack, killing all but two that were in this cafe.
Death, death to the IDF
This Week in KDE Apps
This Week in KDE Apps
Welcome to a new issue of "This Week in KDE Apps"! Every week (or so) we cover as much as possible of what's happening in the world of KDE apps. As you might have noticed, the frequency of "This Week in KDE Apps" has not been very consistent lately.This Week in KDE Apps
like this
eierschaukeln likes this.
Google Gemini is about to control your messages and calls, even if you say no
Google Gemini is about to control your messages and calls, even if you say no
Google’s AI assistant is about to get full access to your calls, texts, and WhatsApp — even if you’ve disabled activity tracking.Luke James (Laptop Mag)
Interestingly, the same mentioned article from Android Police sells it as a "privacy win". I've tried to read it as a positive spin, and I seriously don't understand what these guys have been smoking.
androidpolice.com/upcoming-gem…
Upcoming Gemini for Android change lets you use more apps with fewer privacy concerns
Gemini Apps Activity is no longer requiredRajesh Pandey (Android Police)
like this
osaerisxero likes this.
I completely agree, I guess what they call "privacy win" is that this feature can now work without storing data on Google (highlighted by me):
Based on Google's email, it seems the company will allow Gemini to access messages, WhatsApp, and control device system settings without requiring that you enable the Gemini Apps Activity setting for your account. This setting saves your Gemini history to your Google account, potentially allowing for better personalization.Previously, if you had this setting disabled for your Google account, you weren't able to use the Messages, Phone, Utilities, or WhatsApp extensions in Gemini (via 9to5Google). Once this change rolls out to your account, you will be able to access these features without having to save your Gemini history on Google's servers.
When they say
potentially allowing for better personalization
they sound like the companies trying to sell you these features without mentioning the privacy implications of said features. :/
like this
osaerisxero likes this.
If you don't want this stuff on your phone, lemme point you to:
GrapheneOS (Pixels only, has Most Security at Tinfoil Hat level while also providing compatibility for Google Play (optional, sandboxed) and SafetyNet)
CalyxOS (Pixels, Some Moto G 5G, Fairphone 5, 4, SHIFTphone 8, less Security than GrapheneOS but has Security)
LineageOS (Many older devices, runs unlocked boot so least Security but still can run sans google)
GrapheneOS: the private and secure mobile OS
GrapheneOS is a security and privacy focused mobile OS with Android app compatibility.GrapheneOS
If we are on an old pixel (eg pixel 4) is it more or less secure to switch to graphene? Neither Google nor graphene are doing updates for that model anymore
I've thought of getting an 8 to put graphene on but the recent news from the project about Google making it harder on them has me pausing since I don't fully understand what is affected.
I don't want Gemeni anywhere near my messages and phone content.
like this
themadcodger likes this.
...How about a 3?
Edit: Nevermind, just checked. I swear this is still a great phone.
I was considering a switch but due to recent policy changes at Google, I'm now concerned about long-term (or even short-term) support for GrapheneOS and other custom ROMs:
grapheneos.social/@GrapheneOS/…
Google has released a statement claiming AOSP is not being discontinued. This should be taken with a grain of salt, especially considering that they made similar public statements recently followed by discontinuing significant parts of AOSP on June 10.x.com/seangchau/status/1933029…
Depends. Do you want the possibility of an AI model being able to fork over some private details in your convos? The potential for someone that doesn't like what you believe in to subpoena google for this data?
As for bricking, it won't, and the whole process is on the website, using a chrome-based browser and usb cable (it detects which pixel you have and does all the hard stuff) but you do have to back up your stuff as it will erase when it gets graphened.
There's a lineagoOS fork that comes prepackages with microG as well, helping to keep google services style stuff working (maps links etc) without using any actual google services. It's my daily driver, would recommend!
YMMV - some stuff still flat out doesn't work if it's too reliant on google services. Graphene is definitely better in that regard, if you have a pixel.
like this
giantpaper likes this.
Honestly I think that AlternativeOS will always be possible, the main issue is how compatible it will be with everyday apps that people rely on. We've started to see some compatibility issue with Play Integrity on GrapheneOS, with Revolut (has been fixed) and Alternate AppStore such as AuroraStore having some apps refusing to launch if not installed from PlayStore itself.
On the Linux side of thing you could see how your plugins performs on a VM and or see how Ardour plays with your hardware.
GrapheneOS attestation compatibility guide
Guide on using remote attestation in a way that's compatible with GrapheneOS.GrapheneOS
Yes.
Revolut prevented new users to login in a specific version of their app (the newer). Users that were already logged in could update the app without issue and users could use an older APK of Revolut to sign in. However the PlayIntegrity process that was banning their GrapheneOS users have been resolved and now the harden OS is whitelisted from Revolut.
At least that's what I have followed/understood from the whole thing but I am not a Revolut user.
RE: Audio stuff
I switched to bitwig long before I switched to Linux. Having familiarity with a DAW that ran natively was awesome; I also had a lot of plugins that ran as windows only VSTs. Yabridge + Wine was the answer.
You do have to downgrade wine to an older version (but this also helps you learn some Linux stuff) and works fairly well. I can even run omnisphere through yabridge (I do have a wild desktop tho so maybe not. the best point of comparison).
Mint is the first distro I used and most everything was really easy for getting audio stuff up and running quickly. I'm now using Garuda which I mostly like; there are issues that I'm still trying to work out.
GitHub - robbert-vdh/yabridge: A modern and transparent way to use Windows VST2, VST3 and CLAP plugins on Linux
A modern and transparent way to use Windows VST2, VST3 and CLAP plugins on Linux - robbert-vdh/yabridgeGitHub
hacking windows has just becoming getting rid of nuisances instead of customizing my computing experience
I can totally relate to this! Perfectly sentenced.
If you'd be interested in a tracker-like DAW, Renoise has a native Linux version.
For more traditional DAWS, Bitwig and Reaper are the two best Linux native options. Reaper is quite cheap, and also offers a trial version that just nags you like winrar.
I mean I like Garuda, but I would say it has taken a bit more to set up. I think if you're running AMD you'll be fine, it just depends on how much tinkering you want to do. Honestly the biggest reason I switched was that I had moved to Debian and games were not working too well for me - gaming has been much smoother but my desktop environment is a bit glitchy and buggy (likely due to my nvidia / Intel stuff)
Bitwig has better support on debian-ish distros, which mint kinda is (at least it is able to download and run .deb files).
Bitwig has been my favorite DAW since I began using it more in 2019, and as my only DAW fully but EoY '19; I enjoy all the flexibility I have with modules and the like.
I am unfamiliar with the Black Lion audio interface from what I'm reading it looks like they have class compliant interfaces so it should work with pipewire.
Ubuntu studio with the audio suite may be a good way to go too.
Depends on the total use case tho. I'm a newbie too in Linux but am happy to answer what I can
GrapheneOS Frequently Asked Questions
Answers to frequently asked questions about GrapheneOS.GrapheneOS
Also they have paranoid-level security model and beside a few company like Google, Apple and maybe Samsung few devices would meet their requierments... And you know, Samsung introduced Knox to prevent their users to flash other firmware or mod their hardware and the other one, Apple, is the company that killed the FOSS Cydia Store...
grapheneos.social/@GrapheneOS/…
Many companies and individuals are trying to mislead people about the future of GrapheneOS to promote their insecure products and services. GrapheneOS is not going anywhere. We've made it clear we're shipping Android 16 soon and that the supported devices will remain supported.
GrapheneOS will continue supporting the current devices we support until their end-of-life dates. We'll also add support for new Pixels as long as they meet our requirements. We've tried to make that clear, but recent posts about changes to AOSP have been widely misrepresented.
Prior to Android 16, Pixels had first class support in the Android Open Source Project as the official reference devices. This was never one of our requirements and no other device provides it.
From my understanding yes but maybe not in this thread
i believe assistant only became gemini this year (or with the latest android update)
previously you could install and uninstall gemini as you wish.
like this
Maeve likes this.
like this
Maeve likes this.
I went outside my comfort zone and installed Lineage on my old Pixel, only to find out I couldn't get wi-fi calling, so I reverted to my Google OS. Oh no. Any options other than Lineage or a new phone? This 6 year old phone works great except for the lack of updates, and except for the upcoming Gemini updates 🙁 I'm struggling.
Edit: Ubuntu Touch, anybody?
Edit 2: Looks like VoLTE isn't supported on Ubuntu, either. Any idea why?
like this
Maeve likes this.
That's what I expected, but had hoped there would be additional legacy support. Google previously only supported Pixels for 3 years, right? They may be more competitive with Apple now, but that's still only 6-7 years. In that case, if I buy an old Pixel on ebay it's not likely to have much of a run left.
My issues with Lineage are related, although they obviously try to give legacy support (perhaps without the ability to make full security updates), but we still run into functionality issues like my lack of wi-fi calling. I don't think that is so much about the age of the phone as it is due to tech/frequency updates that are non-compatible with some older devices, and proprietary opaqueness in the Google code. I wish Lineage would at least list this issue on their wiki, phone by phone, as that would make it easier for me to decide on my next step.
I hear a tiny dev team made some VoLTE progress in the Linux world, but I am way over my head in trying to understand exactly what's going on. I think they've got an Ubuntu Touch device working with VoLTE for the first time? Does it work in the US? Does it have Wi-fi calling? I have many questions but need to keep reading. (I know VoLTE is different from VoWiFi, but I see them used interchangeably at times.)
I don't believe they support the 3a. I'm really vintage.
Any idea how long support will last for the 8? I feel a little burned by the lack of support for the 3a, though I understand that a) 6 years for a phone is a good run in this wasteful world, and b) wifi calling on the 3a hasn't been dropped by choice, but is actually a complicated issue that small #s of devs are still working on.
Any idea how long support will last for the 8?
Google Pixel 8 October 2030 7 years
grapheneos.org/faq#device-life…
GrapheneOS Frequently Asked Questions
Answers to frequently asked questions about GrapheneOS.GrapheneOS
Gemini now has a second set of toggles buried in its settings menu. You can go to Profile → Apps inside the Gemini app and manually disable access to Phone, Messages, WhatsApp, or Utilities. But these are turned on by default, even if you’ve disabled tracking in the past.
So I just went to the app in my neighbor's phone, and it asked me to switch. I said no, and it won't let me do anything else. So will this need to be done next week?
Only for Google Pixel phones. The install process is right there. You just need a chromium-based browser (chrome, edge, vivaldi, opera, brave, etc.), an Unlocked Pixel, and the usb cable.
Also, back up your stuff. Flash Unlocking your phone to install a different OS erases everything on it (for security reasons).
GrapheneOS: the private and secure mobile OS
GrapheneOS is a security and privacy focused mobile OS with Android app compatibility.GrapheneOS
What kind of backwater hospital/healthcare company uses chromebook
I was at a specialist's office and noticed they were using Windows XP. This was 3 years ago.
Alright, is there some super-populated center for enthusiast nerds who make Androids less 1984 and shit? Like, the fdroid sub or something? I’m still on the ol’ Tim Cooker but when this thing croaks I’m switching teams. I don’t need Google getting sloppy seconds, though.
I mean, feels like everyone has a phone these days. Surely some niche sect of Internet nerds has a cutting edge solution for this shit.
Is it just GrapheneOS with FDroid apps? What about Google Play Store apps, can I use those without getting fucked? Can I retain nearly every stock feature on an Android without selling my soul to Google? Which Android phone should I buy if I want things to run smoothly with the modifications I need to make? (Are those new touch flip-phones on the menu? Are they more durable now? I fantasize about DS emulation, and slapping my phone together to hang up on people. I just remember hearing all about the highly scratch-able screens and hinge problems.)
GrapheneOS puts Play Services in a sandbox so it's no longer rooted. You can restrict what parts of your filesystem each app has access to very strictly.
For now people still send me emails on Gmail, so I still have Gmail installed, but very limited permissions.
It's a huge improvement.
You can also start sessions that entirely shut down Play Services so you're living entirely with FOSS products.
I'm not quite there yet because I still use maps and drive and photos. Gonna figure out replacements, unfortunately nobody else has the traffic and live rerouting that Google maps does, even if you are willing to pay.
If you've got a pixel, highly recommend.
If you have a different relatively recent phone check out lineage or e/os.
Random aside, I switched from Android to iOS a year ago. I miss Android already.
The UI is more convoluted an clunky than iOS from years ago, just as uncustomizable, and performs shockly bad on heavy webpages on a brand new 16+. It's got no freaking RAM, no sd card slot. Some free FOSS apps are nonexistant or paid only.
Security and OOTB privacy is better and app support is generally better, but that's about it? I'd probably keep an iPhone around to bank on when I eventually switch...
Weird, I have the opposite experience. After an S3 Mini and a Xiaomi Redmi 3 Pro, my gf let me try her iPhone 8 for a bit and I was amazed by how smooth it was running. I've bought a 11 Pro in early 2020 and have been using it ever since. Still works like on the day I've bought it, no slowdowns, smooth as hell. I did do a battery swap after the fourth year though.
I wouldn't mind trying a Pixel with GrapheneOS though. But all Pixels are so large compared to the iPhone Pro lineup.
My last Android phone was a Razer Phone 2, SD845 circa 2018. Basically stock Android 9.
And it was smooth as butter. It had a 120hz screen while my iPhone 16 is stuck at 60, and I can feel it. And it flew through some heavy web apps I use while the iPhone chugs and jumps around, even though the new SoC should objectively blow away even modern Android devices.
It wasn't always this way; iOS used to be (subjectively) so much faster that it's not even funny, at least back when I had an iPhone 6S(?). Maybe there was an inflection point? Or maybe it's only the case with "close to stock" Android stuff that isn't loaded with bloat.
Pro is 120hz.
But they are expensive as heck. I only got the 16 Plus because its a carrier loss leader, heh.
And wouldn't fix some of my other quibbles with iOS's inflexibility. My ancient jailbroken iPhone 4 was more customizable than now, and Apple is still slowly, poorly implementing features I had a decade ago. It's mind boggling, and jailbreaking isn't a good option anymore.
When they say WhatsApp I gotta think that would be the same for any third party conversation app right? I would never use whatsapp, and I would hope any security minded person wouldnt either. But I do rely on an opensource sms launcher and signal. I would assume the framework would make it mess with those too.
This sucks. Horribly sucks. I can't stand apple products, they cant do anything. I know that even having google play on my android device means I am fucked anyways, but this is a new low from google.
Feels weird to buy a google pixel, only to be able to expect it is the best way to not have google on it. (grapheneos or similar).
It doesn't seem that way. After reading through the article a couple of times, it looks like the "no" they are referring to is regarding data recording of one's actual use of the assistant. And since I don't use the assistant and have completely disabled it, the shouldn't be any data to record.
Though I do have to admit that I may be completely off base in my interpretation.
But to be honest I kind of like the idea of an AI assistant that keeps track of my schedule, knows about my friends and what I am doing.
Of cause I would not use gemini and am happy that i dont have to care about it with e/OS.
But something that helps me keep track of things and can help me with stuff seems interesting. I'm interested to hear reviews of it
I hear you, it's the same reason why I still have google maps in my e/OS phone, to see my history and give me more restaurants I can try.
But the compromise in my case and what everyone in this thread also knows is that the data you share will not only be yours.
I think no one here is against a powerful AI assistant that will help is with personal stuff and keeping track of everything, but having to share all your life with someone else is a huge fuck no. They would know way more than even your life partner.
If there was something mostly offline that we could use I think we'd be all up for it.
Personally only used graphene OS but I heard the others are similar.
Curious about performance of nouveau on old laptops with discrete graphics
Got myself a Dell Latitude ~~E4310~~ E6410 and Thinkpad T510 for free, both with discrete Nvidia graphics soldered to the mainboard. I've installed Linux on them and just went with the nouveau driver since the proprietary Nvidia driver for such old cards is no longer in the Debian 12 repo. Not going to do anything cutting edge on them, but it does leave me wondering:
- I read that I could, with some effort, install the proprietary driver manually. Am I missing out on anything at all without them, or is nouveau mature enough and the graphics old enough that I wouldn't notice?
- Is nouveau with old discrete graphics better or worse than having just Intel's integrated graphics?
- Does power consumption vary significantly between nouveau and proprietary drivers?
EDIT
Answering myself after going down a rabbit hole with the T510:
- The dGPU is the NVS 3100M, which does have some level of hardware acceleration support under nouveau, so at least it isn't draining power for zero benefit. However, the dGPU is unable to go past its lowest power state without manually manipulating
/sys/kernel/debug/dri/0/pstate
(I did not try to) and I suspect that this is what kneecaps 3D performance. There should be a marked difference, but I won't be doing any serious work on these machines, so I'm leaving everything as-is. - This situation is worse than having just integrated graphics due to the inherent power consumption of the GPU core while unable to benefit from higher power states and other optimizations.
- Power consumption is probably less, but for much worse performance. At least it is a much better fallback than leaving at maximum.
- A later variant has the BIOS option to disable the dGPU, mine is an early variant with no options
1) No, you can't install the drivers manually if they aren't supported. Nvidia does rolling driver releases removing aged out hardware, and the drivers do not support new versions with older hardware. Same with Windows.
2) Nouveau is the only option you have as far as hardware acceleration goes, but if these are laptops, you'd be better off just using the Intel graphics, because that's what's available, and they are very power efficient.
3) Power consumption is immediately bad once you engage the Nvidia hardware. Disable it in the BIOS. You won't have better performance in any meaningful way, just horrible battery life, especially since these are devices so old the modern drivers won't support the hardware.
Are you sure? I know the successor the T420 supports disabling the graphics. I dont think my 410 ever had it though. It's under display settings in the bios. Not sure about dell though, they might not have had it.
download.lenovo.com/bsco/index…
Lenovo's bios simulator sadly only goes as old as the T530. But it's config > display > graphics device.
Unfortunately, I'm only given a choice between Boot Display Devices under that menu.
edit: Apparently, there is a menu for it if the T510 is a later model with Optimus support. Early dGPU variants like mine are forced to use the discrete graphics, even if the BIOS is hacked to reveal the menu.
Perhaps just uninstalling Nouveau and falling back to the Intel driver, if it's already installed, is sufficient? Or if that doesn't work, worst case OP could blacklist Nouveau and and update initramfs? I'm just guessing as long as the Nvidia driver is never actually active perhaps that's enough to avoid excess power consumption.
OTOH there isn't much harm in OP keeping Nouveau enabled and seeing how things go though I'm in agreement with you, on an older laptop there's not much advantage to be gained with the older Nvidia hardware.
voidlinux still has the 390 drivers available. I'm sure others do too:
[-] nvidia390-390.157_6 NVIDIA drivers (GeForce 400, 500 series) - Libraries and Utilities
[-] nvidia390-dkms-390.157_6 NVIDIA drivers (GeForce 400, 500 series) - DKMS kernel module
[-] nvidia390-gtklibs-390.157_6 NVIDIA drivers (GeForce 400, 500 series) - GTK+ libraries
[-] nvidia390-libs-390.157_6 NVIDIA drivers (GeForce 400, 500 series) - common libraries
[-] nvidia390-opencl-390.157_6 NVIDIA drivers (GeForce 400, 500 series) - OpenCL implementation
For Arch.
Check here for your card: nouveau.freedesktop.org/CodeNa…
Check here for which driver to install: wiki.archlinux.org/title/NVIDI…
In my experience, nouveau is painfully slow and crashes constantly to the point of being virtually unusable for anything. The developers agree, as in the last couple months nouveau has been phased out of Mesa entirely. More recent Mesa versions now implement OpenGL on Nvidia using Zink on NVK, and the result is quite a bit faster and FAR more stable.
If your distribution currently still ships a Mesa version which uses nouveau, I would personally recommend you just stick with the Intel graphics for now.
One thing to keep in mind about older versions of the nvidia proprietary drivers is that they will only work with specific kernel versions (and specific X versions—not sure about Wayland). Once the driver series your card needs stops being updated, you can't update your kernel without patching the driver. Assuming you have the skills to patch the driver, or someone who does makes their patches public.
I went through this song-and-dance with a very old laptop that had a card of the NV40 generation as its only GPU (no integrated graphics). Eventually I did install nouveau on it, and used it for several years without any issues.
nouveau.freedesktop.org/Featur…
nouveau.freedesktop.org/PowerM…
So you can see almost other things has been done but the power management especially Automatic Reclocking still unfinished. So the feature set and stability should be fine and the performance will be bad.
Anyone have experience with Zen Privacy app? (not the browser)
Zen
Zen is a simple, free and efficient desktop application that helps you browse the internet and use your apps without annoying ads, trackers, or hidden threats.zenprivacy.net
TLDR; risks far outweigh the benefits. See bottom of response for recommendations.
Should you use it?
It works by setting up a proxy that intercepts HTTP requests from all applicationsDuring the first run, Zen will prompt you to install a root certificate
Zen will be able to decrypt and analyze your entire traffic. And then it'll encrypt what it allows before letting it leave/enter the device. This means even if you trust Zen, that one certificate is the only thing standing between your traffic staying encrypted. It gets compromised, you're compromised.
Do not trust an app with your entire traffic, ever. Even if its not malicious there are going to be bugs, vulnerabilities, leaks, etc.
Moreover, something being open source does not mean its audited by people who know what they're doing - neither for hidden malicious code or mistakes. I did not see any formal audits being mentioned in the readme.
grapheneos.org/faq#ad-blocking…
What can you use instead?
You should instead use ublock in the browser and system wide DNS blocking on your device. You can use an adblocking public DNS server (e.g. Mullvad) or setup pihole locally. You do not have to self host pihole, you can just set it up on your computer and use on that device only which would be the same thing as using Zen on that device.
Note that using a public, blocking DNS will block less domains because they have to make sure it does not break anything for anyone but it will make you less fingerprintable. OTOH, using a custom blocklist you can get the most out of blocking but you're probably the only person blocking that specific subset of domains which will make you more fingerprintable. Take your poison.
What about content filtering on desktop/mobile apps DNS blocking cannot solve
DNS blocking merely stops the application from accessing certain domains. It won't be able to block malicious content served from the same domain as the content you actually need (e.g. YouTube serves both ads and videos from the same domain so you can't block their ads without blocking the video itself).
You should not install applications you don't trust on your device and use them on the browser as much as you can or use and alternative FOSS frontend (e.g. Reddit, Discord, YouTube etc.)
But some applications might be circumventing system DNS
Yes, there's nothing stopping an application from doing its own DNS resolution or using hardcoded static IPs. You should not run applications trying to be actively malicious in this way. Neither Zen, nor anything else will be able to protect you from untrusted code doing suspicious things on your machine.
GrapheneOS Frequently Asked Questions
Answers to frequently asked questions about GrapheneOS.GrapheneOS
Anyway it's always good to use this and similar apps on the PC, in Mobile maybe InVizible Pro (F-Droid version please).
Safing Portmaster - Easy Privacy
Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections. Increase your privacy and security. Get peace of mind.safing.io
I would still download a car if I could. 🚗
cross-posted from: sopuli.xyz/post/29947730
I would still download a car if I could. 🚗
Instance setting for extra email text
Some instances like lemmy.zip and lemmy.world send custom registration emails which include info like support email address and appeals pathways. It would be reasonable to specify these directly in...Nutomic (GitHub)
Ajax homeless population sees ‘significant’ increase of 23% over one year
Ajax homeless population sees ‘significant’ increase of 23% over one year
Region of Durham staff say homelessness is increasing across the country.Durham Region
UN Report Exposes Torture of Russian POWs in Ukraine
UN Report Exposes Torture of Russian POWs in Ukraine
Ukrainian soldiers have executed at least 26 Russian military personnel, either taken prisoner or wounded on the battlefield since February 2022, according to a report by the UN Office of the High Commissioner for Human Rights (OHCHR).Sputnik International
like this
Maeve likes this.
like this
Maeve likes this.
They know the torture is happening, they think it's reprisal, not that bad, perhaps even good
"Bet you can't prove it" is frequently said by people who appear to 180⁰ on the issue instantly, it's gaslighting behavior
They downvoted reports on Ukrainian conscripts being tortured by their superiors, as well as Ukrainian teachers being dumped into a pit by Zhorin. All on their own telegrams. They know
like this
Maeve likes this.
The article does not specify which publication it refers to, but this is the only recently published report
ohchr.org/en/publications/annu…
During the year, a central priority of the HRMMU’s work was monitoring and reporting on the treatment of POWs. This led to conclusions that the Russian authorities inflicted torture in a widespread and systematic manner against almost all Ukrainian POWs and that many Russian POWs were subjected to torture or ill-treatment in the initial stages of their captivity. Findings and tailored recommendations fed into advocacy documents for high-level meetings with Member States, in June. In Ukraine, the HRMMU’s advocacy supported the launch of a criminal investigation by the Office of the Prosecutor General (OPG) regarding the use of torture at a transit facility for Russian POWs. The HRMMU is unaware if its reporting resulted in similar investigations in the Russian Federation. Its monitoring and advocacy also resulted in Ukrainian authorities improving the treatment and internment
conditions of Russian POWs
like this
Maeve likes this.
Ukrainian soldiers have executed at least 26 Russian military personnel, either taken prisoner or wounded on the battlefield since February 2022, according to a report by the UN Office of the High Commissioner for Human Rights (OHCHR).
‘We View What Is Happening With Sputnik’s Staff in Baku as Injustice’ – Dmitry Kiselev
‘We View What Is Happening With Sputnik’s Staff in Baku as Injustice’ – Dmitry Kiselev
Dmitry Kiselev, general director of the Sputnik News Agency's parent organization Rossiya Segodnya commented on the events in Azerbaijan.Sputnik International
Make Lugansk Russian Again: Moscow delivers on key objective of Ukraine conflict
Make Lugansk Russian Again: Moscow delivers on key objective of Ukraine conflict
From the uprising of 2014 to the total liberation of 2025, Lugansk’s return to Russia traces a long arc of defiance, war, and statehoodRT
Best YouTube Frontend for iOS
It would be nice if it also had features like SponsorBlock.
like this
Endymion_Mallorn likes this.
Hm, I wonder why that is...
Can't be at all to do with the fact that Android has a much more open development and installation platform than a famously locked down device. Most FOSS developers use Android, and write app's for devices like those ones that they own. The better question is, why not just use Android and use something like LibreTube? In terms of cost, Android devices are much cheaper, and in terms of capability, they're more capable.
Can't be at all to do with the fact that Android has a much more open development and installation platform
Less to do with the "development platform" and more to do with the fact that you literally can't install them on iOS devices because Apple would never approve them, and you need their blessing to get it installed.
In terms of cost, Android devices are much cheaper
Used to be. Not so much anymore. At least not the high end ones. Google reached price parity with Apple in the last generation.
I’ll get a Google Pixel with Graphene when my phone dies or gets lost.
ONE OF US, ONE OF US
I'm not sure how effective that no tracking thing is
Not sure what you mean but you can disable tracking in any YT account. It's in the settings.
I'd say use the website through Safari. Install AdGuard, SponsorBlock, and Vinegar, and it should be smooth sailing. Return YouTube Dislike is available as a UserScript.
Brave and DuckDuckGo also provide nice experiences with YouTube, but thry sadly do not have SponsorBlock or Return YouTube Dislike.
If you really need an app, though, give uYouPlus a try.
Invidious does not have recommendations aswell.
Well, I don't need recommendations for a start. I can see the appeal, but my subscription feed is good enough for me.
Also, YouTube is incredibly heavy in comparison, and I personally believe it's better to avoid tracking in the first place than to jump through hoops to cripple or block it, so Invidious and yt-dlp are the obvious solutions for me.
With one exception, all of my machines have 8GB or less, and I use a Firefox-based browser on desktop (Goigle deliberately slows down their services on non-Chrome browsers). Also, YouTube does have server-side tracking, and I need to be able to manage my subscriptions. I could use RSS, but I already have a reader installed for news and I don't want it getting cluttered.
uBlock and Mullvad is a great combo, and I am known to use the main site if both Invidious and yt-dlp aren't working; but the fact remains that Invidious is the inherently more private option.
I just watch YouTube signed out in Safari. It is very easy to build your algorithm from there. I don't mind the ads since I don't watch YouTube mainly on my phone and I occasionally clear cookies.
You can also install Orion Browser, made by Kagi creators of a privacy focused paid search engine, which supports Firefox extensions like uBLock but I don't think it is open source right now but It will be soon.
like this
Endymion_Mallorn likes this.
Vinegar - Tube Cleaner
Vinegar is a Safari extension that replaces the YouTube player with a minimal HTML video tag. It removes ads, restores picture-in-picture, and keeps videos playing in the background.App Store
Andi - AI Search for the Next Generation
Andi is AI search for the next generation. Instead of just links, Andi gives you answers - like chatting with a smart friend.andisearch.com
Orion Browser on iOS/iPadOS is compatible with (some, not all) Firefox/Chrome addons. Add SponsorBlock for YouTube, uBlock Origin and Video Background Play Fix from addons.mozilla.org and use the YouTube website as is?
Used to run my own Invidious instance I used with Yattee but it got banned and then for some reason ate shit and died completely.
add-ons on Orion
It's great to know that they are working better now, last time I tried almost none was functionnal and it was quite a pain to install / uninstall / switch source (Firefox / Chrome version) in the hopes of it finally working. I’ll have a look, since then I’ve been using Brave + piHole and it was more or less decent.
The future is now
LibRedirect - Privacy-friendly Redirector
A web extension that redirects YouTube, Twitter, Instagram, etc. requests to alternative privacy-friendly frontendslibredirect.github.io
Please make an effort to avoid X.
If you're looking for someone's or an organization's feed, look for alternatives such as:
* Look for that person's Mastodon account,
* Look for a blog or website. It may have a RSS feed, if not try fetchrss.com/generator/generat…
* Look for a bluesky account, and get its RSS feed with a tool like fetchrss.com/generator/generat…
Invalid - FetchRSS
FetchRSS.com is an online RSS feed generator. Create RSS for any website. Select blocks you want to convert to RSS. Get RSS generated by your rules.fetchrss.com
Counting Crows - Underwater Sunshine (2012)
A quattro anni dal loro ultimo disco "Saturday Nights and Sunday Mornings", i Counting Crows ritornano con un nuovo lavoro e questa volta è un disco di cover, spiazzando ancora una volta i loro fan. Ad Adam Duritz & co. infatti, una cosa su cui non si discute è la libertà di "scelta", in poche parole fanno quello che gli pare senza filtri e costrizioni di sorta... Leggi e ascolta...
Counting Crows - Underwater Sunshine (2012)
A quattro anni dal loro ultimo disco “Saturday Nights and Sunday Mornings”, i Counting Crows ritornano con un nuovo lavoro e questa volta è un disco di cover, spiazzando ancora una volta i loro fan. Ad Adam Duritz & co. infatti, una cosa su cui non si discute è la libertà di “scelta”, in poche parole fanno quello che gli pare senza filtri e costrizioni di sorta. Questa loro “scelta” gli permette di spaziare non solo con dischi variegati; dal vivo, in studio, di cover ma soprattutto con i tempi da loro scelti in base alle loro esigenze e non quelli dettati dalle Majors di turno. Dimostrazione è la scelta dei quindici brani che non appartengono ad un repertorio di canzoni famose o di facile ascolto ma scelte tra quelle che più piacevano a loro. Come risponde Duritz in una intervista: “Io sono un grande credente di una semplice regola, che qui non ci sono regole”. Insomma un gruppo “indipendente” nelle scelte e nelle esecuzioni della serie “prendere o lasciare”... artesuono.blogspot.com/2014/08…
Ascolta: album.link/i/1169968863
Home – Identità DigitaleSono su: Mastodon.uno - Pixelfed - Feddit
Counting Crows - Underwater Sunshine (2012)
di Silvano Bottaro (or What We Did On Our Summer Vacation) A quattro anni dal loro ultimo disco "Saturday Nights and Sunday Mo...Silvano Bottaro (Blogger)
Me too!
I used Gentoo almost exlusively from like 2003 to maybe 2012 or 2013. I switched to Arch about then. But quite recently I made the switch back to Gentoo on my primary box and I'm happy I did.
Only thing I still need to do to really make it long-term sustainable for my particular use is to set up a build server on my network. My "primary box" is in the room where I sleep and I need it dark and quiet when I'm sleeping. Can't have MOBO color-shifting LEDs and fan sounds overnight. And I can't compile something like Chromium in less than the 15-to-16-ish hours I'm awake in a given day. (And I'd prefer to compile it myself rather than using a binary package.) Hence the need for a build server.
Interested in why you went back to Gentoo after Arch.
I use Arch (btw) and tried Gentoo back in the day, but it's always in the back of my mind that compiling source could be "better"...?
and more about having a lot of choice and really nice tooling.
it's in some ways a bunch more stable and declarative than arch.
packaging your own stuff is even easier and you can just have most packages be stable while only running unstable version of the packages you explicitly care about 😀
So, I've been using Arch Linux ARM on Raspberry Pis for some "desktop systems" as well as for a janky-ass NAS solution, but that project is kindof dying. They go many months in a row sometimes without any package updates. It's wild. And when people ask WTF is going on and ~~offer~~ beg to be allowed to help in some way, the admins lock the thread.
So, I've been looking to switch my Raspberry Pi's to something that doesn't depend so much on some "project" out there to be able to continue to use.
The main Gentoo project fully supports ARM. And even if it didn't, it'd be a lot easier to use Gentoo without support than Arch.
Switching my main box (not a Raspberry Pi -- it's an x86_64 system) to Gentoo was basically for the purpose of trying out Gentoo again and evaluating whether I want to take the plunge and switch everything to Gentoo.
Aside from that, there's SystemD which is yucky. (Yes, I know about Artix, but when last I tried it, it didn't really feel "ready for prime time". It depends a lot on the main Arch repos.)
Plus, I do kindof like the idea of "more control over my system(s)". Configuring/compiling my own kernel (yes, you can do that on Arch, it's much less "in the spirit of" Arch) to make it as minimal as possible and disable everything I don't need. And of course USE flags are a plus if you want a light system.
Anyway, those are my main reasons.
Ah, Ok, yeah Arch on ARM is struggling at the moment
I have / had some Ras Pis on it, but they wrapped up .. Pi0? a while back, so had to look at Raspbian (or whatever it's called now)... I'd not considered Gentoo for them... hmmm
Maybe I'll check that out
Thanks
The “fun” aspect was what drew me to BeOS when it was near its heyday. What that thing would do in comparison to Winbloze at the time and the user experience in general was astonishingly more pleasant.
I remember their simple web server called Diner I had a website hosted on an older machine running Diner in my lab and it was just always on and when my office got DSL I felt like a king having that site up and accessible from anywhere, knowing it was on a box in my office and running Diner on BeOS.
I tried to make this logo from scratch in Blender for a wallpaper and kinda couldn't get the shape right because the angle of the actual logo is a bit weird.
Good to know that I can use this official model.
That would make a huge difference.
I ran Gentoo back in the early aughts; it was hella better than Redhat, but it felt like I was constantly compiling stuff, and new installs and upgrades could sometimes take more than a day. I don't remember what I jumped to after Gentoo, but I've never considered it again because of the lack of prehbuilt binaries. It seemed bitcoinish to have thousands of people wasting CPU cycles compiling the same package when it could be compiled once and redistributed.
Where Gentoo is nice is in the build flags: there's really no way to get around compiling yourself if you want to exclude optional dependencies, and Gentoo had that in spades. I am just not sure how much that's actually used anymore, but having binaries gives you the best of both worlds.
Thanks for posting that; I may have to re-investigate Gentoo.
it's also waaay better documented.
it's comfy.
but having binaries
For big packages like browsers and office suites, not all packages.
Still a win if you're so inclined. I prefer to compile 100%.
new installs and upgrades could sometimes take more than a day
Laughs in Windows...
The most popular Linux distros are binary based. Gentoo upgrades build all new software from source. If you don't want long install times, don't usr one of these compile-everything-from-source distros.
There's no option to install Windows from source, and it doesn't really come with anything more than the OS, anyway, so it's apples yto oranges. Windows might not even be compilable on consumer hardware.
Still extremely customizable, and peerless rolling release features.
You can mix and match stable and bleeding edge packages very easily and switch at any time.
When packages make breaking changes, Gentoo will warn you and guide you through the migration before you update and only if you have the affected package installed.
Why is the rust compiler so terrible?
rumimevlevi
in reply to ☆ Yσɠƚԋσʂ ☆ • • •☆ Yσɠƚԋσʂ ☆
in reply to rumimevlevi • • •