• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle







  • PinkOwls@feddit.detoNonCredibleDefense@sh.itjust.worksoof
    link
    fedilink
    English
    arrow-up
    29
    ·
    edit-2
    8 months ago

    John Oliver: Today the German Navy shot down a Houthi-drone with one missile, except it wasn’t a Houthi-drone, but it was an American drone, except the drone wasn’t shot down because the missile failed, except it wasn’t one missile that failed, but it was two missiles that failed!


  • But instead he spent his time talking about a perverse Russian history that some how blames Poland for Hitler’s aggression.

    This was a message towards German fascists; he’s dangling the Königsberg-carrot (and other former German territories in the east) in front of them. He’d really like Germany to be on his side.

    It becomes more clear what Russian strategy is when you consider Medvedev’s interview where he speaks about Lviv and he mentions how Poland could support an Ukrainian remnant with Lviv as its capitol. Complete and utter bullshit, the message is simply “Poland and Lviv”.

    And I’m betting that Putin promised Orban he gets the south-western parts of Ukraine.




  • Man beabsichtige “keine militante paramilitärische Organisation oder etwas dergleichen zu werden.”

    “Niemand hat die Absicht…”

    Dass die oben genannte Sportveranstaltung von der JA als “Trainingslager Ostfront 2025” benannt worden sei, nennt Leisten “scherzhaft” und “auf die in Mainstreammedien verbreitete Kriegsrhetorik unserer Tage” bezogen. Im Übrigen betont sie: “Ich bewege mich mit meinen Positionen und Handeln nicht außerhalb des parteiüblichen Rahmens”.

    Dann ist ja alles in Ordnung! Die AfD benutzt die selbe Rhetorik wie die HitlerjugendJunge Alternative.






  • I so wish that D would have taken off :/

    I used it at the time of the library split (there was a split in the community regarding the standard library, where Tango was the alternative). The compile time features of D were fantastic and they are still unmatched; as an example: For OpenGL (back then OpenGL 2.x) I could define the vertex attributes and had them checked at compile time when I started to fill the data with glMap! D templates and compile time code generation are on a whole new level, although it made tooling more difficult. If you know constexpr in C++, then this is nothing compared to what D has to offer.


  • Got it, but on the other hand (and as someone else commented): With the right settings, VB.NET can be en par with C#, for instance. They both compile to the same MCIL code, so it should really boil down to a matter of personal preference, right?

    I mean, you could also use C++/CLR. Please don’t. Because at some point people like me have to maintain it and they will hate every minute of that experience.

    I feel that many people don’t know that and tend to think back to C64 Basic, etc. and just laugh it off.

    I don’t know if people laugh it off because of the 8bit Basics, I think it’s more because of VB6. And AFAIR VB.net was made to make it easier for VB6-developers to switch to .net. The real programming language for .net was supposed to be C# and I guess some people at Microsoft also like F#.

    I also enjoy other “hated” languages like PHP and Java

    But Java is not a bad language per se; I actually enjoyed programming in Java more than C#. Java is hated because of its Enterprise-stuff. C# has managed to get a foot-hold in game development and is therefore cooler than Enterprisey-Java.

    I also like to play the UNO reverse card: I personally hate projects that run with Electron, for instance.

    I don’t see how that is a UNO reverse card :)


  • Atari Basic was my very first programming language, so I grew up learning Basic. Having said that: I don’t see any reason why new software should be written in any Basic-dialect except for fun (the same kind of fun like writing a game engine in Ada) or because of legacy reasons. So programming on the C-64, or QBasic and DOS, a.s.o. all those are fun projects, kind of like reenactment of medieval knight fights.

    In your case: If you feel comfortable using VB for your personal projects, then go ahead. But for me any variant of VB is awful, and this also applies to PHP. And in a perfect world we also wouldn’t use JavaScript.