• 0 Posts
  • 88 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle

  • I’ve used Godot a bit for hobby projects and I like it. I have only experimented with 2D games but it is the simplicity and flexibility of the scene system that really sets it apart for me, so that should carry over to 3D I imagine. I used Unity in the past (half a decade ago) and compared to that Godot feels more coherent as concepts just fit together in a way they didn’t in Unity. Once you understand scenes and how they communicate you can get pretty far. To achieve the same in Unity I had to learn of and understand more concepts to make it work. This may however also be colored by the fact that my learning Unity and learning programming overlapped so I didn’t have as much background knowledge back then.


  • GojuRyu@lemmy.worldtomemes@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    50
    arrow-down
    2
    ·
    3 months ago

    As mentioned by another user it’s likely about the organization Palestine Action being designated a terrorist organization. This has caused about 700 arrests due to people protesting the designation of a group that never killed or hurt anyone as terrorists because they splashed some planes with red paint. Last time I heard an additional 60 protesters were arrested for supporting Palestine Action and officials said more arrests were likely coming.


  • GojuRyu@lemmy.worldtoComic Strips@lemmy.worldVoting
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 months ago

    Unless some politician had a recent shitstorm and no other politician was in hot water currently, I would probably ask who it was they wouldn’t vote for because I would have no clue. The same would apply if instead of a single person, it was about a single party, unless an especially bad one had popped up that election, I simply wouldn’t know which party they were talking about. I don’t even think I’d be suspicious, I’d be too busy being confused or curious.

    For context, we currently have more than a dozen parties represented in government and half a dozen that didn’t get enough votes this time around, but are big enough to be recognizable and sometimes getting representatives in government.




  • I got an education in software engineering, not computer science, and my experience is in line yours. I had a few courses about fundamental computer science concepts but most of my education was in learning a little about many different areas of software engineering, specializing in a few. Most of the education involved working as part of a software team, using tools of the trade, applying common design patterns and that sort of stuff, even when courses weren’t explicitly about that.

    I would never call myself a computer scientist, I don’t have the education for it, I however immediately had a software engineering job ready after graduating and felt prepared for it from day one.

    I love what computer scientists do within the theoretical domain because it eventually seeps into mainstream languages and tools, in a way I benefit from. I’m just not involved with it myself, beyond when it reaches practical application.







  • GojuRyu@lemmy.worldtoProgrammer Humor@programming.devNeeds
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    I were unfortunate enough to get an assignment about sending messages to ServiceNow through a REST interface. The company had a team that managed ServiceNow, so I set up a meeting with one of the people there to get read access to the test environment so I could confirm that it worked. The person invited, then invited a coworker who in turn invited the manager of their department. During the meeting we got established how little they wanted my team to do anything that could affect the system due to how easy it was to make mistakes that took weeks or months to fix, how complicated it was and how many years it took to be proficient in. The whole thing was basically a lecture on how unequiped our team was to manage their system and how they didn’t want us to break it with changes we weren’t planning on making anyway. It took a few meetings after that to get credentials and when I got them I got admin access for some reason. That experience left me wondering why ServiceNow was even being used as it sounded like a liability more than anything else.



  • An example from work a few weeks ago. I fixed some vibe coded UI code that had made it to prod. The layout of the UI was basically just meant to be an easy overview of information relevant to an item. The LLM had done everything right except it assumed a weird mix of tailwind and bootstrap, mixing and matching css classes from both. After I implemented the classes myself it went from a single column view to grids and nested grids grouping the data intuitively. I talked with the dev who implemented it, and basically it was just something quickly cobbled together with AI until it was passable. The AI had added a lot of extra that served no function and that didn’t conform to a single css framework, but looked like it could. For months noone questioned it despite talk about that part of the UI needing a facelift.

    I don’t know how representative it is, but about half the time I’m thoroughly confused about a piece of code and why it was written the way it was, the answer has turned out to be AI. And unlike when a developer wrote it, there rarely is any reason to have written it the weird way.