Spyke

Posts

142
politics·NZ Politicsbyterraborra

Green MP Tamatha Paul believed she would die young: 'You just want to lie in bed in the dark'

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.

Green MP Tamatha Paul believed she would die young: 'You just want to lie in bed in the dark'https://www.nzherald.co.nz/lifestyle/green-mp-tamatha-paul-on-living-with-lupus-and-arthritis-while-serving-in-parliament/PQHSKI3EKVA4RAGSM2QMT7Z5GA/Open linkView original on lemmy.nz
9

A question for people treating insomnia

Very simply, how long before bed do vape or smoke up?

I’d been successfully treating my insomnia with flower for 2 years but recently when I’ve used it I either haven’t been able to get to sleep or stay asleep for more than a few hours. Normally I’d vape an hour or 45 mins before bed and that would knock me out. Now I find that my mind starts racing around the hour mark.

Mainly wondering how many people use it and then hop straight into bed.

I’ve tried swapping strains, tolerance breaks of a few weeks, and even zopiclone isn’t all that effective right now on the nights I don’t vape.

View original on lemmy.nz
fedora·Fedora Linuxbyterraborra

[solved] smartd.service causing long boot times

I'm running Fedora 41 KDE and had what appeared to be an issue with the system not loading to desktop from the GUI login screen. I am getting a black screen with just the cursor and nothing else. I can get a terminal window going on TTY3-6 to reboot and doing so would load into the desktop pretty much instantly.

Turns out that there's actually a process causing total boot time from power on to exceed 6 minutes. Boot log is viewable here https://paste.centos.org/view/raw/8846c1ec

Using systemd-analyze blame I can see that smartd.service is causing 3 minutes of that boot time. From a quick search it seems like it might be doing a full SMART test of my 3 SSDs on the first boot of the day.

Does anyone know how to disable this at boot? There doesn't appear to be a conf file in /etc/ and smartmontools isn't installed.

edit with solution

Thanks @[email protected] and @[email protected] for correctly pointing out that fedora was struggling to mount a drive.

I checked fstab and there was no entry for the drive. mtab showed that it was mounted even though the drive wasn’t listed. I tried to find a way to have the drive ignored at boot but the only results that came up involved setting udev rules and those results were more than a decade old.

In the end I found the drive listed in /dev/. Using

rm nvmeXnXpX

I deleted the two partition entries and it now boots perfectly AND the drive is now listed correctly in the desktop and accessible.

View original on lemmy.nz
3
politics·NZ Politicsbyterraborra

State servant numbers: Why the Government wants to overhaul the public service (Opinion piece)

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.

https://archive.ph/LmnPaOpen linkView original on lemmy.nz
9

Filtered keyword keeps being reset

I found an old (more than a year) post where someone had issues with filtered keywords being reset. At the time it didn’t seem reproducible.

On iPhone, running iOS 18.2.1, it consistently clears the filtered list if I quit the app from the app switcher. Community and user blocks are unaffected.

I’m unsure if this is a new issue or not as I haven’t used a keyword filter until now.

View original on lemmy.nz
5
selfhosted·Selfhostedbyterraborra

Can't access Vaultwarden

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: "[email protected]"
        
  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?

View original on lemmy.nz
19
drumandbass·Drum'n'Bassbyterraborra

Terraborra - Neurotic Mix [Self Mix]

Merry Christmas dnb crew. I got back into mixing and producing this year after a 15 year hiatus and polished off this mix today. It’s a mixture of neuro, darkstep and techstep, mainly the tunes I have on repeat which is why there’s a few older ones in there.

I’m pretty happy with it, but unbiased feedback would be great even if it’s critical.

https://www.mixcloud.com/terraborra/neurotic-mix-vol-1-v3/Open linkView original on lemmy.nz
4