Live data from Hacker News

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

news.ycombinator.com

841–850 of 912 posts

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

#841
post #69

Earlier quoted context omitted.

Google Search: Not officially dead yet, but....

yup, losing 0.000087% year-over-year so in 865 billion years it’ll be dead :)

I wouldn't be surprised if they're going to kill it with their own hands by implementing some half-assed AI feature that breaks the core functionality of the product.

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

#842
post #308
post #293

Earlier quoted context omitted.

With more of Firefox's rendering migrating to Rust, there's got to be a market for a memory safe alternative to Electron now.

Looking at firefox memory usage, i’m afraid the issue there is not memory safety but rather the average javascript developer being completely and blissfully unaware of and careless about memory memory usage of the software they write

It'd be interesting to understand how much of that memory pressure is down to the devs compared with the frameworks now trying to cache everything in sight.

React Compiler automatically memoizes values and functions, reducing the need for manual useMemo calls. You can use the compiler to handle memoization automatically.

https://react.dev/reference/react/useMemo

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

#844

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.

It was actually fantastic even for creating websites. To think that 20 years later we still don't have tools to make similar stuff with similar ease is mindblowing.

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

#846
post #831

Earlier quoted context omitted.

Sure, why would they? COM was rendered irrelevant by the move to the web. Microsoft lost out on the app serving side, and when they dropped the ball on ActiveX by not having proper UI design or sandboxing they lost out on the client too. Probably the primary use case outside of legacy OPC is IT departments writing PowerShell scripts or Office plugins (though those are JS based now too). COM has been legacy tech for d…

Because since Windows Vista all new APIs are COM based, Win32 C API is basically stuck on Windows XP view of the universe, with minor exceptions here and there. Anyone that has to deal with Windows programming quickly discovers that COM is not the legacy people talk about on the Internet.

Sure I mean, obviously the Windows API is COM based and has been for a long time. My point is, why seriously invest in the Windows API at all? A lot of APIs are only really being used by the Chrome team at this point anyway, so the quality of the API hardly matters.

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

#847

Earlier quoted context omitted.

Google Reader: I will forever be salty about how Google killed something that likely required very little maintenance in the long run. It could have stayed exactly the same for a decade and I wouldn't have cared because I use an RSS reader exactly the same way I do that I did back in 2015.

I never understood why noone built a Copycat (like "bgr" -> "better google reader :-D) There would have been a clear change to fill this vacuum? The thing is: I guess they didnt see a good way to monetize it (according to their "metrics"), while the product itself had somehow relative high OpEx and being somehow a niche thingy.

Killing Reader didn't just kill Reader. It killed the expectation of RSS to be a valid default consumption format of the internet. These days, if you use RSS, it's either relying on some legacy hidden feed feature that hasn't been shuttered yet (lots of Rails and WordPress sites that are like this) or you're explicitly adding RSS to your site as a statement.

Picking up the pieces after Reader was impossible because the entire RSS ecosystem imploded with it. Almost every single news site decided that with killing Reader, they wouldn't bother maintaining their RSS feeds, leaving them basically all "legacy" until they irrevocably break one day and then get shut down for not wanting to get maintained.

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

#848
post #365

Earlier quoted context omitted.

On XHTML, I think there was room for both HTML and a proper XHTML that barks on errors. If you're a human typing HTML or using a language where you build your HTML by concatenation like early PHP, sure it makes sense to allow loosey goosey HTML but if you're using any sort of simple DOM builder which should preclude you from the possibility of outputting invalid HTML, strict XHTML makes a lot more sense. Honestly I'm…

> Honestly I'm disappointed the promised XHTML5 never materialized along side HTML5. I guess it just lost steam. The HTML Standard supports two syntaxes, HTML and XML. All browsers support XML syntax just fine—always have, and probably always will. Serve your file as application/xhtml+xml, and go ham.

There was even a polyglot (X)HTML 5 which I always found genius - there are many more XML parsers than HTML5 parsers in the world.

https://www.w3.org/TR/html-polyglot/

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

#849
post #831

Earlier quoted context omitted.

Because since Windows Vista all new APIs are COM based, Win32 C API is basically stuck on Windows XP view of the universe, with minor exceptions here and there. Anyone that has to deal with Windows programming quickly discovers that COM is not the legacy people talk about on the Internet.

Sure I mean, obviously the Windows API is COM based and has been for a long time. My point is, why seriously invest in the Windows API at all? A lot of APIs are only really being used by the Chrome team at this point anyway, so the quality of the API hardly matters.

Game development for one, and there are still plenty of native applications on Windows to chose from, like most stuff in graphics, video editing, DAW, life sciences and control automation, thankfully we don't need Chrome in box for everything.

Your remark kind of proves the point Web is now ChromeOS Platform, as you could have mentioned browser instead.

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

#850
post #240

The Lockheed D-21 drone. Supersonic ramjet without the complexity of scramjet or the cost of turbojet, hamstrung by the need for a manned launch platform (making operations safety-critical… with predictable results) and recovery to get data off it. Twenty or forty years later it would have been paired by a small number of high-cost launcher UAVs and had its cost driven down to disposable, with data recovery over radi…

It's highly probable that a successor of this is in active use, we just don't know anything about it. :-/

[deleted]
Post reply on HN