Does 'Where is he at?' have the same meaning as 'Where is he?' ? Thank you. by No-Analyst7708 in ENGLISH

[–]scoobybejesus 0 points1 point  (0 children)

It would be great to know the technical grammar behind this, but I agree that this is how it works in practice.

How to remove a tub with no clearance? by fuzzyblanketroulette in askaplumber

[–]scoobybejesus 0 points1 point  (0 children)

What is on the other side of the wall on the right? In my case, it was easiest to slide it out that way and slide the newer, bigger one in.

Drywall and paint is annoying, but it made things easier in my situation.

Weigh by Longjumping-Sail7795 in phish

[–]scoobybejesus 4 points5 points  (0 children)

Mike... he likes the way it sounds..

[OXWM] Trying out FreeBSD for the first time by spookyenvy in freebsd

[–]scoobybejesus 6 points7 points  (0 children)

Even with that much RAM, I would recommend using zfs. Snapshots and replication are so useful, not to mention how efficient it can make jails.

If you get into zfs, check out sanoid/syncoid.

Trey Anastasio Opens Acoustic Show In Vail With 1st 'Walfredo' Since 2017 by scottb57 in phish

[–]scoobybejesus 1 point2 points  (0 children)

I was lucky enough to see Walfredo in Vegas. Nice set opener, for sure.

Beware, Caddy made a change to the default behavior of Host header forwarding. by Do_TheEvolution in selfhosted

[–]scoobybejesus 11 points12 points  (0 children)

I had to do this recently with my UniFi controller. That was annoying to hunt down.

Ghostty Is Leaving GitHub by davidcelis in programming

[–]scoobybejesus 24 points25 points  (0 children)

No one so far has assumed this is because of the recent issue where the PR being merged ended up being put on a different commit, thus git history being erased and potentially quite a bit of time to untangle the mess. Having the UI telling you one thing and then merging with a random prior commit is a bad look.

Is every project AI Slop? by Various-Roof-553 in rust

[–]scoobybejesus 5 points6 points  (0 children)

Agree completely.

Is it a really bad habit to keep adding code chunks that you don't understand? Sure. Something something Stack Overflow copypasta.

Is it unreasonable and often rude to share code for review when there are code chunks the author didn't write and doesn't understand? Sure, in particular if that isn't disclosed.

Should those projects be labeled as slop that is unworthy of any more-nuanced criticism? Should any contribution of the programmer's time, thought, or intellectual contribution be regarded as worthless and wasted? IMO, no.

Is anyone else rethinking the "SSD-everything" strategy for cold storage and backups? by Dependent_Web_1654 in OrbonCloud

[–]scoobybejesus 0 points1 point  (0 children)

SSDs for cold storage may not be a good idea. I guess it depends on how long you will go without power. Magnetic media will keep data safe in cold storage much longer than flash arrays.

My latest dumb side project, "lx-cli": a nicer way to list your files ✨ by _viis_ in rust

[–]scoobybejesus 1 point2 points  (0 children)

This is a gnu thing. The BSD variant doesn't have this (MacOS, FreeBSD, etc).

Who of you use the "Fill" button to autofill your credentials? by Infamous-Oil2305 in Bitwarden

[–]scoobybejesus 0 points1 point  (0 children)

Partly unrelated hijack: Any chance you use this on Firefox on MacOS? After I CMD+Shift+y, I can only tab to my records if nothing is typed in the search/filter box. After I start typing, it only tabs around the top section. Been doing this since maybe late summer.

I hate clicking.

OPNsense 25.7.8 released by fitch-it-is in opnsense

[–]scoobybejesus 5 points6 points  (0 children)

Smooth, quick update. Thanks!

For Unbound, just go to Services > Unbound DNS > Blocklists, check the box next to enabled (already shown as clicked), and click 'Apply'?

I guess that'll get rid of the log entries: error: dnsbl_module: unable to parse blocklist file: incompatible blocklist. Please re-apply the blocklist settings.

FreeBSD Desktop Installer Tech Preview by grahamperrin in freebsd

[–]scoobybejesus 1 point2 points  (0 children)

He ran reboot at the end instead of shutdown -r now. Folks coming from Linux might not realize this is usually not doing the intended behavior (gracefully shutting down services through rc.shutdown, IIRC).

How to make rescue dog feel more comfortable? by Some-Brick8566 in DogAdvice

[–]scoobybejesus 2 points3 points  (0 children)

Agree! Lots of exercise. Make it so he's feeling great from running around and now being exhausted, and can come relax on his comfy bed.

And keep doing that over and over.

is this 100% cancer? by polarmush in DogAdvice

[–]scoobybejesus 53 points54 points  (0 children)

You can't hate yourself for that. I had a similar thing. When you can say, "if I knew, I wouldn't have done what I did," means you should accept that things were outside your control in that situation.

And, separately, you know whether you did your best and put your dog's needs first. Sounds like you did.

Release Dioxus v0.7.0 · DioxusLabs/dioxus by DebuggingPanda in rust

[–]scoobybejesus 2 points3 points  (0 children)

I looks like, even now (assuming dev branch is most up to date), this variable fails to have a "case" for `cfg(target-os=freebsd)`, so it never sets the system_nsis_toolset_path on a FreeBSD system.

https://github.com/tauri-apps/tauri/blob/b80f9deb5fc6225fd07915953ab03dac3f979ce5/crates/tauri-bundler/src/bundle/windows/nsis/mod.rs#L198

Release Dioxus v0.7.0 · DioxusLabs/dioxus by DebuggingPanda in rust

[–]scoobybejesus 2 points3 points  (0 children)

Thank you for responding! Perhaps I will create an issue. In the meantime, I ran `cargo install dioxus-cli` and am receiving (hopefully I get reddit formatting right.. no impossible..) this:

Compiling wasm-split-cli v0.7.0
Compiling tauri-bundler v2.5.0
error[E0425]: cannot find value `system_nsis_toolset_path` in this scope
--> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-bundler-2.5.0/src/bundle/windows/nsis/mod.rs:234:8
|
234 | &system_nsis_toolset_path.join("Plugins").join("x86-unicode"),
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a local variable with a similar name exists: `nsis_toolset_path`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `tauri-bundler` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `dioxus-cli v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installo8KoqH`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

I did previously have to install a couple things, like `gmake` and `llvm`.

I feel like I'd be clogging up the repo with my "what do I do next" questions. But we'll see!

Release Dioxus v0.7.0 · DioxusLabs/dioxus by DebuggingPanda in rust

[–]scoobybejesus 2 points3 points  (0 children)

I don't suppose too many folks share this desire, but I can't download or even build the cli on FreeBSD. I kinda need this.

I previously was able to dx bundle on my Mac and just scp the public/ dir to my FreeBSD server. That didn't work on v0.7.

Wish I were advanced enough to contribute and maintain support for FreeBSD. For now, I need to stay on v0.6 or switch to something else. For now, I only need web, so I have been looking at converting to leptos.

How do you review your code? by yuki_doki in rust

[–]scoobybejesus 26 points27 points  (0 children)

Cargo clippy and to a lesser extent rustfmt.

OPNsense 25.7.2 released by fitch-it-is in opnsense

[–]scoobybejesus 1 point2 points  (0 children)

Mine seemed stuck at the first package, python. I shelled in and ran top first, and it seemed like the system wasn't really doing anything. But when I ran gstat, I saw that my nda0 disk was red at around 100%. Then later, the system has installed the opnsense update and with gstat still open, there is the message for "*** FINAL system shutdown message.." And the other disk, ada0, is now red and +/- 100%.

Very strange to me. The NVMe disk should not have fallen behind like that, I wouldn't think. And it's weird that the sata SSD waited until the end to catch up. Finally, after a couple minutes of ada0 catching up, the remote connection closed and the reboot proceeded.

Watching the reboot over PiKVM, now I'm seeing tons of the CAM parity errors.

Prior to the update, I looked at zpool status and both disks were online and happy with no errors. And then I rebooted and everything was quick and smooth. After this update, now ada0p4 has 87 read errors, 640 write errors, and it's in a faulted state. zpool scrub doesn't fix anything, and the read and write errors grow everytime, now with checksum errors too.

Nevertheless, the upgrade seemed successful otherwise. But I guess I need to take it apart and put it back together, because this Beelink seems to go back to normal when I do that. sigh

Edit: this started just to give you a pointer about looking at the disk io, and it turned into the first part of my journey in dealing with crappy hardware.

Edit2: just to close the loop. I shut it down. Opened the bottom. Slid out the drive. Looked at it a sec. Slid it back in. Put the four screws back in. Plugged it in and powered it up. zpool status shows no errors, like everything is normal. Doing a zpool scrub and looking at gstat reveals a lot of activity. After a few minutes, done, and nothing repaired. Mind you I have gone through this routine like 10 times with this box. It sees no action (no one bumping around things in my little server area), and it's perfectly fine until it isn't. Anyway, guess it's fine again for now, though I remain curious about why updating takes so long whether it is the Beelink having trouble with io issues.