• 17 Posts
  • 184 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle


  • ebay, ebay, ebay (and also pcpartpicker).

    Unless you want to frag people at 4k@140Hz in the latest AAA game, you probably don’t need the latest generation components (and I’d say your requirement are quite low here, consider how the only thing you complain about is storage space).

    Unless you really want to assemble everything by yourself, consider buying one of the second-hand, previous-gen gaming rigs on ebay (but watch out for scams!). Even if you do want to assemble the PC yourself, consider buying used parts on ebay (or buying a full PC to cannibalize reselling the excess).

    What are the specs of your current rig? Except for storage, are you satisfied with how it runs? How much storage do you need for the projects you are working on? How much to archive things? Do you want to do anything about backups? Is a full size tower ok? How good a video do you want? What is your budget?




  • The problem with Chinese EVs is that they show it’s possible to innovate, keep prices down, and mass produce.

    It’s not only possible, it’s easy: you just need terrible labor and environmental standards, poor welfare, cheap access to raw materials, and tons of state subsidies :)

    It’s interesting to note that “we” knew all along it would end like this but just couldn’t resist moving/outsourcing production to China nor investing in China’s fast-growing economy.

    “We” were chasing short-term profits and China was playing the long game. Apparently, both parties won, each at their own game.

    Stop making $70K SUVs and start making $20K Taurus and Escort EVs. You did it once. You can do it again.

    The cost of batteries is (relatively) higher for cheap vehicles, so that’s the segment where it makes the most difference.








  • Sorry to be a bother, but… how do I tell hyprland I want a window to be added to a specific group?

    I was thinking of something like:

    windowrulev2 = tag texteditor, class:(myfirsteditor)
    windowrulev2 = tag texteditor, class:(mysecondeditor)
    windowrulev2 = group XXX, tag:texteditor
    

    but I can’t find what I should write instead of group XXX to tell hyprland/hy3 that I want the window to be added to a group on the left-side of workspace 1…

    I would also be fine with some rule that could be added to exec or probably even some dispatcher, but I can’t find anything that allows to target (or define) a specific group.

    Am I pursuing this from the wrong direction?



  • Philosophy aside, the practical issue with your terminal emulator having to support your shell is… that one does not use just one shell: what happens whenever you start a repl or an whatever program that has interactive sessions (say, for example, psql or parted)?

    tightly integrated shell and terminal emulator support. There are just things you cannot do with these being separate things.

    I can’t think of any, but I’m not the most creative person… what do you have in mind?

    Having something that is like (say) tmux+fish could make sense, but only if it’s something that outweighs the lost flexibility of being able to combine <whatever shell you like> + <whatever terminal multiplexer you fancy>.






  • gomp@lemmy.mltoPrivacy@lemmy.mlIn search for a good VPN
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    18 days ago

    I have no idea what a DreamMachine is (and wikipedia does not help) so here’s the long answer :)

    If you want a VPN tunnel to your own home, for secure access to your LAN, I’d recommend you look into NetBird and/or TailScale, which at their core are wireguard plus NAT punch-through (you can also run wireguard or openvpn directly, but it may be a pain since you most probably have a dynamic IP and possibly a CGNAT).

    If you want to hide your traffic while connecting through networks you don’t trust (such as the work one or some cafe’s wifi), you can either use NetBird/Tailscale as above and connect though your home (well, assuming you trust your ISP of course) or some third party VPN which connects to their servers (I’d say look into Proton first).

    Keep in mind that VPNs actually do very little for your online privacy (ie. it’s not like google or facebook can’t track or fingerprint you). They do is prevent man-in-the-middle traffic analysis from your ISP (or the admin of whatever LAN you are using), but then the VPN provider can do the exact same things, so… make sure to double-check the privacy guarantees of your VPN provider and compare them with those of your ISP.