Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:But they all force Javascript on users (Score 1) 161

a modern framework is capable of serving both... you can provide server side rendering to anyone who has JS disabled. its not going to be the full experience most of the time but that is because the full experience is only available via javascript. Now given it is a actually a very small percentage of tin foil hat people that actually whole sale disable javascript in their browser and that is why most companys don't bother wtih the extra technical debt of making their sites work both with and without javascript.

Comment Re:And this is how JavaScript dies (Score 1) 139

Sooooo you are flaming something simply because you never use it? why would anyone ever try to write a device drive in JS? Thats like trying to ask someone to screw in a screw with a hammer. Use the language that most fits the job at hand. Nothing about this post is advocating that JS be used for everything.. its a tool designed for a specific purpose.

Comment Re: People who see the web as documents (Score 1) 139

Your comment is correct, but in this context is is completely off... This like compare apples to satellites, when having a conversation about seahorses. Of course i can make an application that spits output to the a web browser, but this requires network activity, (literally the most inefficeint least reliable thing in coding now that > 60% of all traffic is coming over mobiel networks). So you can't tell me that offloading 95% of those "web requests" for silly things that complex applications need to perform, ont a javascript based app, that now only has to send 1 in 20 requests to your server for display calculation is less efficient. Don't flame just to flame friend :)

Comment Re: People who see the web as documents (Score 1) 139

I mean you guys can flame back and forth all you want. But javascript is never going anywhere. Not until web browsers are a thing of the past... you can love it or hate it but to call someone who does brilliant things on one platform a retard simply because he is on said platform is about the most naive comment in the thread....

Comment Re:Wondering Why Your Internal .dev Web App Has St (Score 1) 311

that tld was registered in 2014 https://icannwiki.org/.dev my guess is well over 95% of developers posting gripes in here have infrastructure dating back far further thant 2014.... I personally have been using a .dev locahost enviornment on my dev box for a long ass time.

Comment Re:Fuck off with this security bullshit. (Score 1) 311

.dev has been used for local development for a LONG time. almsot every dev tha ti know has a local enviornment of some kind that uses .dev. In my opinion the real issue here is that ICANN let anyone register the .dev tld. Just because google put a bid in for it doesn't mean that i should be required to access my Localhost webserver over https....

Slashdot Top Deals

Nobody said computers were going to be polite.

Working...