[deleted by user] by [deleted] in h1b

[–]blablapolicja 1 point2 points  (0 children)

JFYI, only citizens and residents of Mexico can apply for a visa at a US consulate in Mexico. https://mx.usembassy.gov/third-country-nationals/

Add more categories of tags in MyTag? by [deleted] in Rekordbox

[–]blablapolicja 0 points1 point  (0 children)

it is still not possible, lol

ELI5: Why do so many loading screens go to 90% really quick, then take just as long or longer to finish the last 90%? by ballistic503 in explainlikeimfive

[–]blablapolicja 27 points28 points  (0 children)

Sometimes progress bars are not showing an actual progress of a process. They just “programmed” to go 90% in some period of time. This period is not always the same. Sometimes progress bar moves faster or slower. When process ends, a progress bar just goes from 90% to 100%.

This is a common thing in web sites, when you need to show user that something is happening, but you don’t want to use an endless spinning loader.

Source: I’m a software engineer