[-] luthis@lemmy.nz 91 points 8 months ago

Being a monarch or some kind of royalty seems to be excellent financially and often overlooked.

125
submitted 11 months ago by luthis@lemmy.nz to c/nottheonion@lemmy.world
43
submitted 11 months ago by luthis@lemmy.nz to c/newzealand@lemmy.nz

....What the fuck?

27
submitted 11 months ago by luthis@lemmy.nz to c/linux@lemmy.ml

cross-posted from: https://lemmy.nz/post/4294116

I have a file with content like this:

item({
     ["attr"] = {
        ["size"] = "62091";
        ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg";
        ["stamp"] = "2023-12-05T19:31:37Z";
        ["xmlns"] = "urn:xmpp:http:upload:0";
        ["content-type"] = "image/jpeg";
     };
     ["key"] = "Wa4AJWFldqRZjBozponbSLRZ";
     ["with"] = "email@address";
     ["when"] = 1701804697;
     ["name"] = "request";
});

I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?

Thanks!

34
submitted 11 months ago by luthis@lemmy.nz to c/programming@programming.dev

cross-posted from: https://lemmy.nz/post/4294116

I have a file with content like this:

item({
     ["attr"] = {
        ["size"] = "62091";
        ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg";
        ["stamp"] = "2023-12-05T19:31:37Z";
        ["xmlns"] = "urn:xmpp:http:upload:0";
        ["content-type"] = "image/jpeg";
     };
     ["key"] = "Wa4AJWFldqRZjBozponbSLRZ";
     ["with"] = "email@address";
     ["when"] = 1701804697;
     ["name"] = "request";
});

I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?

Thanks!

19
submitted 11 months ago by luthis@lemmy.nz to c/linux@programming.dev

I have a file with content like this:

item({
     ["attr"] = {
        ["size"] = "62091";
        ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg";
        ["stamp"] = "2023-12-05T19:31:37Z";
        ["xmlns"] = "urn:xmpp:http:upload:0";
        ["content-type"] = "image/jpeg";
     };
     ["key"] = "Wa4AJWFldqRZjBozponbSLRZ";
     ["with"] = "email@address";
     ["when"] = 1701804697;
     ["name"] = "request";
});

I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?

Thanks!

27
submitted 11 months ago by luthis@lemmy.nz to c/asklemmy@lemmy.ml

A recent article: https://www.stuff.co.nz/business/money/301022706/prepare-to-find-another-70-a-week-to-get-by-in-2024-asb

says: ..if households decided the worst was over and started to feel more confident about spending, it could push up inflation

But I thought it was the opposite;

More spending means more demand means more supply, which means production costs go down (due to economies of scale)… so inflation goes down?

But saving means less spending, means less demand, means less income for business, means costs go up.. so inflation would rise?

18
submitted 11 months ago* (last edited 11 months ago) by luthis@lemmy.nz to c/newzealand@lemmy.nz

Alright guys, here's my game plan.

Start drinking.

Really, build that daily habit until you're spending at least $70 per week on alcohol.

Then just stop drinking next year.

Problem solved!

1
submitted 11 months ago by luthis@lemmy.nz to c/auckland@lemmy.nz

I'm so keen for this one. I would use it all the time.

I have to ride out to Howick for a nice seaside ride:

22
submitted 11 months ago by luthis@lemmy.nz to c/adhd@lemmy.world

I realised this feeling is why I have such an issue avoiding caffeine, even more after starting on ritalin.

It's that, "I'm really starting to feel awake and capable now" feeling, sometimes a light tenseness in the back of the neck.

What is going on here, neuronically?

Also a time when I really crave nicotine. I'm trying to quit the nicotine so if I can understand this feeling, I can make a strategy to avoid it.

91
submitted 11 months ago by luthis@lemmy.nz to c/asklemmy@lemmy.ml

like, GiantHairyNipplemonsters.com..

Or maybe better, the domain for beer brewed especially for gamers.. Game Ale.

"... that was.. luthis at.. gaymail.. .com???"

"Exactly, luthis@gameale.com."

".. g a y..m a i l?"

"What?? No! GAME ALE dot com!"

Just the random shit that comes into my brain when I walk without other stimulus.. surely I'm not the only one.

14
submitted 11 months ago* (last edited 11 months ago) by luthis@lemmy.nz to c/linux@lemmy.ml

cross-posted from: https://lemmy.nz/post/4034332

Not sure what I'm doing wrong here, I'm using this image:

https://hub.docker.com/r/bitnami/wordpress-nginx

I updated the compose file to have un/pw for mariadb:

  mariadb:
    image: docker.io/bitnami/mariadb:11.1
    volumes:
      - '/etc/docker/mariadb-persist:/bitnami/mariadb'
    environment:
      - ALLOW_EMPTY_PASSWORD=no
      - MARIADB_USER=admin
      - MARIADB_PASSWORD=admin
      - MARIADB_DATABASE=bitnami_wordpress

But I get this error:

2023-12-03 19:03:02 3 [Warning] Access denied for user 'admin'@'172.18.0.3' (using password: NO)

using password: NO??

2
submitted 11 months ago* (last edited 11 months ago) by luthis@lemmy.nz to c/docker@programming.dev

Not sure what I'm doing wrong here, I'm using this image:

https://hub.docker.com/r/bitnami/wordpress-nginx

I updated the compose file to have un/pw for mariadb:

  mariadb:
    image: docker.io/bitnami/mariadb:11.1
    volumes:
      - '/etc/docker/mariadb-persist:/bitnami/mariadb'
    environment:
      - ALLOW_EMPTY_PASSWORD=no
      - MARIADB_USER=admin
      - MARIADB_PASSWORD=admin
      - MARIADB_DATABASE=bitnami_wordpress

But I get this error:

2023-12-03 19:03:02 3 [Warning] Access denied for user 'admin'@'172.18.0.3' (using password: NO)

using password: NO??

[-] luthis@lemmy.nz 91 points 1 year ago* (last edited 1 year ago)

That is what this post is about, IDK who this Torvalds guy is.

[-] luthis@lemmy.nz 94 points 1 year ago

Capitalism is so schizophrenic. Is supply and demand in a free market meant to decide the value of goods or not?? If regulations and penalties are required, why not across the board??

[-] luthis@lemmy.nz 92 points 1 year ago

Is it even worth going to Disneyland? It just sounds like an 8 hour day of waiting in line for 7.5 hours and 30 minutes of ride.

[-] luthis@lemmy.nz 99 points 1 year ago

What about all the American anchors that cause damage to things? Why are you blaming China when America does bad things?

Seems pretty hypocritical to put all this blame on China when they are a struggling developing nation while America is a first world country and drops their anchors on everything.

Also nothing happened on 4 June 1989.

[-] luthis@lemmy.nz 100 points 1 year ago

I think it would have played out roughly the same. Energy density of fossil fuels is ahead of everything, along with it's portability. Not to mention no one knew or cared about environmental issues then.

Might have made the transition easier though.

[-] luthis@lemmy.nz 106 points 1 year ago

Yeah, this is far more than just a 'painful wedgie.'

I'm getting strong 'stupid woman sues McDonalds after spilling coffee on herself (except it was like seriously major disfiguring burns but shhh about that)' vibes from that headline

[-] luthis@lemmy.nz 105 points 1 year ago

I'm already switching to Godot.

[-] luthis@lemmy.nz 91 points 1 year ago

The headline makes it sound like Tesla is trialing a new 'fatality' feature for it's autopilot.

[-] luthis@lemmy.nz 93 points 1 year ago

Saw this story. Title should be 'Idiot dies of starvation after not consuming vital nutrients.'

I've been vegan for years, I respect vegans who take their diet seriously, but this woman didn't. She took ideology seriously.

You can't just eat anything and expect to be ok.

[-] luthis@lemmy.nz 117 points 1 year ago

It blows my mind how CEO's can make such obviously shortsighted and stupid decisions.

Elon is elonning Twitter's reputation faster and faster every day.

[-] luthis@lemmy.nz 103 points 1 year ago

YES. Tiny cuts.

You know when you get a paper cut or similar, (not a scratch, a clean cut) and it stings and is really irritating, but it's not deep enough to bleed much if at all?

Whack some vaseline on it. You block the air from your nerves and get instant relief.

Also use it sometimes to prevent chafing, like before a long bike ride.

view more: ‹ prev next ›

luthis

joined 1 year ago