Skip to main content

Lorraine Lee reshared this.


So, Trumpโ€™s defense seems to be that Epstein is a hoax, but also that it implicates several Democrats. Truly a masterful gambit, sir.

Lorraine Lee reshared this.


Mastodon friends I have a question. I had a business reason for opening an Instagram account on my phone. I checked the "no" box when it asked permission to access my contacts. When it loaded up I saw absolutely blood chilling suggested follows. An old friend I rarely correspond with. A Gee's Bend quilter I engaged to make a quilt 3 years ago. Creepy af. Can I just uninstall? Or should I delete the account? I seriously feel like lighting this phone on fire. #Mastodon #Instagram

reshared this

in reply to CaliCarol

You might be in *their* contact lists, which is how IG can connect the two of you. There's a lesson there, which is that a company can know all about who you've been connected with without even seeing your contact list.

Anyway, all these companies are evil. I wouldn't have their apps on my phone.

in reply to Bodhipaksa

@bodhipaksa

I deleted the account and uninstalled the app. The episode reminds me of a time my son was browsing on the family room computer and jumped like a scalded cat - a site he had navigated to had turned our camera on him and there were three guys there, just laughing at him. Same reaction I had on Instagram yesterday. God help us we have to get these monsters under control somehow. #Instagram

in reply to Bodhipaksa

@bodhipaksa I suspect this is the answer. These companies hoover up data about you from other people even if you don't give them access to it yourself
in reply to CaliCarol

@CaliCarol Asking for your contacts is the easy way Facebook/Instagram can kickstart your follows when you sign up, but Meta can use several other data sources and cross-reference the email or phone number you used to register. If any of these people shared their contact list and you're in it, then it will be an easy match for Instagram's follow suggestions.

Lorraine Lee reshared this.


Subtooting a thread on webp. Since this got stuck in my head:

omglinux.com/see-webp-images-iโ€ฆ

Looks like installing the webp-pixbuf-loader package (using whatever is relevant for your distro) actually makes webp work in nautilus, image viewer, and just gnome in general.

Why this isn't the default value instead of using a library that doesn't support webp out of the box? Beats me. Seems like another one of those weird hang ups linux maintainers have.

Lorraine Lee reshared this.

in reply to Lord Bowlich

FYI, there is, of course a decade of tutorials recommending all different kinds of different solutions that are much harder and... don't work.
in reply to Lord Bowlich

The nice thing with Linux is... if something is irritating you with how your distro works. There is probably someone else out there with a similar irritation who has a patch for you.

The down side with Linux is, some of the defaults are just downright idiotic and your hunt to find that patch will cross endless threads of maintainers arguing about how they are *not* going to fix the thing and how much better it is that it is *not* fixed.

:blobcoffeegrump:


Lorraine Lee reshared this.


Alliance Defending Freedom Succeeded in Overturning Roe. Now Itโ€™s Turning to the United Kingdom.
msmagazine.com/2025/11/14/alliโ€ฆ

The conservative Christian legal group that helped dismantle abortion rights in the United States is now exporting its playbook overseas, starting with the United Kingdom.

[thread] Alliance Defending Freedom
mastodon.social/@persagen/1136โ€ฆ

#ADF #HateGroup ๐Ÿ‡บ๐Ÿ‡ฒ ๐Ÿ‡ฌ๐Ÿ‡ง #GOP #Christofascism ๐Ÿ‡จ๐Ÿ‡ฆ #Trumpism

Wedge issue: #transgenocide
๐Ÿณ๏ธโ€โšง๏ธ #TransLivesMatter #TLM #BTLM
mastodon.social/@persagen/1141โ€ฆ

This entry was edited (7 hours ago)

Lorraine Lee reshared this.

in reply to Victoria Stuart ๐Ÿ‡จ๐Ÿ‡ฆ ๐Ÿณ๏ธโ€โšง๏ธ

They are neither conservatives nor Christian. We have a serious, longstanding problem with pedophilia. These pseudo-Christians wouldn't feed it, if they had their way, but they'll groom the pretty ones for the rich to fondle.


I'm watching Murdoch Mysteries on Ion Plus and some of the captions are in #HTML <i> and </i> tags... #tv #captions

Lorraine Lee reshared this.


Randall Munroe nails it.

The car size #HarmsRace

xkcd: Car Size

xkcd.com/3167

Alt text:

Panel with early car and bicycle rider
Text

IOO YEARS AGO:
IT'S TOO DANGEROUS RIDING A
BIKE WITH THESE CARS AROUND.
I SHOULD GET A CAR, TOO.

Panel with small car and bigger one

50 YEARS AGo:
SMALL CARS ARE LESS SAFE IN
COLLISIONS WITH LARGER VEHICLES, S0 I SHOULD GET A BIGGER ONE.

Panel with large car and giant SUV

TODAY:
EVERYONE HAS HUGE SUVs NOW.
IF I DON'T GET THE BIGGEST ONE,
I'M PUTTING MY FAMILY AT RISK.

Panel with giant SUV with whirling spike clubs on every side

SOON:
IF I DON'T INSTALL MORE WHIRLING SPIKE CLUBS, I'LL BE DESTROYED By ALL THE OTHER DRIVERS WHO...

Lorraine Lee reshared this.


Lorraine Lee reshared this.


Trans troops sue Trump administration over revoked retirement benefits: 'Betrayal of the sacrifices made'

#TransRights #TrumpAdministration #Discrimination #EqualityNow #Betrayal

independent.co.uk/news/world/aโ€ฆ

reshared this


Lorraine Lee reshared this.


"If humans never made art then #AI wouldn't be able to do anything"

My 10yo gets it

#ai

reshared this


Lorraine Lee reshared this.


Captchas are a huge accessibility nightmare and I don't understand how they're acceptable
This entry was edited (3 days ago)

reshared this


Lorraine Lee reshared this.


Thanks to these knockoff Chinese Bluetooth headphones, I am fully prepared if I should ever be in China and need to tell someone that power is on, off, or Bluetooth is connected.

reshared this


Lorraine Lee reshared this.


Has anyone ever tried to implement a digital asset management system (DAMS) as an actual Filesystem?

I remember that old Apple Macintosh filesystems would talk about "data' and "metadata" forks for each file.

Seems like you could do a key-value pair array for each file at the filesystem level, set up to follow the files around on the system.

Then you could implement DAMS features on top of that: file ident/discovery, search by keyword, thumbnailing, etc. That would actually work as utilities or GUI apps on top, but the filesystem would need to keep track of the metadata.

I guess you could probably implement this as a FUSE filesystem?

It seems like a really obvious idea. Has anyone done it? Is it good? ๐Ÿค”

Lorraine Lee reshared this.

in reply to Space Catitude ๐Ÿš€

The reason you want it to be at the filesystem level is so you capture every time a file is moved or copied.

Otherwise, the metadata won't stay with the file.

The Dolphin file manager for KDE can do metadata association with files -- but it's not that useful, because it breaks if you move the files.

I never tried to see if it retains them if you move them with Dolphin -- but the point is, there are many other ways to move or copy files, so breakage would be a big risk anyway. You wouldn't want to invest a lot of effort in tagging files just to have the tags disappear when you copied them!

I might be out of date on this -- I switched from KDE to XFCE years ago. But I think this is probably still true. It was a cool feature, but I couldn't see how to make practical use of it.


Lorraine Lee reshared this.


Explain to me again, how privatizing healthcare leads to lower prices?

Where is that marketplace efficiency they keep babbling about?

in reply to Jennifer

@Jennifer

Nope. US.

Simply felt it was a good time to start banging on the neoliberal assertion that the free market will make everything inexpensive and abundant. I want people to associate Republicans with United healthcare.. to associate orthodox economics with United healthcare.

Because both deserve the association

in reply to GhostOnTheHalfShell

the free market for health care has made it 1000 times worse since I first was on my own in the early 1990s.


Lorraine Lee reshared this.


MASCARA APPLICATORS IN SPACE!

mastodon.social/@arstechnica/1โ€ฆ

reshared this

in reply to AI6YR Ben

I thought maybe the body was made out of cardboard, and the satellite was absorbent.

AI6YR Ben reshared this.


Lorraine Lee reshared this.


I have a new favourite sandwich.

Lightly toast two slices of bread, apply green pesto to each slice, add cheddar cheese and feta and then put in an air fryer for 5/6 minutes on max, leave for a minute, take them out and put a large clump of fresh parsley sans stalks in between.

Oh my god yes.

reshared this


Lorraine Lee reshared this.


If Democrats had caved when they were losing, it at least would have made logical sense.

Choosing donorsโ€™ flights over health care for the poor when they were winning shows just how rotten to the core the system is.

So change the system. Easier said than done, but most worthwhile things are.

reshared this



Lorraine Lee reshared this.


"To be neutral is to have a political position." -- Raoul Peck

salon.com/2025/11/08/at-yale-uโ€ฆ

#USPol
#Yale
#Orwell

reshared this


Lorraine Lee reshared this.


Why does every AI image look like it's been soaked in piss?

reshared this


Lorraine Lee reshared this.


This week's comic is about how easily conventional wisdom gets turned on its head by bad faith actors, especially in a media environment lacking responsible editors.

#health #science #food #consumers #media #disinformation


Lorraine Lee reshared this.


Far above Cayugaโ€™s waters
Lurks a mighty smell;
Some say itโ€™s Cayugaโ€™s waters,
Some say itโ€™s Cornell.

Fuck you, #Cornell, you craven, compliant motherfuckers. Youโ€™re not education; you NEED an education.
#DonaldTrump #SHAME #FoldingToFascism

reshared this


Lorraine Lee reshared this.


All together now: Everything out of Trump's mouth is a lie and/or projection/confession.
RE: bsky.app/profile/did:plc:4llrhโ€ฆ

reshared this


Lorraine Lee reshared this.


Sinclair Reports Revenue Slide in Third Quarter, Denies It's Linked to Jimmy Kimmel Suspension

#SinclairBroadcastGroup #TVIndustry #BroadcastSuspension #MediaNews #BusinessDenial

mediaite.com/media/news/sinclaโ€ฆ

reshared this


Lorraine Lee reshared this.


bsky.app/profile/silent-cyclinโ€ฆ

This is EXSACTLY what we have been saying for the past number of years. Need to start using proper services such as @element.io which is based in the uk and platforms like @signal.org which is what we use.

reshared this


Lorraine Lee reshared this.


The #enshittification of I2C sensors is happening too. Bosch has been a frequent offender, but they're not the only ones. The sensor powers up with no internal firmware (an I2C paperweight). You have to load a proprietary binary blob into the sensor before it works. This blob is controlled under a restrictive license agreement. Luckily there is still some competition in this sector, but innovative/new parts try this trick.

cc @pluralistic


Lorraine Lee reshared this.


A video showing a pastor yelling derogatory bullshit in Sarah McBride's face is going viral at Musk's Nazi bar, boosted by LibsOfTikTok. Groomer libel, deadanaming, etc.

This shouldn't happen to anyone. Not holding my breath for her colleagues across the aisle condemning what happened because they can't even do the bare minimum their job calls for.

These people are dangerous and should be treated as such.

reshared this


Lorraine Lee reshared this.


@karlauerbach

discuss.systems/@ricci/1155047โ€ฆ


While cleaning a storage room, our staff found this tape containing #UNIX v4 from Bell Labs, circa 1973

Apparently no other complete copies are known to exist: gunkies.org/wiki/UNIX_Fourth_Eโ€ฆ

We have arranged to deliver it to the Computer History Museum

#retrocomputing


reshared this

in reply to GhostOnTheHalfShell

We used to use a strange fluid with small, but visible under magnification, iron filings that would align with the magnetic spots on the tape - that way one could actually see what was on the tape.

The super magic folks about this stuff are the guys at the NASA Ames MacDonalds - they re-read the Apollo moon tapes and got better video out of 'em.

theatlantic.com/technology/arcโ€ฆ

in reply to Karl Auerbach

Yeah, I think they might have used fluid like that for video tape. That was back in the day when if he wanted to do video editing, it would be similar to film editing, except the video editor would shake the fluid on the tape to figure out where he could slice it on the frame boundary.

Lorraine Lee reshared this.


boost is two clicks now

reshared this


Lorraine Lee reshared this.


Iโ€™ve seen no corporate media outlet cover this:
โ€ขPost 2024 polls showed that Harris campaigning with Cheney decreased enthusiasm for her by 7%
โ€ขPost 2025 polls show that Mamdani running as an unapologetic progressive earned him 9% of MAGA voters who went for Trump in 2024

The lesson Corporate Dems need to learn: You donโ€™t flip votes by compromising on your values, but by unapologetically leaning into them.

in reply to Eli Wallach's favorite Bass

@voxofgod

My parents would not have. But I still think he would have won. I was raised as a Republican (yes, like religious indoctrination) but had shifted to independent by that point. Bernie Sanders precipitated my final shift to the left. I could never vote for Trump, but Clinton just didn't seem sincere to me, so I voted for a 3rd party candidate. (I wish I hadn't, in retrospect. I would take insincerity any day over what we are dealing with now. But the fact remains, sincerity and commitment to values wins votes.)

@QasimRashid



Lorraine Lee reshared this.


Supreme Court lets Trump block transgender and nonbinary people from choosing passport sex markers

apnews.com/article/trump-transโ€ฆ

Lorraine Lee reshared this.


Lorraine Lee reshared this.


Hi Kagi,
I've been a paying customer for over a year and I'm happy with the product. But biggest thing stopping me from recommending Kagi to others is the Brave partnership. kagifeedback.org/d/2808-reconsโ€ฆ

I ask you to at least issue a statement denouncing Brendan Eich's public positions against LGBTQ rights.

reshared this


Lorraine Lee reshared this.


This looks to be another very worthy and excellent essay from Mike Brock. (Oh baby is it)

Yes, I know itโ€™s substack but if you donโ€™t object to reading a free article off of it have at it. I too wish the author had another medium to publish these articles.

notesfromthecircus.com/p/the-sโ€ฆ

This entry was edited (1 week ago)

reshared this

in reply to Mux2000 (turnkey solution)

@Mux

The fact that people are not exactly rolling over and dying, but protesting.

The fact that people are protesting, and when they have the opportunity voting them the fuck out of office, put them on notice that their rule will fall apart and house because people donโ€™t accept it.

What we donโ€™t have is what you can see in Europe with general strikes yet and I hope we get there very soon


Lorraine Lee reshared this.


Theoretical war game named Praxis & Follies.

reshared this


Lorraine Lee reshared this.


Not one Billionaire will actually move out of New York, because they are Billionaires......they've never really lived anywhere.

#NYCMayoralElection #Oligarchs #NoBillionaires #EatTheRich #NYC

reshared this


Lorraine Lee reshared this.


Don't like it? Then cancel the voucher program.

19โ…“-minute video
youtu.be/6R1WEPXIfrI

reshared this


Lorraine Lee reshared this.


R version 4.5.2 "[Not] Part in a Rumble" (source version) has been released. You can find it in cran.r-project.org/src/base/R-4/, or wait for CRAN to be updated.

reshared this


Lorraine Lee reshared this.


We are going to have to listen to these liars claim these are not concentration camps and the media will take out their calipers to find the exact midpoint on the issue of forced labor camps.

#USPolitics commondreams.org/news/utah-homโ€ฆ

reshared this


Lorraine Lee reshared this.


In this post, guest author Maxi shares her experience in reusing data and machine learning models.

The short version:
It's frustrating, because people don't share or don't even respond to a clearly "reasonable request". We cannot build on other researchers' work if they don't share anything. Model weights offer the possibility to share information without sharing sensitive data, but even those are not shared.

Check out the long version for more.
digiresacademy.kit.com/posts/dโ€ฆ

reshared this

in reply to Heidi Seibold

AI tech and models research activity done without embracing open science and open data practices will: 1- delay overall progress in the field and 2--eliminate any ethical issues. Most practitioners want both currently for commercial advantage.

yuhasz01 reshared this.



I don't know if I could be considered a socialist. I see the goal not as getting paid (as an artist or anything else) but having the opportunity to do something I love and not -have- to be in it for the money. Sort of a post-scarcity, post-necessity, even post-economics type of status quo. I really don't care if the means to that end are socialist, antisocialist, hybrid socialist-capitalist, or even mystical. But I would rather not achieve it by authoritarian means.

n8chz ๐ŸฉŽ reshared this.

โ‡ง