terraborra

joined 3 years ago
[–] terraborra@lemmy.nz 3 points 5 days ago

This announcement hit harder than I expected considering I haven’t played since the first season of Beyond Light. Might have to log in in June for one last hit.

[–] terraborra@lemmy.nz 78 points 5 days ago* (last edited 5 days ago) (24 children)

Existing Lifetime Plex Pass memberships are unaffected by the upcoming price hike; if you already locked in your sub at a lower rate, you won’t have to pay any additional fees, and your service isn’t changing

For now.

It’d be mildly annoying to have to switch to Jellyfin, or some other option, but I have no qualms ditching Plex if it turns to crap. Don’t ever give into the sink cost fallacy.

 

Article without paywall: https://archive.ph/1r4ME

Original research: Mapping ADHD Heterogeneity and Biotypes by Topological Deviations in Morphometric Similarity Networks

I definitely fall into the new subtype though the emotional dysregulation also crosses over with autism.

[–] terraborra@lemmy.nz 5 points 3 weeks ago

Yeah reading his history of activism and standing up for human rights is inspiring.

[–] terraborra@lemmy.nz 8 points 3 weeks ago (2 children)

He deliberately wore 2 items of clothing that he knew would lead to his arrest. He may not have literally arrested himself, but he definitely set himself up to be arrested.

[–] terraborra@lemmy.nz 14 points 2 months 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 3 months 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 3 months ago* (last edited 3 months ago) (1 children)
[–] terraborra@lemmy.nz 4 points 4 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 7 months ago (1 children)

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

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

Putting the N back in cuts

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

You must construct additional pylons.

Words to live by.

 

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 ›