Skip Navigation

Posts
6
Comments
967
Joined
3 yr. ago

  • That's totally alright, I know that I'm a computer freak. I actually managed to beat iptables and get it to work, thanks for your wishes.

    You're a pretty good techno potato if you managed to get on the fediverse, good on you. Recommendation: Use a password manager if you don't already it makes everything a lot easier for you and vastly improves your security. Have a good time :)

  • Don't host services with termux, it's not made for that and nobody checks for termux related things. If you really want to host on an android device, look into chroot environments or virtualization. Generally, avoid hosting on android, in my experience at least.

  • Would be news if they didn't say that

  • Somewhat. I have a lxc container with a pinhole, but I have networking problems. The container has Internet now but I'm struggling to publish ports to my LAN.

    Iptables broke me yesterday

  • I hope the first one. But the effect is real, stuff you know already was easy and stuff you don't is hard. I'm feeling it with my migration to proxmox, it's hard.

  • Not very stable at all, but the cli game (wordlec) is playable with the responses of whether you hit a letter or not, the naive solver and the stupid solver work too.

    However, I expect that the API will change a lot before v0.1. I will release it when I deem it somewhat stable. Happy to hear you like it.

  • I've started building a wordle-analyzer. I got nerdsniped, and now I'm implementing the game (already did a game and a cli implementation using the abstracted interface) and a solver.

    The idea is to provide:

    • game - a wordle game that can be used to implement the game in many frontends, a cli version and exists already
    • solver - something that can solve the game
    • wordlist - any wordlist people might want.
    • bench - if you want to know how good your solver is

    I'm providing built-in versions, but anyone could implement the traits.

    I currently have two solver implementations;

    • stupid - literally tries words at random
    • naive - checks which letters matched and reuse them, require letters that are included but not matched in other words, then use the most common word that matches

    The naive solver can actually solve the game in less then 10 steps most of the time. Mathematically, the optimum is about 3,4 steps. There are two amazing 3blue1brown videos going into details, and my eventual goal is implementing solvers making use of that math.

    I've been using generics and traits like never before for that project. Solver? It's a trait. Game? It's a trait. Word lists? It's a trait.

    And all my structs have generics <'wl, WL> so that I only need to have the word list once to save resources. You get a little crazy from the lifetime errors but it's fun.

    Besides that, my homeserver got janky this month, and today I started migrating it to proxmox. It's hard, because I need to do a lot more thinking than just docker go brr now.

    In case you want to check my wordle-analyzer out: https://git.cscherr.de/PlexSheep/wordle-analyzer I need to update the readme before publishing.

  • Proton Mail is a fine service, the only critiques I have is missing features. To me, some of these are basic feature, others might not even notice.

  • I'm migrating my homeserver from my old Debian install to proxmox right now, it's become too janky and I hope to fix that with a clean rebuild. Wish me luck it's rebooting right now.

  • Diese Kommentarsektion ist hiermit Eigentum der Bundesrepublik Deutschland

  • I really don't get the exit vim meme anymore. It's just two key presses, trivial. When you hit <C-c> it tells you exactly what to do. Anyone stuck in vom either does not read or has no idea how to use a terminal.

    Edit: I'm German, I meant vim.

  • Wasted performance large scale means wasted resources large scale, like CO2 emissions, energy costs, and hardware that would not be needed without

  • Scherz oder nicht, abscheulicher Standpunkt

  • I'm afraid I didn't make it and just stole it

  • Is this affecting both plasma 5&6 then?

  • Oder gleich dumm dumm

  • Debian ist der Weg, Debian ist mein Zuhause.

  • we haven't had to deal with a Decentralised network across the internet before

    You say that while using the WWW, a decentralized network of Webservers and Webbrowsers all Access the world.

    And you say that while using Domain names, which certainly don't come from your /etc/Hosts but from a decentralized DNS Network of servers all around the world.

  • Works for me with a framework 12 on LMDE6 with plasma5/Wayland. I probably did some configuring and forgot.