• 0 Posts
  • 99 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • Another vote for “well-written”. I have read both, and both are good if they’re done well. Besides, I don’t usually have the option when I find a book, the summaries rarely tell me and I’m not gonna dig through the middle of the book for the answer to this question.

    What I care about is being able to connect with the characters. If I can connect to someone in a realistic relationship, great. If I can connect to someone and they get that idealist treatment, great. If I can connect to someone and it seems like a romance but it’s abusive and the book becomes a realistic horror novel, that’s also great, I’ll feel the fear and desperation.

    I never have wanted to read a book to have a specific experience, is my point. If your experience was well-written, it would be good.


  • Well they still have a finite life and are less replaceable than a battery. Even if it quadrupled the lifespan (which is a reasonably generous estimate given OP’s 4-year duration and wikipedia telling me supercapacitors last 10-15 years), it would still eventually need to be replaced and that would generally require resoldering it.

    I think a much better solution is 2 battery slots, one to be a backup battery, unused, and then when needed, an LED on the mobo can be turned on. Honestly OP could jury-rig up a similar system if he wanted to, although it’d be a bit ugly and anytime something is jury-rigged I don’t really think of it as reliable.






  • Unions don’t work without a central state.

    If there isn’t an organization larger than a corporation making it keep to a line, a corporation will end up as a monopoly. If a line of work for certain skills is completely monopolized by one company, a union can’t ever get bigger than them to enforce anything. Its a stalemate that the company can end by training scabs and a union can’t end at all. That’s assuming the company doesn’t just start murdering Union heads which is probably the first thing they’d start to do without an organization larger than a company to call on.

    Of course, maybe we could unionize everyone into a people’s union, for the purposes of having a bigger entity than a corporation that can defend the people. Pay some Union dues to them to get some police-equivalent people to make companies toe the line. But corruption exists and while the USA isn’t really for the people today, that is pretty much how the USA started.

    Unions as we know them rely on regulations like anti-monopoly laws to exist.

    Although for the record I don’t hate anarcho capitalism, I just think it’s more of an ideal. A more realistic but comparable system would include a government to protect union rights and prevent oligarchical behaviors while still being mostly hands off on an industry with a Union, letting the union enforce safety and related guidelines.



  • The right app could make it into a security camera or a WiFi remote. A quick search suggests you could jailbreak it, although I’m not up to date on what that would offer you.

    I’m not sure what prevented Delta from working, since it says it supports iOS 14 or later on an iPod touch. Maybe a factory restore or similar would let you take that route anyway?




  • They’re basically saying they won’t ship off data to be processed to anyone else. Apple server hardware will process it in data centers.

    There’s then a further promise that this hardware will be isolated from other things apple is doing, so that no other apple processes not related to AI will be able to see this data.

    So, for instance, some other AI company might cut a deal with Amazon, get a discount on AWS processing, and in exchange, let amazon snoop through the data being processed. Or, a company might use a cheaper process in an existing data center that isnt particularly secure, and just not care if its being spied on. I’m sure there’s more likely scenarios as well, I’m not a security expert, but apple is promising to thwart any similar thing, by promising the “cloud” for AI is a unique cloud, not just encrypted or whatever, but actually physically separate from everything else

    Its the equivalent of saying “this product won’t trigger your peanut allergy, we’ve built a facility that will never see a peanut, so cleaning procedures are easy and accidental contamination is impossible since this product is the only thing made in this factory.”

    These are still just claims though, not facts, so we’ll see.




  • In mint I can right click in a folder and reopen the folder with elevated privileges. That’s my primary, I assumed it was standard but if it’s not common I guess it’s a cinnamon thing. If so, maybe cinnamon is the desktop of choice for avoiding the terminal.

    I didn’t do my full diligence to the samba GUI thing, apparently. That’s a good catch.

    To salvage my argument, yumex has a GUI and extends yum, so while the instructions expect the terminal, I think it’ll be optional.

    I still recommend it to nobody, but someone who set out to avoid the terminal doesn’t have to fail.

    yumex, pip-gui, and aptitude give yum, pip, and apt GUI’s, respectively, so most anything that expected the terminal should be doable without it. All it costs is a bunch of effort troubleshooting GUI things or finding out one doesn’t display error messages and logs them weirdly or whatever.


  • Well if i double-click a file I’ve made executable, it will ask if I’d like to run it, and most software will have a github or downloads page that will give you direct downloads to the software.

    In other words, I can successfully install things like a windows user, I just have to go the extra step to open the file’s properties and make it executable with the GUI first.

    Apt is faster, and it’s also faster to do a direct download, make it executable, then execute it in the terminal, too. But I CAN do it.

    Config files can be edited in the GUI text editor, it’s just slower.

    To test my claim and prove your third point, this link is the repository for a samba GUI, found at https://www.samba.org/samba/GUI/. Specifically, it’s SMB4K, the first one.

    Convenient? No. Would it update automatically? No. Do I want to do it this way, or recommend it? Still no. But it does function.



  • So, you’re pretty much spot on with how emulators work. I also like using claymation to demonstrate it, like this. Your computer bends over backwards to give the game the exact environment it expects.

    What makes recompilation more than a simple script is the rebuilding aspect. I brought up claymation because it’s a great analogy for this, too. An n64 ROM is a complete set of characters, sets, and a script for a claymation movie. It’s I in one studio right now, and that studio is the N64, but you need this to be in your PC studio.

    First, you have to decompile your sets and characters. You take reference photos and rip out every tree in a forest set and roll each tree back into it’s own ball of clay, with its own reference photo each time. Every little clay cobble on a road, characters outfits, hair, limbs, you meticulously separate every piece of clay that Nintendo shaped, ball them up, and pack them. You now have a million little clay balls and reference photos for every one of them. You take these back to your PC studio. Thankfully, with these reference photos, your clay 3D printer (compiler) can return these balls into something very close to their original shapes, except there’s a bunch of little mistakes. One character’s leg is slightly thinner and longer than it should be, which messes up their gait when you re-film this, so you manually tweak the leg to be accurate. The cobbles don’t quite fit the same, they’re a bit smaller, but you have extra clay because of that so you just make more cobblestones. The road doesn’t look exactly like the original, but that’s fine. The trees, again, don’t quite fit right, but you’ve made similar trees in your studio before and you know those will work so you actually just use those as references instead of the originals. You get filming but this one scene just isn’t lit right, and you can’t figure out why, but you eventually figure out the N64 studio opened the blinds on their window to get natural sun in this shot, but your studio doesn’t have a good view of the sun at that angle, so you have to get a good lamp.

    You face a million little hurdles decompiling and recompiling. Its almost literally reinventing the wheel. Almost all the work goes into little details that almost seem unnecessary, but there’s so many that it’s absolutely necessary. I was watching a playthrough of a recompiled majoras mask earlier today, and the Dev of this project found his way there, too, and he said it took a few days to get majoras mask to decompile and recompile, and about a year to fix all those little details that in software become lag or new bugs. So the script guy isn’t really wrong when he said he could do it fast, but he definitely wouldn’t do it right.



  • If the security camera has alerts like a decent baby monitor, then I see no need to change.

    If you already intend to have security cameras, being able to have one that works as a baby monitor but is completely integrated into a real security system just seems like the best of both worlds.

    If you currently use the camera to spot check your baby, with no real alert system for issues, then I’d jump straight to a security system that’s capable of that to reduce price over time.

    I had a security camera with a built in mic, a cheaper one, and besides getting some false positives, it worked perfectly until my kid didn’t need one anymore. I got an alert on their app when it detected sound and I opened the camera, it wasn’t straight audio, but all I needed was a notification to check it myself.