• SamuraiBeandog@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    13 hours ago

    How I look at the algorithm nerd on my team who just wrote code that is tightly coupled across 3 layers of the codebase.

        • HugeNerd@lemmy.ca
          link
          fedilink
          arrow-up
          1
          arrow-down
          14
          ·
          16 hours ago

          There is no such word as “gottem”. This is a recent bowel movement from ignorant people. “Gotcha” has been around for generations, and the use of the apostrophe is quite simple.

          • c0wboy dani@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            5
            ·
            13 hours ago

            holy shit.

            you might be the biggest fucking nerd ever for being so thoroughly “em” who just got “gott”

            hahaha gottem

            (no but seriously dictionaries are descriptive not prescriptive; they add new words as the language evolves. if you were correct about new implementation of the language being “bowel movements from ignorant people” then you should be speaking Shakespearean English as that is Proper English™. the language wasn’t finished changing when you stopped going to school, pal. I’d recommend you research linguistics as it seems you have a weak grasp on the concept and it’s bringing your nerd card into question.)

          • Alcoholicorn@mander.xyz
            link
            fedilink
            arrow-up
            1
            ·
            13 hours ago

            Gotcha addresses the person you’re talking to, gottem is used to address a real or fictional audience, highlighting for them what you did.

  • kamen@lemmy.world
    link
    fedilink
    arrow-up
    42
    arrow-down
    3
    ·
    1 day ago

    If you hand out a problem and only accept one solution out of multiple valid ones, you’re part of the problem.

    • SkaveRat@discuss.tchncs.de
      link
      fedilink
      arrow-up
      33
      arrow-down
      6
      ·
      1 day ago

      When I interview (experienced) devs, I often ask way too generic questions. Something along the lines of “can you explain what a hash is?”, without stating what kind of hash and in what context

      The primary goal isn’t really to explain it in detail, but to see if they get confused and ask for clarification. Way too many people just start assuming something, when a task is not defined properly. I need coworkers that push back on bullshit, and not blindly implement whatever runs along their desk, no matter how little sense it makes

      If I don’t hear at least one “it depends” during an interview, I don’t have high hopes

      • BCsven@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        10 minutes ago

        I had this with one of my guys. He spent a week working on something and the validation at the end wasn’t jiving.

        He started showing me the complex solution and end results and so I said show me how you started and walk me through it.

        It was step 1 the origin location of data was out of position.

        I said if you start at this origin the rest of the numbers and data will work out.

        He replied that the origin wasn’t shown measured from somewhere, so how would we know location.

        So I pointed out that the data to origin wasn’t directly spelled out but if you take this measure and subtract this one that is your data origin start.

        He said OMG I worked on this for a week trying to get the formulas working. I feel so stupid because you solved it in 1 minute.

        I replied its not a question of smart or stupid (because my guy is way beyond me for formulae and programming) its just slowing down and following a process. And if you are confused, ask more questions, rather than just continuing.

      • zalgotext@sh.itjust.works
        link
        fedilink
        arrow-up
        12
        ·
        1 day ago

        Your candidates aren’t mind readers though. If you want people to ask clarifying questions, you have to ask them things other than comp sci trivia questions.

        • CanadaPlus@lemmy.sdf.org
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          18 hours ago

          It could be on a different subject, but it has to be a trick question. If they were prompted to ask more, that would undercut the whole point of the test, since OP wants employees that always ask or question.

          • zalgotext@sh.itjust.works
            link
            fedilink
            arrow-up
            1
            ·
            16 hours ago

            I don’t think asking someone a trick question in an interview is a good way to gauge if they’ll push back and ask questions on the job. Also, I think that behavior is more related to the employer creating an environment where employees feel safe doing that, and isn’t really something you can draw out of a candidate during an interview, of all times.

            • CanadaPlus@lemmy.sdf.org
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              20 minutes ago

              Well, there’s reason to think it is. Or at least, is for original, insightful questions; anybody might come up with “can I have more time off?”. We live in a society that rewards reliably doing and saying whatever you’re told to, and critical thinking (which isn’t just skepticism!) is remarkably rare when tested for. A lot of college kids with good grades got there because they learned to mindlessly repeat whatever stuff back when tested.

              Why that’s rewarded so much, and if there’s a way to encourage and teach actual independent though, are great questions, but that’s neither here nor there.

              Also, I think that behavior is more related to the employer creating an environment where employees feel safe doing that

              It’s also a big factor. Since that reply, it’s come up that OP isn’t actually management, but just does interviews. So, maybe they’re looking more for a good colleague than a good employee.

              If memory serves, Google used to use these kind of questions, but they stopped because that isn’t actually what they wanted or needed in their workers. A code monkey doesn’t need to question anything, in the end.

      • kamen@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        20 hours ago

        Fair point, but depending on the interviewee, you might get very different answers and/or follow up questions.

        Even if they assume something, it might be just for the sake of the example. If they’re competent, they’ll follow up with another example and so on, depending on how exactly you pose the problem.

        If you present it as an abstract question, one possibility is that you get an abstract answer. If you present it like a ticket with no description, you might get prompted to clarify.

      • 1rre@discuss.tchncs.de
        link
        fedilink
        arrow-up
        10
        ·
        1 day ago

        I mean I’d probably go super generic and say something like “it’s a deterministic function which turns a block of data into a usually smaller block of data, usually for comparing equality to the original block of data” which covers most of the uses?

        If you ask a generic question, you’re gonna get a broad answer, and if you want to draw clarifying questions, you need to ask a more complex question and provide insufficient information to answer it. Even then, making that question something you can easily look up online, and you either know or you don’t, doesn’t achieve as much as making the question something that you objectively won’t know, and have to learn on the spot, as that shows your ability to learn new things including things you can look up on the Internet.

        • hirihit640@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          15 hours ago

          The point is that in a real software engineering process, specs and requirements are rarely defined precisely from the start, and the programmer should be able to identify the gaps and clarify them. A generic answer doesn’t help as much as a clarifying question.

          A common but amateur mistake is to just make assumptions about how something should work and then forge ahead. As a programmer in a company, you are building things for somebody else (your boss, your client), so you need to ask them first.

          • 1rre@discuss.tchncs.de
            link
            fedilink
            arrow-up
            2
            ·
            14 hours ago

            Sure but as I said, that’s a knowledge question and not an engineering problem to solve. They’re very different and unless you work in software consulting, you’re not gonna get a problem that looks remotely like that from a client.

            • hirihit640@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              14 hours ago

              You actually get them all the time, because the programmer is more deeply knowledgeable about the features they wrote and can identify gaps better.

              Boss: “Can we move the widget to the left side of the page?”

              Programmer: “Sure but that means when the sidebar opens it will obscure the widget, making it hard to see both at the same time. Do we want that?”

              Boss: “Hmm I didn’t consider that. Let me ask the UX team what they think.”

      • xianjam@programming.dev
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 day ago

        So, to start off, I’m someone who does not typically perform well during interviews because of anxiety (but through some miracle has had no issues with employment), so take this response with whatever bias that brings.

        I believe this is bad too. You’re still essentially asking a gotcha question, expecting one phrase in your answer and failing the candidate if you don’t hear that phrase. And, in fact, I disagree with the premise. I think the question is defined quite well in the context of programming, given that someone answers with the possibility that there are many ways to hash something and many uses of hashing.

        • SkaveRat@discuss.tchncs.de
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          1 day ago

          The hash question is just something from the top of my head. I normally fit it to the situation.

          I absolutely take nervousness into account, as I can relate to it.

          The thing is, I need to know if the person can push back in some way. it’s a hard thing to do in interviews, but also the first point for me to check how a person reacts

          I’ve been bitten too many times, with dev coworkers who don’t give at least a little resistance when vague or stupid tasks show up. Only to notice hours or days later, when something was done completely the wrong way

          • Pyr@lemmy.ca
            link
            fedilink
            arrow-up
            6
            ·
            1 day ago

            Sounds like you need to fire the person handing out vague and undefined tasks to everyone 😂

            • ID10T@programming.dev
              link
              fedilink
              arrow-up
              4
              ·
              20 hours ago

              Every task starts out as a vague idea that, at some point, needs to be narrowed down to something specific and actionable.

              If you’re at a sufficiently large organization and you get lucky, that happens before it makes it to a developer. For the rest of us, it’s an important skill to be able to take a task, ask clarifying questions, and narrow it down to something actionable.

      • Jankatarch@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        15 hours ago

        Related sidenote: I don’t think I have any form of tism, but something activates when people ask computer science terms where my terrible memory goes “oh yeah I remember the dictionary definition perfectly, punctuations included, let’s recite!”

        Also I love the hash exampple. If they start talking about checksums and whatnot, you know their hobby lmao.

      • stingpie@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        1 day ago

        The only definition of hash that I know is an identifier for an object created from that object’s data. Everything else stems from that central idea. What other types of hash are there?

      • Grendel@tiny.tilde.website
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        @SkaveRat
        in college I had a prof tell us to get into teams, then give us lego sets to assemble.

        they were in the original boxes but the directions had been removed. I was the only one to go up front and ask for the directions and she gave them to me.

        Apparently that was the whole point to the excersize. “ask for the resources you need"

        @kamen

  • ThatGuy46475@lemmy.world
    link
    fedilink
    arrow-up
    207
    ·
    2 days ago

    A group of researchers was studying how different people solve problems. They gathered a physicist, a mathematician, and an engineer and gave them each a problem: find the volume of a red sphere. The mathematician solves it first. Asked how, he explains that he used a simple formula. The physicist solves it next. Asked how, he explains that he submerged the sphere in water and measured the rise in water level. Hours later, they find the engineer buried in paperwork. Asked about his progress, he says “I can only find a table of values for the volume of blue spheres.”

    • NaibofTabr@infosec.pub
      link
      fedilink
      English
      arrow-up
      137
      arrow-down
      1
      ·
      edit-2
      2 days ago

      On further inspection, it was found that the mathematician had assumed an ideal sphere of constant radius, while the real object was in fact oblate. The mathematician had neglected to take any measurements, leading to an incorrect value. The physicist’s answer was correct, but only at sea level at nominal temperature.

      The engineer is currently using calipers to measure the diameter of the object at many different angles in order to build a CAD model. He said we could expect results next year.

      • tyler@programming.dev
        link
        fedilink
        arrow-up
        62
        ·
        2 days ago

        The physicist’s answer would be correct anywhere, no matter the temperature or density of the fluid.

        • untorquer@quokk.au
          link
          fedilink
          English
          arrow-up
          16
          arrow-down
          2
          ·
          edit-2
          2 days ago

          Assuming the time between submersion and observation is greater than zero, increasing temperatures above boiling would give increasing error.

          Conversely the physicist may get other error at/near freezing.

          And yet another option is the fluid being above the Ball’s melting and/or boiling point, assuming changes in density with phase change.

          • tyler@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            15 hours ago

            This is like saying “the physicist’s answer would have errors because they measured the ball and then stuck it in an oven. The volume of the ball in the oven is different than what they measured.”

          • Aqivex@fedinsfw.app
            link
            fedilink
            English
            arrow-up
            10
            arrow-down
            1
            ·
            2 days ago

            All of which the physicist can trivially account for, control and variable test around, should the requested question be updated to require it.

            The requested question did not include “In all possible scenarios”, thus determining the volume of the sphere via physics calculation at the most average of conditions, is the most correct valid solution, absent further requirement parameters.

            • untorquer@quokk.au
              link
              fedilink
              English
              arrow-up
              7
              arrow-down
              2
              ·
              edit-2
              2 days ago

              You’re right in terms of grading a student’s homework or whatever.

              In research/publication/career these assumptions must be stated unless given.

              But I was responding to:

              The physicist’s answer would be correct anywhere, no matter the temperature or density of the fluid.

              Which includes non-standard conditions.

              • Aqivex@fedinsfw.app
                link
                fedilink
                English
                arrow-up
                1
                ·
                8 minutes ago

                But I was responding to: The physicist’s answer would be correct anywhere, no matter the temperature or density of the fluid. Which includes non-standard conditions.

        • OwOarchist@pawb.social
          link
          fedilink
          English
          arrow-up
          13
          ·
          edit-2
          2 days ago

          Interestingly, the physicist’s answer would always be correct, but not always consistent.

          If the sphere is compressible, then air pressure will slightly affect its volume. And unless the thermal expansion rate of the sphere is zero, the amount of fluid displaced will also vary with temperature.

          However, even if the physicist gets different answers in different environments, it’s always still a correct answer, because they correctly measured the volume of the sphere at that time.

      • BartyDeCanter@piefed.social
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 days ago

        Anywhere with gravity sufficient to overcome the surface tension of the water from forming around the object or clinging to the container.

    • k0e3@lemmy.ca
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      1 day ago

      Sorry for the stupid question, but doesn’t the rise in water level show the density of an object? Can you measure volume too? What if the sphere floated?

      Edit: thanks everyone for helping me understand. I was totally misremembering the story about Archimedes and the crown.

      • KubeRoot@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        14
        ·
        1 day ago

        Nope, the rise in water shows exclusively the volume. Density is derived using volume and mass, with mass being measurable by weighing. The only factor density plays directly is indeed floating, but you can just push the sphere under with a thin rod without significantly impacting the measurement.

        It’s generally simple - water has some volume, sphere has some volume. Assuming a cylindrical container, the base of the cylinder is known, and the volume of it is equal to the volume of water, which means you can derive the height (or vice versa). If you now add the sphere, the sphere pushes out the water, which means you add the volume of the sphere to the water - and if you measure the height, you can calculate the total volume of water+sphere, and subtract the initial volume of water to isolate the volume of the sphere.

      • froh42@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        1 day ago

        If you fully submerge an object, you displace its VOLUME of water. It will always be the same amount (imagine a bowling ball and a soccer ball). You might need to push it.

        When you relate that to its weight, you get the density.

        Imagine you have two 1kg lumps of steel. Out of one you make a bowl with thin walls the out of the other a metal ball. Afterwards they still have (about) the same weight, volume and density - as it’s still steel.

        But put the bowl onto the basin and with a little luck it will float like a boat *, put in the steel ball it will sink.

        But when you put in the bowl sideways without splashing it will displace about the same amount of water than the ball. And it will still weigh 1kg.

        *= The thing with floating people remember from school: The floating bowl will displace as much water as it weighs - that’s the thing Archimedes found out. So our 1kg bowl will displace 1kg of water - which is incidentally about 1 liter, because the density of water is about 1kg/l (it was intentionally defined that way, some guys in the French revolution used water to define mass by volume)

      • Shanmugha@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 day ago

        attach something to the bottom, pull, fix position

        Edit: I am late. kudos for everyone who was faster :)

      • Kazumara@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 day ago

        Density comes into it if we are measuring buoyancy. The weight of the displaced water is equal to the weight of the buoyant object, and the ratio of volume submerged vs above water should give a way to determine density, but I don’t have the precise method in my head right now.

        However assuming all you want is the volume, you simply need to fully submerge the object (by applying enough downward force if its density is too low), and the displaced volume is equal to the objects volume. The displaced water will have to flow to the top of the container, so by measuring the rise in water level and multiplying with the base area of your container you can get it easily.

        Just make sure you don’t accidentally also measure your hand if you’re pushing down the sphere.

      • blamster19@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        Submerging the sphere gives you the volume. You’re thinking of the legend of Archimedes who measured volume this way and measured mass with an ordinary scale and deduced the density from those two values.

    • ChickenLadyLovesLife@lemmy.world
      link
      fedilink
      English
      arrow-up
      20
      arrow-down
      4
      ·
      2 days ago

      They later added an Anthropologist, who understood that more questions needed to be asked. His first question was “do you want fries with that?”

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      18 hours ago

      They’re all real words, but not in an order that makes sense. And I’m not sure what algorithms there are by a Ross or Maxwell.

        • Omgpwnies@lemmy.world
          link
          fedilink
          English
          arrow-up
          14
          arrow-down
          1
          ·
          2 days ago

          Also, any CompSci grad I’ve worked with couldn’t write code for shit unless they learned how outside of their schooling, and yet so many go the CompSci -> programmer route instead of doing like SW Eng or something like that.

          • Kazumara@discuss.tchncs.de
            link
            fedilink
            arrow-up
            4
            ·
            1 day ago

            any CompSci grad I’ve worked with couldn’t write code for shit

            Damn, that sounds pretty bad.

            We had tons of math and theoretical work too, but we also programmed a fair amount: We had to write a renderer in one class, a compiler in another, various Android apps in a third, and in one elective I took we wrote a micro kernel OS as well.

          • gankouskhan@bookwyr.me
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 day ago

            It’s not like the CS program is devoid of programming, norb would I say the SWE students are that much better off without outside education. CS is about half theory half practical for core education at least. The difference is you learn why and how which is more beneficial long term. After the first 6 months on the job the difference between the two on programming ability should be about the same with some more optimal solutions found by the CS student if any difference. It’s a pretty short term problem.

      • Zarobi@aussie.zone
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        2 days ago

        All these job titles don’t really have a formal definition. Software engineer = programmer = software developer. Computer scientist sure does sound fancy though. There’s no committee that will say “actually you’re doing too much math to be a developer sorry.” We all do the code-y thing. Businesses seem to pick one at random based on seniority. I just call myself whatever my most recent job title was.

        Your industry will affect your specialisation and skills much more than anything else.

        - Software Engineer (Maths)

        • Tja@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          I don’t even go that’s far. I “work in IT”. Enough for 99% of social interactions / official forms.

        • baggachipz@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          1 day ago

          You’re taking my comment a little too seriously. I just know that what I do is essentially playing with other people’s legos, to make a CRUD app, to show my industry’s equivalent of cat pictures. I leave the heavy math and theory to the real computer scientists.

          • Zarobi@aussie.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            24 hours ago

            I couldn’t tell how serious you were being, sorry. Some people get weird about this specific topic and gatekeep the labels lol

  • BCsven@lemmy.ca
    link
    fedilink
    arrow-up
    84
    ·
    2 days ago

    Ha. I had a convo with a programmer in the 90s. He was explaining a complex problem and the steps to solve in the code, to adjust things based on user choices and parameters.

    And I said why wouldn’t you presolve all of them and then provide a lookup to go get the solution from a list. And he just looked stunned and walked away.

    • diaphragmwp@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      18 hours ago

      Fun fact, most Tetris clones have a 4D table of all pieces and their rotations. Or multiple user selectable. The actual game generates them (look up “tetris recomp site:github.com”).

    • Sludge@sh.itjust.works
      link
      fedilink
      arrow-up
      16
      ·
      2 days ago

      Ah my prior manager suggested something similar… Dynamic views that would adjust based on user set parameters… We set up canned views and called it a day.

      He was let go, but always pushed for the art of the possible (even if it would take a few extra sprints to wrap)

    • OwOarchist@pawb.social
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      2 days ago

      It’s possible that the dynamic generation might be more maintainable than a lookup list, though.

      With a lookup list, you may need to recalculate the whole thing every time you make a small change. And a significant change, like giving the user a new choice/parameter to adjust, may not only require recalculating the lookup table, but also exponentially increasing the size of the lookup table.

      Whereas with a dynamically generated result, small adjustments to the values likely wouldn’t require any modification of the actual code at all, and adding a new choice/parameter would be fairly straightforward – it just needs to be plugged into the formula, maybe add an extra step or two in the algorithm.

      • BCsven@lemmy.ca
        link
        fedilink
        arrow-up
        11
        ·
        2 days ago

        It was finite, and early 90s. Calculation time is something you wanted to avoid. To put it to an analogy: you could calculate if a 3d X can be manipulated through a hole, or you can just prr evaluate and say Yes or no based on size, rather than running permutations on 6 axis of movement

      • BCsven@lemmy.ca
        link
        fedilink
        arrow-up
        9
        ·
        2 days ago

        Because he hadn’t thought of what I suggested and it was much easier than what he was trying to program. I wasn’t suggesting he write the program, solve it and table it; it was more like empirical knowledge/common sense stuff to narrow options, then fill the rest in based on what made sense. Then its just a horizontal or vertical intersection to find the outputs required instead of a complex calculation every time

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      18 hours ago

      Bijecting to an exponential curve was also a hint. Anything that bijects to an exponential would just biject to the positive reals, since that’s how logarithms work.

  • epigone@awful.systems
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    16 hours ago

    software engineers met the table¹ in web design and never looked back. does a table “mean” tfoot and all (arranged at top)? thead, that sorts(, by server link without javascript)? a “table” in the web means all sorts of sorty things (i mean even “drag and drop” first should meet with server links that move a row up and down — maybe reveal the “buttons” through tap+hold on the row in CSS, and so on) and offset things, and paginated things, by navigable server links, even hide and filter fields by URI! and the two tables nested for layout, oy vey! so many ways with all that engineering the web fell to the broken manual✨️🤷🏾‍♂️✨️

    ¹ (for layout) https://www.w3.org/TR/web-sustainability-guidelines/#progressive-enhancement

  • Yaky@slrpnk.net
    link
    fedilink
    arrow-up
    20
    ·
    2 days ago

    I expected the bottom to say something like “instead of cloud-native scalable microservices using AI models that cost an average US household salary per day to run”, but maybe I’ve been in corporate for too long.

    • Tja@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      Depends on the scale of the project. Some apps you would get a promotion if you could get them to (reliably) run on just 50k a day.

  • henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    34
    ·
    2 days ago

    It really depends on what you’re building. In an embedded shop, lookup tables are first class solutions to most problems. Computer scientists though, 100%!

    • mushroommunk@lemmy.today
      link
      fedilink
      arrow-up
      36
      ·
      2 days ago

      Depends on the available memory and size of the tables. I’ve worked on cases where time to compute didn’t matter as much as shaving off three more bytes did. Large lookup tables would have absolutely killed us compared to running some math.

      • baines@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        1
        ·
        15 hours ago

        not doubting you because the customer can be funny but wha?

        if time to compute doesnt matter there are likely more minimal hardware options to optimize for look up tables and memory cost/space

        • mushroommunk@lemmy.today
          link
          fedilink
          arrow-up
          1
          ·
          15 hours ago

          There are so many situations where you can’t just swap hardware. Robots on an assembly line? Yeah you’ve gotta use hardware that’s gone through safety testing. They’re not going to just swap hardware to make things easier. You want to ship an update, you do it in software and under strict testing regiment. Some of that hardware is 20 or 30 years old. Medical. Aeronautics. Aerospace. All of them and more are using older hardware that’s often memory limited but can often just sit and process their next step, and they often don’t have built in complex hardware features because those add potential failure points.

          • baines@lemmy.cafe
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            14 hours ago

            the hang up for me is more the not caring about time to compute

            aeroish is my experience, and for me those have all cared about time to compute

            generally that’s one of the biggest constraints to the point of being super strict

            like major money being spent on modeled approximations and processing speed costs eclipsing pretty much everything on the design side

            tables for weather, angles, altitude, position this would be tiny compared to some we’re using

            30 year old equipment is even more taxed given the likely feature creep in my experience

            • mushroommunk@lemmy.today
              link
              fedilink
              arrow-up
              2
              ·
              14 hours ago

              I’m guessing you were doing in flight aero stuff? I’ve been more in the medical and manufacturing space but the aero I did we were doing post-flight processing for reports. We had almost no memory to operate on, probably because of all the tables you’re referencing that others were using.

      • henfredemars@infosec.pub
        link
        fedilink
        English
        arrow-up
        13
        ·
        2 days ago

        Good point! Good point.

        I’ve seen bubble sort implemented because we had data that said it was faster and was slightly smaller for the exact type data we were sorting and its expected distribution.

        • disorderly@lemmy.world
          link
          fedilink
          arrow-up
          20
          ·
          2 days ago

          I fondly remember the time I hired a QT expert onto an embedded app team and on his first project he imported a sort algorithm from std. He found the system got weird and glitchy, and often crashed.

          Yeahhh turns out the algorithm he chose needed to make a copy in memory and the thread he was working in only had 2048 bytes of stack, so larger inputs would corrupt the stack allocated to the next thread. I had to explain to him that we had a full second to complete the math before we had to give back our semaphore, so saving a couple milliseconds on the sort was not a priority. Fun times.

    • Err(()).unwrap()@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      edit-2
      2 days ago

      IIRC, Elite used lookup tables for trigonometric functions on certain target platforms (maybe the NES) because memory wasn’t as much of a constraint as computing performance. It’s a barrel of game compressed into a pint of code.

  • Warl0k3@lemmy.world
    link
    fedilink
    arrow-up
    26
    ·
    edit-2
    2 days ago

    When I was a kid and my mother was teaching me to read SQL, she really drove home that Elegance is in the eye of the beholder. While a C++ dev finds beauty in reducing a signal processing step to O(n) by recursing through five lines of bitwise ingenuity, a SQL dev finds radiance in completing the task without using any loops at all.

    • Dimantina@lemmy.world
      link
      fedilink
      arrow-up
      16
      ·
      2 days ago

      Alright to anyone who would question this statement. I am a mom, and have had extremely similar conversations with my kid regarding programming and perspectives.

      Seriously it’s important for problem solving to not get caught up in perfect solutions or solutions you think are the right path be cause of your own bias’.

      Sometimes to solve a problem you are stuck on, or is proving too challenging the best course of action is to figure out why you are trying to solve it that way, and what other solutions there might be.

    • hemko@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      1
      ·
      2 days ago

      When I was a kid and my mother was teaching me to read SQL

      Why would a mother do this, I’m horrified

      • psud@aussie.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 day ago

        I am disappointed when someone comes into my career (systems analysis) without the ability to do even a simple SQL statement and it’s become common since my employer realised they had too few analysts and hired 20 in my area for three of us to train

        More mothers should teach their kids to query

      • Warl0k3@lemmy.world
        link
        fedilink
        arrow-up
        15
        ·
        edit-2
        2 days ago

        In the case of my mother, she’s pretty autistic and a very well known data scientist. This was her way of teaching me how she relates to the world - I’m quite grateful to her for it; it has given me a love of programming and allowed me get a great deal closer with her.