Earlier quoted context omitted.
Performance was way better than what we have now with modern web stacks, we just have more powerful computers. I agree on security and bugs, but bugs can be fixed. It just shows neglect by Adobe, which was, I think, the real problem. I think that if Adobe seriously wanted to, it could have been a web standard.
Lots of people say performance was good, but that seems to be through the nostalgic lens of a handful of cool games. Those did sometimes run really great, but most implementations were indeed very slow. I remember vividly because it was part of my job back then to help with web performance and when we measured page speed and user interface responsiveness flash was almost always the worst.
Ask HN: Abandoned/dead projects you think died before their time and why?
591–600 of 912 posts
Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#592Earlier quoted context omitted.
I've edited my comment to better present the issue.
Out of order closure should definitely error out with an “unclosed italic tag detected at line:…” error.
Am I right in assuming that even you didn't notice the problem the first time you looked at it?
> Out of order closure should definitely error out
Hitchens's razor: "What can be asserted without evidence can also be dismissed without evidence."
Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#593Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#594Maemo/Meego. I know there is Sailfish still around, but things would had been very different today if Nokia had put all its weight on it back then.
Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#595Lytro light field cameras. The tech was impressive and the company was able to put two products on to the shelves, though unfortunately they hadn't quite reached the image quality needed for professional photographers. But now with the new Meta Ray-Bans featuring a light field display and with new media like gaussian splats we're on the verge of being able to make full usage of all the data those cameras were able ca…
Don't phones do this now? I remember Lytro cameras, they were really exciting.
They don't capture a light field like Lytro did, they capture a regular image with a very deep depth of field, extract a depth map (usually with machine learning, but some phones augment it with stereoscopy or even LIDAR on high end iPhones) and then selectively blur based on depth.
Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#596Earlier quoted context omitted.
What's "the Elm architecture"?
A simple UI programming pattern, with a circular, unidirectional data flow. It is very rigid by design, to be side-effect free, functional, unidirectional: https://guide.elm-lang.org/architecture/ I'm no frontend guy, but I think it did/was inspire(d) react (redux?) maybe. Corrections on this very welcome
- https://redux.js.org/understanding/history-and-design/prior-...
Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#597Betamax. Because I bought a player and it gave better quality video.
Re: Ask HN: Abandoned/dead projects you think died before their time and why?
#598Earlier quoted context omitted.
if the world was all XHTML, then you wouldn't put an ad on your site that wasn't valid XHTML, the same way you wouldn't import a python library that's not valid python.
>, then you wouldn't put an ad on your site that wasn't valid XHTML, You're overlooking how incentives and motivations work. The gp (and their employer) wants to integrate the advertisement snippet -- even with broken XHTML -- because they receive money for it . The semantic data ("advertiser's message") is more important than the format ("purity of perfect XHTML"). Same incentives would happen with a jobs listing we…
The real problem is the benefits of xhtml are largely imaginary so there isn't really a motivation to do that work.