[-] SteveTech@programming.dev 55 points 6 months ago

ghost is just GitHub's way of saying deleted user.

[-] SteveTech@programming.dev 37 points 9 months ago* (last edited 9 months ago)

For those wondering, when using the biggest QR code with the maximum error correction (10,208 bytes), 1,454,942 QR codes is slightly less than 14GiB, which should be more than enough for a Windows ISO.

My math: (1454942×10208)÷1024÷1024÷1024≈13.83

Edit: Damn another guy beat me to it, now I wonder how I'm so far off.

[-] SteveTech@programming.dev 42 points 11 months ago* (last edited 11 months ago)

AFAIK fast startup only affects shutdown, clicking restart will always do a full reboot. Shift clicking shutdown will do a full shutdown like you said, but shift clicking restart will start recovery mode.

[-] SteveTech@programming.dev 34 points 1 year ago* (last edited 1 year ago)

I believe the main contributor for drm_panic wants to add one eventually. Here's what it might look like:

DRM panic handler panic screenshot https://gitlab.com/kdj0c/panic_report/-/issues/1

Link if you can't scan

Also it looks like the colours are configurable at compile time (with white on black default).

[-] SteveTech@programming.dev 52 points 1 year ago

(with type covered as a bonus)

Relevant fact: Most standard non-letter batteries are named after their physical size, for example a CR2032 is 20mm diameter x 3.2mm height; or not a button battery, but an 18650 is 18mm diameter x 65.0mm height.

[-] SteveTech@programming.dev 85 points 1 year ago

I'm probably jumping to conclusions, but Nvidia?

[-] SteveTech@programming.dev 28 points 1 year ago

The cool part is, the kernel and most of the user space is still running fine, so there's no restart required (although I would anyway), it's just gnome is having issues.

I've had dodgy hardware cause a kernel panic, which is much more equivalent to a Windows BSOD.

[-] SteveTech@programming.dev 40 points 1 year ago

Excel would be emulating the silicon here

[-] SteveTech@programming.dev 39 points 1 year ago* (last edited 1 year ago)

I don't believe so, I think OP just misremembered 1970.

The 1704067200 is the 2024 new year, in seconds from 1970 (normal Unix time).

[-] SteveTech@programming.dev 82 points 2 years ago

Woah peertube federating with lemmy is actually really cool!

[-] SteveTech@programming.dev 33 points 2 years ago

CS2 was released as an update to CSGO, so it's effectively the same game as far as steam charts go.

20

This is more of a public note to self, but if anyone else had screwed up fonts, default cursors, and missing minimise/maximise buttons in flatpaks on KDE Wayland, put this in your /usr/share/xdg-desktop-portal/kde-portals.conf:

[preferred]
default=kde;gtk;
org.freedesktop.impl.portal.Settings=kde;gtk;

Then restart xdg-desktop-portal.

Source: https://bugs.kde.org/show_bug.cgi?id=474746#c12

Apparently this will be fixed in 5.27.9 releasing on the 24th anyway, but I've tried so many different 'solutions' and this had been annoying me for weeks.

245
Guys I found lemmy! (programming.dev)
[-] SteveTech@programming.dev 33 points 2 years ago

I think you'd have to do echo o | sudo tee /proc/sysrq-trigger, otherwise sudo only works for the echo, not the write.

view more: next ›

SteveTech

joined 2 years ago