
tal
@tal@lemmy.today
- Comment on Shareable markdown directories 5 days ago:
en.wikipedia.org/wiki/LRC_(file_format)
For time-synchronized lyrics.
It looks like my Scandroid audio files from Bandcamp have embedded non-synchronized lyrics.
$ metaflac --list *08* comment[12]: UNSYNCEDLYRICS=Beware the shadows of the drones Destruction wrapped in pretty silicone They’ve taken everyone I’ve known And now I walk these empty streets alone In my memory the past is fading The future has been redesigned It’s hard to focus on it when I’m running out of time Surrounded by streetlights at midnight My destination is unknown I walk these empty streets alone Digital dreams thrive in the moonlight I’m only flesh, circuit and bone I walk these empty streets alone Beware the faces of the clones Deception sent from Neo-Tokyo They’ve erased everyone I’ve known And still I walk these empty streets alone
Note that lyrics are themselves copyrighted works, regarding simply sharing them.
- Comment on What path does data take when connecting to a domain at my address? 1 week ago:
You can see every hop an IP packet takes at IP level with
tracerouteormtr. - Comment on Analog Capture Server LIVES! 4 weeks ago:
Magewell Pro Capture card
I’ve been kind of shifting towards use of USB devices over internal cards.
All of the USB devices that I have still can be connected to computers. Ditto for DE-9 serial ports, though I might need a USB adapter.
But I’ve seen ISA->PCI/AGP->PCIe, obsolete a lot of old hardware that I’ve had sitting around, and that’s just on the PC. That includes my video capture hardware.
- Comment on (UPDATE: a different issue??) What are these burn marks on my failed 3D print? 1 month ago:
the whole thing fell over…Do I need to make the model smaller, or is there something wrong with the print settings?
I haven’t done 3D printing for some time, despite following the community, but can you add a base, perhaps, that would make it more stable and is only attached at a few points and can be snipped off? There’s probably terminology for such a thing, but I’m afraid if there is, I don’t know it.
- Comment on How to auto remount external HDD after power loss to laptop server? 1 month ago:
Gotcha. Yeah, the stuff in fstab is just a convenience; it’s equivalent to running a bunch of mount commands at boot. You might be able to just run “mount” again without the ‘-o remount” option. I was just listing that in case you were seeing some kind of errors in trying to manually mount it.
- Comment on How to auto remount external HDD after power loss to laptop server? 1 month ago:
Nah, that’s good. What I mean is, if it’s in /etc/fstab, it should be possible to manually mount it without a reboot. Have you tried manually remounting it after power comes back?
- Comment on How to auto remount external HDD after power loss to laptop server? 1 month ago:
Does anyone know how I can resolve this issue?
I don’t know why you’d need a reboot to remount the thing. Are you just not familiar with how to add something to /etc/fstab and mount it manually and are relying on some kind of auto-mounting system that only happens to run at boot, or is it giving some kind of error?
If an error, what happens when you do:
$ sudo mount -o remount /mnt/the-mount-point?
- Comment on How to auto remount external HDD after power loss to laptop server? 1 month ago:
I was going to mention that, but also that while I’m sure that it’d handle power loss while it’s unmounted the filesystem I don’t know what happens if the backing storage goes away while it’s in use.
- Comment on Server randomly locked up. Trying to find out why 4 months ago:
If you have Magic Sysrq enabled, you can do Magic Sysrq-t, which may give you some idea of what the system is doing, since you’ll get stack traces. As long as the kernel can talk to the keyboard, it should be able to get that.
en.wikipedia.org/wiki/Magic_sysrq
You maybe can’t see anything on your monitor, but if the system is working enough to generate the stack traces and log them to the syslog on disk (like, your kernel filesystem and disk systems are still functional), you’ll be able to view them on reboot.
If it can’t even do that, you might be able to set up a serial console and then, using another system running
screenorminicomor something like that linked up to the serial port, issue Magic Sysrq to that and view it on that machine.Some systems have hardware watchdogs, where if a process can’t constantly ping the thing, the system will reboot. That doesn’t solve your problem, but it may mitigate it if you just want it to reboot if things wedge up. The
watchdogpackage in Debian has some software to make use of this. - Comment on GOG's new owner says Steam is winning due to ease of use, not quality, while criticizing the platform for releasing hundreds of games daily that are "not super high quality" 5 months ago:
DDG mostly. I’m not unhappy with Kagi on any particular technical aspect, but I’m not happy about the fact that I learned that it was operating out of Serbia (it was often listed as being based in the San Francisco Bay Area; this appears to actually be a residence of the founder). I’d be much more comfortable about them getting in practical legal trouble if they wound up retaining data if they were operating in a US or EU or something legal jurisdiction. I posted about it to !kagi@programming.dev a while back.
If they moved operations to the US or somewhere like that, I’d have no problem using them.
- Comment on GOG's new owner says Steam is winning due to ease of use, not quality, while criticizing the platform for releasing hundreds of games daily that are "not super high quality" 5 months ago:
The publishers can do it via uploading beta branches, but there’s also a way to tell the Steam client to fetch old versions independently of that. I remember it coming up specifically with Skyrim, because updates broke a lot of mods environments, and it takes a long time for a lot of mods to be updated (during which time people couldn’t play their modded installs).
searches
steamcommunity.com/app/…/4032473829603430509/
The
download_depotSteam console command.The linked (non-Skyrim-specific) guide talks about how to obtain manifest IDs for versions of other games.
But, yeah. It’s really not how Steam’s intended to be used, and I imagine that hypothetically, one day, it could stop working.
There are also IIRC some ways to block Steam from updating individual games, but again, not intended functionality.
searches
steamcommunity.com/…/3205995441631274440/
If you specifically want control over game updates for some game, then GOG can be a major benefit for that.
- Comment on GOG's new owner says Steam is winning due to ease of use, not quality, while criticizing the platform for releasing hundreds of games daily that are "not super high quality" 5 months ago:
I would guess that he’s looking for a response to someone pointing out that Steam has a larger game library than GOG.
Like, he’s gonna say “yes, but a higher proportion of the excluded games aren’t good”.
- Comment on GOG's new owner says Steam is winning due to ease of use, not quality, while criticizing the platform for releasing hundreds of games daily that are "not super high quality" 5 months ago:
I mean, it’s true that there are lots of games sold on Steam that aren’t great games, but that doesn’t hurt me much.
There are lots of products on Amazon that aren’t that great.
There are lots of websites on the Internet that aren’t that great.
As long as I can get to the stuff I want, all good.
- Comment on Cloudflare is down this morning 7 months ago:
Took down Framework’s website, which I was using.
- Comment on Preparing for the hardware market disruption 7 months ago:
Just keep in mind that the long run trend is pretty strongly downwards; that’s a log-scale graph.
- Comment on What do you use for notes? 1 year ago:
Org-mode in emacs.
There are various mobile clients.
If you have something to synch files, it’s just syncing org files. Probably mostly interesting to people who use a lot of emacs on a PC, though.