I blow hot air.

  • 2 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle

  • Compared to dumping white phosphorus over hospitals and refugee camps, killing 2 (?) children during an attack that targeted hundreds/thousands is many orders of magnitude more precise. I hate dead innocents as much as anyone, but you gotta admit the pagers were effective and included way less collateral damage than the methods Isreal has employed in recent history.

    The point of the post isn’t to praise the pagers attack. It’s to point out that Isreal is capable of causing less collateral damage in Gaza but chooses not to.




  • You probably already know this, or are talking about another language, but JavaScript is inherently single threaded, so unless you’re running blocking I/O in parallel, you won’t actually see any performance boost. Service workers get their own thread though.







  • If you’re worried about unauthorized access to the physical machine, you could always just do disk-level encryption instead or store the app’s data in something like a Veracrypt virtual disk. They’d still be able to access the data if they go through your OS/user, but wouldn’t pick anything up by accessing the drive directly.

    Nothing short of E2EE can truly stop someone from accessing your data if they have physical access to the server, but disk encryption would require a targeted attack to break, and no host is wasting their time targeting your meme server. I seriously doubt they’d access it even if you had no encryption at all, since if they get caught doing that they’d get in a heap of legal trouble and lose a ton of business.


  • Vent@lemm.eetoProgramming@programming.devProgramming Sucks
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    Oh, it’s drag-and-drop only with no keyboard support whatsoever. Changing a variable is hidden beneath 12 menus, and it uses a proprietary IDE that locks up after every click. Looks great in screenshots though!

    You can 100% fire all your developers!*

    *As long as your business users have loads of free time and the skillset of developers.





  • That’s assuming your interest rate is higher than inflation, which it typically is not. Even when it is, like (debatably) now, it’s not that much higher. Over time, you’re losing money without spending a cent.

    Now, if you invest in some ETFs you might be able to keep going for a while, but there’s the chance that the market crashes and stays down long enough that you run out. That’s pretty unlikely though, especially if you get a few good years to grow that egg before any crash happens.

    It wouldn’t be that difficult to live off that investment, but a savings account and interest would not suffice.


  • All these answers read like they’re written for comp sci students rather than a general audience. Let me give an ELI5 (more like ELI12) a shot.

    Ports are just numbers. They aren’t physical pathways or doors or windows or anything like that. A better analogy is a street address, like an apartment number. Your IP address identifies your computer (apartment building), and the port identifies the program on the computer (the apartment). When a program needs to talk to the internet, which is very similar to sending a letter, it hands a packet/letter to your computer and your computer assigns the program a port number. It then puts that number on the return address of the letter so that the recipient knows where to send the response. The computer remembers that port number is associated with that program, so when it gets an incoming letter with that number, it gives it to the program. After the program is done talking to the internet, the computer frees the port up to be used by another program.

    Ports are “closed” when there is no program associated with them. Any incoming letters are ignored because they have nowhere to go.

    Ports are “open” when they’re associated with a program. This happens automatically when programs send outgoing letters, or you can manually open (or “forward”) ports by telling your computer/router what the port should be associated with and that it shouldn’t use the port for something else.

    ELI5 over.

    The internet is networks on top of networks on top of networks, so your computer will have an IP and assign a port number, then your router will remember that and change the address on the letter to its own IP with a different port number, then that process repeats a few more times until eventually it reaches its destination. You don’t have to deal much with your computer’s internal network, but occasionally you have to deal with your router’s by opening/forwarding a port because it has a NAT that has to deal with all of the devices on your network. Forwarding the port just tells your router to always send incoming letters with that port number to a specific device.



  • Podman is purposefully built to rely on systemd for running containers at startup. It ties in with the daemonless and rootless conventions. It’s also nice because systemd is already highly integrated with the rest of the OS, so doing things like making a container start up after a drive is mounted is trivial.

    Podman has a command to generate systemd files for your containers, which you can then use immediately or make some minor tweaks to your liking.

    I use podman for my homelab and enjoy it. I like the extra security and that it relies on standard linux systems like systemd and user permissions. It forces me to learn more about linux and things that apply to more than just podman. You can avoid a lot of trouble by running the containers as root and using network=host, but that takes away security and the fun of learning.


  • Vent@lemm.eetoPrivacy@lemmy.mlroku remote app showing ads now
    link
    fedilink
    arrow-up
    32
    arrow-down
    2
    ·
    10 months ago

    That’s crappy, but have you seen what other remote apps are doing?

    Vizio has an ad that takes up around 25% of the screen!

    MyQ has a large scrolling ad at the top, and they are actively hostile towards any integration that allows you to control your garage door without using their app (unless you use one of the very few subscription-based integrations they offer, of course).

    vizio app with a huge ad

    myQ app with a scrolling ad