Skip Navigation

Posts
3
Comments
23
Joined
2 yr. ago

I'm Wren (they/them). I'm a programmer and cybersecurity researcher. I have a blog I don't update enough.

  • Yeah, its running a website. All ports are on default deny except 22, 80, 443, and 9050. 9050 is for the onion version of the site, and 80 auto-redirects to the https version of the site. 22 is rate limited to help protect against brute-force attacks. The requests are coming from multiple IPs, some of them are 117.72.47.192, 172.71.184.89, and 162.158.87.100. the one that sent that specific packet is 82.147.85.33 and no user agent is provided. Most of the malicious packets have user agents attached, but that specific one doesn't I also am seeing another weird one sent by 138.197.16.14

     
        
    "238\x00ll|'|'|SGFjS2VkX0Q3NUU2QUFB|'|'|WIN-QZN7FJ7D1O|'|'|Administrator|'|'|19-11-28|'|'||'|'|Win 10 Pro x64|'|'|No|'|'|S17|'|'|..|'|'|SW5ib3ggLSBPdXRsb29rIERhdGEgRmlsZSAtIE1pY3Jvc29mdCBPdXRsb29rAA==|'|'|" 400 166 "-" "-"
    
      
  • You can, its just a little unstable I'll occasionally switch to Wayland and tinker

  • ok, I have a new problem, it doesn't work when I try to use the class for example

     
        
    .content:has(#theme-toggle:checked) {
      color: #4c4f69;
    }
    
    
      

    won't work :[

  • I got a piece of code from c/programming that works Using body:has(#theme-toggle:checked)

    I prefer doing it that way because I use a browser with anti-fingerprinting which hides the preferred theme so prefers-color-scheme doesn't work as well

  • Thanks, it's working perfectly!

  • I already have a dark theme set, I'm using catppuccin's colors What I'm trying to have it do is when a button is pressed, it switches to the light version of it

    currently my code looks something like this:

     
        
    #theme-toggle:checked ~ body {
      background-color: #eff1f5;
      color: #fff;
    }
    
    #theme-toggle:checked ~ html {
      background-color: #eff1f5;
    }
    
    #theme-toggle:checked ~ .content {
      background-color: #eff1f5;
    }
    
      

    the button itself is a checkbox that has display set to none and the label set as an svg so when you click the icon, it gets checked.

     
        
    <input style="display: none;" type="checkbox" id="theme-toggle">
                    <label for="theme-toggle" class="theme-button">
                        <img class="theme-button-svg" src="./icons/half-moon.svg">
                    </label>
    
      

    I used a similar strategy when making the menu for the site so I know it should work

  • Programming @programming.dev

    Problems with dark-theme toggle

  • Web Development @programming.dev

    Problems with dark-theme toggle

  • I personally use LibreOffice as an alternative to docs and sheets. It took me a second to figure everything out, but it works well enough.

    I don't really like their slideshow or drawing programs though. They don't work well

    Edit: I took a quick look at Cryptpad and they also seem like a good option

  • Deleted

    Permanently Deleted

    Jump
  • Really they all work the same as long as they're based on the same OS. I've done a lot of distro hopping and the only real difference I've seen is the desktop environment, package managers(sometimes), and pre-installed applications.

    Even then, all of these can be changed. I would suggest picking a distro that best suits your needs by default and then add what you need from there.

    I personally have been really happy with Linux Mint.

  • what it protects against is group ideology. I don’t want to start thinking things simply because the political party I align most with thinks that, and unfortunately, identifying with a political group can make people start doing that. I do recognize my biases when making decisions, it's important to do so, I just find it becomes harder to do that when I start identifying with a group

  • Gender

    Jump
  • I'm going to pirate my gender like it's a movie

  • what it protects against is group ideology. I don't want to start thinking things simply because the political party I align most with thinks that, and unfortunately, identifying with a political group can make people start doing that.

  • no, I'm trying to keep MYSELF away from bias

  • I have a stomach ache and this is not helping

  • I do roman style lots

  • Gender

    Jump
  • How does one learn this power

  • I'm left leaning but don't like to define myself as left because that can lead to bias

  • And then stole it again!

  • Well of course he should be charged for burglary and theft. He did commit those crimes, but I don't think he should be charged with murder. He didn't shoot the gun, the cop did. I'm not necessarily saying the cop should be charged with murder though.

  • Exactly, it's not something designed to output facts, it's designed to output the most likely set of words.

  • NSFW Deleted

    Permanently Deleted

    Jump
  • Piracy won't be dying any time soon. Every software has its flaws. Sure, pirates will hit a couple rough waves, maybe a storm or two. But piracy will continue.