• 2 Posts
  • 61 Comments
Joined 8 months ago
cake
Cake day: April 27th, 2024



  • And then the warlords steal the food and redistribute it as they see fit.

    No, you are willfully misunderstanding my point.

    There are still places in the world where slavery is legal, for fuck’s sake. Do you really, truly think things like this could still be true in 2024 if money and what/who you can buy/hire were actually the solution?

    Absolutely.

    Throwing money at solving the surface layer issues / symptoms is moot, but yes, for every new layer of problem you uncover you can ask “so what are the causes for that” until you reach something that can be fixed wit money.

    Og, and I do not believe that this has anything to do with world peace. The nations on earth without hunger problems aren’t peaceful utopias either, after all. But on the other hand, hunger does seem to cause a lot of instability…




  • You can’t just throw money at the problem and expect it to just be solved. There are real underlying societal and infrastructure issues in a lot of impoverished countries that need to be solved in order for hunger to be solved. You could ship a billion tons of food to a single starving region and there would still be millions of starving people.

    That’s a strawman. No-one said “they should just, like, buy enough food to feed the hungry”.

    When people say it would cost x to solve world hunger, they are talking about those “underlying societal and infrastructure issues”.

    So, yes. Everything can be solved with money. You can hire people to “fundamentally understand local political dynamics”, invest in research, pay to fund the programs that will enable impoverished regions to develop the means to build the infrastructure to feed themselves.

    Additionally, simply handing out food would kill the domestic food industry (because who would buy food when billionaires are giving it away for free) and would make the country even more problematic.

    Just because this is the idea you have in mind for how to solve hunger, and it is, as you rightly stated, a fucking stupid idea, doesn’t make it the only idea.








    • Radicale hosts my calendars and contacts
    • zero-hassle setup in Thunderbird for both of those things
    • DAVx on Android works seamlessly for calendar and contacts Sync
    • Fossify calendar to view, edit calendar
    • default contact app for contacts
    • Infcloud as a web frontend for Radicale. Not pretty, but absolutely functional (and I hardly ever need it thanks to Android calendar app / Thunderbird)

    Haven’t tried todo lists yet, but I would imagine they are similarly hassle-free.

    The only annoyance I have is that DAVx is required at all, but I’d suspect that’s an Android/Google issue? IDK.

    But anyways, this setup works flawlessly for me.




  • Fuck Amazon, fuck Alexa.

    But that wall clock is glorious. It’s a decently look clock, but seeing how much time you have left on multiple timers with a single glance is so incredibly useful. Especially when you’re cooking.

    I’m currently in the process of migrating away from the shit Alexa ecosystem, but no matter what I end up with, I’ll have to find an alternative for this clock




  • For me personally, there is only two applications of LLMs in programming:

    • doing tasks I kinda know how to do, but don’t want to properly learn (recent example: generate pgf plots from csv data in matplotlib. 90% boilerplate, I last had to do it 3 years ago and vaguely remember some pitfalls so can steer the LLM in that direction. Will probably never again have to do this, so not worth the extra couple hours to properly learn
    • things I would ordinarily write a script for, but aren’t worth automating because they won’t come up in the future again (example: convert this Lua table to a Nix set)

    Essentially, one-off things that you know how to check for correctness.