lseif

joined 1 year ago
[–] [email protected] 3 points 5 months ago (1 children)

sorry, are you the swear police ??

the phrase that people are repeating is not 'screw ice' or 'screw the police'. 'f***' is much closer to the original. i just prefer not to type out the actual letters; is that so bad ?

[–] [email protected] 1 points 5 months ago (3 children)

because not everyone likes to swear. i know, shock horror!

[–] [email protected] 24 points 5 months ago (5 children)

in australia, we say f*** ice because its another word for crystal meth

[–] [email protected] 5 points 5 months ago (2 children)

exactly! do people expect windows to scan every local file too??!

[–] [email protected] 1 points 5 months ago

i actually agree, but i think its more the issue that modern websites are designed like desktop apps. having a weakly typed and flexible langauage like js is fine when youre only adding a little interactivity to an otherwise mostly functional website.

[–] [email protected] 1 points 5 months ago (2 children)

my point is that languages have their places.

javascript is great for the frontend. not just because it's the only choice, but it's also a lot easier to write code for ui than say, C or rust.

however i do not see a reason why it needs to run on servers or desktop apps, bar a few cases. i know node is popular, but i think fullstack devs just like to have everything in the same language, even if it makes it harder to use and slower to run.

likewise C, rust, go, whatever, are great for backends, embedded etc, but they shouldnt be ran on in the browser, unless there is a specific reason like heavy computation with little dom interaction.

just because a barrier does not exist doesnt mean that we should write programs in a language not designed for the domain.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (4 children)

javascript cannot be compiled natively for the backend or desktop either...

also libraries like wasm bindgen allow a developer to write almost no javascript. and i wouldnt could a few lines of bootstrapping.

im dont advocate for wasm when its not necessary. nor do i advocate for backend js when its not necessary.

[–] [email protected] 1 points 5 months ago (6 children)

if its acceptable to force javascript onto the backend and everywhere else, then why not write the frontend in rust, or anything else than can compile to wasm ?

[–] [email protected] 6 points 5 months ago (1 children)

regardless, its a big red flag for a poorly designed api

[–] [email protected] 4 points 5 months ago

like reverse vampires ?

[–] [email protected] 6 points 5 months ago

is that the new model ?

view more: ‹ prev next ›