Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Can anyone confirm accuracy?

Can anyone confirm accuracy?

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
133 Posts 96 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • socsa@piefed.socialS [email protected]

    As an engineer this is extremely offensive. MATLAB is for fucking tryhards.

    P This user is from outside of this forum
    P This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #98

    as an R user, what is matlab what is it about

    I 1 Reply Last reply
    0
    • driving_crooner@lemmy.eco.brD [email protected]

      OCaml maybe

      E This user is from outside of this forum
      E This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #99

      OCaml has a camel with two bumps. So, that's gotta be the Perl dromedary camel...

      1 Reply Last reply
      1
      • K [email protected]

        I believe Haskell makes you the pope of nerds.

        gerryflap@feddit.nlG This user is from outside of this forum
        gerryflap@feddit.nlG This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #100

        Awesome!

        1 Reply Last reply
        0
        • ladybutterfly@lazysoci.alL [email protected]
          This post did not contain any content.
          O This user is from outside of this forum
          O This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #101

          I used to develop with PHP all the time . That was back in 2010 when my teenage soul still had hope and dreams. Can someone still developing tell me what I should use for the backend today? Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.

          U umbraroze@slrpnk.netU M 3 Replies Last reply
          0
          • M [email protected]

            Needless to say, they're wrong.

            Not least because there's no such thing as a "compiled" or "interpreted" language.

            Which is to say that it's a property of the tooling rather than the language itself. There's nothing stopping anyone from writing a C interpreter or a Python compiler.

            B This user is from outside of this forum
            B This user is from outside of this forum
            [email protected]
            wrote on last edited by [email protected]
            #102

            Not least because there’s no such thing as a “compiled” or “interpreted” language.

            I'd say there is (but the line is a bit blurry). IMHO the main distinction is the presence (and prevalence) of eval semantics in the language; if it is present, then any "compiler" would have to embed itself into the generated code, thus de-facto turning it into a bundled interpreter.

            That said, the argument that interpreted languages are somehow not programming languages is stupid.

            1 Reply Last reply
            0
            • M [email protected]

              Matlab sucks ass no real engineers use it, only college kids.

              I This user is from outside of this forum
              I This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #103

              If we're talking real engineering (like professional accredited engineering and not programmers calling themselves engineers) you couldn't be more wrong. It isn't used in deployment necessarily but for modeling and analysis it has no equal.

              1 Reply Last reply
              1
              • ladybutterfly@lazysoci.alL [email protected]
                This post did not contain any content.
                D This user is from outside of this forum
                D This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #104

                I used to be very opinionated about programming languages but now I just really love all of them.

                Sure some might not be the best tool for some jobs but maintaining a language is insane and just such a mind-blowing endevour.

                1 Reply Last reply
                1
                • O [email protected]

                  I used to develop with PHP all the time . That was back in 2010 when my teenage soul still had hope and dreams. Can someone still developing tell me what I should use for the backend today? Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.

                  U This user is from outside of this forum
                  U This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #105

                  I'm a single developer and I use it. It's a great way to backup your files on the cloud with versionning.

                  1 Reply Last reply
                  1
                  • J [email protected]

                    Thankfully I suck at that, but holy crap it is prevelent in this industry. The alcohol abuse is cray. Doesn't help when you travel constantly. I don't travel much anymore, but the people who spend 90+% of the year in the field, while having a family, are fundamentally broken. Fun to party once in a while, but when they do this shit multiple times a week, I don't understand.

                    lazycog@sopuli.xyzL This user is from outside of this forum
                    lazycog@sopuli.xyzL This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #106

                    Yeah holy shit. When I was starting out and tagged along a senior on a trip he literally hauled a big backpack of spirits with him.

                    Got out of that industry after a few years when I realized why every senior was drinking. The money was just not worth it for me.

                    1 Reply Last reply
                    2
                    • ladybutterfly@lazysoci.alL [email protected]
                      This post did not contain any content.
                      arcity@feddit.nlA This user is from outside of this forum
                      arcity@feddit.nlA This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #107

                      The cool kids use AI to code

                      1 Reply Last reply
                      0
                      • O [email protected]

                        I used to develop with PHP all the time . That was back in 2010 when my teenage soul still had hope and dreams. Can someone still developing tell me what I should use for the backend today? Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.

                        umbraroze@slrpnk.netU This user is from outside of this forum
                        umbraroze@slrpnk.netU This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #108

                        Can someone still developing tell me what I should use for the backend today?

                        I recommend checking out Python (Django) and Ruby (Ruby on Rails) if you want nice and easy modern Web frameworks that also aren't that weird if you have PHP experience.

                        Also I can never understand GIT as a single developer. The fuck is that? I've tried everything to understand.

                        Versioning your code with Git makes it much easier to experiment with new ideas. Cocked up a file? Pull it from the previous version. Create new branches for experiments, merge them in if they work, toss them if they don't, or keep them around just in case, without them ever getting in your way in the "real" version.

                        And if you keep the code in a server (GitHub etc), that gives you a backup location and makes it easier to work on code on multiple systems.

                        1 Reply Last reply
                        1
                        • ladybutterfly@lazysoci.alL [email protected]
                          This post did not contain any content.
                          N This user is from outside of this forum
                          N This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #109

                          Can't confirm, I'm old and a nerd and I love C++

                          1 Reply Last reply
                          1
                          • P [email protected]

                            as an R user, what is matlab what is it about

                            I This user is from outside of this forum
                            I This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #110

                            It's mainly a tool for working with matrices (matrix laboratory). This is useful for solving ordinary differential equations. Learning Matlab is usually a requirement for first year engineering students. I'm now a licensed chemical engineer, and I haven't used Matlab since sophomore year.

                            P 1 Reply Last reply
                            0
                            • I [email protected]

                              It's mainly a tool for working with matrices (matrix laboratory). This is useful for solving ordinary differential equations. Learning Matlab is usually a requirement for first year engineering students. I'm now a licensed chemical engineer, and I haven't used Matlab since sophomore year.

                              P This user is from outside of this forum
                              P This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #111

                              i technicly will get the title of enginner (barely) from my uni course we use r for statistics and data analysis

                              1 Reply Last reply
                              0
                              • lime@feddit.nuL [email protected]

                                at least you don't have to use simulink, right?

                                ...right?

                                C This user is from outside of this forum
                                C This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #112

                                Simulink was the fun part of Matlab.

                                lime@feddit.nuL 1 Reply Last reply
                                0
                                • V [email protected]

                                  HTML 5 is also not a programming language.

                                  That being said. The JS hate is kinda cringe at this point. It's a perfectly fine language all things considered.

                                  Z This user is from outside of this forum
                                  Z This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #113

                                  Isn't it Turing complete or was that CSS?

                                  1 Reply Last reply
                                  0
                                  • kittenzrulz123@lemmy.blahaj.zoneK [email protected]

                                    Rust: Nerdy Transfem

                                    Z This user is from outside of this forum
                                    Z This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #114

                                    Welp, I guess you're sort of right…

                                    1 Reply Last reply
                                    0
                                    • M [email protected]
                                      • Java: you are in corporate IT
                                      • JS: you like surface things more than efficiency
                                      • Ruby: you are a gamer/modder/plugin maker
                                      Z This user is from outside of this forum
                                      Z This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #115

                                      I've never heard of Ruby outside Ruby on Rails. What games use it?

                                      M 1 Reply Last reply
                                      0
                                      • ladybutterfly@lazysoci.alL [email protected]
                                        This post did not contain any content.
                                        E This user is from outside of this forum
                                        E This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #116

                                        My dad first learned to Code in Pascal. Where would he fall?

                                        blackmist@feddit.ukB S 2 Replies Last reply
                                        0
                                        • ladybutterfly@lazysoci.alL [email protected]
                                          This post did not contain any content.
                                          drvannostrand@lemmy.mlD This user is from outside of this forum
                                          drvannostrand@lemmy.mlD This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #117

                                          We can just remove the HTML5 entry all together.

                                          1 Reply Last reply
                                          3
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups