terraborra

joined 2 years ago
[–] terraborra@lemmy.nz 13 points 4 days ago

Spot on. I tried to quit smoking once by switching to menthols, and telling myself that they’d be horrible enough to make me quit. It did not work. I just adjusted to the change and kept smoking for another two years.

[–] terraborra@lemmy.nz 7 points 1 month ago (3 children)

Most of the rules were already proposed and consulted on under the last government. Major difference is that all cyclists would have been able to use the footpath, not just children.

Unfortunately, it was yet another piece of legislation that was ready to be passed which Labour just sat on.

[–] terraborra@lemmy.nz 15 points 1 month ago* (last edited 1 month ago) (1 children)
[–] terraborra@lemmy.nz 4 points 2 months ago (1 children)

Older (i.e. 2000s and early 2010s) hypnotic techno. I do 30 mins of deep breathing exercises 3 times a day, while listening to it, to try and maintain a sense of calm throughout the day.

Realise my music choice probably isn’t what most people would classify as “chill”. I mainly listen to electronic music so I find it easy to lose myself into the extremely repetitive percussion and melody.

 

Archive link: Green MP Tamatha Paul on living with lupus and arthritis while serving in Parliament

Pretty inspiring that she’s achieved so much despite her chronic health conditions. It’s also refreshing to see honesty about needing to properly rest to avoid burnout. Too often we see gung-ho statements from people about pushing through and remaining busy.

[–] terraborra@lemmy.nz 5 points 5 months ago (1 children)

I can’t lay claim to it, comes from this recent “Honest Government” video

[–] terraborra@lemmy.nz 6 points 5 months ago (5 children)

Putting the N back in cuts

[–] terraborra@lemmy.nz 49 points 7 months ago (2 children)

You must construct additional pylons.

Words to live by.

[–] terraborra@lemmy.nz 10 points 8 months ago

You could put it up on ResearchGate first to get eyes across it and potentially get an endorsement. Then reach out to the endorser to get sponsored for arXiv.

The other option is to submit it for peer review. You’d need to to look up the best pathway based on your field.

[–] terraborra@lemmy.nz 7 points 9 months ago (2 children)

Guns ‘N Roses - Welcome to the Jungle. I don’t like GNR full stop, but the radio station I used to wake up to on the alarm clock would play that song at exactly the same time everyday.

Couldn’t understand why I used to wake up angry every morning until I changed stations.

[–] terraborra@lemmy.nz 4 points 9 months ago

I did the same when I rebuilt with a 9800x3d. It’s so nice not having to worry about the pump or aging parts that might leak. No gurgling sounds on startup.

I used the Thermalright Frost Spirit 140 as it was quite a bit cheaper than Noctua which used to be my go to.

[–] terraborra@lemmy.nz 23 points 9 months ago (2 children)

New Zealand music month is great for getting out and seeing local bands play.

[–] terraborra@lemmy.nz 73 points 10 months ago (1 children)

What all this does is accelerate the day when AI becomes worthless.

It was always worthless. Or, at least, it was always worthless thinking that LLMs were a substitute for reasoning AI, which is what it appears many people have been suckered into.

 

But it also created public sector boards (or “joint ventures”) where chief executives from various agencies meet and discuss issues and provide advice to a single Government minister.

If it sounds a bit wishy-washy that’s because it clearly is. Its stated goal was to tackle major underlying problems facing the country. How’s that working out for us?

I get that this is a right wing columnist and he’s paid to be anti, but come on. Companies always decry silos and that’s exactly what this was set up to overcome when dealing with “wicked” problems, of which NZ has many.

 

All prices in NZD. Highest priced air cooled card, the Asus ROG Astral, is $6299 and the Asus ROG AIO is $6599.

Even after stripping out the 15% sales tax the lowest priced card is still USD 2655.

 

I was going to wait for a 5080 super anyway, or ideally a 5080 ti, but my 3080 might have to do its duty for another 2 years. This is pretty pathetic.

 

I'm trying to host a vaultwarden instance through docker and failing miserably. This isn't my first attempt either but I've got much further than before.

I'm using a DuckDNS domain with caddy as reverse proxy, but it appears that the domain is defaulting to port 80 no matter how I set up the config. I can't specify a port number in DuckDNS as far as I can tell. If the simple solution is to just buy a domain name I will consider it. Otherwise could really use some help in sorting out why it's not connecting.

I can't access Vaultwarden on the internal IP as it's not being served as SSL but both Vaultwarden and Caddy are running with no errors in logs. I've left out a bunch of admin env variables for the Vaultwarden service to truncate the code.

docker-compose:

`[___](services:

vaultwarden:

container_name: vaultwarden

image: vaultwarden/server:latest

restart: unless-stopped

ports:

  - 11808:80

  - 11443:443

volumes:

  - ./data/:/data/

environment:

  - ROCKET_PORT=11444

caddy:

image: caddy:2

container_name: caddy2

restart: always

ports:

  - 1808:11808

  - 1443:11443

volumes:

  - ./caddy:/usr/bin/caddy

  - ./Caddyfile:/etc/caddy/Caddyfile:ro

  - ./caddy-config:/config

  - ./caddy-data:/data

environment:

  DOMAIN: "https://example.duckdns.org/"

  EMAIL: "example@domain.com"
        
  DUCKDNS_TOKEN: "token"

  LOG_FILE: "/data/access.log")`

Caddyfile:

' {$DOMAIN}:1443 {

log {

level INFO

output file {$LOG_FILE} {

  roll_size 10MB

  roll_keep 10

}

}

tls {

dns duckdns {$DUCKDNS_TOKEN}

}

encode gzip

Notifications redirected to the WebSocket server

reverse_proxy /notifications/hub vaultwarden:3012

Proxy everything else to Rocket

reverse_proxy vaultwarden:11444

}`

Any idea where I'm going wrong?

 

Google pushed their Ai Overview onto my country last night and that finally gave me the push to change search engines.

One thing I did find useful was having product prices displayed in the search result headers but this doesn’t appear to be enabled in any other engine. I used it to quickly scan between retailers as not everything shows up in pricespy or priceme.

I deployed a searxng instance this morning and have heard that you can use json to modify result presentation. Does anyone know if it’s possible to use that to display prices?

view more: next ›