Live data from Hacker News

Ask HN: Abandoned/dead projects you think died before their time and why?

news.ycombinator.com

321–330 of 912 posts

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#321
post #318

Adobe Flash / Shockwave. After all these decades, I've yet to see a tool that makes it as easy to make games or multimedia as Flash did. One of many reminders recently (many others in politics) that humanity doesn't just inevitably or linearly move forward in any domain, or even 2 steps forward 1 step back. Some things are just lost to time - maybe rediscovered in a century, maybe never.

Yes. I never used flash personally, but I loved those little games people created with them. There was the whole scene of non developers creating little games of all kinds and it just ceased to exist.

So much college years time spent (wasted?) on Addicting Games.

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#322
post #306

Geocities ; It was a "put your html here" Free web hosting back when people barely knew what html was. Today you have to be a rocket scientist to find a way to host a free static "simple" page online.

I’ll bet you I could ask any LLM about it and have something launched within an hour.

tumblr will practically let you do that for chrissake

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#324
post #309

I liked del.icio.us, it was online bookmark sharing, but with actual people I knew, and it had genuinely useful category tagging. I guess it was basically replaced with https://old.reddit.com and maybe twitter.

Isn’t Pinboard (Who bought delicious) very similar? I also see bookmarks of my friend there, recently switched to Raindrop though as it’s much more maintained.

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#325

Earlier quoted context omitted.

A few commits recently. There are lots of competing MLs you can use instead: - F# (Fable) - ReasonML - OCaml (Bucklescript) - Haskell - PureScript IMO the problem with Elm was actually The Elm Architecture.

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

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#327

ReactOS, the effort to create a free and open source Windows NT reimplementation. It has been in existence in some form or another for nearly 30 years, but did not gain the traction it needed and as of writing it's still not in a usable state on real hardware. It's not abandoned, but progress on it is moving so slow that I doubt we'll ever see it be released in a state that's useful for real users. It's too bad, beca…

> ReactOS, the effort to create a free and open source Windows NT reimplementation. Some projects creep along slowly until something triggers an interest and suddenly they leap ahead. MAME's Tandy 2000 implementation was unusable, until someone found a copy of Windows 1.0 for the Tandy 2000, then the emulation caught up until Windows ran. Maybe ReactOS will get a big influx of activity after Windows 10 support goes o…

Not so long ago there was a leak of windows’ source code, up to xp and 2003 server… the leak was so complete there are videos on YouTube about people building and booting (!!!) windows from there.

And yet, no big leap in ReactOS (at least for now).

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#328

Windows Phone

Windows Phone's UI is still with us, from Windows 8 onwards. Everything on 8, 10, and 11 is optimized for a touch interface on a small screen, which is ridiculous on a modern desktop with a 32" or so monitor and a trackball or mouse.

From Windows 10, there is a switch between desktop and touch mode.

They stopped supporting small tablets some years ago though, and made it worse with every Windows update. I can only surmise that it was to make people stop using them. Slow GUI, low contrast, killed apps.

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#329
post #26

Boot2Gecko or whatever the browser as Operating system was called. This was a project that should have focused on providing whatever its current users needed expanding and evolving to do whatever those users wanted it to do better. Instead it went chasing markets, abandoning existing users as it did so, in favour of potential larger pools of users elsewhere. In the end it failed to find a niche going forward while le…

I adored my Firefox Phones. Writing apps was so easy I built myself dozens of little one-offs. Imagine if it had survived to today, its trivial html/css/js apps could be vibe coded on-device and be the ultimate personalized phone. Luckily it wasn't long after Mozilla abandoned it that PWAs were introduced and I could port the apps I cared about.

> Imagine if it had survived to today, its trivial html/css/js apps could be vibe coded on-device and be the ultimate personalized phone.

That’s actually an incredibly cool concept.

Re: Ask HN: Abandoned/dead projects you think died before their time and why?

#330

Earlier quoted context omitted.

Open web standards are great but consider where we could have been if competition drove them a different way? We're still stuck with JavaScript today (wasm still needs it). Layout/styling is caught up now but where would we be if that came sooner?

> Open web standards are great but consider where we could have been if competition drove them a different way? We're still stuck with JavaScript today (wasm still needs it). Layout/styling is caught up now but where would we be if that came sooner? Why do you think JavaScript is a problem? And a big enough problem to risk destroying open web standards.

The same reason Typescript exists
Post reply on HN