9 comments

  • zabil 49 minutes ago
    I've had issues with this e-visa implementation and was told I could not board flights.

    As a someone in tech, I feel this a classic case study of how NOT to roll out a release and develop a solution.

    The release was chaotic, none of the airlines staff were trained on how to use this. So they still insisted on the expired cards and then picked on the expiry dates.

    Next, almost everyone makes you generate a verification share code in front of them by logging into the e-visa website even if the rules say I can print it out and just use the code. It takes a few minute to get on the website and generate one.

    This solution assumed that everyone has access to a smart phone and a good wifi connection to make this work.

    Whoever built this didn't test it on the ground.

    • RedShift1 40 minutes ago
      > Whoever built this didn't test it on the ground.

      God this happens all the time. Software written by people that don't use the software themselves. It has happened to me so many times, I come across a piece of software with weird bugs or interactions that would be immediately fixed if the developer just spends 5 minutes using the software like an end user would. Dogfood all the things!

      • aleph_minus_one 33 minutes ago
        > Software written by people that don't use the software themselves. It has happened to me so many times, I come across a piece of software with weird bugs or interactions that would be immediately fixed if the developer just spends 5 minutes using the software like an end user would. Dogfood all the things!

        My experience is completely contrary: developers typically do care deeply about such things. The problem is rather that very commonly managers actively disallow these poor developers to apply their diligence to the software that they develop.

        I really have a strong feeling that you want to participate in the ugly vendetta against software developers that has been going on for decades ("Replace all software developers"; current season: "Replace them with AI").

        Don't do that. Rather fight the people who are really responsible (who are often (project) managers or Scrum masters).

        • lukan 26 minutes ago
          "I really have a strong feeling that you want to participate in the ugly vendetta against software developers that has been going on for decades ("Replace all software developers"; current season: "Replace them with AI")."

          Paranoia?

          There are a lot of devs who don't really like what they develope so don't spend any time dogfooding it. Has nothing to do with devs who are blocked by management.

          • aleph_minus_one 4 minutes ago
            > There are a lot of devs who don't really like what they develope so don't spend any time dogfooding it.

            Note that in my comment I wrote nothing about dogfooding - for a very good reason:

            It is well-known that dogfooding leads to software that has rather few bugs, but also dogfooded software often shows a tendency to be "biased towards programmers and power users". So, there often exist very good reasons if the programmers actively don't dogfood their software, and rather trust someone else (who is very trusted by the programmers) that the workflow that the programmer should implement does make sense for the user, even though most programmers would implement this very differently.

    • rwmj 14 minutes ago
      So did we, although we were in the end able to persuade them to let us board the flight by showing a screenshot of my friend's eVisa status from the UK government website (so secure!)

      To be fair to the airlines here, if they get it wrong then the UK government fines the airline. This is why they are pretty risk averse, and also why I'm surprised that the screenshot worked.

    • andy_ppp 15 minutes ago
      I bet you 100% it was built not by in house team but farmed out to an agency for £££££ millions. They will have been saying in their case studies some absolute nonsense about how they saved the government millions rather than burned loads of money too.
    • alphabeta3r56 43 minutes ago
      How did they roll it out embassy without having at least some old systemd or a human in the loop backup working?
      • CoastalCoder 39 minutes ago
        > ... without having at least some old systemd ...

        Back in my day, visas were handled by init scripts. And we like it that way!

        • JSR_FDED 35 minutes ago
          But with systemd you can start deportation procedures while waiting for the rest to resolve.
  • chainier 19 minutes ago
    It'd be lovely if articles like this named the people responsible for actually building the systems. It's almost certainly never a government department.

    They'll have paid one the many software/technology companies to build this thing. Who will be hiding their shoddy crap behind their client (the government department that paid for it). There are some patterns that I'm sure would start to arise from naming the consultancies that are churning out crap.

  • Havoc 10 minutes ago
    One of the reasons I’m applying for a British passport. Existing purely in some mystery database like that seems risky long term
  • feintruled 1 hour ago
    I have identical twin boys - when signing up for a bank account app and while completing all the associated hoops for ID, the second to do it got the rather dystopian error message 'an account has already been registered with this face'
    • glimshe 53 minutes ago
      I wonder how it's possible they didn't think about this problem. Considering everyone involved in building this feature, not a single person thought about the possibility of twins or simply people who are very alike? Also, can't people open multiple accounts?
      • another-dave 30 minutes ago
        I imagine that it probably went like this "what about identical twins?" / "Don't worry about that for now, we'll solve for it before we go live, but it's not in this milestone". Then someone pulls rank and decides the product is "good enough, we can't wait for all bugs to be fixed" and gets it deployed.
      • dgellow 7 minutes ago
        Based on my experience I assume someone mentioned the risk, others said it’s unlikely and only a small percentage, that we should care about the 99% for now. Then the issues isn’t revisited until someone impacted complains enough.

        p99 is ok for web stuff, not for systems that impacts people in their life, but I’ve seen too often things being dismissed because they are edge cases (which becomes an actual real issue at the scale of a country of course)

      • II2II 44 minutes ago
        Just look at the "falsehoods programmers believe about ..." articles that pop up from time to time. There are plenty of complexities in the real world that people either don't know about, aren't front of mind when they are tackling a larger problem, or simply don't want to deal with in the here and now. Lost knowledge and new problems are part of the reason why programmers are discouraged from rewriting software from scratch and why businesses in general are hesitant to replace legacy systems that still work.
      • nkrisc 38 minutes ago
        Which is pretty absurd because twins aren’t even that uncommon. I would bet most people on the planet know or are related to twins.
      • _joel 49 minutes ago
        Because it probably does the dystopian tracking well enough, they don't care if it's not 100% accurate. Edge cases in the new world have no recourse, citizen.
      • crooked-v 50 minutes ago
        It's one of those items way down on the list of "Falsehoods programmers believe...", way below everything on the names list (https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-...).
  • a022311 54 minutes ago
    The article doesn't give much more information than the title. Almost zero details.
  • crooked-v 47 minutes ago
    I suspect this case has origins less to do with the programming itself, and more to do with UK bureaucracy just not giving a shit, as with the post office scandal where authorities, including the legal system, blindly believing in the outsourced systems led to hundreds of false prosecutions and thirteen suicides (https://en.wikipedia.org/wiki/British_Post_Office_scandal).
    • rwmj 11 minutes ago
      The Home Office does manage to be both cruel and incompetent, which is the worst possible combination.
  • sam_lowry_ 19 minutes ago
    oups.
    • Havoc 9 minutes ago
      The story is about the British system not the EU one
  • hnjbx769kd 49 minutes ago
    [dead]
  • gib444 34 minutes ago
    The system has to be bad. By design. This is so the policy in the civil service of open borders and international welfare can be implemented properly.

    https://spectator.com/article/the-british-dream-by-david-goo...