Skip Navigation

Posts
285
Comments
50
Joined
2 yr. ago

  • G

  • A fridge is never just sitting idle, what reason is there to ever turn one off instead of unplugging?

  • Haha, kitchen appliences that don't have a poweroff button are actually what inspired me to draw this. It was a coffee machine in my case.

  • The background is made from a plain purple color with added HSV noise. Then an effect is added on top of everything by copying the entire image into a new layer and applying a convolution with a kernel like this:

     
        
    -1  0  0  0  0
     0 -1  0  0  0
     0  0  1  0  0
     0  0  0  1  0
     0  0  0  0  1
    
    
      

    In GIMP those are under "filters > noise > HSV noise" and "filters > generic > convolution"

  • The specific os doesn't really matter, just get one that runs a lightweight WM. Whatever you pick, make sure you enable Zswap on it to really squeeze every bit of performance out of that ram.

  • That's a cool effect, how did you do that?

  • nvm, i found it

  • Unfortunately i lost the source xcf file so this is the only version i have

  • ofc, do what you wish!

  • Typically an IP address is represented as 4 8-bit integers (1.252.160.85), but it can also be represented as a single 32-bit integer (33333333). The ping utility accepts both forms.

  • An unofficial build too! (i only play osu because it's one of the few games that can be installed by just adding it to my NixOS config :3)

  • [

  • U

  • I like that wallpaper, do you have a source for it?

  • Thanks

    Jump
  • Code comments be like

  • Pedantic. When people say micro-scale/nano-scale they mean "measured in micrometers/nanometers". So a nanoparticle is a particle with a size that makes nanometers the most convenient unit.

  • Deleted

    hush rule

    Jump
  • Features:

    • Implemented in Rust

    Of course