Salta al contenuto principale



Egypt confirms acquisition of Chinese HQ-9B long-range air defence system


Egypt has officially confirmed its deployment of the Chinese HQ-9B long-range air defence system, a move that marks a notable enhancement of its military capabilities and reflects a growing partnership with Beijing. This confirmation came from retired Major General Samir Farag, a former high-ranking official in the Egyptian Armed Forces, during an interview on Sada El-Balad TV.

Farag revealed that Egypt’s arsenal includes various modern defence systems, with the HQ-9B—a system comparable to Russia’s S-400—being a key component. This disclosure, reported by Israeli media outlet nziv, reveals Egypt’s strategic shift toward diversifying its arms suppliers and strengthening its air defence network. The HQ-9B’s advanced capabilities, including its ability to engage a wide array of aerial threats, position Egypt to better address regional security challenges while navigating complex geopolitical dynamics.

The HQ-9B, developed by China’s Aerospace Science and Industry Corporation, is a long-range surface-to-air missile system designed to counter fighter jets, cruise missiles, and short-range ballistic missiles. With an operational range of up to 200 kilometres and an altitude ceiling of 27 kilometres, it offers robust protection against modern threats. The system’s radar, believed to be a variant of the HT-233 model, employs active electronically scanned array (AESA) technology, enabling it to detect low-observable targets like stealth aircraft at extended ranges. This radar also allows the HQ-9B to track multiple threats simultaneously, enhancing its effectiveness in high-intensity scenarios. Each launcher can carry up to eight missiles, double the capacity of earlier versions, and its command-and-control architecture supports integration with other air defence assets, creating a layered defence network.



Any ideas for transporting variables in chroot bash script?


Hello, iam in the making of artix install script. I start with setting variables in dialog like bootloader="refind" and etc. but when i do artix-chroot into chroot.sh script variables are gone.

right now i have something like this:

cp ${pwd}execution/chroot.sh /mnt/mnt &&
            USER="$USER" USER_PASSWORD1="$USER_PASSWORD1" USER_PASSWORD2="$USER_PASSWORD2"\
            ROOT_PASSWORD1="$ROOT_PASSWORD1" ROOT_PASSWORD2="$ROOT_PASSWORD2"\
            BOOTLOADER="$BOOTLOADER" SUPERUSER="$SUPERUSER" HOSTNAME="$HOSTNAME"\
            LOCALE="$LOCALE" ENCRYPTION="$ENCRYPTION" ROOT="$ROOT" ESP="$ESP"\
            KERNEL="$KERNEL" UCODE="$UCODE"
        artix-chroot /mnt bash -c '/mnt/chroot.sh && execute_root' 

But it does not really work, tried also some things like:
# create array of variables to pass to part 2
var_export=($formfactor $threadsminusone $gpu $boot $disk0 $username $userpassword $timezone $swap $intel_vaapi_driver $res_x $res_y_half)

# initiate part 2
mount --bind /root/artix-install-script /mnt/mnt
artix-chroot /mnt /mnt/chrootInstall.sh "${var_export[@]}"

and then in chroot.sh
# Importing Variables
args=("$@")
formfactor=${args[0]}
threadsminusone=${args[1]}
gpu=${args[2]}
boot=${args[3]}
disk=${args[4]}
username=${args[5]}
userpassword=${args[6]}
timezone=${args[7]}
swap=${args[8]}
intel_vaapi_driver=${args[9]}
res_x=${args[10]}
res_y_half=${args[11]}

still not they best way, kinda messy and buggy.

THANKS FOR HELP!

Questa voce è stata modificata (2 mesi fa)
in reply to DIY KARMA KIT

Careful there. You are only a half dozen abstraction layers away from reinventing NixOS.

As for your question, the best way is to put it in a file that is then read by the chroot script and delete later.

in reply to balsoft

Preferably, put the variables into a temp file (e.g. using mktemp) and bind-mount that file somewhere into the chroot directory, so you can source it from within that environment.
That way the critical information, like the passwords, at least only gets to live in volatile memory and won't stick around on the host system after the reboot. That limits the exposure somewhat.
in reply to balsoft

Careful there. You are only a half dozen abstraction layers away from reinventing NixOS.
in reply to DIY KARMA KIT

It would be more secure if the credentials are in an in memory SQLite Database but that would require you to use something other than the shell. You would need to do a hardware key or have the user do a bootstrap password or have an API that uses a public key to authenticate the remote process passing the credentials


Introducing Operese(demo)


A Windows-to-Linux “translation” tool for the 200M+ Windows 10 computers not eligible to upgrade to Windows 11, Operese transfers files, settings, and programs from Windows to a brand-new Kubuntu installation. It's still very much a work in progress, but in my biased opinion, it already doesn't look too shabby!
in reply to Destide

I can't watch the video, is there a link to a git somewhere?
in reply to Kory

Nevermind, I was able to read the comments and the poster said "I WILL be open-sourcing the code ASAP, but I'm still working out exactly what that will look like, and I also have a few personal reasons for delaying." So there's not git yet for everybody else who is wondering.

in reply to return2ozma

Blue MAGA be like: Let's copy the naming scheme from the Red MAGA movement. And their policies. People will love it.


This column does not express support for Palestine Action – here’s why


This piece must be carefully written to avoid my being imprisoned for up to 14 years. That’s a curious sentence to say as a newspaper columnist in Britain in 2025. But since the government voted to proscribe the direct action protest group Palestine Action under the Terrorism Act, any statement seen as expressing support could lead to arrest and prosecution.

Last week, our home secretary joined other female Labour MPs in a photoshoot celebrating the suffragettes, who planted bombs, burned down private homes and smashed up art galleries. They then voted to classify a movement which positions itself as opposing violence against people as a terrorist organisation.

And this weekend, an 83-year-old retired priest, Sue Parfitt, was arrested after holding a placard that read: “I oppose genocide. I support Palestine Action.” Twenty-eight others were also arrested on those grounds. Questioned about her detention, the Metropolitan police commissioner, Mark Rowley, responded: “It is not about protest. This is about an organisation committing serious criminality.”

Note how even Britain’s top police officer could not bring himself to claim Palestine Action was “an organisation committing terrorism”, which is what the law proclaims. I suspect he knows that, in doing so, he would have exposed the grotesque absurdity of this legislation. Yes, those who have helped drown Gaza in blood have turned the world upside down – treating the opponents of this mass extermination as dangerous, hateful extremists – but words have still not been entirely emptied of their meaning.




Dean Phillips' Attack on Mamdani Is an Attack on 'Millions of Working-Class People,' Progressives Say


In an interview with CNN, former Congressman Dean Phillips was asked whether "there is room" for him and New York City mayoral candidate Zohran Mamdani in the Democratic Party—but progressive Rep. Summer Lee was among those saying on Thursday that Phillips' rejection of Mamdani wwas really about millions of Americans who have voted for candidates like him.

"These guys aren't just rejecting him, but the millions moved to electoral action by candidates like him," said Lee (D-Pa.) in response to Phillips' interview.

CNN's Omar Jimenez asked Phillips about the "big tent" philosophy often promoted by Democratic leaders who believe the party should welcome lawmakers and candidates who don't agree with every aspect of its platform—politicians like anti-choice Rep. Henry Cuellar (D-Texas) and former Sen. Joe Manchin (D-W.Va.), who made millions of dollars from his coal business.


in reply to petsoi

If only Cycles would ever work on AMD Polaris…

Though honestly, I’ll probably get around to a GPU upgrade eventually.
Rocm packaging looks to be pretty much done on Debian, although they still seem to need time on the problem of keeping it reasonably up to date in Testing and Sid - momentum will probably pick up after Trixie leaves hard freeze and goes stable.

Honestly, it’d be kind of nice to have a project with a repo that does nothing most of the time except during the Testing freeze, in which it would deliver package updates and keep Testing as a rolling release during that time.

I get why Debian doesn’t do this themselves - they tried and found it hell to both prepare a stable release and package new versions.


in reply to petsoi

How much development is actually needed to build a graphical interface for setting the WINEPREFIX environment variable?
in reply to 𝘋𝘪𝘳𝘬

To be fair to bottles, they cité that even their hosting costs are usually barely covered, so I imagine it's running on a pretty lean/Foss dev budget already.
in reply to Ptsf

They use GitHub for the code already. Their hosting cost could be pretty much zero if they would use GitHub Pages for their website, and redirect their domain to that.
in reply to petsoi

I use Bottles daily and just made a donation two days ago 😀


Calibre 8.6 released


New features

  • Content server: Add a checkbox in content server user preferences to prevent a user account from changing its own password via the web interface
  • Restoring database: Improve performance by an order of magnitude
  • Add a tweak to Preferences->Tweaks to permit displaying the sort value for series in the Tag browser
  • Welcome wizard: Change default output format to AZW3 for Kindle as MOBI is obsolete and all Kindles released within the last decade plus support AZW3
  • Add 'Search "not in"' and 'Filter "not in'" buttons to Manage authors and Manage Items

Bug fixes

  • Windows: Fix a regression in the previous release that caused terminal windows to popup momentarily when adding PDF files or converting them
    Closes tickets: 2115246
    • E-book viewer: Fix a regression in 8.4 that broke fading of the background image
      Closes tickets: 2115057
    • Tag browser: Fix clicking on categories to search for books by first letter of series not working correctly for non-English language books
      Closes tickets: 2116006
    • Edit metadata individually: Ensure Next/Previous buttons work even if something re-orders the books in the book list. They will now iterate over the books as they were at the time the dialog is created
      Closes tickets: 2115111
    • Windows: Generate catalog: Workaround for systems where a broken antivirus or similar holds open files in the catalog library causing a permission denied error
      Closes tickets: 2115084


New news sources

  • La Presse by quatorze

Improved news sources

  • Economist
  • 1843
  • Financial Times
  • PC World
  • Muy Interesante Mexico
  • Hindu Business Line
  • Business Standard
  • Hindustan Times
  • The Week
  • Times of India
  • Hindustan
  • Financial Times
  • Reason
in reply to petsoi

Calibre is one of the great pieces of FOSS software, and demonstrates everything good about FOSS: it has regular updates; it's been around for simply ages; it works really, really well; it gets updates and new features and yet has never in my memory had a breaking, non-backwards-compatible release... it's stable; and it resists - in its way - the attempt by publishers to steal our rights and ownerships of our media.

I ~~contribute~~ donate to Calibre. I hope that Goyal has a successor lined up to take the helm who can continue such an outstanding contribution when he finally retires from the project.

Edit: clarification

Questa voce è stata modificata (2 mesi fa)
in reply to 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

I agree. I've been using it for years, since I moved away from Kindle. I only wish it would support socks5 proxy so I could use Tor for metadata downloads from Google or Amazon.


Canvas 2025 in 24 hours!!


July 12th, 2025 @ 4am UTC


SPREAD THE WORD 🔥


Related posts:



what is Canvas?


Canvas is a collaborative pixel canvas that includes everyone apart of the Fediverse! Any fediverse platform that supports direct messages is able to login and participate for this 48 hour live event

socials



[2025] Canvas Support


having issues or don't know where to post a short question? you've found the post for that!

post your questions below or in our Matrix or our Discord





Bash v5.3 Released! New features and syntax in the latest version of the Bash Shell. by You Suck at Programming on YouTube [17:10min]


Watch on SkipVid platform, alternative to YouTube client watching YouTube videos indirectly, but without ads: skipvids.com/?v=-cTsFt-j7rk


I just found this creator who is super excited about the new Bash version. He goes through some aspects of the new changes and features. There is something funny about a guy getting so excited about a new Bash version, that I wanted to share it because of that. 😁

Also its nice to see the changes in action and have an explanation from someone who (seemingly) knows what he is doing.

Video (partial) description:


Source Code: github.com/bahamas10/bash-changes

$ whoami
Yo what's up everyone my name's dave and you suck at programming! Connect with me on my socials below and if you're reading this you're legally required to subscribe to my channel.

$ cat source-code
The source code for my YSAP series (or related videos) is available for free under the MIT License on GitHub:
Source Code → github.com/bahamas10/ysap

in reply to thingsiplay

Cool video, I like this guy's style; he really keeps it moving.
in reply to JTskulk

While i hate his thumbnails. Does he want to bait teens or why always the grimaces?


Search for survivors after Yemen Houthis sink second Red Sea cargo ship in a week


Questa voce è stata modificata (2 mesi fa)
in reply to geneva_convenience

Wait so the targeted ship wasn't even going to Israel? Wasn't that the whole point of the blockade, not just attacking anyone vaguely related to Israel?

geneva_convenience doesn't like this.

in reply to SkyezOpen

Ships related to Israel. The parent company very directly violated the blockade so they have become a target.


[SOLVED] How come I've got my NVIDIA GPU to work for every game except Hogwarts Legacy? (More details in post body)


cross-posted from: sh.itjust.works/post/41923801

So, I have this new laptop I got which has an NVIDIA RTX 4090M GPU, and also an integrated Intel GPU. Obviously, I only want to use the Intel GPU for less intensive apps, and to use the NVIDIA GPU for games or other intensive applications, such as AI.

Through trial, error, and lucky searches on the internet, I figured out some things that do and don't work.

  • Plugging in the laptop makes the NVIDIA GPU run much faster
  • The default Fedora NVIDIA drivers work fine, I don't need to install any alternatives
  • To make a normal app use the GPU, all I have to do is right click the icon and click 'Launch with discrete GPU' (on GNOME), or to make it open with discrete GPU by default (and launching with the integrated GPU would be an option in the context menu), I have to copy the desktop file to ~/.local/share/applications, and edit the .desktop file so it contains the line PrefersNonDefaultGPU=true
  • For Steam apps, the previous method doesn't work (for some reason - maybe it uses a custom launch process?), but after trying many different ways, I was able to get most Steam apps to use the correct GPU (GPU 0) by adding the custom launch option PROTON_USE_WINED3D=0 %command%
  • For some reason, this doesn't work for Hogwarts Legacy. It, of all games, really wants to use the Intel graphics - even with the custom launch command, PrefersNonDefaultGPU=true, and in game setting the preferred GPU to my NVIDIA one - yes, it is listed and recognised in game - I can tell both from the Resources app and the abysmal performance that my NVIDIA GPU is not being used and my Intel GPU is
  • Other apps like Portal RTX, The Witcher 3, ComfyUI (running through Krita AI Diffusion), Blender, and Civilisation 6 are running great with the NVIDIA GPU
  • I do not have prime-run installed and do not need it

My laptop model is MEDION Beast X40.

I'm honestly at my wits end.

Any suggestions?

Questa voce è stata modificata (2 mesi fa)
in reply to TheLeadenSea

Have you tried any of the suggested working proton flags on protondb?

Hogwarts Legacy



VPNs for UK users?


So the UK is going to start requiring IDs to view adult content. I'm in the US, but I've got a friend in the UK who obviously doesn't want to deal with this.

I suggested he use a VPN, but he's apparently heard they sell your personal data. Can anyone recommend a reliable VPN that collects as little data as possible?

ETA: thanks for the suggestions, everyone! I'm gonna research em and pass the info along. 😀

Questa voce è stata modificata (2 mesi fa)
in reply to Alice

Mullvad or AirVPN. AirVPN has port forwarding so good if you need to torrent


Laggy performance on fedora linux


Hello all. I've recently installed Fedora 42 on my laptop, it's a microsoft surface laptop studio so it's running with the custom surface kernel. The feature matrix on their github page says that everything should be supported for my laptop and that's pretty much been my experience so far but I've been having issues when testing out games.

The laptop has a 3050TI and is more than capable of running most of the games that I usually play on windows, and I've almost gotten it working on Fedora. They'll launch and run just fine, everything even looks pretty decent graphically, but it just has really bad stuttery input lag, even in more lightweight games that I've tested such as balatro and stardew valley.

I'm not sure what would be causing this, as far as I'm aware I'm running the right gpu driver, I've double checked that they're using the dedicated gpu rather than the integrated one with nvidia-smi, but honestly that's about the extent of my knowledge. Does anyone have any thoughts / suggestions? It would be much appreciated.

in reply to ayyo

Two things:
- What input device(s) are you using? Are you using the built-in laptop keyboard, or a gamepad of sorts. (By Balatro, I'd assume it might even be happening with mouse.)
- Are you running these games on a platform like Steam, or are you running another way? (I'm assuming the answer is yes to Steam, by Balatro and Stardew.)

For Steam, try messing around with Steam input settings and see what happens.

in reply to data1701d (He/Him)

The testing that I've done was just with the built in keyboard and a mouse, everything through steam. I'll take a look at the input settings and see if that helps, thanks

in reply to crankyrebel

Not only did they broadcast the explosion they also caused it. Haha(not funny)

Richard Feynman was the one who let slip innocently what the cause was during an international press conference and made a lot of people in Washington very very mad.

Basically, the Whitehouse pushed NASA to launch despite the weather being too cold and that caused an expansion joint of an SRB to fail.

Feynman showed the world what happens to the expansion joint material by putting it in some ice water for five minutes during the press conference and showed it crumbled after he took it out of the glass.

That man was an international treasure and I miss him very much.



Arizona study finds car dependency reduces life satisfaction


cross-posted from: lemmy.world/post/32878302


Could someone help me setup local file sharing? [Fixed]


So I have things working for me at this point. I was never able to get Samba worling properly. My initial issue was not having a / at the end of my folder path in the Samba config file. After fixing that issue I was able to see the shared folder but was prompted to log in each time, which was an issue in my use case. I ended up abandoning Samba and setting up Jellyfin which has been a much smoother experience, but also is providing many more features. So, if you are looking to share media on your local network, my recommendation would be Jellyfin!

Thank you so much to everyone that commented and helped me a long. I hope I get to return the favor in some way.

Hello, I've been working towards fully migrating to linux, but this is one issue I'm having a hard time with. I have a couple of folders on a storage drive that I share on my local network to stream movies and TV, but I can't figure out how to do it in my Linux install. I'm running Linux Mint 22, have installed Samba, and have tried a few different walkthroughs with no success. Can anyone point me in the right direction to get this set up?

Thanks for your time!

Questa voce è stata modificata (2 mesi fa)
in reply to moncharleskey

If it is for Media Files only UPnP could be an alternative to smb.

in reply to n7gifmdn

Yeah, but the only vegetables that regularly kick my ass are chiles.


[theoretical] What would the real impacts of FOSS software becoming more prevalent in all segments of society?


Thumbing through the feed, the news on how this or that organization letting go of commercial options for day to day operations are mounting.

This led me to wonder what would be the impact if FOSS, be it on the OS front, productivity front or whatever, was to become truly a relevant option.

I'm painfully aware of the difficulties I've faced trying to take a few online courses to be faced with borderline desdain for not using Windows/Office/Etc and opting for FOSS solutions.

Paying/supporting a FOSS solution does not offend me. I'm happier when giving money directly to a developer or project than to an opaque company. But I'm just one.

But what could happen if the ones became millions, actively contributing with a few coins per year to projects we use daily?

What could/would happen in the short term (under a year), medium-long (one to three years) and the long term (over ten years)?

in reply to qyron

The scalability problem with FOSS is monetary and motivation.

The successful products need longterm financial security in order to plan and support their peoduct(s) - so, do we start seeing more subscriptions as corp. sponsorship fades away?

And, just like XKCD 2347, FOSS needs to step up and support the components they rely on

That's going to need some more maturity from the developers too: it's a great feeling doing something new and interesting, but - like having a pet - you can't just abandon something when you're bored of it, or too busy, without rehoming your project(s)...

That's where I see the industry needs to improve before they're really ready for the big time.

in reply to qyron

One huge impact mass FOSS adoption would have is that there would be a lot less software and hardware churn. Commercial nature of proprietary technology is the main driver for constant upgrade cycles we see. Companies need to constantly sell products to stay in business, and this means you have to deprecate old software and hardware in order to sell new versions of the product.

Windows 11 roll out is a perfect example. Vast majority of Windows 10 users are perfectly happy with the way their computer works currently, they're not demanding any new features, they just want their computer to continue to work the way it does currently. However, Microsoft is ending support for Windows 10 and now they're forced to buy a new computer to keep doing what they've been doing.

This problem goes away entirely with open source because there is no commercial incentive at play. If a piece of software works, and there is a community of users using it, then it can keep working the way it does indefinitely. Furthermore, in cases where a software project goes in a directions some users don't like, such as the case with Gnome, then software can be forked by users who want to go in a different direction or preserve original functionality. This is how Cinnamon and Mate projects came about.

Another aspect of the open source dynamic is that there's an incentive to optimize software. So, you can get continuous performance improvements without having to constantly upgrade your hardware. For most commercial software, there's little incentive to do that since that costs company money. It's easier to just expect users to upgrade their hardware if they want better performance.

I would argue that non technical software users would be far better off if they had the option to fund open source software instead of buying commercial versions. Even having to pay equal amounts, the availability of the source puts more power in the hands of the users. For example, building on the example of Gnome, users of an existing software project could also pull funds together to pay developers to add features to the software or change functionality in a particular way.

This is precisely what makes licenses like GPL so valuable in my opinion. It's a license that ensure the source stays open, and in this way inherently gives more power to the users.




'Unforgivable': FEMA Missed Thousands of Calls from Texas Flood Victims After Noem Fired Contractors


FEMA missed two-thirds of calls from Texas flood victims after DHS Sec. Kristi Noem allowed hundreds of call center employees to be fired. "They are intentionally breaking government," said Sen. Chris Murphy.
#USA



Europe is slowly ditching Microsoft: why it's happening & why it could fail.


in reply to Bronstein_Tardigrade

I will believe it when I see it for China. They will probably just keep pirating Windows.

India is at something like 15% Linux though and probably going up.

in reply to LeFantome

The government is closing in on replacing all government PCs. techhq.com/news/open-source-ch…



Unknown parent

lemmy - Collegamento all'originale
chingadera
Very true. Thanks for the education. SSH to me is just magic portal that lets me talk to my server in my closet lmao
in reply to chingadera

I've þought about how to do ðis myself. Ðe best idea I've had is to build a virus, or simply someþing destructive, or a program ðat downloads CP and emails it to the FBI; and use Justine's APE to build an executable and call it "bitcoin_wallet.exe". Entice ðe hacker to download a malicious program and execute it on ðeir computer.

Ðen I lose interest and spend the time instead doing someþing to furðer tighten security on my VMs.




[SOLVED] Podman quadlet adding files to container - Europe Pub


i just ended up going with a new image with the components installed, which i've been informed is best practice.
Questa voce è stata modificata (2 mesi fa)
in reply to Nico198X

I think you won't regret it. If the container startup installs stuff, you might lock yourself out when the remote server has issues, your network has issues, or if the package you install changes due to an update.

With it baked into an image, you have reproducible results. If you build a new image and it doesn't work anymore, you can immediately switch back to the old one and figure out the issue without pressure.

in reply to aksdb

great thoughts, thank you for sharing! i'm still quite new to containerization.



[JS] Let me pay for Firefox!


Hackernews.
Questa voce è stata modificata (1 settimana fa)

in reply to NanoooK

Is that suse-on-a-phone just a tease, or something awesome I have yet to discover?
in reply to xia

I believe Tumbleweed is available for Pinephone.
in reply to NanoooK

That's a joke...I remember downloading opensuse, there was a warning that forbids me to use if I was in a country targeted by the USA something like that 😆
IMO, If you really want independance dont use things from corporations.
Many people complains about overstaffing in administrations, so why not have them work on a distro from scratch ?


Okay why is your distro the best?


I made the unfortunate post about asking why people liked Arch so much (RIP my inbox I'm learning a lot from the comments) But, what is the best distro for each reason?

RIP my inbox again. I appreciate this knowledge a lot. Thank you everyone for responding. You all make this such a great community.

Questa voce è stata modificata (2 mesi fa)
in reply to POTOOOOOOOO

I use Debian and Mint. As others have said, it's because it just works and I don't have to screw with it.
in reply to POTOOOOOOOO

Void. Minimal, all the programs I need are in the repos, which is a first for me. Very fast.





How can you make stock Android as private as possible?


I know that stock Android itself is spyware.

What tips about setting up my stock Android phone would you give me?
It's not factory unlocked so I'm sticking with Google Android.

Things I've done:
- Stopped and disabled all apps that I don't use or need.
- Replaced all apps that I can with FOSS alternatives from github using Obtainium.
- Not installed things that I can just check on my laptop like email.

Is there anything else that I can do?
Thanks in advance

Edit
I've also:
- Changed my DNS to Mullvad DNS
- Restricted app permissions to only what they need
- Not signed into the phone. I don't even have Gmail account.

Questa voce è stata modificata (2 mesi fa)
in reply to unicornBro

Things I have done:

-install adguard and route all my traffic through it

  • enable always on VPN and block connections without

-firewall all apps to block internet connection

-only allow apps the apps i want to use internet on

-replace everything I possibly can with FOSS software

-disable everything google and use helioboard as keyboard

-install shizuku and canta to debloat as much as I can

-route all traffic through orbot (except apps that require me to login)

This is probably overkill but that's the best I could do on stock android 🤭

Questa voce è stata modificata (2 mesi fa)
in reply to unicornBro

To the extent that you still need to use standard apps, consider disabling your advertising ID. EFF has a guide to this at eff.org/deeplinks/2022/05/how-…

This won't stop google of course. You should probably also install a firewall, like other people here have suggested. And keep in mind, disabling features entirely is different from not using them. For example, if location services is turned off, then even google maps doesn't know your location (in theory anyway), whereas if it is merely unused then google will still check periodically.




China's ultimatum to Myanmar rebels threatens global supply of heavy rare earths


Myanmar is ruled by an illegitimate military junta which literally seized power by simply jailing its democratically elected leader in 2021 and declaring "no more democracy". Rebel forces have been fighting against the junta since. In the northernmost state of Kachin, China is putting pressure on a rebel group to stop fighting the junta. China wants access to the region's heavy rare earth minerals. Unrest and instability make that more difficult.

https://www.reuters.com/world/china/china-risks-global-heavy-rare-earth-supply-stop-myanmar-rebel-victory-2025-07-08/