Lettuce eat lettuce

Always eat your greens!

  • 3 Posts
  • 160 Comments
Joined 3 years ago
cake
Cake day: July 12th, 2023

help-circle


  • If you like/don’t mind working in the terminal, Neovim can do basically anything, it’s hyper-modular. But the learning curve is very steep. The people who use it are absolutely devoted, and it’s an incredible piece of software, but it’s not made with the beginner in mind.

    If you want a traditional GUI app, Kate from the KDE team is a really nice, reasonably lightweight IDE. Kate IDE

    It’s like a simplified VSCodium. It has all the basic IDE features, LSP and syntax highlighting for 400+ programming languages, tabs/panes/window support, code breakpoints, Git integration, built-in terminal execution, and community plugins for various other features.

    The one thing Kate doesn’t have for your use case, is a built-in live HTML preview. Technically, Kate actually supports a simple HTML live preview if you enable it, but only in the Linux version, and from what I read online, other than very basic HTML stuff, it’s not very good. There may be a community plugin that somebody built, but you would need to research that yourself.


  • Very true, but that may make things worse down the line. Once they realize that kids are circumventing their restrictions, they won’t think, “Hmm, maybe a blanket ban of social media for minors wasn’t a great idea.” They’re just going to double down and say that there needs to be more hardcore restrictions on all internet/computer activity. More sensorship, more data harvesting, mandatory governement spyware in all devices.

    Essentially the Great Firewall in China. Many governments have already expressed interest in modeling national internet access after China.


  • To a large degree, yes, but blanket bans on social media use for minors will fail for multiple reasons.

    1. This has already been the case in Australia, and the latest numbers indicate that a vast majority of youth still access social media via black/grey market account purchasing, VPNs, and other methods.
    2. The ban doesn’t include some popular platforms like Telegram, which arguably provide a more risky experience, due to it being a popular platform for criminal activities.
    3. Taking away a huge swath of social platforms from kids without providing any constructive or healthy alternatives will mainly encourage destructive behaviors.

  • Find what and where you can fight best, and throw your weight behind it. Don’t fall into dispair, that’s what they are counting on.

    Some fight for better laws, some fight for better politicians, some hack, some donate, some build, some propagandize, some host and archive, some preach and philosophize.

    The best often do several of these things. Find what you’re inclined towards and do it. We need every last drop of effort to defeat the corpos and their corrupt political allies.

    You can’t stop the signal.




  • The CEO apparently is a big private equity guy, and those bloodsucking ticks only know how to do one thing: Suck every last drop of money and goodwill from the company and its customers as quickly as possible.

    Breaks my heart, I’ve been a massive Bitwarden advocate for years. Been happily paying for the individual paid plan. I’m now working on setting up KeyPassXC with syncthing.







  • The Mullvad integration allows you to use Mullvad as your VPN for internet browsing while still being on your tailnet.

    So normally, running two different VPN services can cause a bunch of problems, if it even works at all. Tailscale’s Mullvad integration fixes that.

    Tailscale by itself is an overlay network. It’s literally a second network that your computer is connected to, but instead of it being a physical network with wires, switches, and routers, it’s a virtual network, a network that runs as software.

    So imagine your computer right now at home. You plug into your router, and you have a local IP address, something like 192.168.1.20 right? If you run ipconfig on Windows or ip a on Linux, you’ll see your network adaptors listed with what their current IP address is. So if you’re running Windows, you’ll see your physical network adaptor listed with the IP address of 192.168.1.20

    When you install Tailscale on that computer and log into your account, then run that command again, you’ll see a new network device listed, and it will have a totally different IP address, like 100.89.113.14

    That is your Tailnet IP address, it works just like your “normal” IP address, but instead of it being a physical Ethernet adaptor on your motherboard and plugged into your home router, it is a virtual adaptor (software) running on your computer, connected to the Tailscale network, which has servers all around the world.

    When you install Tailscale on a new device, say an old computer that you are using as a Minecraft server. That computer will get a new IP address on your tailnet, say 100.94.65.132

    Because both of those machines were added by you to your own Tailnet, they can see and talk to each other by default. Meaning you could run a ping command from your home computer to your Minecraft server’s Tailscale IP, and it will respond.

    Because this runs on the internet through Tailscale’s servers, you can do this from anywhere. That’s the “VPN” type functionality you are talking about. No matter where your home computer is, you can still access your Minecraft server because it is on your Tailnet, just as if it were still plugged into your router right next to you.

    This is how I access my entire home lab from anywhere in the world. For example, I have a Jellyfin media server (like Plex) that I have a bunch of movies, TV shows, anime on. It’s running Tailscale and is on my Tailnet. I have Tailscale installed on my Android smartphone too.

    So if I am staying at a hotel in another state, or visiting my family on the other side of the country, and I want to watch a movie or show that I have on my server all the way back home. I just run the Tailscale app on my phone, then open the Jellyfin app and I see all my home media right there on my phone and can watch it flawlessly. Even though I am at my parent’s house, on a totally different internet connection, 500 miles away from my home.