Hacker News new | ask | show | jobs
by demizer 517 days ago
A web browser that has all the shit the big tech companies added to make it hard to create a good web browser would be a good start. A web browser does not need webgl or wasm. I want to log into my bank to see how much money I have.
2 comments

I work for a solar CAD+CRUD app that runs in browser. WebGL is more than fun stuff. Wasm is becoming The Way to run applications in a portable way in servers.
I want to log into my bank to see how much money I have.

The most infuriating part is that this is perfectly doable with 90s web technology. Even encryption was already available in the form of SSL, and that's arguably the only thing which has improved since then. The majority of technological "progress" has merely been the reinvention of existing technology in more inefficient ways.

In the 90's many banks would make you install a variant of Java applet, ActiveX or Flash, to log into their systems.

In the name of a "better experience".

I know, because that is exactly what many of our customers did on the agency I worked during those days.

I was too young to have a bank account back then. However, I can personally attest that the Toronto Public Library, around year 2000+/-2, had a Java applet on their public website which the general public used to search the library's catalog. I may or may not have saved a snapshot of one of those JAR files. Needless to say, the Java applet was awkward compared to a properly designed web application - e.g. loading screens, weird widgets that were neither web nor Windows, inability to select text by default, inability to use the web browser's UI controls (e.g. back/forward/reload/URL-bar).