Sunrosa

u/Sunrosa@lemmy.world
1 posts · 198 comments

Recent posts

Recent comments

on me_irl · c/me_irl · 1 pts · 53d

Important to not separate bonded pigeons though. They mate for life like humans do.

I love lichess.org as an example of what can be done by cutting out executives. It's a chess website that strongly rivals chess.com. Everyone who works on it gets paid, but the site is free, and lives on donations. And only a tiny percentage of users donate, yet they still cover all costs. Because none of it is going to corporate leeches.

on 1228 · c/historymemes · 2 pts · 112d

I already looked it up without checking comments :(

on What would you do? · c/science_memes · 1 pts · 114d

I was actually working and worrying about my taxes when i was in 10th grade. I think that's pretty common. It could be taught in 10th to 12th depending on when kids decide to learn it, maybe.

on What would you do? · c/science_memes · 10 pts · 115d

I'm genuinely curious why, if this is serious. I feel like adulting badly needs to be taught better. I'm nearing mid twenties and still get so confused at a lot of adult things, especially government shit, because it's just so much to figure out for the first time.

It's definitely important to teach math and science and language, and to teach people how to do their own research, and think, and learn, etc. But are you saying practical skills shouldn't also be taught?

on Real · c/science_memes · 46 pts · 117d

It's an artist's impression. We almost certainly got no idea what its continents look like at that distance.

on Heh · c/linuxmemes · 1 pts · 118d

You can disable updates using massgravel to get enterprise mode, and then disabling automatic updates in gpedit :3

"fn" was just one example. There's also other abbreviations like "pub", "impl", "extern", "mut", "ref", "bool", "u64" And it's true that some of these keywords are only relevant in Rust, however other langues have their own specific keywords, and they tend to be longer. In languages like Java (which is the worst example I can think of), you see things like "private static boolean" as function definition. In c++, you have to type "unsigned long" or even "unsigned long long" to represent "u64" (depending on data model).