• 14 Posts
  • 1.2K Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle




  • My girlfriends (mother of our children) grand mother fled north of france during WW2, and their neighbours forced their way before them to get the last wagon for their objects so they didn’t need to carry them. Guess which wagon was obliterated by a dropped bomb later on?

    Lots of weird stories in france.




  • Valmond@lemmy.worldtoAsk Lemmy@lemmy.worldShould I learn rust?
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    5 days ago

    Just freeze the python to an executable is one way to do it (windows, linux, …).

    But now I’m curious, what’s your hobby project about? I mean you can close to chose any language and do anything … Do you do database? Graphics? Is it supposed to be online? Cryptographics? Gpgpu? Massive multithreading? Large calculations?

    If you don’t give us more information then we can only tell you to chose the language you like or master the most IMO.






  • Valmond@lemmy.worldtoAsk Lemmy@lemmy.worldShould I learn rust?
    link
    fedilink
    arrow-up
    11
    arrow-down
    2
    ·
    5 days ago

    C/C++ senior developer here.

    If you don’t know, learn Python.

    There are very few things python can’t do on a hobby level. It’s simple and have tons of libraries and tutorials and so on. Also, no need to set up a compiler or so, it just runs straight out of the box. PyCharm is a simple and elegant IDE with debugging, but you could start out with the simplest text editor just to check things out.

    HTH