←back to thread

231 points urin | 1 comments | | HN request time: 0s | source
Show context
whalesalad ◴[] No.41833591[source]
we've come full circle - macromedia dreamweaver had this in 2001
replies(9): >>41833619 #>>41833638 #>>41833664 #>>41833734 #>>41833825 #>>41833849 #>>41833929 #>>41833965 #>>41835472 #
zeroq ◴[] No.41833664[source]
Wait till you hear about Typescript, you know adding types to ECMAScript, like Macromedia did some 20 years ago. :)

Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations.

At work I often encounter a resistance to a tech or solution I propose, because "there hasen't been any substational contribution to the repository in a week, seems dead to me". To which I kindly respond with a question - how do you calculate hypotenuse, because it's been a long time since Pythagoras made the last commit. Meanwhile, some of my friends are still doing side jobs using CakePHP, 20 years later. :)

replies(7): >>41834428 #>>41834556 #>>41834946 #>>41835135 #>>41836926 #>>41837665 #>>41839587 #
bugtodiffer ◴[] No.41835135[source]
Today I value web stuff for one thing and one thing only: they run in the best sandbox we have. I can run untrusted programs from hackernews folks without worrying! I wouldn't do that with native code of course, way too easy to hack me. But they won't waste a browser 0-day on random HN readers... Whatever can be done in the web, I usually like to do it there as no-body has to trust my code then.
replies(1): >>41835596 #
1. netdevnet ◴[] No.41835596[source]
> I can run untrusted programs from hackernews folks without worrying

The assumption is that native code has virtually unrestricted access to your system while JS programs don't, which is true. But if the untrusted JS program is wrapped up in web extension, in 2024, it could do almost as much damage than native code especially since most non-techies don't have much of value in their machines. The value exists on walled sites