luthis

joined 1 year ago
[–] luthis@lemmy.nz 1 points 5 months ago

I... actually can't tell if you're taking the piss or if that's a real episode.

I have so many questions about the whales.

[–] luthis@lemmy.nz 6 points 5 months ago

Terrible weather, bucketing rain, not too cold, low visibility in fog / low cloud. Close proximity to mountain bike park. Full day of sliding down trails, getting covered in mud. Absolutely miserable, wet and dirty all day, struggling to maintain traction up the hills, frequently sliding out. Evening spa / hot pools to relax the muscles with a beer.

That's heaven.

[–] luthis@lemmy.nz 5 points 5 months ago

Freesia, because it reminds me of my childhood and Spring.

[–] luthis@lemmy.nz 13 points 5 months ago (7 children)

Tarballs are not built from source?

[–] luthis@lemmy.nz 21 points 5 months ago (17 children)

I have heard multiple times from different sources that building from git source instead of using tarballs invalidates this exploit, but I do not understand how. Is anyone able to explain that?

If malicious code is in the source, and therefore in the tarball, what's the difference?

[–] luthis@lemmy.nz -1 points 6 months ago (1 children)

Pretty sure you could count not freezing to death, having a space to keep your things safe, health, stability etc as a value output.

[–] luthis@lemmy.nz 3 points 6 months ago

Already happened in China in 1958, but I don't believe ballots were involved...

[–] luthis@lemmy.nz 1 points 6 months ago (1 children)

centering the mouse on the game

Maybe I'm missing something, but.. why is this a problem? You can just like, move the mouse to where you want it?

I can't replicate this issue on mine. I recently somehow broke Gnome (again) during an update, so I finally went back to a tiling WM (awesome this time). I start the game in a separate desktop, and then when I need to do things outside of the game, I just change to another desktop using the keyboard shortcuts. Pretty sure this is possible in all WM/DEs on Linux.

[–] luthis@lemmy.nz 6 points 6 months ago

Apple will make you pay for anything apparently

[–] luthis@lemmy.nz 91 points 6 months ago (4 children)

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

[–] luthis@lemmy.nz -1 points 6 months ago (1 children)

using sufficiently long passwords is your best defense

No, using 2FA is your best defense, along with wise recovery questions. It matters nothing if you know someone's password, but can't get the 2FA code.

 

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!

 

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!

 

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!

 

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?

 

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:

 

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.

 

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 10 months ago* (last edited 10 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??

 

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??

 

Sony is Sony is about to delete Mythbusters, Naked and Afraid, and tons of other Discovery shows from PlayStation users’ libraries even if they already “purchased” them.

So, if you bought a DVD licensed by Sony, can they now legally enter your house and take your DVD?

Or can Sony have some sort of DRM that prevents the DVD from playing when Sony loses the license agreement?

I'm just trying to reconcile how digital purchases can be subject to license terms changes, while a DVD apparently can't be.

 

view more: ‹ prev next ›