Olissipo

joined 2 years ago
[–] Olissipo@programming.dev 1 points 1 year ago (3 children)

Aren't you only saying, indirectly, that server-side rendering is "antiquated"?

Unless you mean that mixing logic with templates is bad, in which case I agree.

[–] Olissipo@programming.dev 57 points 1 year ago* (last edited 1 year ago) (1 children)

Funny story. 50 years ago, to this very day, a revolution occurred in which Portugal took down its dictatorship.

The following day some public administrator/manager sent a letter complaining about people missing work!

Translation after the letter

Your Excellency Director General

I inform Your Excellency that yesterday, April 25, 1974, several employees were absent from work, claiming that a revolution had occurred in the country.

I clarify that this revolution was not authorized by superiors, and no justification was seen for the absences, especially as the service was considerably delayed.

As the current legislation does not provide for absences due to the occurrence of revolutions, I submit the matter to your high discretion, in the certainty that it will deserve due attention.

[–] Olissipo@programming.dev 3 points 1 year ago

The band played 2 early albums + their latest one in sequence. Listening to whole albums in one go was great for many reasons.

[–] Olissipo@programming.dev 2 points 1 year ago* (last edited 1 year ago)

Fellow PT-PT ISO user here. And although I use PT-PT in the OS, both my mechanical keyboards' physical layout is DE ISO, which has most special symbols in the same place. (finding DE keyboards is easier)

I've considered switching to UK ISO before. Typing brackets "[] {}" and a semicolon ";" is harder in PT-PT. Especially the curly brackets {}, which are really awkward to type with my small hands.

[–] Olissipo@programming.dev 2 points 1 year ago

One that is written in C and also has a Python module: https://aubio.org/

[–] Olissipo@programming.dev 6 points 2 years ago

Not a fan of datalist:

  • Barely works in Firefox (need to click again after initial focus);
  • Doesn't work at all in Firefox mobile (if there is some magic to show the options, I don't know what is);
  • In Chromium and Safari mobile (tested through appetize.io), I don't like how similar it is to a select:

Somewhat liked Chrome's implementation in Android:

[–] Olissipo@programming.dev 12 points 2 years ago

I don't agree with the problem they aim to solve with those goals.

But today it takes several years of mastering tools and frameworks to get to that stage. HTML First principles should allow people to unlock that feeling, and level of mastery, much earlier on in their coding journey.

The onboarding process can be made easier for devs new to the project (junior or senior) with decent documentation. Just enough install/build the project in their local machine and understand the gist of the technologies.

[–] Olissipo@programming.dev 2 points 2 years ago* (last edited 2 years ago)

I don't have much experience using srcset but since you are still waiting for an answer... I'll point you to what is stated in MDN's docs.

According to that, you use a "media condition" when the image is displayed in different sizes. Their example

And you use 1x, 2x, etc (like your examples) when the image will occupy the same physical size.

[–] Olissipo@programming.dev 2 points 2 years ago* (last edited 2 years ago)

May be a coincidence, but it stopped launching for me too. Worked Monday and Tuesday, yesterday I didn't try to play, today it didn't work.

Tried:

  • running "verify integrity of game files"
  • forcing Proton,
  • clearing shader cache
  • attempted various launch options, like vulkan, fullscreen, and windowed
  • update all flatpaks (since I installed steam through flatpak)
  • reboot
[–] Olissipo@programming.dev 3 points 2 years ago* (last edited 2 years ago)

Makes sense, thank you for the clarification.

It is also a file browser.

And apparently also supports FTP/SFTP, quite nifty.

[–] Olissipo@programming.dev 4 points 2 years ago* (last edited 2 years ago) (2 children)

I'm new-ish to Linux and new to Debian, but I literally just did a (second) Debian 12 install, so I have one note about your Firefox's documentation, specifically about "chromium's suggestion" when uninstalling Firefox. https://makedebianfunagainandlearnhowtodoothercoolstufftoo.computer/doku.php?id=start:firefoxesr

Besides Firefox ESR, it came bundled with "Konqueror". Don't know if it depends on your installation's configuration, though. I selected to install "non-free" software, if it helps. So for me it didn't complain when I uninstalled Firefox ESR, it just set Konqueror as the default web browser

[–] Olissipo@programming.dev 1 points 2 years ago

you can easily forget to catch it and handle it properly

Even if I coded the form by hand and that happened, it's on me, not on the programming language.

But I don't, I use a framework which handles all that boilerplate validation for me.

view more: ‹ prev next ›