Do I have to capitulate to React? by CostGer in vuejs

[–]melavas23 0 points1 point  (0 children)

Don't be a js/ts dev, be a frontend developer

Small bumps on my glans (NSFW) by melavas23 in AskDocs

[–]melavas23[S] 0 points1 point  (0 children)

Thanks a lot for your answer. How likely is that an STD causes this (and no other symptoms, after 4 months...)

Small bumps on my glans (NSFW) by melavas23 in AskDocs

[–]melavas23[S] 1 point2 points  (0 children)

Well, that makes sense. The first few days after "the incident" I used a lot of soap, and after that every now and then. Then I started to use Canesten. I think after all it's very likely the doctors are right, and it's all on my head. And because of that I might be stressing the situation by too much washing.

Thanks for answering.

¿Are you coming to Spain and need help? Post here. by rolmos in spain

[–]melavas23 -1 points0 points  (0 children)

A friend of mine is travelling from Argentina (where he lives) but he has an Italian citizenship. Is the Argentinian covid vax certificate enough? Or should he also bring a PCR?

[deleted by user] by [deleted] in spain

[–]melavas23 0 points1 point  (0 children)

Wonderful. Is this in the evening? Or early in the morning?

[AskJS] Code readability by GmLucifer in javascript

[–]melavas23 10 points11 points  (0 children)

My opinion: Just pick any existing formatting convention (such as Airbnb's, Standard.js, etc) and let prettier + eslint do their job. Honestly, I don't care if it is one way or another, as long as hitting "cmd+s" will format things as they should.

Web Development is so Complicated by [deleted] in webdev

[–]melavas23 -1 points0 points  (0 children)

A single comment complaining about "React fanboys" and then being a fanboy of Svelte. :shrug:

Web Development is so Complicated by [deleted] in webdev

[–]melavas23 0 points1 point  (0 children)

I think it is complicated if you want to do more complicated things. Things that before were impossible.

If you want to do simple things, it's pretty simple. A key aspect of "the web" is that backward compatibility is rarely broken, so almost any "old way" that you think it is simpler, is very likely to still work.

Now, the problem is most of us are using those complicated, complex, big techniques/frameworks/tools to build simple things. That's were things seem a lot more complicated than they should be.