

Every college in the State?
Sounds like it’s time for a strike in California. Maybe we should all join in. A general strike would solve a lot of problems.
Every college in the State?
Sounds like it’s time for a strike in California. Maybe we should all join in. A general strike would solve a lot of problems.
Good riddance.
Rainbow washing has been getting more and more egregious, to the point where cops were in the fucking parades on floats.
Be gay do crime is not just some cute tagline on a shirt.
It really depends on the mission, the rules of engagement, who is being tasked with purpose and previous interaction with the locals. Ramadi? That was shoot first ask questions later, Kandahar? Positive ID of a target was easier because of distance and “peace keeping”.
What’re the ROE on this? Also, the coyotes will just find another route, there’s plenty, or just tunnel the migrants along with the drugs.
You want to stop illegal immigration? Open the borders, put migrant labor in contact with ag businesses, give them work visas, tax their income and legislate their working conditions. First 3 years of good behavior give them a visa extension every 6 months, after 5 years of good behavior give them a green card, after 10 years they’re naturalized citizens. If they are sentenced with a crime through the civilian court system deport them. They’re gonna have a difficult time making it back here as they’ll already be in the system.
This increases taxes, secures the border and takes care of population decline, funds social security and helps us have a steady flow of skilled and willing labor.
But this isn’t about common sense, this is about racism and keeping out the other.
The fediverse—a decentralized social web powered by protocols like ActivityPub—is an exciting space to explore. If you’re considering building the next great federated app, connected to platforms like Mastodon, Lemmy, Pixelfed, and more, you might be tempted to implement ActivityPub from scratch. While this approach offers total control, it’s a daunting task due to the complexity of the standards involved.
At its core, ActivityPub relies on ActivityStreams 2.0 vocabulary and JSON-LD syntax. This combination introduces significant complexity:
Understanding ActivityStreams Vocabulary:
You need to model actions and objects (e.g., posts as Note
or Article
, profiles as Person
or Organization
, and actions like Create
, Follow
, Like
, Announce
) using the precise terms defined in the specification.
JSON-LD Specifics:
JSON-LD has unique rules that complicate direct JSON manipulation:
// No name property
{ "@context": "https://www.w3.org/ns/activitystreams", "type": "Note", "content": "…"}
// Equivalent to:
{ "@context": "https://www.w3.org/ns/activitystreams", "type": "Note", "name": [], "content": "…"}
// Single value
{ "@context": "https://www.w3.org/ns/activitystreams", "type": "Note", "content": "Hello"}
// Equivalent to:
{ "@context": "https://www.w3.org/ns/activitystreams", "type": "Note", "content": ["Hello"]}
// Embedded object
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Announce",
"actor": { "type": "Person", "id": "http://sally.example.org/", "name": "Sally" },
"object": { "type": "Arrive", "id": "https://sally.example.com/arrive", /* ... */ }
}
// Equivalent to:
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Announce",
"actor": "http://sally.example.org/",
"object": "https://sally.example.com/arrive"
}
Fedify, a TypeScript framework, abstracts the complexity of ActivityPub development. It handles the heavy lifting, allowing you to focus on what makes your app unique.
Fedify simplifies federation logic:
// Handle follow
federation.on(Follow, async (ctx, follow) => {
// Implement follow logic
});
// Handle post activity
federation.on(Create, async (ctx, activity) => {
// Implement post activity logic
});
When running your app:
Web interface available at: http://localhost:8000/
Logs example:
.lhr.life/r/2 | ╰─────────────────┴───────────────────────────────────────╯
Building a federated app with ActivityPub is challenging, but tools like Fedify make the process manageable. By abstracting away the complexity of JSON-LD and ActivityStreams, Fedify allows developers to focus on creating innovative applications for the fediverse.
I don’t see anywhere where I can see the source code of that build. Not saying it’s a bad project just that I’d like more transparency.
I’m more trusting of the debloat scripts that I can read and inspect. https://github.com/Raphire/Win11Debloat
Proxmox does add extended hardware support, as does Kali. Parrot enables necessary repos and kernel modifications for Red and Blue team workflows. I don’t know enough about DEs to speak about the others but those three don’t apply to the meme.
Absolutely.
Edit, responded to the wrong comment somehow.
You could do what’s discussed in this thread https://github.com/LemmyNet/lemmy/issues/1985
I just delete the old account and create a new one on the other instance. I have no interest in keeping a comment history. The internet and it’s communities are a void for me. My social interaction, what little there is, is handled in meat space.
I left .world for sh.itjust.works…eyeing db0 tho
They do if you don’t tell em
No i mean doyensec the security company who wrote the blogpost I sent you
I would email that team with your findings
Doesn’t matter, categorize it as other and submit the domain name and any public IPs associated.
If they’re using cloudflare as a DNS proxy you can report them there too. You’ll know from a who is against the domain if it’s a cloudflare IP
You see this already?
https://blog.doyensec.com/2025/01/30/oauth-common-vulnerabilities.html
deleted by creator
Rest in Piss
You’re currently posting to a third space
According to the executive branch it’s an official act soooooo…SCOTUS fucked the pooch on that one.