Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@kctipton@mas.to
2025-12-24 03:02:10

Oklahoma instructor removed from teaching for failing a screed of an essay
apnews.com/article/oklahoma-bi

@aral@mastodon.ar.al
2026-01-29 13:31:42

So here’s a little JavaScript initialisation order quiz.
Take the following code:
```js
class A {
constructor (parameters = {}) {
Object.assign(this, parameters)
}
}
class B extends A {
foo
constructor (parameters) {
super(parameters)
this.foo ??= ‘no’
}
}
const b1 = new B()
const b2 = new B({ foo: ‘ok’ })
console.info(`${b1.foo}, ${b2.foo}`)
```
What output would you s…

@metacurity@infosec.exchange
2026-02-11 14:18:48

Metacurity is the independent, non-hype, non-personality-dependent cybersecurity newsletter that delivers a daily dose of critical developments you need to know.
Check out today's issue, which covers
--CISA warns US infrastructure owners following Russian attack on Poland's power grid,
--Russia throttles Telegram accusing it of failing to protect personal data or combat crime,
--N. Korean hackers targeted crypto company with unique malware and multiple scams,…

Federal prosecutors can’t seek the death penalty against
Luigi Mangione in the killing of UnitedHealthcare CEO Brian Thompson,
a federal judge ruled Friday,
foiling the Trump administration’s bid to see him executed
for what it called a “premeditated, cold-blooded assassination that shocked America.”
Judge Margaret Garnett dismissed a federal murder charge
that had enabled prosecutors to seek capital punishment,
finding it technically flawed.
Sh…

@primonatura@mstdn.social
2025-12-30 11:00:43

"Declared extinct in 2025: A look back at some of the species we lost"
#Animals #Nature

@Dragofix@veganism.social
2025-12-29 15:05:04

Declared extinct in 2025: A look back at some of the species we lost news.mongabay.com/short-articl

@Mediagazer@mstdn.social
2026-01-24 03:20:36

Memo: WaPo won't send sports staffers to cover the Winter Olympics in Italy, as it assesses financial priorities for 2026, following reports of expected layoffs (Benjamin Lindsay/The Wrap)
thewrap.com/media-platforms/jo<…

@mgorny@social.treehouse.systems
2025-12-13 14:26:33

#TIL I learned that anyone can register a #MediaType for a format they didn't create *and* get it registered with their name in the media type.
#MIME

Lawmakers on Capitol Hill are accusing the Justice Department of
covering up the names of co-conspirators of the deceased sex offender Jeffrey Epstein
as fallout from the Epstein files grows across the globe.
Millions of pages remain unreleased.
As many prominent U.S. figures evade accountability following mentions in the Epstein files,
a number of European figures have resigned for their relationships with Epstein.
“The most extraordinary and worrying …

On Sept. 21, the police came for Larry Bushart.
They handcuffed him and hauled him away in the dead of night.
He spent 37 days in jail while held on a $2 million bond
— an amount the retired police officer could not afford.
It’s the sort of treatment one expects for accused murderers and thieves.
But Larry’s only “crime”?
In the aftermath of Charlie Kirk’s assassination, he posted a meme on Facebook
quoting President Trump’s remarks about a different …