for some reason, i have both gnome platform 46 and gnome platform 47 installed in my system. that's probably it
bunitor
flatpaks are fine and useful, i just wish we didn't move into a scenario where applications that used to be easily available in distro repos start moving away from them and are only available through flatpaks. distro packages are just so much more efficient in every way. flatpaks are easier on maintainers and developers but that comes at a cost to the user. i have about a dozen or less flatpak apps installed and already i have to download at least 2 gigs of updates each week. i run debian
honest advice: it's fine to ask for help online, but not putting any effort into solving your own problems before you do is disrespectful
you can do this in pretty much any language. have you tried anything and need help or you're just asking us to do your homework for you?
that's cheating
(also, it won't work on systems without curl installed)
i've seen this story being posted so many times over the years and every time it's such a good read
it's a really important misconception, though. disabilities and disorders are not illnesses and should never be treated as such
this is the correct answer, as much as people here don't like it. the only reason neurotypical people are typical is that they're fit as workers in a class society. everyone has limitations, including neurotypicals, but our limitations make us misfit to a class society. we're not as able to output work consistently 40h per week and do what we're told without being told it
they're not illnesses and that's not even a controversial statement. no mental health professional worth their salt would call autism or adhd illnesses
so cool to be late to my therapy appointment at 9:30 even though i woke up 7am (me rn)
what's weirdest to me is that if i try to force myself to not doing nothing for an hour after i wake up, it feels weird and wrong in a way i can't explain
people are downvoting you, but you're right
this is purely anectodal, but i've tried getting coding help from gen ai a few times and it was never helpful
the last time i tried was particularly ridiculous: i was looking for z-combinator implementations in rust on google and gemini gave me an implementation suggestion. for those who don't know, the z-combinator is an eager variant of the y-combinator and the point of both of those is allowing you to implement recursion without using recursion directly
the code generated by gemini used recursion
and it didn't even compile