Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)C
Posts
5
Comments
142
Joined
4 yr. ago

  • you can change that in about:config, i think privacy.resistFingerprinting is the culprit

  • as a rhythm gamer, I can say you're full of shit lol

    I have 240hz and the difference between 120hz and 240hz is somewhat noticeable, don't see why I'd need any more than this though

  • Target Israel and we will target you. [...] You have been warned.

    What is this movie villain ass letter?

  • There's no agency in the market. That's the entire point of markets - being independent of a single human's whims and being an equalizing force, the "invisible hand".

    And the entire point of communism is getting that agency, having production for the sake of humans rather than humans for the sake of production.

  • there's not much to know about it, I use Cloudflare simply because its routing is better than direct IP connections for many places on Earth. I can't fully use Cloudflare anyway because I host many non-web services.

  • I know about it, but it kinda defeats the purpose (the purpose being police raid protection)

    • full disk encryption on everything except the router (no point in encrypting the router)
      • the server doesn't have a display connected for obvious reasons, so I'm manually unlocking it via ssh on each boot
        • obviously, the SSH keys are different, so the server has a different IP in initrd. That said, I still don't have any protection against malicious modification of initrd or UEFI
    • the server scans all new SSL certificates in realtime using certspotter and notifies me of any new certificates issued for my domains that it doesn't know about (I use Cloudflare so it triggers relatively often, but I still do checks on who the issuer is)
    • firewall blocks outgoing 25 so nobody can impersonate my mailserver
  • Is there a way to break down home.packages into smaller chunks for modularity?

    home-manager uses the NixOS module system, so you can use everything that comes with it, like imports

    So they're just to ensure reproducibility?

    That and for easier importing of other people's Nix code

  • it only went open-source last week

  • it's actually a reference to "video games cause violence"

  • The nuclear attack on Japan wasn't intended to defeat them - they were already essentially defeated, just trying to find a more favorable way to lose. The nuclear attack's purpose was to intimidate the USSR, as a power flex. The reason nuclear weapons are a deterrent isn't because a couple of nukes hitting your country is a problem - that's just a minor inconvenience when it comes to war. The reason nuclear weapons are a deterrent is because the countries that do have them have a lot of them, and can destroy not just a couple important cities, but cover your entire country in radioactive waste.

    Not only will your "plan" not achieve its goal, but it will also hurt hundreds of thousands, possibly millions of civilians. I know it's popular to associate a people with a government, and that's not completely baseless, but - and I can't believe I have to say this - that's absolutely no reason to launch a nuclear attack. That's just genocidal nonsense. There's a reason countries at war don't kill civilians, and it's not "good will".

  • no, it isn't bidirectional, public = encrypt, private = decrypt, that's it. You can address a message to multiple recipients though (when using GPG), so often in case of email a message is addressed both to yourself and your recipient, so both you and your recipient have access to message text

  • this did affect Russia at least because I've seen many memes about egg prices (though I don't eat eggs myself so I have no personal experience to validate that)

  • Jump
  • note that basically any ISP will intercept traffic if asked by a government - they're literally legally required ro

  • Rust can be bootstrapped with mrustc to my knowledge

  • In short, Nix reduces the setup time, both for your system and for your projects. If you find yourself spending a while setting stuff up (for example, after a reinstall; or maybe you want to run your project on another PC and need to install the right dependencies), Nix will help. Otherwise, if your desktop is vanilla Fedora or whatever and you don't do much programming (or you don't have any dependency management problems), Nix probably isn't for you.

  • I don't care much about rofi itself, I primarily like it for how powerful its scripting is compared to e.g. dmenu (css themes are nice to have too I guess)

    And no, OnePlus 6

  • sway with tabs (i usually dont use actual tiling)+4-5 workspaces

    waybar for status display and on mobile also for menu access

    rofi as the app launcher (i also plan to write a proper rofi menu for my phone for quick access to useful commands/config but it's heavily wip)

    i patched sway for push to talk because wayland spec doesnt support keybindings in a way required for push to talk for now

    i also plan to patch it on the phone to completely forbid fullscreen apps (as they hide the menu which i use for workspace/window switching) and show the window bar on all windows (for example, firefox extension/downloads popups)