nulluser

joined 2 years ago
[–] nulluser@programming.dev 1 points 1 year ago (11 children)

Not that I can think of. This just started this morning, and I haven't done or installed anything recently that might cause this. If it's only happening to me though....

[–] nulluser@programming.dev 1 points 1 year ago (2 children)

No, just good old fashioned Firefox. I've tried several clients and didn't really like any of them compared to the normal web interface. 🤷

[–] nulluser@programming.dev 1 points 1 year ago

This would make an excellent short film. The fire axes scene would be epic.

[–] nulluser@programming.dev 46 points 1 year ago (8 children)

Is our justice system really so bogged down that, 3.5 years later, we're still just getting around to arresting some of these dipshits?

[–] nulluser@programming.dev 16 points 1 year ago

I had the same reaction a couple days ago when I saw they were still there. Definitely not a good look for Boeing.

[–] nulluser@programming.dev 5 points 1 year ago

That's the point.

[–] nulluser@programming.dev 6 points 1 year ago* (last edited 1 year ago)

If you ever accidentally left food in the microwave

I've lost count of how many times. Now we have a microwave with a reminder beep that keeps going off every minute or so until you open the door. Best feature ever.

[–] nulluser@programming.dev 37 points 1 year ago (4 children)

They don't actually fly. They're just so ugly that the Earth repels them.

[–] nulluser@programming.dev 8 points 1 year ago

Ooof. I'm so sorry. I'm so sick of what the political discourse in this country has become, and what it's doing to people.

[–] nulluser@programming.dev 29 points 1 year ago (1 children)

Don't get me wrong. I'm extremely happy for the change, but I think the excitement you're seeing is more indicative of how much anxiety everyone was feeling about the future of this country if Biden stubbornly stayed in, and the sudden wave of relief they're feeling now. If Biden hadn't decided to run again at let the primary process do it's job to select a candidate, we might now have someone even better positioned to defeat Trump.

[–] nulluser@programming.dev 29 points 1 year ago (4 children)

I was kinda hoping this news wouldn't get out until after the Russian Air Force suffered a sudden and surprising day of absolutely devastating losses.

[–] nulluser@programming.dev 1 points 1 year ago (1 children)

Your links are broken

 

You're an operating system.

 

When making an activitypub request from either a lemmy or mastodon server (I haven't tried others)

(eg curl https://programming.dev/c/activitypub -A 'WhizzleGig/0.1;' -H 'Accept: application/activity+json'),

for their context they include...

"@context": [                                                                                                                                                                                                                                                                                                                                                                                                                          
    "https://www.w3.org/ns/activitystreams",                                                                                                                                                                                                                                                                                                                                                                                             
    "https://w3id.org/security/v1",                                                                                                                                                                                                                                                                                                                                                                                                      
    {

(note: https://w3id.org/security/v1), and for the security portion of the record, they return something like ...

"publicKey": {                                                                                                                                                                                                    
    "id": "https://programming.dev/c/activitypub#main-key",                                                                                                                                                         
    "owner": "https://programming.dev/c/activitypub",                                                                                                                                                               
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nBlahBlahBlah\n-----END PUBLIC KEY-----\n"                                                                                                                                                           
  },

(note how publicKeyPem and owner are both nested inside publicKey).

However, upon reviewing https://w3id.org/security/v1 and https://w3id.org/security, my interpretation is that those should not be nested inside publicKey but should be at the same level. Am I misreading something?

view more: ‹ prev next ›