• 1 Post
  • 169 Comments
Joined 2 years ago
cake
Cake day: January 25th, 2024

help-circle
  • I had an idea I wonder if the energy thing can be salvaged. Like uranium to lead happens naturally and the energy is too little from a single atom. But we don’t have to do things naturally. If I’m controlling the atom itself, maybe I can just split all protons and neutrons from the uranium at once, then I have a bunch of free particles that can go collide with other atoms and start a chain reaction.

    I think most powers, even with limitations, probably is going to be useful once we know the clear limits. Maybe not the one that need so much energy and the results are random so you can fail and not be able to try again.


  • I can understand people wanting markers. But maybe we have like 10-20 markers and someone having 5-6 from the other side is not weird. Like if someone is presenting as a girl completely and is not, they could just reply with “oh, I’m a guy, I just dressed as a girl today” and people would be like “that’s fun” instead of being weirded out.

    Like long hair/short hair for example. Or how girls wearing pants is normal now.

    In my case, my culture does have people cross dressing during certain events so it’s not as ostracized. But that could also be because people didn’t actually think about wanting to be the other gender but just dressing up for one occasion.

    Few fun things:

    • My parents wanted a daughter but had me,
    • my nickname at home was a girl’s name version of my name,
    • only children close to my age and vicinity growing up were girls so I grew up playing “girl” games,
    • my mom didn’t stop me from painting my nails, or putting makeup or anything as a child. (I still paint my nails black sometimes),
    • In highschool I was the only guy among the group of students with nails too long on a biology lab,
    • a guy friend once told me I walk gay (I didn’t even know that was a thing?)
    • I don’t watch sports, so I don’t have many common things to talk to guys as much,
    • Good friends I had (guys) were based on either common interests (programming, philosophy, etc) or other nerds. And when I don’t have those and only friends are based on proximity then I don’t have as many things in common.

    All those considered I’m still a guy, I just don’t care about being “manly”, and just do things that interests me. Plus lots of the things people do to be manly seems to just make them spend even more time with other guys lol. And although I don’t want to do a lot of things that are for each genders, I just wish everyone was chill about doing whatever someone likes. Or for someone to just try it out to see if they like it not, instead of thinking “that’s what X do, I won’t do it”.














  • Tiff is for science. Like for actual values that need more than 0-255 level of precision.

    For example we use Tiff (or GeoTiff because it has coordinates) for storing elevation, temperature, slope, etc variables of an area for processing. It can also have a lot of bands not just RGB.

    For example, satellites record RGB, infrared 1, infrared 2, and many other bands and even if we can’t see them it’s useful to get that information for processing. That helps for example to recognize river from forest even if both look green to our eyes.






  • Arch also kinda allows that if you write custom PKGBUILD file. It’s easy to write for simple stuffs that are based on make/cargo etc.

    It’s time consuming if some program gives you 100s of lines of code in bash script to install their program though.

    Edit:

    Another disadvantage of building from source is dependency management. You might accidentally uninstall some dependencies, the standard library versions might change and break your packages, etc.

    Using package manager mitigates that.