• 0 Posts
  • 721 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle




  • I recently learned of MDisc (there’s a CD and DVD version, too, iirc) and decided to get a burner and convert my old data CDs.

    While I haven’t verified every single bit, I did check that the files copied off of it were still functional and didn’t see any issues. Also didn’t get any errors. I was surprised because I’ve had some of them for over 20 years now and didn’t do more than put them in CD binders to protect them (during the days when I didn’t even consider the longevity of the media, other then obvious things like scratches.

    Only disc I wasn’t able to get the data from was a packet CD, which was a special format that facilitated treating the disc more like diskettes, where you could read or write at will via the filesystem rather than writing the disc as a special package from the start (or having multiple sessions if there’s still room on the disc after one such write). I was able to find references to the tech, though not if it was a standard or just a name a few different companies used for different implementations, but I wasn’t able to find Linux drivers that could do anything other than rip the ISO and a few strings or tell me it can’t find anything. Though it’s possible that corruption is really what happened here because I’d expect RW CDs to last a shorter time than the write once ones.

    Though I suppose I could try it on my old windows machine and see if drivers are more readily available there.





  • When I was in school, I wanted a Linux machine (since my school stuff was mostly linux and I wanted to be able to work locally instead of having to ssh in to school machines) but wasn’t comfortable doing it on my main PC, so I bought a cheap laptop and inatalled linux on that. Had the extra bonus of being smaller and lighter than my gaming laptop that was my main PC at the time, too.

    Your options will probably be a bit more expensive (and apologies for suggesting a solution that involves throwing money at it if you aren’t in a position to get even a relatively cheap one) since it’s running windows and needs the hardware for that, including TPM if your school stuff requires win 11 (though if you can get away with win 10 or 7, you could probably get a cheaper machine). Though on the other hand, your tasks might not require a GPU, which can save a lot right there.

    Then you can truly isolate your personal stuff from winsows, especially if you set your LAN up to never let the windows machine know that the linux machine even exists.

    I also use this with consoles to play games I’d like to try but they have DRM or anticheat that I don’t want on my PC. Also kinda doing it with work, though the laptop belongs to them.



  • Maybe it’s from people suddenly realizing how many clients they have but not realizing that was already priced in and reflected in earnings because those clients didn’t all show up by surprise this quarter.

    Or maybe the downage revealed some new clients that hadn’t been priced in.

    Though when a tiny portion of the population owns such a large share of the wealth, stock prices are going to do pretty much whatever they want them to do.


  • I wish we had infrastructure to do that at a mass level and reduce the waste. And I don’t just mean goodwill and donation shops, but a whole system to accept discarded things or consignments, clean and repair everything, eliminates any infestations and infections (or destroy it if impossible), filter out the junk (or send it to another station to be disassembled into parts if anything is salvageable, or into scrap materials if not).

    Also ban disposable plastic that can’t be usefully recycled, as well as ones that are intended for longer terms but degrade (some get sticky, some “sweat” who knows what liquid), and make all parts (plastic or otherwise) open source and public IP if the producer no longer wishes to produce them.


  • Better also get the pro version with a brush, just in case you ever need to do a task that works better with the brush version. Does such a task even exist, you ask? Well, just imagine discovering that it indeed does 2 minutes before your local brushed tools shop closes (and it’s a 3 minute drive). Do you really want to be stuck waiting like a sucker for the to open the next day? And what if it burns down that night? And then WWIII breaks out before they get the renovations done… This might literally be the last chance you’ll ever have to avoid feeling like a sucker in that situation!


  • Though I can say I haven’t heard of any new phone features that made me care. I did purchase a new phone in the past year, but that was about wanting to get out of google’s ecosystem before they finish building the wall around their garden.

    So, for me at least, at this point it’s more about avoiding anti features than looking for a shiney new feature.

    I’m really not sure what a phone could even offer as a new thing to get me interested at this point. And I wonder if that will eventually be 6G (or newer) when they shut down the 5G networks.


  • That’s disappointing that they have different methods for each physical layer. That should be handled on the link layer using common methods once the physical layer is able to send bits back and forth.

    Getting an IP address shouldn’t be affected by whether it will be transmitted using fibre, dsl, cable, a 56k line, a quantum teleporter, signal fires, or carrier pigeons.


  • I mean, if there’s only three ways, couldn’t routers be set up to just try all three to see which works? Or if they each need specific parameters that aren’t discoverable, have a form that takes all of them but says “just enter what your ISP gives you, the others are optional”. Or set it up such that the client can just get whatever information it needs from the server to communicate with other nodes beyond the server. IPv4 has DHCP. Is there something in the way of applying a similar solution to IPv6?


  • That’s why I find the idea of heaven to be self-contradictory.

    One person’s idea of heaven might be one where they don’t need to worry about others wanting sex with them. Another’s might be one where everyone is happy to have sex with them. And another might be most happy in a monogamous relationship where they are with their partner and no one else is even interested in their partner. (Also what about widows and widowers who remarry?)

    Or hell, a simpler example: three people, one of which considers the other two their very best friends while the other two only like that one and would rather not spend time with each other.

    So unless there’s a new version of heaven for each set of desires (maybe even with a version of you that is happy there, to make those who want to be with you in that heaven happy), the whole thing will be great for some but probably miserable for many more (because you can’t please everyone), which defeats the entire premise of paradise for everyone.

    Not that this disproves anything, for all I know the many versions one might be the case or maybe heaven exists but is only fun for some people (which honestly is consistent with how religion generally works on earth anyways).

    Edit: fixed a word, plus added the bit about widows.



  • So far I’ve been impressed with what AI can do with coding. I had it write some scripts for me on one of my previous work tasks and it did the majority of the code writing and even majorly assisted the debug process.

    And now I’m using it for another task and it’s already improved significantly since the last one. You can now interrupt it if if gets stuck in some kind of loop and the required debug phases are fewer. Hell, it’s even reading between the lines of my prompts effectively and implemented a verbosity feature in a second script just because I had requested it in the first one.

    With the first task, I was holding its hand as far as data structures and such were concerned. This time, I’m instructing it at a higher level. And while it does help that I can understand the code it generates, I said last time that it was good enough to start replacing interns, I think at this point it’s ready to start replacing junior programming positions.