Mastodon Feed: Posts

Mastodon Feed

Boosted by jwz:
jalefkowit@vmst.io ("Jason Lefkowitz") wrote:

Red Hat chose a red fedora as its logo in 1996, long enough ago for it to have eventually become embarrassing for two completely different reasons

https://www.redhat.com/en/about/brand/standards/history

Mastodon Feed

Boosted by jwz:
sundogplanets ("Prof. Sam Lawler") wrote:

I managed to proofread and comment on the entire 6 page American Astronomical Society draft response to Reflect Orbital's reply and also write my own draft response and not throw my laptop out the window with rage over Reflect Orbital's absolutely fucking terrible plans. Please clap.

Do I think this will actually help? No, not really, the FCC is evil and blinded by $$$. Do I still have to do this? Yes. Yes I do.

Mastodon Feed

glyph ("Glyph") wrote:

we live in hell but at least PyPI works in hell

    try:         rresp = requests.get(url, timeout=10)     except requests.exceptions.ReadTimeout:         print(f"timed out {url}, trying selenium")         hdata = "{}"         from selenium import webdriver         driver = webdriver.Safari()         driver.get(url)         element = driver.find_element("xpath", "/html")         outerhtml: str = element.get_attribute("outerHTML")  # type:ignore[no-untyped-call]         bdata = outerhtml.encode("utf-8")     else:         hdata = json.dumps(dict(rresp.headers))         bdata = rresp.content

Mastodon Feed

glyph ("Glyph") wrote:

serious question though, is there a requests (or httpx or treq or whatever) compatible selenium driver so that I can write a simple Python CLI that just says "give me URL please" and Safari does all the HTTP traffic so it can get the request body with all my ridiculous CAPTCHAs and news website logins in it

Mastodon Feed

glyph ("Glyph") wrote:

(I did not actually do this. But it is an advertised feature of chrome, and I am pretty sure it would "work", as much as any AI-based solution "works".)

Mastodon Feed

glyph ("Glyph") wrote:

I am writing a blog post about why it is bad to use AI. It is extremely heavily sourced. I have a tedious automation problem formatting my citations. No problem, I think. I will write a computer program. The computer program does not work, because websites are blocking simple computer programs in an effort to block AI. Solution? Simple. Browser comes with AI embedded, browses like a human, has all my cookies. Just ask the AI. It sails through the primitive anti-AI measures easily.

Mastodon Feed

Boosted by jwz:
thejenniwren.teamlh.social@bsky.brid.gy ("Jennifer C") wrote:

Nobody predicted frog costumes and choreography at the No Kings D.C. protest but here we are and honestly? We needed this. 🐸💃 Protestors dancing to “War — What Is It Good For?” reminds us that joy IS the resistance. You can’t crush a movement that knows how to dance. #NoKings2026

Attachments:

Mastodon Feed

Boosted by jwz:
spocko@mastodon.online ("Spocko") wrote:

Video of the #NoKings human banner in #SanFrancisco at Ocean Beach.

Message reads “TRUMP MUST GO NOW!"

I'm in the bottom right "W"

From Brendan Gutenschwager @BGOnTheScene

Attachments:

Mastodon Feed

Boosted by NfNitLoop ("Cody Casterline 🏳️‍🌈"):
MartinEscardo@mathstodon.xyz ("Martin Escardo") wrote:

I have a calculator that is correct 80% of the time. But don't worry, every time I use it, I check the results myself.

Mastodon Feed

Boosted by NfNitLoop ("Cody Casterline 🏳️‍🌈"):
decay@todayiwilllaunchmyinfantsonintoorbit.com ("Gary Strydom's Tiny Car") wrote:

LLMs do not "democratize programming". A 4-year-old can learn to program. LLMs throw up stupid barriers by convincing you that you can't learn to program and you have to rely on whatever shit the bobot spits out. Every asshole that says that AI "democratizes" fucking anything is trying to scam you.

Mastodon Feed

NfNitLoop ("Cody Casterline 🏳️‍🌈") wrote:

RE: https://vmst.io/@jalefkowit/116308515135493571

"How many standard deductions are in the word strawberry?"

Mastodon Feed

fromjason ("fromjason.xyz ❤️ 💻 ✍️ 🥐 🇵🇷") wrote:

Youtube ad with AI woman just straight up talking about fucking. Using the word “fucking.”

Mastodon Feed

NfNitLoop ("Cody Casterline 🏳️‍🌈") wrote:

I'd asked folks for recommendations, and sadly the majority of the recommendations were from companies that are better than (ex) Chrome, but only because they clearly want to BE the next Chrome.

One of the biggest tells: While most modern browsers will let you change the "homepage" displayed when you start the browser, none of them that I tried before LibreWolf would let you set a custom "New Tab" page. Instead, they render a search bar that nets them ad money when you use it.

Mastodon Feed

NfNitLoop ("Cody Casterline 🏳️‍🌈") wrote:

Recently reevaluated my choice of browsers. Got tired of feeling like my browser was constantly trying to sell me something or get me to log into services that it could use to skim/sell my data.

Landed on #LibreWolf. Very good privacy-focused defaults. Comes with uBlock Origin, which I can use to disable JavaScript by default. (I'd prefer a browser that built that in, vs. relegating it to an extension, but maybe I'm splitting hairs.)

Mastodon Feed

Boosted by jwz:
attoparsec@clacks.link ("Matthew Dockrey") wrote:

Today was a nice, sunny day to break out the stained glass protest sign.

#nokings

A scruffy looking guy in shorts, holding a 12" x 18" stained glass "FUCK ICE" sign that is mounted in a 3/4" steel frame, which has a removable 6' pipe bolted to it for use in a protest context. He is standing on the edge of a park, with hundreds of protesters behind him.

Mastodon Feed

Boosted by jwz:
maskedscheduler@mstdn.social ("Masked Scheduler") wrote:

Divine knew, she always knew

#nokings

Mastodon Feed

Boosted by jwz:
computer@facts.computer ("Computer Facts") wrote:

a "software vegan" is someone who refuses to consume software that was not produced ethically by human hands

Mastodon Feed

Boosted by jwz:
stux@mstdn.social ("stux⚡️") wrote:

The insanity but done under a normal voice

THIS, this is the ‘President’ of the #US

Attachments:

Mastodon Feed

Boosted by jwz:
zzt@mas.to ("[object Object]") wrote:

I can wait for the worst parts of my generation to become the neoboomers:

- fighting with employees because gpt-20-agi-strawberry told them they’re absolutely right about the bullshit they’re on
- constantly grifting, constantly upset you’re not falling for it
- will fight you on the cost of your labor because “I can replace you with a robot”, robot doesn’t exist
- doesn’t know fuck about shit
- “why haven’t you read any of the important information I sent you”, it’s all unsolicited AI slop

Mastodon Feed

glyph ("Glyph") wrote:

For the first time I can recall, my personal GitHub account has blown through 90% of its Github Actions quota. Is there a visualization for what, exactly, burned up all those CI minutes? The only docs I can find involve "insights" for orgs, which is not available on personal accounts.

I suspect Dependabot because this has been a quiet month for me personally but I'd like to be sure.

Mastodon Feed

Boosted by glyph ("Glyph"):
bitprophet@social.coop ("Jeff Forcier") wrote:

Why are some sports events “games” and others “matches”? I assume it’s an American English vs International English thing, eg a “soccer game” vs a “football match”, but never been quite sure.

Mastodon Feed

Boosted by glyph ("Glyph"):
dsalo@digipres.club ("Dorothea Salo") wrote:

Oh! Thing that happened shortly before the march started.

Brass band: *plays When The Saints Go Marching In*

Fellow peacekeeper: Is anybody writing protest songs NOW? Anybody at all?

Me: Oh! Do you know about Singing Resistance? *briefly explains SR's history* And there's a Madison chapter!

Third peacekeeper: Wow, you had the exact right answer for that question.

Me: I'm a librarian. That is LITERALLY my job.

Mastodon Feed

Boosted by glyph ("Glyph"):
xanathon@social.phantanews.de ("Xanathon") wrote:

I still want to get rid of Photoshop and move to Krita.

One thing I was missing were the vector shapes. So here is a Python program that converts Photoshop csh and psp files to Krita svg shapes.

It comes as a plugin and as a standalone Python file with a TKInter UI. Tested on Windows and MacOS.

Here's the plugin: codeberg.org/xanathon/csh2krita

Extensive readme in the repository.

#Photoshop #Krita #plugin #csh #psp #VectorShapes #SymbolLibraries #OpenSource #FOSS

Mastodon Feed

zkat@toot.cat ("Katerina Marchán") wrote:

RE: https://infosec.exchange/@0xabad1dea/116308891820413082

They literally vibe coded their way straight to a single 9. Amazing

Mastodon Feed

dysfun@treehouse.systems ("gaytabase") wrote:

at the "talking english with a dutch person and dropping dutch spellings of homonyms in" stage of integration

Mastodon Feed

Boosted by soatok@furry.engineer ("Soatok Dreamseeker"):
KatyElphinstone@mas.to ("K.J. Elphinstone") wrote:

Most autistic people, despite everything, actually like being autistic.

Not all, of course. But most of us.
And I don’t just mean ‘making peace with it’.

I mean: it's bound up with who we are.

A thread 🧵

1/11

(refs at the end)
#Autism #ActuallyAutistic #Neurodivergent

Mastodon Feed

Boosted by glyph ("Glyph"):
0xabad1dea@infosec.exchange ("abadidea") wrote:

NINETY DAYS

NINETY INCIDENTS

NINETY PERCENT

YOU PAID FOR ALL FIVE NINES BUT YOU’LL ONLY NEED THE EDGE

#github

a graph of github uptime status with an astonishing number of nineties specifically

Mastodon Feed

Boosted by GuillaumeL@hachyderm.io ("BigSaur G"):
munin@infosec.exchange ("Fi 🏳️‍⚧️") wrote:

you know

multiple people now have said that the thing they like about LLMs is that they don't have to deal with feeling embarrassed or humiliated by bringing questions to others that the others will judge them for.

which like

y'all.

this is a classic "solving a people problem with tech and having horrible side effects as a result" situation

and perhaps y'all ought to be less fucking toxic and judgemental to your coworkers.

fuck.

Mastodon Feed

Boosted by isagalaev ("Ivan Sagalaev :flag_wbw:"):
isagalaev@social.seattle.wa.us ("Ivan Sagalaev") wrote:

#NoKings #seattle

River of people protesting on the street.

Mastodon Feed

Boosted by glyph ("Glyph"):
danirabbit@mastodon.online ("Danielle Foré") wrote:

Please be less aggro when you file issue reports. I know that you’re experiencing something frustrating, but remember there is a real person on the other side of the screen and we want to help you