• 208 Posts
  • 2.4K Comments
Joined 2 years ago
cake
Cake day: July 17th, 2023

help-circle




  • hydroptic@sopuli.xyztoWikipedia@lemmy.worldPoutine
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 days ago

    En Finlande on fête aussi la St Jean, et il s’appelle “juhannus” ce qui vient du nom finlandais de St Jean, “Johannes”.

    J’ai trouvé ça ben drôle que les québécois fêtent ça aussi, et de la même façon que nous – en se paquetant la fraise












  • “If NATO was created to guarantee peace and mutual defense, it must either become an organization that takes on this task by engaging with the Global South — and thus become something profoundly different — or we will not achieve the goal of having security within rules that apply to everyone,” he said.

    It was created to guarantee peace and mutual defense in Europe. Why would NATO have to “engage with the Global South” (whatever the fuck that means in this context) to do that?


  • But oh boy is it a flashy good-looking structured cool code! It doesn’t work, but it’s cool!

    Purely out of curiosity, I used the Cursor IDE for a personal project involving a lot of math-y stuff, and this really wasn’t my experience.

    Not only was most of what it produced wrong (ran just fine, but mostly produced complete garbage), the code quality was absolute shit. Overly long functions, often with parts that repeated, kept shoving more and more parameters into those overly long functions, no sense of using abstractions to cut down on code length etc. etc.

    Might have partially been a question of language choice; I was using Julia, and there’s definitely not going to be as much training data for it compared to something like Python (🤮), and a lot of the code that is out there has been written by people who aren’t coders but scientists