Skip Navigation

User banner
Posts
335
Comments
45
Joined
2 yr. ago

196 @lemmy.blahaj.zone

Hate it when this happens

Oneshot @lemmy.zip

Pastel

Oneshot @lemmy.zip

Roomba Drift

Oneshot @lemmy.zip

Happy New Year

  • Nah, i actually just started out with 3D printing. All i did was take the design from here, remove everything except the outline, make some light tweaks and use the final image as a displacement texture in blender. You could pretty easily do this with any image, and seeing how much people like this one, i'll probably make some similar stuff in the future.

  • unix_surrealism @lemmy.sdf.org

    DO NOT TALK TO COMPUTERS (3D Printed Version)

  • It's just a convention. commands starting with $ are meant to be executed by a user. commands starting with # are meant to be executed by root.

  • Oneshot @lemmy.zip

    Boat

    Oneshot @lemmy.zip

    Furry

    Oneshot @lemmy.zip

    Niko And Proto

    Oneshot @lemmy.zip

    Pixel Niko

    196 @lemmy.blahaj.zone

    Rule Cancer SpeedRun

    Oneshot @lemmy.zip

    Bee-ko

    Oneshot @lemmy.zip

    Bird Caught On Camera

    Oneshot @lemmy.zip

    Winter Clothing

    Oneshot @lemmy.zip

    High Five

    OneShot @lemmy.world

    Cat

    Oneshot @lemmy.ml

    Cat

    Oneshot @lemmy.zip

    Cat

    OneShot @lemmy.world

    A Dream Like Any Other

    Oneshot @lemmy.ml

    A Dream Like Any Other

    Oneshot @lemmy.zip

    A Dream Like Any Other

  • Seriously, those sections with the author's children exlaining the simulation to Niko were what really made OneShot for me. Most devs are afraid of putting a lot of text anywhere but in the right place it can be a wonder for worldbuilding.

  • Maybe it's just RegEx. 0 or more "F"s allowed. e.g. CK, FCK, FFCK, ...

  • Sure

  • I don't really get this question, i make 2 posts / day because that's how much of my time i'm willing to spend on internet picture sharing.

  • This is why i like robinson projection, same thing as mercator except squished by the cosine of latitude to account for area distortion

  • Thanks for the wishes! This /c/ is far from over :)

  • The Sun

    Jump
  • A surreal puzzle adventure game with unique mechanics / capabilities.

    You are to guide a child through a mysterious world on a mission to restore its long-dead sun.

    ...Of course, things are never that simple.

    The world knows you exist.

    The consequences are real.

    Saving the world may be impossible.

    You only have one shot.

    https://store.steampowered.com/app/420530/OneShot

    This game is an unforgettable experience, you should go play it!

  • didn't even know these apps existed. Some people will do anything to avoid webp i guess.

  • 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.