Skip to main content




Wind and solar aren't politically popular, but they've been profitable for 2 Indiana counties


in reply to alyaza [they/she]

The politically popular thing is so dumb. Like quit sucking oil baron dick you fuckwipes. Wind and solar are… fucking free and come from the damn sky? Oil destroys the planet and is increasingly difficult to obtain? Fuck off repubes, eat shit and die.


Major highway in California to shut down as US marines fire live artillery over it


This entry was edited (3 weeks ago)
in reply to Powderhorn

The same day as the No Kings protest. Can't make this shit up.
in reply to Midnitte

But, but, but ... correlation is not causation! FAKE NEWS!!!!!


Goldman chief credit strategist Karoui exits after 18 years | Fortune





Trump admin plans to ‘incite violence all day’ at No Kings protests: Ex-GOP Congressman


#news


Basis Trade Helps Mask Who Owns $1.4 Trillion of Treasuries


Hedge funds in the Cayman Islands held more Treasuries at end-2024 than US official data show, with their ownership likely to be $1.4 trillion higher than reported, according to researchers at the Federal Reserve.

The funds’ holdings had increased by $1 trillion since 2022 to reach $1.85 trillion by end-December, the researchers including Daniel Barth and Daniel Beltran wrote in an Oct. 15 note. A report from the Department of the Treasury put the funds’ ownership at $423 billion.

The Fed researchers said their figures showed the Cayman Islands is the largest foreign owner of US government securities, ranking ahead of China, Japan and the UK.


Emphasis mine.

Also my own editorializing: Those hedge funds are likely leveraged somewhere between 50:1 and 100:1.

So uh... all good, totally normal, lol.



What is private credit, and should we be worried by the collapse of US firms?


The collapse of two US firms, First Brands and Tricolor, has shone a light on private credit and its growing influence in the global economy.

The failures have led to ballooning losses at traditional banks, and, coupled with worries about the health of US regional banks, have raised concerns about weak lending standards and potential threats from an opaque corner of the so-called shadow banking sector.

But what is private credit and should we be worried?

Private credit emerged in the 1980s as a relatively niche industry offering private loans to businesses.

Unlike banks, where loans are backed by customer deposits, private credit firms’ loans are backed by money raised from private investors, including pension funds, insurers and high net worth individuals. But they have become increasingly intertwined with the traditional banking industry, with lenders in Europe and the EU significantly exposed to private credit firms.



Russell Vought, Trump’s Shadow President






At least 15 detained after protesters and police clash outside Chicago Ice center


At least we're getting some V for Vendetta B-roll out of this clusterfuck.

At least 15 people were taken into custody outside the Broadview Ice detention center in the Chicago area after heated confrontations between Illinois state police and protesters on Friday.

Authorities had instructed demonstrators to remain in designated “protest zones”, but tensions escalated when officers moved to clear the roadway.

According to the Chicago Tribune, at about 8 a.m., protesters advanced toward the building. Within minutes, dozens of troopers equipped with helmets and batons moved in to push the crowd back. Officers tackled and dragged several individuals. Much of the clash was captured on video and posted to social media.


Ah, yes. Nothing says "freedom" (as in fries) like "designated protest zones." Anyone else getting tired of winning?


in reply to Cevilia (she/they/…)

tom scott made a video on this once

youtube.com/watch?v=UEfP1OKKz_…





Trump says he has commuted sentence of George Santos in federal fraud case


Well, how delightful.

Donald Trump announced on Friday he had commuted the sentence of George Santos, the disgraced former New York representative and serial fabulist who had been sentenced to more than seven years in prison after a short-lived political career marked by outlandish fabrications and fraudulent scheming.

The New York Republican was sentenced in April after pleading guilty last year to wire fraud and aggravated identity theft.

“I just signed a Commutation, releasing George Santos from prison, IMMEDIATELY,” Trump posted on his social media platform.

In July, Santos reported to a federal prison in New Jersey, where he began serving an 87-month sentence for charges that ultimately led to his expulsion from Congress in 2023.


I do like that The Guardian goes out of its way not to give him a title on first reference. Must be nice not to be encumbered by AP Style.



Key US nuclear agency to send 80% of workforce home as shutdown drags on




Faculty at Texas university fear entire liberal arts departments will be slashed


in reply to Powderhorn

something something violent hordes coveting the products of a civilization they could not understand, invading to take control of it, just to realize they destroyed it in the process and don't know how it worked or why it mattered


Prince Andrew to give up all his titles and honours, including Duke of York


#news


Mangga Teal Tide Salad


Blueberry Mango Spinach Salad

with
Walnuts, Feta/Vegan-feta Cheese, and Lemon Honey
Mustard Dressing Ingredients: 4 cups fresh spinach
leaves (washed and dried)
- 1 ripe mango, peeled and diced
- 1/2 cup fresh blueberries
- 1/3 cup feta/vegan-feta cheese crumbled
- 1/4 cup walnuts, chopped
- 1 tbsp olive oil
(optional, for extra richness)

For the Lemon Honey Mustard Dressing:

  • 2 tbsp Dijon mustard
  • 1 tbsp honey
  • lemon juice 1 tbsp
  • olive oil 1 tsp
    apple cider vinegar and pepper, to taste

Directions: Prepare the
Dressing: In a small bowl, whisk together the Dijon
mustard, honey, lemon juice, olive oil, apple cider
vinegar, and pepper until smooth. Taste and
adjust sweetness or acidity as needed

This entry was edited (4 weeks ago)


California to sell affordable state-branded insulin beginning next year [$11 per dose]




NodeBB Lemmy federation issue (re: nullable image/icon)


nutomic@lemmy.ml reported a federation issue with a NodeBB instance and we debugged it. It turns out Lemmy is unable to handle actors who have image or icon set to null.

Lemmy is taking steps to handle this (source, source), and NodeBB will update its actor logic to omit properties without an avatar or cover photo set.

in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social said in NodeBB <> Lemmy federation issue (re: nullable image/icon):
> using null is equivalent to just leaving out the statement in the first place.

That's not true, there are specific scenarios where having an explicit "no value" is significant vs "missing value"...

in reply to julian

if you give me any specific examples of when you would want to use null, i can recommend better alternatives. generally, it's always possible that there is missing information.
in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social found one.

NodeBB uses audience to denote which audience an object (or context) belongs to.

Posts and Topics in NodeBB can belong to no context at all. null would be the way to communicate this, since omission might mean one isn't specified.

Likewise, a Move(Context) where a topic is moved out of a category but not into another. You probably shouldnt omit target there.

This entry was edited (2 weeks ago)
in reply to julian

no, null is the same as nothing. what you want is more like [] (the empty set). in the case where you Move something without a target, you should be sending an Update (or Remove) instead. just like a Move without an origin would instead be an Add.
This entry was edited (2 weeks ago)
in reply to infinite love ⴳ

but more generally my question is, what practical application would you need to make use of an empty set []? like, a consumer encountering a value should do A, encountering a null or missing property should do B, encountering an empty set should do C... what is the difference between B and C?
in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social receiving a Move(Context) where target is null would tell NodeBB to move the topic to -1, uncategorized.

For those not supporting the catch-all bucket, deleting the context is ok too.

in reply to julian

so this is still in effect a Remove or Update, not a Move. if you wanted it to be a Move, you would instead have an "uncategorized" category whose id is /categories/-1 or something like that.
in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social oh, another one.

Glitch-soc apparently lets you hide follower counts, and federates a -1. That works but null would be a more explicit statement that the follower collection is hidden/not accessible.

in reply to julian

leaving out the totalItems statement entirely would do the same thing. the problem is when you ignore the (lack of) information presented and synthesize your own.

you could also define a vocab term for "hidden" or "unavailable", although this isn't much better than leaving it out in the first place

in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social leaving out totalitems is absolutely not the same as explicitly declaring a null value. You don't know whether the implementation just didn't send totalItems or whether it was omitted on purpose.
in reply to julian

what's the difference between "not sending" vs "omitting"? those are synonyms
in reply to julian

there's no difference on the consuming side (and in many programming languages you can check for truthiness with something like `if x.get("totalItems")` which defaults to returning null if missing anyway)

functionally, you either have the information, or you don't

in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social as someone working on the consuming side, that is not correct.

If my AP lib automatically assumed null when requesting an object property that didn't exist I'd consider that a bug.

in reply to julian

this wouldn't be your AP lib, it would be your programming language itself
in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social I'm coding in js, which has all sorts of footguns, but even that won't return null when I attempt to access the non-existent property of an object... 😛
in reply to julian

what does js return instead? in most cases i'm familiar with, programming languages use null or nil or None for anything that doesn't have a value, or any reference which doesn't point anywhere. hence a null pointer exception when you try to dereference a null. if you try to get a value for a key that isn't in the dictionary, you get null by default because there is no value for a missing key. how would you consume a null value? if you have nothing to say, why say anything?
in reply to infinite love ⴳ

Re: NodeBB Lemmy federation issue (re: nullable image/icon)


trwnh@mastodon.social undefined and perhaps that's why we're disagreeing on our interpretations of how these values should be handled.

null in JavaScript is very explicitly a declaration that there is no value or "intentionally empty".

null and undefined are two separate things here at least.

in reply to julian

that might be it, yeah. languages outside of javascript generally don't make a distinction between null and undefined, and even in javascript these are used inconsistently. for example localStorage.getItem will return null for a missing key. practically speaking, the "intentionally" distinction is a distinction without a difference in most processing contexts.

in reply to TheImpressiveX

While I didn't really like it (and I gave it an honest shot), I think that it's probably something that the average non obsessed movie goer would've been more interested in seeing, in a timeline where Ezra Miller wasn't in the news every other day for all the wrong reasons and where there wasn't this lunatic Snyder civil war going on within the DC fandom.

If there wasn't that other whole circus surrounding it, I think the general audience would've probably had fun with the crossovers and cameos and shit, whether it's a mid movie or not.

But by the time this movie came out, the DCEU had been begging to be put out of its misery for a few years already.



My humble philosophy-The Three Aspects of Truth





California's insurer of last resort seeks 36% rate hike







Indiana University orders school paper to cease print edition and fires director of student media


in reply to Powderhorn

It'll be interesting to see how this develops. I expect this to backfire magnificently.



More reliably federating microblog responses


I encountered an odd federation issue where microblog responses do not get [em]reliably[/em] federated to threadiverse instances. Example: [ol] [li]A user on [code]threadiA instance[/code] makes a new post to a category/community on [code]threadiB insta

I encountered an odd federation issue where microblog responses do not get reliably federated to threadiverse instances.

Example:

  1. A user on threadiA.instance makes a new post to a category/community on threadiB.instance.
  2. threadiB.instance federates out the post to all followers per FEP 1b12 (so far so good.)
  3. A second user on microblog.instance replies to that post and tags the user on threadiA.instance (the category/community is omitted — this is how microblogs address content)

In this scenario, only the post on threadiA.instance shows the microblog response. threadiB.instance, the party responsible for federating content to followers, is not aware of the new content. Likewise, any followers of threadiB.instance do not receive the content.

How do Piefed and Lemmy handle this scenario? I attempted to address this by having NodeBB federate out Announce(Create(Object)) directly to the group actor, and tested this against crust.piefed.social. Alas, while the activity was accepted, the activity seems to have been ignored.

cc rimu@piefed.social nutomic@lemmy.ml

This entry was edited (4 weeks ago)
in reply to infinite love ⴳ

Re: More reliably federating microblog responses


trwnh@mastodon.social mm so in that case would you say that Mastodon is practicing salmention?

(Gosh, what part of speech is salmention anyway)

in reply to julian

no, mastodon doesn't use salmon anymore, not since a long time ago. they switched to websub then activitypub direct delivery.

on the indieweb side, salmention is an extension to webmention, where upon receiving a webmention where someone replied to you, you add that reply to your html then send a webmention up the reply chain to whoever you replied to, and they will fetch your html and find the new downstream reply, add it to *their* html, send a webmention upstream, and so on.



Users vow to boycott Spotify after streamer runs ICE recruitment ad


The ads urge listeners to “join the mission to protect America” by becoming U.S. Immigration and Customs Enforcement (ICE) agents, but users of the music streaming giant have taken to social media and Spotify’s website to complain, and announce their withdrawal from the audio platform.
#news
in reply to technocrit

Have never used Spotify because it does not treat artists fairly. ICE advertising is disgusting. Please reconsider your subscription if you care about such things.


User identity and Activitypub


Greetings to the Activitypub.space community. I have a question. Is it possible to use Activitypub protocol to define a unique identity on a single account across the various federated platforms, valid for the entire Fediverse?
in reply to phi

Re: User identity and Activitypub


in reply to evan

> We have some ad hoc ways to move from one to the other, but they aren't built into the SMTP or IMAP specs

yes they are, though? in IMAP, you can just copy your messages and folders from one inbox to another. in SMTP, we have email forwarding.

using your own DNS name can make things easier, but the main challenge in fedi is that we don't have a common storage/access abstraction (equivalent to IMAP folders), and we don't recognize HTTP redirects (equivalent to SMTP forwarding).



Toward cleaner, safer Philadelphia waterways


Climate change and ancient infrastructure make Philadelphia vulnerable to potentially catastrophic flooding, but federal, state, and local efforts are meeting the moment.


I figure they just haven't gotten around to yanking federal support for this kind of adaptation measure



‘The city that draws the line’: one Arizona community’s fight against a huge datacenter




CW ‘Prince Andrew believed having sex with me was his birthright’: Virginia Giuffre on her abuse at the hands of Epstein, Maxwell and the king’s brother


I'm not going to excerpt this. It's pretty much what you expect, but perhaps not who.


US Capitol police investigating flag with swastika in Republican representative’s office – report


This entry was edited (4 weeks ago)
in reply to Megaman_EXE

What do they even need to investigate? Fucking Clouseau would have needed only a couple of minutes!

"Do you know what sort of a flag it was?"

"The Nazi kind."



Chicago ‘Splatatouille’ was probably a squirrel, say researchers


Our long national nightmare is finally over.

With a front paw outstretched and its tail at an angle, the creature that fell on to wet concrete in Chicago left quite the memento mori.

Now, researchers say they have unmasked the identity of the victim, revealing the famous “rat hole” was most probably made by a squirrel.

The unusual imprint, which was labelled “Splatatouille” in a public naming contest, is thought to have been made on West Roscoe Street decades ago, but gained a new wave of attention after a comedian shared a photo of it on social media in early 2024. The imprint was removed later that year when city officials decided sections of the pavement needed to be replaced because of damage.