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/)S
Posts
2
Comments
152
Joined
3 yr. ago

  • I believe the official narrative is JD Vance was Donald Trump Jr's shitbrained idea. Trump Jr and Vance personally both roll with the same "intellectual dark web" theories, neo-eugenics and such.

  • That's when you rotate the proxy. By default most residential proxies will give you a new proxy for each request unless you specify.

  • Pro-tip for webscrapers: using AI to solve captchas is a massive waste of effort and resources. Aim to not be presented with a captcha in the first place.

  • Worse is when its asking for crosswalks and its clearly a rumblestrip.

  • fwiw headscale is pretty easy to self host and has minimal system requirements.

  • Unironically try turning your computer off and on again.

    Tmux settings are global and persistent. Just deleting your config files is insufficient. You have to kill the server and restart it. Uninstalling and reinstalling will not kill a running tmux server. tmux kill-server should work too.

    Now if it persists across reboots, then there must be a file still lingering somewhere. If you are sure your home directory is clean you can try searching whatever you installed in /etc.

    This is all assuming you're trying to go back to a clean slate and failing. If the borked status bar is the result of your current .tmux.conf, then you'll have to post that.

  • I spent like a week on this last month. Usually you use enumeration, but I wanted to allow client code to define their own strategies. I tried the Box<dyn MyTrait> pattern because some of my strategies were composed of other strategies, and I wanted to clamp down on generic types. But I kept running into weirder and weirder compiler errors. Always asking for an additional restriction on the base trait. X, must be Copy, must be Send, must be Sized, must be 'static. On and on. My experience is if I'm getting a bunch of those then I'm off the Golden Path. So I just embraced the verbosity of using generics and its easy. Yes its more code but its better code.

  • Its going installed binary is rg.

  • The analysis revealed that the Debian Linux configuration was not included in their test matrix.

    You might as well say you don't support Linux.

    "Crowdstrike's model seems to be 'we push software to your machines any time we want, whether or not it's urgent, without testing it'," lamented the team member.

    I wonder how this shit works on NixOS.

  • Lemmy.ml tankie censorship problem

    Jump
  • This loony bullshit is why tankies go full useful idiot and parrot shit most of them know isn't true. The right-wing disinfo about Tianamen square - or any other communist atrocity - is so widespread. Tankies think that the most ultra counter-narrative will somehow combat that even if its just as loony.

  • git is a way more important contribution to the world that the linux kernel IMO. Its basically the assembly line of almost all modern software production. And Linus actually wrote most of the initial code for it. With Linux he organized the project but was almost immediately not a major contributor. He developed git in the process of maintaining the linux repo.