HackerTrans
TopNewTrendsCommentsPastAskShowJobs

augustk

no profile record

comments

augustk
·2 माह पहले·discuss
Turning off Javascript made the dot go away.
augustk
·3 माह पहले·discuss
That sounds like shoulder pain.
augustk
·3 माह पहले·discuss
The hospital information system Millenium from Oracle was bought by two regions in south of Sweden for around 400 million USD. It turned out to be unusable for Swedish healthcare and had to be shut down after just three days. Actual users of the software (doctors and nurses) were not involved in the procurement.
augustk
·3 माह पहले·discuss
And knowing how to get the version of an application (which used to be in Help -> About).
augustk
·3 माह पहले·discuss
For group chats in Microsoft Teams with more than seven participants, if you click on "View and add participants" (an icon with two people and a plus sign) you see a list of seven participants. At first I didn't know that you could scroll in this list.
augustk
·3 माह पहले·discuss
Then it turns out that the book was written by an LLM.
augustk
·3 माह पहले·discuss
Why don't we instead focus our energies on the user. For some very important software applications the customer is not the user. Let the sales department focus on the customer.
augustk
·3 माह पहले·discuss
Isn't the manufacturer to blame if I get neck problems then?
augustk
·3 माह पहले·discuss
Something that would be useful in my case is a monitor stand stand. Does anyone know why almost no current monitor can be raised so that the upper edge is at eye level? Is it due to incompetence among the current breed of designers? Quite a few of my colleges have a stack of books beneath the monitor stand.
augustk
·3 माह पहले·discuss
Postconditions are in conflict with programmers' love of early returns.
augustk
·4 माह पहले·discuss
The argument in the article was that the for loop is (potentially) "lying" and that is still true in my example. Niklaus Wirth's Modula-2 had a LOOP statement in which an EXIT statement could occur anywhere. That statement was at least not misleading. In Wirth's last revision of his last programming language Oberon the loop statement is removed and return is no longer a statement but a clause at the end of a function procedure. This makes Oberon a purely structured language.

https://miasap.se/obnc/oberon-report.html
augustk
·4 माह पहले·discuss
It's also worth noting that statements like

  for (i = 1; i <= 100; i++) {
    S;
    if (P) {
      break;
    }
  }
are just as bad since `break' (and `continue' and early `return') are a just gotos in disguise.
augustk
·4 माह पहले·discuss
"universal access to a large universe of documents"

It's a sad fact that a large part of the web doesn't work without Javascript, a technology which enables privacy-invasive practices (and surveillance capitalism). It wasn't as bad when progressive enhancement was the norm.

https://en.wikipedia.org/wiki/Progressive_enhancement
augustk
·5 माह पहले·discuss
With so many ready meals to choose from I don't understand why anyone nowadays would cook anything from scratch.
augustk
·6 माह पहले·discuss
Should be easy to correct the default behavior for the next release if the issue is reported.
augustk
·6 माह पहले·discuss
It's also worth noting that a customer is not necessarily a user. As a developer I don't care so much about the customer but I care wholeheartedly about the users.
augustk
·6 माह पहले·discuss
In the best scenario the developers are also active users of the software they produce. Then a design flaw or an error that affects the users will also affect the developers and will (hopefully) motivate the latter to correct it.
augustk
·6 माह पहले·discuss
Progressive enhancement is the way to go if you care about technical excellence. For some reason it fell out of fashion.

https://en.wikipedia.org/wiki/Progressive_enhancement
augustk
·7 माह पहले·discuss
https://en.wikipedia.org/wiki/Reservoir_sampling
augustk
·7 माह पहले·discuss
And also bring back progressive enhancement.

https://en.wikipedia.org/wiki/Progressive_enhancement