Salta al contenuto principale



Japanese tourist deported for waving Chinese flag in Taipei


The National Immigration Agency said in a press release it launched an investigation immediately after learning of the video. It confirmed that both individuals involved were Japanese nationals who had entered Taiwan visa-free.

The NIA said the men violated Article 18, Paragraph 1, Clause 13 of the Immigration Act, which bars actions that “endanger the interests of the nation, public safety, or public order.” It ruled the incident required compulsory deportation and follow-up entry control.

Local media reported that one of the men is an online influencer and the other a Japanese-language teacher. Their actions were suspected to be an attempt to boost online traffic and influence among Chinese viewers.

https://www.taiwannews.com.tw/news/6186276



Is there still any hope for privacy phones? 2025 and beyond


Google has been trying to make Android proprietary for a few years now, and that's not news, as many AOSP default apps have been abandoned over time in favor of proprietary Google ones. This was never a huge problem for me, as you can still use those apps without network access or use open source alternatives like Fossify on a custom ROM.

However, the situation is quickly getting worse, now that Google is actively trying to prevent the development of custom ROMs and taking a page from Apple's book by forcing developers to beg them for permission to release apps on the Android platform, even outside of the Play Store - giving Google full control.

Is there still any hope left for privacy respecting Android ROMs?
What do you think will happen next? And what would be your suggestions for those looking for a phone in 2025?

If you have a different perspective on the situation, also please comment below!

in reply to unfinished | 🇵🇸

I think you still can have a Linux phone with GNOME, there's a GNOME version for mobile.

After all, what is a smartphone? Just a convenient computer that can make calls.

Linux + GNOME will do that for you.

This is from 2022 and it looks pretty good to me: blogs.gnome.org/shell-dev/2022…

in reply to unfinished | 🇵🇸

This is just hearsay but apparently GrapheneOS will be unaffected from Play Store control.


Unbound as DNS resolver on a Linux laptop: tips/experiences?


[Edit: this question came out of my confusion. I thought Unbound could somehow substitute DNS servers (like CloudFlare), but it can't. Apologies for my ignorance.]

I've often heard about Unbound, and the possibility of using it as a DNS resolver on my laptop. So, to be clear, not as a DNS resolver in a local network; just in a single machine, also because I'd like to use it no matter where I bring my laptop.

The instructions given in the second link above seem quite complete. Does anyone here have other tips or experiences to share? I'm with Ubuntu on a Thinkpad.

Cheers!

Questa voce è stata modificata (1 settimana fa)
in reply to eldavi

I'm starting to think that I've misunderstood what Unbound does. I thought I'd be a replacement for a DNS resolver (like CloudFlare). But from the replies here I'm starting to think it isn't?
in reply to stravanasu

oic, i was under the impression that you wanted it use it on your laptop; not as a service like cloudfare.


Selhosted P2P File Transfer & Messaging


IMPORTANT NOTES (PLEASE READ!):
* These are NOT products. They are for testing and demonstration purposes only.
* They have NOT been reviewed or audited. Do NOT use for sensitive data.
* All functionality demonstrated is experimental.
* These are NOT meant to replace robust solutions like VeraCrypt, Simplexchat, Signal, Whatsapp, wetransfer. It's a proof-of-concept to show what's possible with browser APIs.
* Cyber security is full of caveats, so reach out for clarity on any details if they can't be found in the docs.


Aiming to create the worlds most secure messaging app.

positive-intentions.com/docs/p…

  • Open Source
  • Cross Platform
    • PWA
    • iOS, Android, Desktop (self compile)
    • App store, Play store (coming soon)
    • Desktop
      • Windows, MacOS, Linux (self compile)
      • Run index.html on any modern #browser



  • Decentralized
  • Secure
    • No Cookies
    • P2P E2EE encrypted
    • Forward secrecy
    • No registration
    • No installing


  • Messaging
    • Group Messaging (coming soon)
    • Text Messaging
    • Multimedia Messaging
    • Screensharing (on desktop browsers)
    • Offline Messaging (in research phase)
    • File Transfer
    • Video Calls


  • Data Ownership
    • SelfHosted
    • GitHub pages Hosting
    • Local-only storage


For more information on "how it works", check out:
positive-intentions.com/blog/d…

(Degoogled links to the apps)
- P2P Chat: chat.positive-intentions.com/
- P2P File: file.positive-intentions.com/
- Encrypted drive storage: dim.positive-intentions.com/?p…

More:
- GitHub: github.com/positive-intentions
- Mastodon: infosec.exchange/@xoron
- Reddit: reddit.com/r/positive_intentio…

in reply to upstroke4448

its a work in progress and hope to get to a point its comparable to Signal and OnionShare.

for now, the purpose is to present open-source code to demonstrate a concept. like mentioned in the post it isnt ready to replace any existing tools.



Debian, encrypted boot, how to increase password attempts?


Since Debian 13 (Trixie), when using the default FDE which uses grub to decrypt the luks partition, I have a single attempt

When the password is mistyped there is a long pause (over 10 seconds) and then the error appears.

I already tried increasing the max tries, which seems to be set to 1 when a keyfile is used.

The config/script seems to be in /usr/share/initramfs-tools/scripts/local-top/cryptroot.

I copied that to /etc/initramfs-tools/scripts/local-top/cryptroot and replaced the value CRYPTTAB_OPTION_tries=1 with 10 using find/replace (ansible stuff).

I think this has no effect though and doing so (might be a different issue) breaks boot entirely 💀

More info:
- by default when legacy boot (BIOS) is available, Debian will install grub to the MBR. This is where it happens
- when forcing or prioritizing legacy boot and using GPT, debian somehow boots from a 300MB efi partition, the same happens though, one attempt

Questa voce è stata modificata (1 settimana fa)
in reply to boredsquirrel

After you updated the config did you update-initramfs or update-grub (I forget which flags might be needed off hand).

Since this is happening pre-boot it isn't reading from /etc.

in reply to MimicJar

Hm, I only ran update-grub

Ran update-initramfs from the chroot trying to repair it

Found that there is a cleaner way in /etc/default/grub with grub commandline arguments. But that wants a source= variable which is weird to me as that hardcodes a drive in there that wasnt there first?

Tbh I will try this on a secondary laptop now, I reinstalled that thing like 5 times now and am a bit traumatized XD

Luckily we have more than enough



[Question] Community maintained free IP geo lists


I'll be self-hosting a service with user submissions soon, so I'm worried about the howto.geoblockthe.uk/ situation.

Based on this I've wondered, are there any community maintained geo block lists that might be useful? All database options I found are either 1. an on-demand online service which seems questionable for privacy reasons, or 2. IPv4 only, or 3. have weird terms of use with a gag clause regarding the entire company making it and other weird stuff.

I'm not a fan of geo blocking in general, but the situation is what it is.

PS: Please don't discuss the Online Safety Act itself too much in the comments, or whether somebody should be using a geo ip to handle this. While I might appreciate useful input on that, I'm hoping this post can remain a resource for those who are looking for such a database for other reasons as well.

Questa voce è stata modificata (1 settimana fa)

in reply to Bobr

So... Poland is finally admitting that the hate symbol used by hate group is a hate symbol yet is still showering that group with money, weapons and other support.

Typical fucking Poland, mistaking enemy for an ally.

Questa voce è stata modificata (1 settimana fa)


UI regression in KDE Arianna - How can I back up and restore specific version of Flatpak package?


All I could find is how to make a list, and reinstall flatpaks from that list, as well as backup app data, however all of that assumes I want to do updates.

Meanwhile what I want is akin to extracting APK of a stable version of some app, backing it up and using it for years to come. For example that's how I joined these 2 screenshots, using JointPics from 2014 which isn't even on Play Store anymore, and targets API so low that it has to be installed via ADB. (Yeah, I am too dumb for GIMP)

As for the regression, you can see. On left is older Flatpak, on right is version from Arch repo. The Flatpak I originally installed as a hotfix for update that broke it completely at one point on Arch.
You can see the older version nicely fits the screen, splitting up text into columns.
Meanwhile the new version just does smaller page in middle of screen that doesn't even work properly with Breeze Dark theme, causing different background for text sections.

The only improvement is ability to flip pages rather than use arrows, but that's minimum.
Well, and maybe the progress keeping got fixed, but I didn't test that much.

Don't pay attention to the taskbar. I wish it could flip to vertical with different screen orientation. Yeah, the icons' clickability is a dice roll of what you tap.

in reply to u/lukmly013 💾 (lemmy.sdf.org)

If you already have the correct version of the flatpak installed, you can try flatpak build-bundle.

flatpak build-bundle LOCATION FILENAME NAME where
- LOCATION is the path of the repo on disk. Run flatpak info -l org.kde.arianna, and copy the part before /app
- FILENAME is the output file name, preferably .flatpak. Eg: arianna.flatpak
- NAME is the name of the app, here org.kde.arianna

The generated file can be installed with a double-click, or with flatpak install <file>

This is the equivalent of an Android .apk. It contains the app but depends on a runtime. If you want to install it in a few years, odds are the runtime will no longer be available. You can backup the runtime the same way with the --runtime option.

flatpak build-bundle --runtime LOCATION FILENAME NAME where
- LOCATION same as earlier
- FILENAME eg arianna-runtime.flatpak
- NAME is the name of the runtime, which you can get with flatpak info --show-runtime org.kde.arianna

This takes a while, for some reason. Maybe it's compressing stuff?

The runtime is installed the same way as the app: double click or flatpak install.


Note: I only did this once, and not specifically on Arianna. Hope it works.




Relatable


There are plenty of great reasons to act privately, but I admit, it's also a hobby for me.


(it's also a good answer if there was a specific reason)




Protests as newborn removed from Greenlandic mother after ‘parenting competence’ tests


A Greenlandic mother’s one-hour-old baby was removed from her by Danish authorities after she underwent “parenting competence” tests – despite a new law banning the use of the controversial psychometric assessments on people with Greenlandic backgrounds.

The “parenting competence” tests, known as FKU (forældrekompetenceundersøgelse), were banned on people with Greenlandic backgrounds earlier this year after years of criticism by campaigners and human rights bodies, who argued successfully that the tests were racist because they were culturally unsuitable for people from Inuit backgrounds. As the law came into force in May, campaigners are asking why Brønlund was still subjected to a test.

Brønlund was told that her baby was removed because of the trauma she had suffered at the hands of her adoptive father, who is in prison for sexually abusing her. The municipality told her she was “not Greenlandic enough” for the new law banning the tests to apply, despite her being born in Greenland of Greenlandic parents.

in reply to eldavi

I'd say there's a difference between assessing people's fitness to have children, and their fitness to raise children. The latter is a lot less eugenics-related, and clearly necessary in some form to protect children from being abused by their parents.

Though of course it isn't always done perfectly or even well.





Bazzite has gained nearly 10k users in 3 months while other Fedora Atomic distros remain fairly stagnant


Generated via github.com/ublue-os/countme

10k added users since last post. Here are upstream Fedora numbers only

Questa voce è stata modificata (2 settimane fa)
in reply to quarterlife

I also said ublue is free to do what they want, why are you attacking me for suggesting I want to put something back the way it was? I never asked for your attention, I'm not pestering the developers about it, instead I attempted to author a fix for anyone who also is not a fan of the change.

Yes, I dont like a core system tool not being part of my desktop, I dont want my updates to fire via a timer, and I have updated my ostree via discover on my bazzite box. I understand a lot of your target audience does want those things, an appliance type experience - I even suggested 2 posts up that perhaps bazzite was no longer for me as the target audience.

I appologise for drawing your ire

edit: FYI I'm not some bad faith poster, having defended bazaar - Also my particular bazzite box has been rebased between Fedora and Aurora, probably accumulated some artifacts in the process, which may explain why my discover had not been previously hobbled. Have a good night

Questa voce è stata modificata (2 settimane fa)
in reply to gnuplusmatt

I also said ublue is free to do what they want


Thank the lord we have your permission




Request, US Border Crossings, Privacy Guides


Hello,

I am trying to gather some information on steps, procedures, and options for increasing privacy while crossing into the US.

My girlfriend goes to school in Canada and crosses the borders frequently throughout the year for; long weekends, extended holiday breaks, semester breaks, and summer breaks.

She'll be going back to Canada for this next year and with everything happening she's asked me to help her find ways to limit her exposure to data being reviewed or stored as she's studying a more Social/Liberal Arts degree which could flag her as a target because of the current political climate.

I've also suggested possibly limiting border crossing instead of coming back as often as she used to.

I'm working through articles and finding things from EFF and ACLU, but would happily taken suggestions, guidance, or any direction from anyone willing to share.

I've considered trying to find a way for her to backup her devices, maybe store those backups in the cloud, create "decoy" states of her devices (elaboration below), then restore the original state of the devices once she's safely past the border.

Devices:

iPhone 11 [18.6]

MacBook Air 13 [Possibly Sequoia 15.5, as stated in her iCloud, she doesn't have it with her right now]

For "decoy" device states, I mean having some apps and data on the devices, but nothing identifying/or that might otherwise give agencies data to further search (online account names/services, stored passwords, large collections of contacts/message histories, etc.)

I've suggested trying to switch to android/PC devices to provide alternative privacy/security options, but her family pays for the devices so it's just the same brand as whatever they have. So, that's not an option at this point, but any statements regarding increased effectiveness, or even lack thereof, by switching to different brand devices may help with any future transition considerations.

Thank you very much for taking the time to read through my post and any guidance you might be able to provide is highly appreciated.

in reply to vimmiewimmie

This article is from The Guardian:

On the advice of various experts, people are locking down social media, deleting photos and private messages, removing facial recognition, or even traveling with “burner” phones to protect themselves.

In Canada, multiple public institutions have urged employees to avoid travel to the US, and at least one reportedly told staff to leave their usual devices at home and bring a second device with limited personal information instead.


It seems like you already know what you’re doing and I agree with everyone else: backup your data and reinstall later. Create an iCloud account specifically for travel purposes.

This article mentions someone who opted to delete their social media accounts before coming to the US. So don’t be surprised or offended when some of us start deleting our comments, lol. Good luck.

EDIT: As long as you have a travel account you shouldn’t need Advanced Data Protection but perhaps after you/she reaches her destination.

Questa voce è stata modificata (1 settimana fa)
in reply to vimmiewimmie

Three basic options exist:

1) Burner: Take a device that isn't a normally used device for each category. Make sure it has nothing you care about on it, no incriminating web history, no accounts logged in or saved as cookies that are incriminating, etc, etc. This is simplest, most expensive, but also most fool-proof against all possible threats.

2) Wiped: Wipe the device before travel, possibly backing things up in the cloud to download after arriving. You'll have to back up again with any changes you make and wipe again before traveling back then at your final destination again restore the device from backups. If you have serious fears of close inspection or forensic analysis then it would behoove you to use a secure erase feature on the drive and reinstall the OS rather than just trying to delete problematic files. For smartphones especially doing this and restoring from a cloud back-up can be pretty easy, for laptops it's more of a pain.

3) Mail ahead: Take the devices to a package service, UPS, FedEx, DHL, etc ahead of time, mail them ahead of or just behind you so they arrive just before or slightly after you. For this to work you need a fixed accommodation that can accept packages and which you trust to store them and give them to you. This technically doesn't prevent mail interception but unless you're a high value target that's unlikely at present as its kind of a multi-agency intentional effort thing. Still I'd mail the device in a fully encrypted state.

No other feasible options exist. You can encrypt yes and if you are a US citizen you cannot be denied re-entry (non-citizens can be not only denied entry but barred for years after for refusing to decrypt a device/cooperate) but they can seize your device and hold it for up to a year while trying to crack it and you'll have to expend effort to get it back at the end of that period. They can also put you in a holding cell for hours or hypothetically up to a couple days if they really want to press it accuse you of something and be unpleasant during that time.



Adding Plasma Discover to Bazzite via Systemd Sysext


Instructions to add Plasma Discover package manager back into Bazzite using a Systemd Sys-Ext. Based on Travier's Fedora Sys-Ext work at travier.github.io/fedora-sysex… and relies on his base images on quay.

I'm really excited about the application of SysExts to bridge the gap many perceive in adopting atomic distros! This seemed like a fantastic solution to adding this tool back for those who want it, without the overhead of package layering

in reply to gnuplusmatt

This is interesting, Bazzite abandoning Discover was the final straw for me to dump Bazzite on my TV pc and move back to Kubuntu. I don't have GameMode anymore but the feeling of being in control is worth it so won't be switching back
in reply to Takahe

I thought so, and its not something Ublue has started using yet to my knowledge - there's some good potential that a lot of stuff they add could just become a set of extensions you can plug in like Lego bricks
in reply to gnuplusmatt

The issue with them right now is there's no update mechanism. If you use something as a system extension that depends on a library in the image, and that library gets updated, you could have an unbootable system or at the very least a non-functioning application until you can update your system extension manually.

Ideally that update mechanism needs to be a part of bootc so if your system extension is part of your boot process it can be updated ahead of time before the image is loaded.

We've looked at it since it's inception and it's something we really want, it's just nowhere near ready yet.

Questa voce è stata modificata (1 settimana fa)
in reply to gnuplusmatt

But why tho? Bazaar (the few times I use it instead of cli) actually works without randomly freezing while loading, searching, downloading, deleting, just about everything, unlike when I tried using Discover on Arch, Opensuse, Kubuntu, Fedora, and Fedora Atomic.
in reply to Luffy

I've never had issues with Discover on Fedora KDE and then even when I moved to Kinoite. I didnt have any issues using it on my Bazzite machine. I wanted it back, I also wanted to see if it was something I could do with a SysExt, which as I said is something I'm excited about, as I have started using them to add stuff on my Kinoite work machine.

It doesn't take Bazaar away, it just puts the items back for anyone who wants it. Spoiled for choice

in reply to Luffy

Bazaar lacks some basic functionality like update notifications and doesn't integrate so well with KDE.


You won't be missed


I changed my main machine over to Linux in the beginning of April, setting it up on its own NVMe so I could keep my other drive with Windows 10 intact and dual boot when needed.

I've been having a blast - ricing hyprland, better workflows, great gaming experiences.

Then yesterday I realized that I hadn't actually bothered to dual boot once since testing out the Windows entry in my systemd-boot menu when I first set it up.

Guess who just gained a 1TB drive to install more games?

I wiped out the Windows drive with no remorse. Damn, that felt good.

Goodbye Windows, you won't be missed.

in reply to funkajunk

I have 2 ssds.
1st ssd has 512MB partition for both Windows and Linux bootloaders and rest of the storage for data, games etc.
2nd ssd has both Windows ans Linux OS on different partitions and some more partitions for data.


Does Google keep logs of my text messages(RCS)?


In the past, I've heard about how Google can keep records of all your Google phone's past locations and text messages.

What about RCS messages which supposedly are encrypted from Android to Android? I know that it's possible that they secretly keep a log behind the scenes, but as far as the regular consumer knows is there any record being kept with regard to the contents of these RCS messages?

in reply to EveryMuffinIsNowEncrypted

I am not misunderstanding you. You just do not understand what E2EE means. Th server is not a sender or a recipient. It is not an "end".
in reply to artyom

Okay, so, originally, I was going to look it up to prove you wrong, but after looking it up across multiple sources, it seems that you're right and I'm wrong.....mostly.

How-To Geek, Proton, and CloudFlare all mirror what you say.

However, the Wikipedia page section "Definitions" does back me up somewhat. It says:

The term "end-to-end encryption" originally only meant that the communication is never decrypted during its transport from the sender to the receiver.[23] For example, around 2003, E2EE was proposed as an additional layer of encryption for GSM[24] or TETRA,[25] ... This has been standardized by SFPG for TETRA.[26] Note that in TETRA, the keys are generated by a Key Management Centre (KMC) or a Key Management Facility (KMF), not by the communicating users.[27]

Later, around 2014, the meaning of "end-to-end encryption" started to evolve when WhatsApp encrypted a portion of its network,[28] requiring that not only the communication stays encrypted during transport,[29] but also that the provider of the communication service is not able to decrypt the communications ... This new meaning is now the widely accepted one.[30]


(Relevent text is embolded.)

So, I'm not misunderstanding, just misinformed that the definition changed.

Make no mistake, of course: I do appreciate you correcting me as I hadn't realized the definition had changed. Lol.

Questa voce è stata modificata (1 settimana fa)



Are there any Linux distros that handle updates similarly to FreeBSD and OpenBSD?


Lately I've been exploring FreeBSD and OpenBSD. One of the more interesting things about them is how they handle OS and package upgrades.

On FreeBSD, the freebsd-update command is used for upgrading the OS and the pkg command is used for managing user packages. On OpenBSD, the syspatch command is used for upgrading the OS and the pkg_* commands are used for managing user packages.

Unlike Linux, these BSDs have a clear separation of OS from these packages. OS files and data are stored in places like /bin and /etc, while user installed packages get installed to /usr/local/bin and /usr/local/etc.

On the Linux side, the closest thing I can think of is using an atomic distro and flatpak, homebrew, containers, and/or snap for user package management. However, it's not always viable to use these formats. Flatpak, snap, and containers have sandbox issues that prevent certain functionality; homebrew is not sandboxed but on Linux its limited to CLI programs.

There's work being done to work around such issues, such as systemd sysext. But I'm starting to feel that this is just increasing complexity rather than addressing root problems. I feel like taking inspiration from the BSDs could be beneficial.

in reply to Leaflet

I think of those as BSD thoughtful and pondered, and Linux as fairly fast and maybe thoughtless (in the jouyful sense that things have to go forward). In the end BSD is definitely cleaner, but behind, and Linux is much messier but is at the front of what's going on.

And I'm sayin this as someone who's worked with both systems for decades and even though I prefer Linux on the desktop or on servers, on embedded systems, where you'd need some really clean code to poke at, BSD really shines.

Of course BSD works fine (mostly) everywhere. It's almost as good today as it was in 2000.

in reply to Leaflet

Alpine package manager and use of MUSL over glibc are pretty similar to a BSD. Like others have pointed out there are limits to how closely a Linux distro can match the deliberate structure of those distros given the different design philosophy



Coming back full circle after 30 years.


Back in the early days of 1995, I picked up a Slackware CD from the computer shop I worked at in lieu of payment with no idea what it was or how to use it. This was my first foray into the world of Linux. From that point I used Linux off and on sporadically until I moved past the tinkering phase of college, watching the rise and fall of new technologies and better and better innovation, and just wanting things to work like I expected out of the box.

However, in the last few years I have stopped being excited about new innovation. Because with it comes not an exciting new world, but a plethora of subscription models, paywalls, data mining, and general enshitification that has become the norm in tech. Things have stopped working like I expect out of the box. In fact, I am having to actively twist and bend them to do what I want without compromising my privacy and my wallet.

Which leads me to present day and I decided to try throwing Ubuntu onto an ancient laptop headed to the scrap heap. It worked flawlessly right out of the box. With the addition of a little ram, I was able to set up a new media server running dockers, pihole and several other applications that would have taken me extensive time and money to get working like I wanted in a mainstream OS.

I found myself excited again about technology.

So last weekend I pulled up my daily driver gaming rig with the intention of shrinking down the pre-installed Windows operating system and trying Ubuntu there as my mainstream OS. Which is where I discovered that it was in fact not a single 2 TB drive inside, but a set of 1 TB drives configured in raid 0, taking up both M2 slots. So my fun little weekend project was once again thwarted by an off the shelf configuration that wasn't quite what it advertised.

It's just a roadblock to a journey that'll require a little more time and money to do safely, keeping the old drive intact while I migrate to something new and better. But that's okay. Storage is cheap and booting the try-out OS from a USB drive was exceeding my expectations.

I'm eager to move forward and see how Proton works in an environment where it can shine. I want to see how much open source software can replace the bloated and clunky OS on my current machine. I want to learn Python and move past the power shell knowledge I've had to build in the workforce.

See you all again real soon.

in reply to mwknight

Sounds great. Ubuntu works good out of the box. My only recommendation with Ubuntu is that instead of using 'Snap' checkout flatpak. Snap will update shit without your knowledge, or say so, and is 'closed'. Snap goes against the philosophy of a free and open system, where as flatpak does not. And flatpak provides just as many apps as Snap AFAIK.
in reply to mwknight

Back in the early days of 1995, I picked up a Slackware CD from the computer shop


Hit me right in the feels. Good times that. Honestly back then I chose Slackware because of the name haha.



How can one consume media these days with any sort of privacy?


With a privacy protecting setup, the mainstream internet is almost unusable. To sign up for social media or even a gmail account, one has to provide a phone number for verification. Youtube doesn't work when not signed into a Google account, or if one is connected to a VPN. Even downloader programs like yt-dlp and freyr have been rendered useless by the strict access controls of the major platforms. There is a vast amount of community, DIY, and educational material of all sorts behind these platform walls, so how can someone who doesn't want to be tracked access any of it these days?

There are alternatives like archive.org and peertube which are wonderful but have nowhere near the amount of content that people have been uploading to YouTube over the years. For example, if I need to fix a washing machine and there is a tutorial on YouTube, how can I see it while still preserving a modicum of privacy online?

in reply to fort_burp

Some sites also use canvas blocking as a metric to determine if you're a bot or not. Bit that wouldn't affect Freetube. Freetube is its own app, so I would check to see what it has under the API settings. It should fall back to the "local API" which is just your internet connection. The Invidious APIs rarely work for me anymore.


Google will require developer verification for Android apps outside the Play Store


cross-posted from: jlai.lu/post/24787719

Starting next year, Google will begin to verify the identities of developers distributing their apps on Android devices, not just those who distribute via the Play Store.




Google will require developer verification for Android apps outside the Play Store


Starting next year, Google will begin to verify the identities of developers distributing their apps on Android devices, not just those who distribute via the Play Store.



in reply to Mas

Is this just a signature check when installing? Could it be bypassed by getting your dev cert and just signing everything you want to install? Things like obtainium and fdroid could even have a "load your own cert" option and automate this.
in reply to Mas

Does this even effect GrapheneOS? Could they not use their own package installer by getting rid of the installer code?



The Fed Has Never Been Independent


While Donald Trump’s attacks on the Fed are deeply authoritarian, the institution itself is far from blameless. From the 2008 crash to the pandemic, its primary aim has been to protect the interests of the wealthy.




Open DVD player


Open DVD player #photography
Found this player in a closet and decided to test it.
As some buttons weren't working, tried opening it, and then taking a photo of the model to ask a technician.
It came out surprisingly aesthetic, me thinks.




A group of more than 85 scientists find errors in a new Energy Department climate report




mensileOSM 4 (agosto 2024)




AOL announces September shutdown for dial-up Internet access


After decades of connecting Americans to its online service and the Internet through telephone lines, AOL recently announced it is finally shutting down its dial-up modem service on September 30, 2025. The announcement marks the end of a technology that served as the primary gateway to the World Wide Web for millions of users throughout the 1990s and early 2000s.

reshared this



Tuesday, September 2, 2025


Zelensky announces faster air defense deliveries after deadly Russian strikes -- Ukraine liberates village of Novoekonomichne in Donetsk Oblast -- Russian map behind top general hints at ambitions to seize Ukraine's Odesa, Kharkiv -- Russia-Ukraine naval

Share

The Kyiv Independent [unofficial]


This newsletter is brought to you by Medical Bridges.

Medical Supplies for Ukraine’s Hospitals. Partnering for global health equity.

Russia’s war against Ukraine


Infantrymen of the operational battalion of the 13th Brigade of the National Guard of Ukraine, “Khartiia,” practice airborne skills using an American M113 tracked armored personnel carrier in Kharkiv Oblast on Aug. 29, 2025. (Viacheslav Madiievskyi / Ukrinform / NurPhoto via Getty Images)

Ukraine liberates village of Novoekonomichne in Donetsk Oblast, General Staff says. Ukrainian assault groups spent two weeks fighting to liberate the settlement, raising the national flag in the village center on Aug. 31, according to the General Staff.

Russian front-line advances have slowed down in August, monitoring group says. The pace of Russia’s advance in Ukraine dropped by 18% in August, with Russian forces occupying 464 square kilometers of territory.

Russian strikes hit Kyiv, Sumy, Odesa oblasts, causing fires and casualties. In Kyiv Oblast, a Russian drone strike hit the Bila Tserkva community, killing one person and wounding others, Secretary of the Bila Tserkva City Council Volodymyr Vovkotrub said.

Russian forces allegedly preparing major assault toward Siversk in Donetsk Oblast, Ukraine’s military says. Siversk, Russia’s new potential target, lies about 10 kilometers (6 miles) west of Russian-occupied territory and just south of the contested Serebrianskyi Forest.

Your contribution helps keep the Kyiv Independent going. Become a member today.

Zelensky to reportedly meet European leaders in Paris on Sept. 4. U.S. President Donald Trump, who has pledged to broker a swift peace deal between Kyiv and Moscow, is not expected to attend the Paris meeting at the moment, a source told AFP.

Ukraine’s SBU files in absentia notice of suspicion against Kadyrov for war crimes. The Security Service of Ukraine (SBU) announced on Sept. 1 that it had charged Chechen leader Ramzan Kadyrov in absentia with war crimes against Ukrainian soldiers.

Russian map behind top general hints at ambitions to seize Ukraine’s Odesa, Kharkiv. While Moscow has publicly insisted on full control of Donetsk, Luhansk, Kherson, and Zaporizhzhia oblasts, the map indicated possible plans extending to Odesa and Kharkiv, neither of which had been included in earlier demands.

Zelensky announces faster air defense deliveries after deadly Russian strikes. “We are accelerating the supply of additional air defense systems to enhance protection against missiles,” President Volodymyr Zelensky said.

Read our exclusives


Ukraine war latest: Ukraine liberates another village in Donetsk Oblast amid ongoing Russian offensive

Ukraine’s 425th Regiment has liberated the village of Novoekonomichne in Donetsk Oblast and raised the national flag, the General Staff announced on Sept. 1.

Photo: Anadolu via Getty Images

Learn more

Russia-Ukraine naval drone arms race could ‘usher in a new era of warfare’

After a string of devastating Ukrainian strikes that crippled much of its Black Sea Fleet, Russia is now turning to naval drones in a bid to rebuild its presence and adapt to a new phase of maritime warfare.

Photo: Stringer / AFP via Getty Images

Learn more

As Putin shakes hands with Modi, Xi, here’s the state of Russia’s allies

After three years of international isolation, Russian President Vladimir Putin is back at the forefront of the global stage.

Photo: Gavriil Grigorov / Pool / AFP via Getty Images

Learn more

From Crimea to Donbas, Russia’s “peace” has always meant more war. We’re here in Ukraine to give the world a reality check. Support independent journalism in this critical moment.

BECOME A MEMBER

MAKE A DONATION

Human cost of Russia’s war


General Staff: Russia has lost 1,083,790 troops in Ukraine since Feb. 24, 2022.

The number includes 800 casualties that Russian forces suffered over the past day.

International response


US Treasury’s Bessent says ‘despicable‘ Russian bombing campaign against Ukraine puts all sanctions options on the table. Treasury Secretary Scott Bessent told Fox News on Sept. 1 that the Trump administration is considering new sanctions on Russia after Moscow intensified strikes on Ukraine despite recent peace talks.

Slovak PM Fico plans meetings with Putin, Zelensky this week. Slovak Prime Minister Robert Fico announced on Sept. 1 that he will visit China to meet with Russian President Vladimir Putin, followed by a meeting with President Volodymyr Zelensky in Slovakia.

Key Chinese bank reportedly halts Russia payments after EU sanctions.

Heihe, a small rural lender, was one of the last Chinese banks willing to process transactions for Russian non-sanctioned credit organizations after larger Chinese banks cut off such services.

EU considers tighter rules to block Russian gas after 2027 ban, Bloomberg reports. The plan specifically raises concerns over gas shipped through TurkStream, the pipeline linking Russia with Southeast Europe.

Russia’s oil infrastructure under fire | Ukraine This Week

In other news


Kyiv names managers for US-Ukraine investment fund ahead of first meeting. The announcement sets the stage for the fund to become functional after four months of preparation by America’s International Development Finance Corporation (DFC) and Ukraine’s Support Public-Private Partnership Agency (PPP Agency).

Suspected Russian jamming hits von der Leyen’s plane during Bulgaria visit. “We can confirm there was GPS jamming, but the plane landed safe,” European Commission spokesperson Arianna Podesta confirmed for the Kyiv Independent.

Kim Jong Un travels to China to join Xi, Putin at WWII anniversary events. Photographs published by North Korean media showed Kim with senior officials, including Foreign Minister Choe Son Hui, inside his dark green armored train.

This newsletter is open for sponsorship. Boost your brand’s visibility by reaching thousands of engaged subscribers. Click here for more details.

Today’s Ukraine Daily was brought to you by Martin Fornusek, Tymur Zadorozhnyy, Oleksiy Sorokin, Kateryna Hodunova, Olena Goncharova, and Sonya Bandouil.

If you’re enjoying this newsletter, consider joining our membership program. Start supporting independent journalism today.

Share

#russia #video #bulgaria #china #blog #community #eu #Trump #chinese #kimjongun #europe #aviation #vlog #genocide #GPS #ukrainian #Ukraine #drones #homes #Putin #bombing #warcrimes #moscow #Apartments #украина #fico #Kyiv #путин #zelensky #Sanctions #Kadyrov #PeaceTalks #Sumy #navigation #odesa #русский #RussianGas #PutinWarCrimes #CrimesAgainstHumanity #casualties #RussianWarCrimes #missiles #terrorists #houses #Slovakia #sbu #BlackSea #Siversk #BlackSeafleet #KharkivOblast #fires #frontline #Киев #геноцид #russianterrorists #Slovak #advances #russianterrorism #liberate #nationalguard #RussianAggression #TurkStream #armsrace #KyivIndependent #Europeanleaders #gpsjamming #internationallawviolations #SeaDrones #ukrainiansoldiers #killingcivilians #residentialbuildings #russianstrikes #Russianforces #CiviliansTargeted #ComradeKrasnov #airdefenses #russianambitions #m113 #civiliansAttacked #civiliansTortured #DonetskOblast #Военныепреступления #RussianCausalities #residentialAreas #RussianOccupied #Гражданские #нападавшиенапытку #Преступленияпротивчеловечности #Русскиесмерти #убитые #цивилийцы #airborneSkills #armoredPersonnelCarrier #assaultGroups #BilaTserkva #ChineseBanks #infantrymen #Khartiia #liberatesVillages #majorAssaults #maritimeWarfare #navalDrones #Novoekonomichne #oblasts #oilInfrastructure #RussianJamming #RussianMap #SerebrianskyiForest


Chinese social media platforms roll out labels for AI-generated material


Major social media platforms in China have started rolling out labels for AI-generated content to comply with a law that took effect on Monday

reshared this

in reply to schizoidman

so one of the most censord and biggest social media sites in the world will label ai generated contend while Chinese ambassadors post ai generated propaganda on x. that's just funny.
in reply to schizoidman

There are very few things the chinese government does right. This may be one of them.


Apertus (Switzerland’s first large-scale, open, multilingual language model)


Apertus (Switzerland’s first large-scale, open,... #ai #tech #switzerland
ethz.ch/en/news-and-events/eth…

Technology Channel reshared this.

in reply to Fitik

Nice. This is the one that supposedly comes with open data sets, training data and everything, and it's a true "open-source" model. Seems it's avalable in 7B and 70B.
Questa voce è stata modificata (5 giorni fa)
in reply to hendrik

Yup, I see pretrain data on their GitHub, cool to see it released

github.com/swiss-ai/pretrain-d…



¡Y'arrrrr matie! ¿¡But do you pirate this harRrrrRrRrRrd?!"


¡I can't say that every song in that Serato™ playlist was paid for!
in reply to shades

!drumandbass@lemmy.world

Or

!jungle@lemmy.world

May also appreciate this 😀

Questa voce è stata modificata (5 giorni fa)




unghie schifose piegate nel dentro dell’anima persa


Ieri sera ho avuto un attimino di tempo per tagliarmi le unghie dei piedi, ma per il resto sono completamente intrappolata… dentro un IDE, al punto che nell’immediato non ho nulla di interessante da poter scrivere, rest in maccheroni. Quindi, anche stamattina sono costretta a parlare semplicemente di un altro piccolo fattore dello schifo speciale […]

octospacc.altervista.org/2025/…




Scottish government trial of four-day week improves productivity and staff wellbeing


Increased productivity and improved staff wellbeing were among the results of a year-long trial of the four-day week by the Scottish government.

Staff at the two organisations reported less work-related stress and greater satisfaction with their jobs and work-life balance.

Almost all workers (98%) at SOSE believed the four-day week trial improved motivation and morale, while there was a decrease in workers taking time off sick and a 25% fall in those taking sick days for psychological reasons.

in reply to HellsBelle

Now watch them still not implement it. Our overlords demand we toil in misery.
in reply to HellsBelle

Yet the Nerd-reich wants to bring back feudalism.

commondreams.org/opinion/big-t…

Questa voce è stata modificata (1 settimana fa)


Malawi set to run out of TB drugs in a month after US, UK and others cut aid


Malawi is facing a critical shortage of tuberculosis drugs, with health officials warning that stocks will run out by the end of September.

It comes just months after the World Health Organization (WHO) revealed that the country had successfully reduced tuberculosis (TB) cases by 40% over the past decade.

But the health ministry, which was already badly hit by the cuts in aid from the US, UK and other donors, has been forced to warn the public of low stocks of first-line TB medicines across Malawi, which means patients may find their treatment disrupted or ended.

Dr. Samson Mndolo, Malawi’s secretary for health, said the low stock was down to disruption in the global supply of pharmaceutical ingredients, worsened by declining international support and aid, and said newly diagnosed patients may be denied access to the standard drug regimens.


in reply to PushButton

The stock market is vibes based these days. Posting investors screeching about a bubble isn't some argument.

Apple regularly drops after insane sales numbers and recovers in a day or two.

Questa voce è stata modificata (1 settimana fa)