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

help-circle
  • So I have been unable to quickly confirm this on the post office directly, but the commonly cited rule online is quoted as 917.243(b).

    If we can believe the multiple sources and the rule hasn’t been changed, I recalled it a little incorrectly. Using such a letter as a label is legal but if they deem it an improper usage, like directly mailing a brick with the letter taped to it, they reserve the right to just dispose of it. No trouble for the sender though, so it can’t hurt.




  • Like that, but filtered through an AI.

    Features: questions like “Hey, where’s that file I worked on last week”, “What was that recipe I found the other day” or “hey can you pull up a copy of this document from 3 days ago so I can compare them” all work. Its nice to be able to just do that, and you can apply all the normal AI editing things to them, too. They’re all available.

    Downside: a black box AI system the user doesn’t have full control over has the right to record literally everything you do on your computer. They promise its local, for now, but not only is Microsoft not trustworthy in that regard, even if they’re honest we don’t know if or when they’ll change that policy. I would not be surprised if the next step was “A small amount of none identifiable information is transmitted to our servers” snuck in, and they used that permission to have Microsoft Recall answer queries for advertisers directly, technically without ever identifying you. Advertisers could directly ask your own computer for all the info they’ll ever need.

    And, yes, Mac still has Time Machine. Linux has its own version, too. Both are very handy and I’ve used them each personally. In my personal opinion, a basic search with time machine does enough of Microsoft recall’s job that I’m not going near it, but honestly at least you’re getting functionality out of them selling your data, so it could be worse.


  • 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.



  • The more the code is used, the faster it ought to be. A function for an OS kernel shouldn’t be written in Python, but a calculator doesn’t need to be written in assembly, that kind of thing.

    I can’t really speak for Rust myself but to explain the comment, the performance gains of a language closer to assembly can be worth the headache of dealing with unsafe and harder to debug languages.

    Linux, for instance, uses some assembly for the parts of it that need to be blazing fast. Confirming assembly code as bug-free, no leaks, all that, is just worth the performance sometimes.

    But yeah I dunno in what cases rust is faster than C/C++.


  • Khanzarate@lemmy.worldto196@lemmy.blahaj.zonerule
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    Yeah that’s right. No routers needed.

    All local wireless gameplay on the DS is the same ad-hoc networking, too. Some games, like Mario kart, could use ds download play which is the same thing but a host would send over full game data before playing, too.

    The 3ds also used it for local streetpass.

    Nintendo experimented with it a bunch, honestly, although I always felt it was relatively unexploited in the ways they did. DS download was cool though because it was a mobile console’s split-screen gameplay, instead of selling you 4 games to let 4 people play.



  • According to The arch wiki, x11vnc operates differently than some other servers and is not capable of going headless. You’d need the dummy plug.

    On that same page, though, it lists the alternative to x11vnc as Xvnc, and links to TigerVNC which is capable of going headless, and has an example config for going headless.

    I haven’t tested tigerVNC specifically, but it’s known, so I expect this is the solution to your problem.





  • No, this hypothetical drive isn’t just relativity incarnate. It uses a hypothetical source of negative mass. This means it has a gravitational effect the same way the moon does, but the tides aren’t just a relativistic stretching.

    This ship would literally push objects away from it. That mechanic is crucial to the concept of the ship. If we were in space, in a box, with that ship near us, we would perceive the ship’s direction to be up, because the repelling effect would be identical to the equivalent positive mass below us pulling us down.

    And if one of these hypothetical ships could do this to an extent that allowed it to fold space to cheat out faster-than-light movement, I imagine the gravitational effect would crush us entirely.



  • The compression would be noticeable, and perhaps deadly, depending on how it was done and how much space was warped.

    Think of it like the wake on a cruise liner, the waves it creates ahead of it and the ripples it leaves behind. If we had this style of warp drive apply to our seas, that cruise liner would compress water together in front of it to reduce friction and expand water behind it to push the ship along. That’s what could happen to gravity, if we ever find a way to have something with a negative mass. If such a thing were large enough and close enough to earth, it would be about as terrifying as it sounds. Not a lot survives a cruise liner running over you, and not a lot would survive that ship, either. Ships would have to leave earth more mundanely, only using this warp drive once they’re safely away. There’s also every chance earth and other large bodies in space would mess up what would have to be very precise calculations to get the right curvature, so everyone will be happier with that technology being space-only.



  • I used a pi 3 to host a Foundry server (TTRPG software).

    I use Docker to simplify things, since I run two instances of it. Simple port forwarding setup within the docker container. the main reason I used a pi instead of my computer is so my players could access their dnd stuff all the time.

    I stopped because I switched ISPs and they won’t let me port-forward. My vpn supports it but the latency isn’t ideal. I host the same thing through a cheap server now.