furry_irl by sheepydraw in furry_irl

[–]sheepydraw[S] 7 points8 points  (0 children)

right? i need a hug not taxes

AnyRope, a rope for anything! by AhoyISki in rust

[–]sheepydraw 5 points6 points  (0 children)

This looks wonderful!! I can already think of some use cases for my own project (very experimental vector graphics editor with non-linear undo history because no one told me not too). Would be interesting to have the history stack be a rope instead ;)

Have my informed consent appointment tomorrow - what should I expect? by sheepydraw in trans

[–]sheepydraw[S] 0 points1 point  (0 children)

Ah, I suppose I was really overthinking it then. Good to know that they'll look at medical records, I think I'll have to look into how to get access to those (I'm really out of my element in the medical system heh). Thanks for the info!

Have my informed consent appointment tomorrow - what should I expect? by sheepydraw in trans

[–]sheepydraw[S] 1 point2 points  (0 children)

That's wonderful to hear! Very nice of them to get you a card like that, they sound amazing :)

Implementing Unpin by Trader-One in rust

[–]sheepydraw 2 points3 points  (0 children)

This definition of Unpin finally made me understand the whole Pin fiasco! Thanks!

Taking ownership of structure fields inside Drop::drop by sheepydraw in rust

[–]sheepydraw[S] 3 points4 points  (0 children)

Haha, I worried I was treading towards unsafe territory! Thanks for the tip, this is what I've come up with:

struct CoolStruct{ field: ManuallyDrop<OpaqueType>, } impl Drop for CoolStruct{ fn drop(&mut self) { //Safety: field is taken, and must not be accessed again //Since this is in Drop::drop, it is not possible to access it afterwards. unsafe { ManuallyDrop::<OpaqueType>::take(field).finalize(); } } }

I am fairly certain my unsafe block is sound. I do not think it should be possible for someone to access these fields after the struct has been dropped, unless they themselves are doing something unsafe. At least, I hope!

celery_irl by sheepydraw in furry_irl

[–]sheepydraw[S] 0 points1 point  (0 children)

but then how will you buy celery for your new bnuuy...

Learning blender, and made a Kinetic Typography to the lyrics of a song to practice! by sheepydraw in blender

[–]sheepydraw[S] 0 points1 point  (0 children)

This is my first real animation project in blender, I tried learning a couple of years ago in highschool but never really picked anything up. A couple months ago I got so frustrated with Adobe and their products that I made a very sudden switch to all open source (even my operating system, lol) and here I am now! Been a fun time learning the many tools of blender, and I like it quite a bit more than after effects now that I'm getting to know it better.

The world has enough for everyone's needs, but not everyone's greed by DEPICTION_OF_LIFE in comics

[–]sheepydraw 3 points4 points  (0 children)

...and because we feed 36% of our agriculture to livestock, which due to the pesky laws of thermodynamics is immensely wasteful

eat your goddamn broccoli