what's a good phone?
Hey there! i currently have a Samsung Galaxy A55 and i want to try one of the privacy focused phones. But idk which is the best i could try.
My findings:
- Fairphone with /e/OS, but ive heard /e/OS is apparantly not that secure.
- Google Pixel with GrapheneOS, but with this one I still need to buy from Google.
- Linux phones, but I'm concerend they dont support all the apps i want to use.
that being said, can you use MicroG instead of Google Services for ALL apps? or does it only work for things like Revanced?
edit:
i also use a Samsung smartwatch with Google Wallet so would this still be possible with an alternate OS?
like this
don't like this
AI answers Microsoft licensing questions, helps you choose
AI upstart aims to do what mere mortals can't: Make sense of Microsoft licensing
Interview: Thankfully, Onyx's model also knows when to defer to a human for adviceRichard Speed (The Register)
Colliri anti-presbiopia: quali sono e come funzionano?
Colliri anti-presbiopia: quali sono e come funzionano?
La FDA ha approvato colliri innovativi contro la presbiopia a base di aceclidina e pilocarpina. In Europa non sono ancora autorizzati: ecco come funzionano e i risultati degli studi.www.my-personaltrainer.it
Io sinceramente non trovo molto naturale un mini schermo a pochi cm dagli occhi, un po' come i visori, un led sparato a quella distanza nell'occhio mi farebbe un po' paura usato a lungo.
Finché usi un visore per poco tempo per una simulazione o un training immersivo ancora ancora...
Nel tuo caso meglio provare i prossimi occhiali neuralink allora
UK Labour Party members vote to recognise Gaza genocide at conference
UK Labour Party members vote to recognise Gaza genocide at conference
The move adds pressure on the UK government, led by Keir Starmer, which has been slammed over its stance on Gaza war.Caolán Magee (Al Jazeera)
like this
Unikaj retaj kursoj sur universitata nivelo
La hispana universitato UNED estas la sola eŭropa distanca universitato, kiu proponas kursojn de Esperanto samnivele kiel kursojn de la angla kaj aliaj grandaj naciaj lingvoj. Ekzamenoj okazas ĉeeste, sekvante la Komunan Eŭropan Referenc-Kadron por Lingvoj. Tion ebligas interkonsento inter UNED kaj Hispana Esperanto-Federacio. La kursojn povas partopreni ĉiuj, kiuj pretas pagi la kotizon. Kompreno de la hispana estas nepra en la unua kurso, konsilinda en la dua, nenecesa en la tria.
Verda Majorano reshared this.
Recommendations for audio production software?
I have literally zero experience with creating audio, but I want to try something new for me.
I know most people who are "properly" into music production are just using a Mac, because it just works and where a lot of the software is available.
Thing is, I have zero expectations.
I don't need a lot of features, plug-ins, and whatever. Most stuff will probably just be fine for me.
Heck, I don't even know what I need in the first place to get a full "stack" of audio production software.
For the start, I'd prefer something simple.
Mostly just something where I can arrange a few recorded audio tracks onto each other and maybe edit them a bit.
Something where I can record the tracks with my microphone (and some time later maybe an input device like a piano keyboard, e-guitar, etc.) and listen them at the same time, preferably in the same program.
What are your experiences with making music on Linux?
What software would you recommend?
like this
Chat Control is back & we've got only a few weeks to stop the EU CSAM scanning plans.
The Dastardly Danes and Ursula are at it again.
Chat Control is back & we've got two months to stop the EU CSAM scanning plans. | Tuta
The EU Regulation to Prevent and Combat Child Sexual Abuse, first published in May 2022, has become the "most criticized law of all time". Here's how to stop it now!Tuta
like this
And there it is, an oppressive weapon camouflaged as a nicely packaged present. What I seem to realise is our "dependancy" on the governments perspective - it's like they already speak the ultimate truth, testing the limits of what is democracy.
Is it really right to be weaponising children and minors into essentially constructing a totalitarian regime? Because, in my perspective they are using our young people as human shields to justify their hideous acts against humanity.
It is best not to forget who's the actual enemy. Because, in the future no one will be safe - no matter the age.
Pidgin 3.0 Experimental 4 (2.93.0) has been released!
We are ecstatic to announce that we have released the fourth experimental version of Pidgin 3.0!!! This is a pre alpha release with an official version number of 2.93.0. We will continue releasing in this fashion until we are ready for 3.0.0 which will be the release we consider ready for end users.
The release can be found on SourceForge and should show up on Flathub Beta shortly.
If you don’t want to use the Flathub Beta method, there are build instructions in the README for building a flatpak locally or installing into a meson devenv. Both methods avoid installing directly to your OS installation which is the preferred method as there is no easy way to uninstall.
About
Just like the previous experimental releases, this is a timed release. It is a snapshot of what we currently have and is something we think other tinkerers and developers may want to start playing with, but again, it is not meant for end users.
Most things are not implemented, the user interface has not been polished at all, and there are so so many bugs. As such we are asking that packagers please do not package this for your users yet as the potential support requests will be too much for us to handle at this time.
There's a number of things that unfortunately went unfinished for this release so you may notice more bugs than previous experimental releases. But like usual, there's still been plenty of progress for everyone to check out!
Looking forward, Experimental 5 is scheduled for 2025-12-31 and will have a version number of 2.94.0.
We have a bunch of tickets entered for Experimental 5, and you can keep an eye on the Burndown Chart for Experimental 5 to stay informed. As always, priorities and possibilities can and will change, so even if something is listed for this release that doesn’t mean it will be in the release until it’s actually completed.
If you would like monthly updates, be sure to check out the #state-of-the-bird posts!
Highlights
We have a bunch of highlights this release, but some are hard to show in text, but we'll do our best!
Developer Migration Guide
We have started the huge task of describing how to migrate code from Purple 2 to Purple 3. That document is available at docs.imfreedom.org/purple3/migrating.html.
This is for migration only. We're still looking at doing some sort of compatibility layer, but we don't want to put a lot of time into that until we're much more confident in the APIs not changing. We are also looking to do an architecture document as well that will explain some of the finer details of the APIs.
Backends
Many of our data sources need to be persisted when the program isn't running. We've done this a number of ways over the years, but in this release we have created a new pattern of using backends to abstract this out.
For example, a user interface can tell Purple.ConversationManager to not persist conversations or to persist them in a SQLite database using Purple.ConversationManagerSeagullBackend. Many more of these will be popping up in the future for the other managers.
Conversation Persistence
As mentioned above Purple now keeps track of your open conversations assuming the conversation manager was told to use a backend that persists data which Pidgin does by default.
This means you no longer have to add a channel to your contact list and tell it to auto join, it will just automatically happen for all conversations (dms, group dms, channel, etc) that were still open when you closed the program which matches the behavior of many modern clients.
New Application Icon
The one and only Hykle Bons has come out of retirement to create a new application icon for Pidgin 3 which you can see below. If you have any comments regarding it, there is a post for that over here.
Color Scheme Preference
You can finally chose to have Pidgin follow the system theme or force it into light or dark mode!
ChangeLog
General:
- Update to Ibis 0.14.0 (RR 4043) (Gary Kramlich)
- Tell meson about our license (RR 4045) (Gary Kramlich)
- Add a test to make sure the flatpak dependencies have been updated (RR 4044) (Gary Kramlich)
- Only add the flatpak dependencies test when compiling for linux (RR 4049) (Gary Kramlich)
- Fix some Since tags (RR 4059) (Elliott Sales de Andrade)
- Deprecate ChangeLog.API (RR 4128) (Gary Kramlich)
- Port the protocols to the birb string functions (RR 4139) (Gary Kramlich)
- Ignore the meson subproject .wraplock file (RR 4145) (Gary Kramlich)
- Stop setting XDG_RUNTIME_DIR in devenv (RR 4170) (Elliott Sales de Andrade)
macOS:
- Fix some issues with the macOS native files (RR 4165) (Gary Kramlich)
- Hide duplicate menu items (RR 4166) (Gary Kramlich)
libpurple:
- Serialize conversations and their tags (PIDGIN-17989) (RR 4048) (Gary Kramlich)
- Load conversations back in from the database (PIDGIN-17989) (RR 4051) (Gary Kramlich)
- Replace PurplePlugin by GPluginPlugin (RR 4063) (Elliott Sales de Andrade)
- Add Purple.ConversationManager.get_all_for_account (RR 4065) (Gary Kramlich)
- Remove a bunch of unused and unnecessary preferences code (RR 4066) (Gary Kramlich)
- Delete conversations from the database when the user leaves them (RR 4064) (Gary Kramlich)
- Create Purple.ScheduleTask (PIDGIN-18105) (RR 4072) (Gary Kramlich)
- Create Purple.Scheduler (PIDGIN-18105) (RR 4073) (Gary Kramlich)
- Tell gir to ignore the Purple.Request functions that aren't bindable (RR 4076) (Gary Kramlich)
- Delete the purple_gdk_pixbuf api (RR 4075) (Gary Kramlich)
- Remove searching from Purple.ProtocolContacts (RR 4078) (Gary Kramlich)
- Remove Purple.CircularBuffer (RR 4083) (Gary Kramlich)
- Clean up and modernize PurpleImage (RR 4074) (Gary Kramlich)
- Replace Purple.Avatar with Purple.Image (RR 4084) (Gary Kramlich)
- Add an avatar-for-display property to Purple.ContactInfo (RR 4086) (Gary Kramlich)
- Fix some broken logic in Purple.Conversation.send_message_async (RR 4095) (Gary Kramlich)
- Fix the birb header path (RR 4097) (Gong Zhile)
- Add builtin library dependency for introspection (RR 4098) (Gong Zhile)
- Create Purple.Contacts (PIDGIN-18106) (RR 4077) (Gary Kramlich)
- Create Purple.ProtocolDirectory (PIDGIN-18108) (RR 4079) (Gary Kramlich)
- Add Purple.ConversationMembers.find_first_other (RR 4087) (Gary Kramlich)
- Move Purple.Conversation.find_or_add_member to Purple.ConversationMembers (RR 4100) (Gong Zhile)
- Convert Purple.Tags to a Gio.ListModel (PIDGIN-18002) (RR 4088) (Gary Kramlich)
- Some tweaks for Purple.ConversationMember and Purple.ConversationMember (RR 4102) (Gary Kramlich)
- Fix up the account manager (RR 4090) (Gary Kramlich)
- Add default handlers to Purple.Account to manage the online state of conversations (RR 4092) (Gary Kramlich)
- Add a Purple.ContactInfo:badges property (PIDGIN-18114) (RR 4103) (Gary Kramlich)
- Many updates for Purple.ProtocolContacts (PIDGIN-18112 PIDGIN-18115 PIDGIN-18116) (RR 4105) (Gary Kramlich)
- Clean up some stuff in Purple.Protocol (RR 4109) (Gary Kramlich)
- Check for the MESON_TEST_ITERATION envvar before adding our default plugin paths (PIDGIN-18121) (RR 4115) (Gary Kramlich)
- Add vfuncs to Purple.Protocol for setting display names (PIDGIN-18117) (RR 4107) (Gary Kramlich)
- A Bunch of cleanups for the credential manager (RR 4116) (Gary Kramlich)
- Fix some minor issues in protocol directory (RR 4122) (Gary Kramlich)
- Add Purple.Conversation::displayed (RR 4093) (Gary Kramlich)
- Add an id property to Purple.Command (PIDGIN-18118) (RR 4106) (Gary Kramlich)
- Remove all of the proxy code (RR 4120) (Gary Kramlich)
- Move the saved-plugins preference to GSettings (RR 4121) (Gary Kramlich)
- Remove the preferences API (RR 4123) (Gary Kramlich)
- Remove Purple.AccountManager.foreach (RR 4124) (Gary Kramlich)
- Add a unit test for Purple.CommandManager.get_commands_for_conversation (PIDGIN-18119) (RR 4108) (Gary Kramlich)
- Remove Purple.ContactInfo:username (RR 4114) (Gary Kramlich)
- Add Purple.AccountManagerBackend (RR 4125) (Gary Kramlich)
- A bunch of random cleanups for Purple.Ui (RR 4126) (Gary Kramlich)
- Rename Attachment:inline to Attachment:is-inline to fix some compiler errors on Windows (RR 4131) (Gary Kramlich)
- Add Purple.Account.disconnect_with_new_error (RR 4133) (Gary Kramlich)
- Create a Noop AccountManagerBackend (RR 4134) (Gary Kramlich)
- Update Purple.AccountManager to use Purple.AccountManagerBackend (RR 4135) (Gary Kramlich)
- Create Purple.SchedulerBackend (PIDGIN-18105) (RR 4127) (Gary Kramlich)
- Port libpurple to the birb string functions (RR 4140) (Gary Kramlich)
- Remove some unused utility functions (RR 4142) (Gary Kramlich)
- Remove the network API (RR 4141) (Gary Kramlich)
- Create Purple.AccountSetting (RR 4143) (Gary Kramlich)
- Remove the private PurpleAccountSetting type (RR 4144) (Gary Kramlich)
- Add Purple.AccountSettings (RR 4146) (Gary Kramlich)
- Add Purple.Protocol.get_default_account_settings (RR 4147) (Gary Kramlich)
- Create Purple.AccountSettingStringList (RR 4153) (Gary Kramlich)
- Update the default account settings handler to include user splits (RR 4154) (Gary Kramlich)
- Add Purple.Account:disconnected to complement Purple.Account:connected (RR 4157) (Gary Kramlich)
- Fix settings initialization in network prefs (RR 4161) (Elliott Sales de Andrade)
- A first pass at documenting how to migrate from purple 2 (RR 4155) (Gary Kramlich)
- Remove the last remnants of GdkPixbuf (RR 4169) (Gary Kramlich)
- Add remove all and update methods to Purple.AccountSettings (RR 4159) (Gary Kramlich)
- Make sure accounts have names when saving and loading (RR 4171) (Gary Kramlich)
- Ignore a libxml deprecation (RR 4177) (Gary Kramlich)
- Replace the debug subsystem with macros to the glib counter parts (RR 4178) (Gary Kramlich)
- Clean up the plugins API (RR 4179) (Gary Kramlich)
- Update libpurple to use Purple.Account:name when referring to accounts (RR 4174) (Gary Kramlich)
- Remove the History API (RR 4176) (Gary Kramlich)
- A few cleanups in the account api (RR 4182) (Gary Kramlich)
- Rename Purple.AccountManager.get_connected to get_connected_accounts and return a Gio.ListModel (PIDGIN-18120) (RR 4183) (Elliott Sales de Andrade)
- Add implements functions to Purple.ProtocolFileTransfer (RR 4180) (Gary Kramlich)
- Create Purple.ConversationManagerBackend (PIDGIN-18128) (RR 4184) (Gary Kramlich)
- Update Purple.ConversationManager to use a Purple.ConversationManagerBackend (RR 4185) (Gary Kramlich)
- Create Purple.ConversationManagerSeagullBackend (RR 4189) (Gary Kramlich)
Pidgin:
- Re-enable links in Pidgin.Message (RR 4047) (Gary Kramlich)
- Update Pidgin.DisplayWindow to load existing conversations (RR 4050) (Gary Kramlich)
- Move the input box to a GtkSourceView (RR 4071) (Gary Kramlich)
- Use the presence message of a contact for the subtitle of DM's (RR 4081) (Gary Kramlich)
- Update Pidgin.InfoPane a bit and expose the avatar (RR 4085) (Gary Kramlich)
- Don't show the presence icon in messages (RR 4089) (Gary Kramlich)
- Remove the toplevel plugins menu (RR 4113) (Gary Kramlich)
- Use the account's username in Pidgin.AccountDisplay (RR 4112) (Gary Kramlich)
- Add Pidgin.Application:can-join-channel and bind actions to it (PIDGIN-18122) (RR 4110) (Gary Kramlich)
- Update pidgin to use the birb string functions (RR 4138) (Gary Kramlich)
- Add a Pidgin.Badges widget to contacts in the contact list (RR 4136) (Gary Kramlich)
- Import our new application icon from the one and only Hylke Bons (RR 4137) (Gary Kramlich)
- Fix parenting of Account Manager window on initial startup (RR 4162) (Elliott Sales de Andrade)
- Remove the old broadway backed tests (RR 4167) (Gary Kramlich)
- Remove pidginprivate.h (RR 4168) (Gary Kramlich)
- Add a dark/light color scheme setting (PIDGIN-18085) (RR 4163) (Elliott Sales de Andrade)
- Add the account name to the account editor (RR 4172) (Gary Kramlich)
- Update Pidgin.AccountDisplay to use the Purple.Account:name property (RR 4173) (Gary Kramlich)
- Update pidgin to use Purple.Account:name when referring to accounts (RR 4175) (Gary Kramlich)
- Don't tell gtk to register the application with the session manager (RR 4187) (Gary Kramlich)
Demo:
- Mark messages sent in the demo protocol as delivered (RR 4094) (Gary Kramlich)
- Port the demo protocol to ProtocolDirectory (RR 4080) (Gary Kramlich)
- Make the demo protocol plugin use the active presence (RR 4091) (Gary Kramlich)
- Add an external contact ot the Demo protocol (PIDGIN-18101) (RR 4101) (Gary Kramlich)
IRCv3:
- Implement the /me command (RR 4070) (Gary Kramlich)
- Fix an issue where the status messages weren't being written (RR 4111) (Gary Kramlich)
- Port IRCv3 to the new account settings (RR 4156) (Gary Kramlich)
- Only send WHO on our own joins (RR 3986) (Gary Kramlich)
SIP:
- Remove sofia as a dependency as we're not going to use it (RR 4046) (Gary Kramlich)
- Silence a warning in the sip protocol skeleton (RR 4082) (Gary Kramlich)
KWallet:
- Remove moc file generation for kwallet plugin (RR 4186) (Markus Fischer)
Thank You!
Thank you everyone for your continued support of Pidgin, it means a lot to us!
If you’re interested in contributing, you can check out our Contributing Guide to get started.
Also be sure to check out our merch store!
And if you’re feeling generous, you can learn how to donate to the project on our Donation Page.
Installation | Flathub Documentation
Please refer to the Flatpak installation instructions for yourdocs.flathub.org
Taiwan pressured to move 50% of chip production to US or lose protection
Taiwan pressured to move 50% of chip production to US or lose protection
Trump official plots “impossible” deal moving Taiwan’s chip supply chain into US.Ashley Belanger (Ars Technica)
like this
How McKinsey and Climate Change Wrecked Insurance
A secret report shows that Florida underwriters were banking massive profits while stiffing customers. Welcome to insurance in the era of climate collapse.
Archived copies of the article:
* archive.today
* ghostarchive.org
merriam-webster.com/dictionary…
prof·i·teer·ing ˌprä-fə-ˈtir-iŋ
the act or activity of making an unreasonable profit on the sale of essential goods especially during times of emergency
(which is normal and desirable in capitalist free market systems)
Mystery fleet of US Air Force tankers crossing Atlantic stirs war fear
Mystery fleet of US Air Force tankers crossing Atlantic stirs echoes of Iran strike ahead of secret military meeting
As President Trump prepares to meet generals and admirals at a shadowy meeting tomorrow, verified X accounts are reporting deployment of US air tankers to Europe, citing flight tracking data.Elina Shirazi (Daily Mail)
adhocfungus likes this.
Climate Activists Thwarted in U.S. Courts Are Headed to an International Tribunal for Review
Climate Activists Thwarted in U.S. Courts Are Headed to an International Tribunal for Review - Inside Climate News
Plaintiffs who sued the U.S. government in 2015 for promoting fossil fuel policies and failing to protect them from climate change have petitioned the Inter-American Commission on Human Rights for an investigation and remedies.Inside Climate News
Octopuses Invade the English Coast, ‘Eating Anything in Their Path’ | The highly intelligent cephalopods filled fishing nets and gobbled up crabs and lobsters in Devon and Cornwall this summer.
According to Steve Simpson, a professor of marine biology at the University of Bristol, “climate change is a likely driver” of the population boom. “We are right on the northern limit of the octopus species range, but our waters are getting warmer, so our little island of Great Britain is becoming increasingly favorable for octopus populations,” he said.
Plural of Octopus: Octopi vs. Octopuses vs. Octopodes
Which is correct? We'll get into it.Editors of Merriam-Webster (Merriam-Webster)
Fry's Electronics Linux PC from 2005 - GQ3131 with Linspire
i used to have one of these and it was the first time i went with linux fulltime.
i was an employee of fry's electronics so i got a discount with it as well. lol
EDIT: mine didn't come with speakers, but that keyboard made me feel nostalgic. and speaking of penny pinching: fry's never updated their sales/inventory system past msdos 6.22
Public and Planet to 'Pay the Price' as Trump Props Up Coal With $625 Million Bailout
Trump's Department of Energy announced it is investing $625 million in the coal industry, sparking backlash from climate advocates.
Public and Planet to 'Pay the Price' as Trump Props Up Coal With $625 Million Bailout
One campaigner called it "nothing more than a wealth transfer from the American people to Trump's billionaire friends sitting atop a failing industry."jessica-corbett (Common Dreams)
Ex-Republican South Carolina House member admits to distributing hundreds of child sex abuse videos
Former Republican South Carolina Rep. RJ May has admitted in court to sending hundreds of videos of children being sexually abused across the country via social media
Imgur is now geoblocking the UK
This includes the ability to see images embedded into other sites.
adhocfungus likes this.
I have no idea, but it was one of a few forums that reported it first before news sites even were aware of it. I posted follow-up here lemmy.zip/post/49951704
Despite bomb threats, war fears, and disinformation, Moldovans still show up to reject Russia
In a country haunted by Soviet memory and threatened by Russian influence, ordinary voters chose the path toward Europe.
Archived version: archive.is/newest/kyivindepend…
Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.
Despite bomb threats, war fears, and disinformation, Moldovans still show up to reject Russia
CHIȘINĂU, Moldova — Moldova's ruling Party of Action and Solidarity (PAS) has secured just over 50% of the vote, or 55 out of 101 parliament seats, keeping the country on a European path.Paula Erizanu (The Kyiv Independent)
China sentences former agricultural minister to death
China sentences former agricultural minister to death
China's former minister for agriculture has been sentenced to death on corruption charges, with a two-year reprieve, a court statement said.RTÉ News (RTÉ)
df showing a full (99%) ssd, but du only showing a fraction of that? UPDATED
I noticed the root drive of my home server (Debian) is at 99% capacity, which was odd to be because I don't store anything on the root ssd. sudo df -h confirms that 99% of my 256gb drive is full. But sudo du -sh * all added up, only comes to about 30gb.
This is a pc that only runs docker containers and one virtual machine for home assistant. And yes I have restarted, Any ideas as to how to find the missing 200+ gigabytes?
EDIT: sudo ncdu allowed me to find a 72gb [long string of characterless]-json.log file in /var/lib/docker/containers and many 1gb+ files in /var/lib/docker/overlay2. I'm not sure what to do with this information (or what's safe to delete) but I'm getting somewhere.
like this
Where are you running du -sh *? (I.e. what directory, are you definitely scanning the whole file system?) I'm sure it's obvious, but can never hurt to check!
What does du -sh / show? (Generally, the * glob pattern in the shell will not match hidden dot-files, so is it possible they are being excluded?)
EDIT sudo ncdu allowed me to find a 72gb [long string of characterless]-json.log file in /var/lib/docker/containers and many 1gb+ files in /var/lib/docker/overlay2. I'm not sure what to do with this information (or what's safe to delete) but I'm getting somewhere.
~~sudo du -sh / shows a list of three du: cannot access '/run/user/1000/gvfs' Permission denied and du: cannot access No such file or directory and a few cannot read directory invalid argument and at the end it shows 5.4T / which I assume is my root drive combined with what's in mnt.~~
Linus Torvalds Removes The Bcachefs Code From The Linux Kernel
Linus Torvalds Removes The Bcachefs Code From The Linux Kernel
With Linux 6.17 was the decision by Linus Torvalds to mark Bcachefs as 'externally maintained' and not accept any new Bcachefs code into the mainline kernel but keeping the existing code within the treewww.phoronix.com
like this
Insights from the 2025 FreeBSD Community Survey | FreeBSD Foundation
Insights from the 2025 FreeBSD Community Survey | FreeBSD Foundation
The survey also underscored the importance of growing the next generation of contributors. While experienced developers continue to share deep expertise that keeps FreeBSD strong, it’s equally important to welcome fresh perspectives.FreeBSD Foundation
Fitik likes this.
California Governor Newsom signs landmark AI safety bill SB 53
California Governor Newsom signs landmark AI safety bill SB 53 | TechCrunch
SB 53 requires large AI labs – including OpenAI, Anthropic, Meta, and Google DeepMind – to be transparent about safety protocols. It also ensures whistleblower protections for employees at those companies.Rebecca Bellan (TechCrunch)
adhocfungus likes this.
This is fluff. SB 243 is the real deal, which he already vetoed once.
The governor is also weighing another bill – SB 243 – that passed both the State Assembly and Senate with bipartisan support this month. The bill would regulate AI companion chatbots, requiring operators to implement safety protocols, and hold them legally accountable if their bots fail to meet those standards.
F-Droid says Google’s new sideloading restrictions will kill the project
F-Droid says Google’s new sideloading restrictions will kill the project
F-Droid sees Google’s plans as a threat to FOSS apps.Ryan Whitwam (Ars Technica)
[Feed] BSD-related users and communities
{"interstellar":"0.10.1","type":"feed","name":"BSD","date":"2025-09-30T01:26:20.571624","payload":{"inputs":[{"name":"openbsd@lemmy.sdf.org","sourceType":"community"},{"name":"bsd@lemmy.sdf.org","sourceType":"community"},{"name":"netbsd@lemmy.sdf.org","sourceType":"community"},{"name":"bsd@programming.dev","sourceType":"community"},{"name":"freebsd@lemmy.world","sourceType":"community"},{"name":"freebsd@blendit.bsd.cafe","sourceType":"community"},{"name":"OpenBSD@fedia.io","sourceType":"community"},{"name":"eurobsdcon@exquisite.tube","sourceType":"community"},{"name":"openbsdnow@bsd.network","sourceType":"user"},{"name":"EuroBSDCon@bsd.network","sourceType":"user"},{"name":"discoverbsd@bsd.network","sourceType":"user"},{"name":"BastilleBSD@bsd.network","sourceType":"user"},{"name":"FreeBSDFoundation@mastodon.social","sourceType":"user"},{"name":"stefano@bsd.cafe","sourceType":"user"}]},"hash":"PG7QyQzX1x2iZPN5WdjWJQ=="}Fitik likes this.
How the Supreme Court’s Affirmative Action Decision Legitimized Stephen Miller
Miller’s role, The Guardian notes, helps account for the shaky legal justification the administration has provided for the attacks: The Trump administration claims the president was using his authority under Article II of the Constitution, based on the notion that the Venezuelan gang Tren de Aragua is a foreign terrorist organization. This recalls Miller’s repeated assertions that TdA is “running Venezuela” in his argument for deporting Venezuelan immigrants under the Alien Enemies Act.
The revelation about Miller’s role also recalls reports that he mused about bombing unarmed immigrants in boats as an adviser in the first Trump administration.
Miles Taylor, a former Department of Homeland Security official who resigned in Trump’s first term and became a vocal critic of the president, recounted an exchange between Miller and the then-commandant of the Coast Guard—which Miller vehemently denies—in his book Blowback.
How the Supreme Court Gave Cover to Stephen Miller’s Racist Agenda
The high court basically provided conservatives the template for the war on DEI.Dahlia Lithwick (Slate)
adhocfungus likes this.
OpenAI takes on Google, Amazon with new agentic shopping system | TechCrunch
OpenAI takes on Google, Amazon with new agentic shopping system | TechCrunch
This type of frictionless experience has the potential to spark a new movement in how people shop online – one that moves away from search engines like Google and e-commerce platforms like Amazon toward conversational agents with curated recommendati…Rebecca Bellan (TechCrunch)
Are you using a time machibe to access Amazon in the past? Because for me the experience looks more like this:
- I type in "amazon.com" in my browser
- I use the search bar and get a bunch of sponsored results that are not what I was searching for at all and all use the same garbage photoshopped photos
- I scroll through pages upon pages of irrelevant dropshipped garbage offered by companies like JHUVOY, BRILGOVA and other random letters.
- I finally find something that looks like it's not a cheap knockoff
- I add it to my shopping cart and click through offers for Amazon prime and offers for dropshipped garbage that I might want to add to my cart.
- I proceed to payment
Sigh, I really miss the old internet, I truly do...
giantpaper likes this.
Media and Medics Boat to Gaza to Launch Oct 1
NOTE 🚨: this is in addition to the current Global Sumud Flotilla coalition making its way to Gaza
The Freedom Flotilla Coalition (FFC) will launch a dedicated boat carrying international journalists and medical professionals to Gaza on October 1, 2025
The boat is scheduled to sail by October 1 and plans to join the other FFC and Thousand Madleens to Gaza boats on their journey.
For nearly two years, Israel has denied foreign journalists entry into Gaza, creating one of the most severe press blackouts in recent history… At the same time, Gaza’s health system has been systematically dismantled under Israel’s siege and bombardment.
In response, the FFC is assembling a boat of journalists and healthcare professionals to:
- Provide the international press an opportunity to report directly from Gaza
- Deliver urgently needed medical expertise and solidarity alongside Gaza’s decimated health workforce.
Buon Compleanno LibreOffice
LibreOffice compie 15 anni
LibreOffice celebra il suo quindicesimo anniversario come simbolo di libertà digitale, collaborazione globale e progresso tecnologico.Ferramosca Roberto (Linux Easy)
Auster likes this.
reshared this
Buon Compleanno LibreOffice
LibreOffice compie 15 anni
LibreOffice celebra il suo quindicesimo anniversario come simbolo di libertà digitale, collaborazione globale e progresso tecnologico.Ferramosca Roberto (Linux Easy)
like this
Thoughts on stremio? And more generally, when should I worry about trackers?
Hi,
I've seen stremio pop up a few times in my feed recently and decided to give a look. It's seems like I could use it with torrentio, but my concern is that the apps comes with a few trackers, amongst which 3 facebook trackers (share, login & analytics).
I don't know much about trackers, how they work, and what I should worry about, so I mostly try to avoid them, but could someone here tell me if I should worry about these facebook trackers (I don't use fb, but since it's pretty much the Devil itself...), and maybe suggest resources on how to get informed on trackers, what they do, and when to worry about it?
Thank you for your help.
Cheers,
like this
Upgrading video quality for non-English content?
I find myself downloading a lot of movies that are dubbed in latino Spanish. I've checked fmhy torrents, but unfortunately, there just isn't a lot of latino Spanish content available on torrents.
(Yes, there is a lot of Spanish Spanish content... but... meehhh...)
However, I have had better luck with fmhy streaming. It's not the best quality, 720p or 1080p if I'm lucky. But it's better than nothing.
I was recently wondering, how does dubbing actually work? Is there a video difference between English and Spanish movies? Or is there just literally an audio track being swapped out?
Could I take an audio track from a 720p stream and add it to a 4K torrented movie file and expect the audio and video to line up?
like this
For content from streaming platforms like Netflix, the audio and video lines up most of the time. The dub might be a bit longer at the end, but that doesn't matter; it's only the credits.
For Blu-ray and DVDs, it's a bigger problem. The audio and video lines don't usually line up: different production company logos of different lengths and maybe minor regional differences. You could probably adjust the audio delay in the video player to get a decent experience.
mpv is good video player where it is easily possible to play the video from one file and the audio from another.
You already had some good advices but something I haven't seen mentioned. If you use Kodi (and probably a couple others media player), you could use some sub plugin like open subtitle (forgot other names) to fetch subtitles on the fly when you will play video. It can be hit or miss at first, but subtitles name are like release name (title, quality, release group). So if you often encounter a release group that do your sub language. Try to download video from same release group, so you will have better chance that audio/sub sync properly.
This apart, +1 for private tracker as already mentioned, you may need some searching to find one but worth it.
Checking your browser before accessing. Just a moment...
But as photos and social media posts surfaced showing Sanford in a camouflage Trump 2020 shirt that read “Make Liberals Cry Again,” and a Trump-Pence sign still visible on his front lawn just months ago, the political implications became harder to ignore.
So far, Republican leaders have said nothing.
GOP Silent as Mormon Church Gunman Identified as ‘Ultra MAGA’ Trump Supporter
As the nation reels from another devastating mass shooting—this time at a Mormon church in suburban Michigan—Republican leaders have remained notably silent following revelations that the gunman was a devoted Trump supporter who once proudly wore the…Staff Writer (The Daily Boulder)
Hungary bans 12 Ukrainian media outlets
Hungary blocked 12 Ukrainian media outlets in response to Kyiv's earlier ban on several foreign publications over Russian narratives, Hungarian Cabinet Minister Gergely Gulyas said on Sept. 29.
Several Hungarian media outlets were among those temporarily restricted in Ukraine by an order by the State Special Communications Service on Sept. 8
According to Gulyas, Ukraine blocked the Hungarian outlets Origo and Demokrata because they "dared to write critically about the policy of sanctions against Russia, Ukraine's armed support, and portray the EU and NATO as fragmented and ineffective organizations."
Gulyas described the ban on Hungarian outlets in Ukraine as "a completely unjustified attack."
The list of 12 banned Ukrainian media outlets in Hungary includes several popular sources such as Ukrainska Pravda, European Pravda, NV, hromadske and TSN.
"With Ukraine's accession, the EU would only become more fragmented," Gulyas wrote on Facebok.
The news marks the most recent point of tension amid strained relations between Kyiv and Budapest.
Hungary is broadly seen as the most Kremlin-friendly government in the EU and NATO. The country has consistently obstructed aid to Ukraine and sanctions against Russia throughout the full-scale war.
Ukraine applied for EU membership shortly after Russia launched its war in 2022 and was granted candidate status within months.
As an EU member, Hungary has veto power over further progress.
Last week, reconnaissance drones likely belonging to Hungary had violated Ukraine's airspace along the border, President Volodymyr Zelensky said. Budapest rejected the allegations.
Hungarian drones breach Ukraine's airspace, Zelensky says
President Volodymyr Zelensky said Ukrainian forces recorded drone incursions over border areas and that preliminary assessments suggest the unmanned aircraft were "conducting reconnaissance on the industrial potential of Ukraine's border areas."The Kyiv Independent news desk (The Kyiv Independent)
Quarta Repubblica, documenti inediti sul caso Garlasco: anticipazioni e ospiti del 29 settembre 2025
Nicola Porro torna questa sera, lunedì 29 settembre 2025, con un nuovo appuntamento di Quarta Repubblica, il talk show di approfondimento politico ed economico in onda in prima serata su Rete 4.
Dopo i quotidiani 10 Minuti nel preserale, il giornalista guiderà il dibattito su alcuni dei temi più caldi dell’attualità italiana, tra politica, giustizia e cronaca.
TUTTE LE ANTICIPAZIONI: Quarta Repubblica, documenti inediti sul caso Garlasco: anticipazioni e ospiti del 29 settembre 2025
Quarta Repubblica 29 settembre 2025: anticipazioni e ospiti
Stasera, 29 settembre 2025, torna Quarta Repubblica con Nicola Porro. Ospiti e anticipazioni: nuovi documenti sul caso Garlasco.Redazione (Atom Heart Magazine)
Cracker Barrel Outrage Was Almost Certainly Driven by Bots, Researchers Say
Cracker Barrel Outrage Was Almost Certainly Driven by Bots, Researchers Say
Doesn't that make more sense than lots of people caring about Cracker Barrel?AJ Dellinger (Gizmodo)
like this
anamethatisnt
in reply to blinfabian • • •e/OS is privacy focused, not security focused
- community.e.foundation/t/some-…
A simple solution here to avoid feeding the monster would be to buy a Pixel second hand
I think you're right to be concerned, I wouldn't recommend using a Linux phone as a primary device just yet. By all means try it out on a secondary phone though!
Some clarification regarding security vs privacy in /e/OS
/e/OS communityshortwavesurfer
in reply to anamethatisnt • • •anamethatisnt
in reply to shortwavesurfer • • •Yeah, PostmarketOS still has some broken features when looking at FairPhone4 and SailfishOS doesn't fully support Sony Xperia 10 IV yet (both phones I own) but when either get's a bit better supported I will try them out.
Banking apps in Sweden and more specifically the Mobile "BankID" are big fans of Google Play Integrity services though and the BankID is used to identify yourself at a huge amount of services making it hard to live without so I've pretty much accepted I will have to use two phones in the future - one for Work+Banking and one for the rest.
shortwavesurfer
in reply to anamethatisnt • • •John
in reply to anamethatisnt • • •anamethatisnt
in reply to blinfabian • • •From what I know neither grapheneos or e/os support google wallet.
edit: github.com/microg/GmsCore/issu…
google pay
yangyang628 (GitHub)mortalic
in reply to anamethatisnt • • •zergtoshi
in reply to mortalic • • •BananaTrifleViolin
in reply to zergtoshi • • •Broken
in reply to anamethatisnt • • •Confirming that Graphene does not have NFC, and as such cannot support any payment system.
Edit: I stand corrected. GOS does have NFC but it's the payment system hat needs to be compatible (and Google wallet is not)
Andromxda 🇺🇦🇵🇸🇹🇼
in reply to Broken • • •Broken
in reply to Andromxda 🇺🇦🇵🇸🇹🇼 • • •I also don't know why I said that it didn't support NFC as I did know it has it, but somehow in my mind payment platforms became the use case, and therefore not supported.
Andromxda 🇺🇦🇵🇸🇹🇼
in reply to Broken • • •contactless payments supportedtag when searching the GrapheneOS banking app compatibility list on GitHub. github.com/PrivSec-dev/banking…PrivSec-dev/banking-apps-compat-report
GitHubLeTak
in reply to blinfabian • • •Pixel with GrapheneOS
Fairphone with (multiple options)
PinePhone (not recommended, old tech)
anamethatisnt
in reply to LeTak • • •According to the Supported Devices list Sony Xperia 10 IV doesn't have AppSupport (running Android apps) yet but when it arrives I'm curious to try it.
The Jolla Phone C2 is way too large for my taste (I consider the 10 IV to be slightly too large tbh) and I can find no info on the max screen brightness and I don't want to end up with another device I can't use properly when the sun shines (FairPhone 4 is barely usable outside in the sun).
Have you tried Sailfish OS yourself and if so what's your thoughts?
Supported Devices
Sailfish OS DocumentationLeTak
in reply to anamethatisnt • • •I used it without license (demo basically) without knowing it. Was familiar enough with Linux to update and manage apps by myself. But all in all. It was a nice year with that phone. Many problems are fixed by now. I wanted to use it with a pebble back then but I could not get one at that time. I switched later to GrapheneOS and bought a Pixel 3. Why? More Privacy/Security Features.
But I miss my handy Linux terminal…. Also leaned a little Qt to Programm or fix simple apps on Sailfish.
My XA2 got now a license for SailfishOS and lies in my drawer since I sometimes want to test apps
blinfabian
in reply to LeTak • • •anamethatisnt
in reply to blinfabian • • •forum.sailfishos.org/t/bluetoo…
Bluetooth connection to smart watch
Sailfish OS ForumSonalder
in reply to blinfabian • • •LeTak
in reply to blinfabian • • •Just look in the SailfishOS app stores if there is an app for your watch. You can access them via web browser openrepos.net/
OpenRepos.net — Community Repository System
openrepos.netHelix 🧬
in reply to blinfabian • • •xxd
in reply to Helix 🧬 • • •Mike
in reply to Helix 🧬 • • •eldavi
in reply to Helix 🧬 • • •ebay screwed me over when i tried to get my last fairphone and it's obvious why we should stay away from amazon.
where else can I buy?
N.E.P.T.R
in reply to eldavi • • •eldavi
in reply to N.E.P.T.R • • •Helix 🧬
in reply to eldavi • • •eldavi
in reply to Helix 🧬 • • •RheumatoidArthritis
in reply to eldavi • • •hexagonwin
in reply to blinfabian • • •folaht
in reply to blinfabian • • •99zz99 [comrade/them, he/him]
in reply to blinfabian • • •dontblink
in reply to blinfabian • • •Honestly, with Fdroid and many other open source projects at risk after Google's last madness, I wouldn't take anything Android anymore (nor Apple of course).
My next phone will either be a dumbphone or a Linux phone.
thespcicifcocean
in reply to dontblink • • •Seefra 1
in reply to dontblink • • •As of things stand right now, android is realistically still the only game in town.
If you get an android with a custom ROM you will still be able to install apps, even if f-droid decides that it isn't worth maintaining the project for a much smaller userbase, someone will fork f-droid or you can still use Obtanium to obtain apps.
MynameisAllen
in reply to dontblink • • •This is maybe a dumbass idea but god I wish a blackberry was still possible in the USA
Waiting for sailfish OS ports to get VOLTE working, I’d love to use a oneplus 6t with sailfish in the US
Fairgreen
in reply to blinfabian • • •Fairgreen
in reply to Fairgreen • • •timhayes1991
in reply to blinfabian • • •ABetterTomorrow
in reply to blinfabian • • •monovergent
in reply to blinfabian • • •If you have $150 to spare (depending on country), a secondhand Pixel 7a is a great starting point to try out GrapheneOS without directly contributing to Google. Just make sure it's carrier unlocked so it allows bootloader unlocking. For $100 more, a Pixel 8a will get you several more years of software support. Practically everything just works with GrapheneOS.
Fairphone with /e/OS is leagues better than Googled Android, but little to no additional security hardening has been done over plain AOSP (which itself is quite secure against non-state-sponsored attacks to be fair). Also, some pings to Google have yet to be patched out, see eylenburg.github.io/android_co…
Linux phones are much better than they were a few years ago, but unless your workflow tolerates the occasional disruption due to a bug or missing feature, they aren't exactly production-ready for most users. But a good sneak peek into the future of privacy phones given the way Android is headed now.
MicroG works for many things, but not everything. Google's own apps don't play well and some of my work apps don't send notifications when using MicroG. But GrapheneOS supports a sandboxed, proper instance of Google Play Services should you need it.
Google Wallet and anything requiring the Play Integrity API will not work with third-party OSes, not even GrapheneOS (perhaps until they release their own phone).
Comparison of Android-based Operating Systems
eylenburg.github.iopineapple
in reply to blinfabian • • •For linux phones can't you use waydroid which gets you support for all android apps? Pls don't quote me on this though.
I guess apps that require Google play services won't work.
RheumatoidArthritis
in reply to pineapple • • •anonymous111
in reply to blinfabian • • •