Live data from Hacker News

Ask HN: What discontinued company/product do you wish was still around?

news.ycombinator.com

691–700 of 1001 posts

Re: Ask HN: What discontinued company/product do you wish was still around?

#691
post #13

Westwood Studios. I loved their games including their final game C&C Renegade, even though EA rushed Renegade out the door and shut the studio down.

OMG, I’m so glad somebody mentioned Westwood Studios...

Check this out btw (Red Alert 2):

https://github.com/OpenRA/OpenRA

C&C Red Alert 2 and C&C Generals were the best RTS games ever made, hands-down. Much of my life was spent playing these games.

Re: Ask HN: What discontinued company/product do you wish was still around?

#692

Earlier quoted context omitted.

WSL is terrible. It's basically a tech demo (look up what happens if you `cp` a file from `C:\...` to `/home/user` versus `copy` or going the other direction. It's alright to boot up a linux "VM" using docker, but then you have to pay extra for windows pro or whatever so you can unlock hypervisor privileges. I recently bought an extra SSD to put into the windows desktop I bought and am happily running linux, don't mi…

I tried WSL briefly and discovered that the overhead of forking processes is annoyingly high, just like when I'd used cygwin in the past. (Maybe I should have expected that, but...) Try doing something like: time for i in $(seq 1 100); do /bin/pwd; done | wc Compare on Linux (or even Mac OS) vs WSL. I was disappointed.

Did you report this as an issue? They seem to be fairly responsive to feedback. Would be interesting to see what their take is.

Re: Ask HN: What discontinued company/product do you wish was still around?

#693

Pebble - they created a series of smart watches that had: - long battery life (2-7 days depending on model) - e-ink colour screens, that were always on - an extensive app/watchface ecosystem - actual attractive watches I had a series of them and was all-in on the new models announced via kickstarter, when they suddenly disappeared and were bought by Fitbit. All forthcoming products were killed off. They've been prett…

I have a Garmin sport/smart watch, it lasts for weeks and it has always-on color display. Smart watches from other brands also last for many days or weeks.

I have a refurbished 235. I use it mainly for running, it lasts forever, it's light and you can see your activity history on it - unlike the fitbit i previously had.

Re: Ask HN: What discontinued company/product do you wish was still around?

#694
post #247

Earlier quoted context omitted.

My wife still rues the loss of Grooveshark. She’s never recovered. I don’t blame her. All other streaming services suck horribly.

Their "radio" generation from a playlist of relatively few tracks was also out of this world, in contrast to spotifys ““daily"" which only gives me a new list every two years or so. Despite using the desktop application an hearting the living bejeezus out of it...

Have you tried Google music? It can do the same and I can't complain about the quality.

The only extra I wish for would be the last.fm's slider between "mainstream" and "obscure".

Re: Ask HN: What discontinued company/product do you wish was still around?

#695

Surprised nobody mentioned them yet: Borland and their approach to UI development. I know some of their products live on, but I am nostalgic towards the wysiwyg days of old without being forced to use MS. I of course am aware of modern equivalents, but sadly the market/users moved.

I wish I had a Delphi like IDE and RAD tool but for Golang instead of Pascal. Ability to write cross-platform GUI apps in a Go as easily as Delphi would be a dream come true.

Re: Ask HN: What discontinued company/product do you wish was still around?

#696

Earlier quoted context omitted.

You should give Ubuntu an experimental try. I have only ever used Windows most my life, but for hobby projects I use Ubuntu/PopOS!. If you are doing Web development I highly recommend that over Windows. Just last night I tried to setup a Phoenix project on a fresh install of windows and after 5 hours I was still installing C++ build tools, setting up path variables etc etc. It honestly is a world of pain. I remember…

Good joke.

Glad to see saying Windows users should experiment with Linux is still so controversial ¯\_(ツ)_/¯

Re: Ask HN: What discontinued company/product do you wish was still around?

#697
post #211
post #71

Altavista. I miss it every single day. Searching for technical (unix, programming, etc.) content is so much easier when you can use nested parens and proper boolean language. This is in contrast to google where searches return things that don't even contain your keywords. This is in contrast to google where the modifiers like allinsite: and '+' and "quotes" are not respected or change their behavior over time. Man I…

> This is in contrast to google where searches return things that don't even contain your keywords. This has become so frustrating as of late, especially when you search for something like "c++ map" and it decides to completely ignore the "c++" part of your search, leaving you with pages of actual maps. Slightly exaggerated example since I can't remember any concrete ones off the top of my head, but the actual situat…

google's "must include" feature is one of their worst features ever. it nearly always removes the most unique, defining search term. it has been showing up with increasing frequency. i can't remember a time where it was actually useful or wanted. and if i didn't want the word in the search query, i wouldn't have put it in there in the first place!

Re: Ask HN: What discontinued company/product do you wish was still around?

#698
post #610

Metrowerks CodeWarrior. Xcode and Visual Studio have come a long way, but in its day CodeWarrior felt so much more efficient and productive than the alternatives; imagine what it might be today if it had continued!

Wow, you miss CodeWarrior? That is so surprising to me, I hated it :-)

Fair enough -- different tools suit different users! :)

Re: Ask HN: What discontinued company/product do you wish was still around?

#699

Grooveshark had a better interface for managing "currently playing" than anything I've used before or since. Most apps don't even track what's currently playing in an intelligent fashion. Similarly, rockbox was really great mp3 player firmware, when I used to use one of those. It had a funny feature I've never seen elsewhere: multi-lingual article-ignoring sort. I had German band "Die Prinzen" on that mp3 player, and…

I have a ~5 year old Sandisk Sansa Clip with Rockbox. I use it almost every day. I remember the first time I tried Rockbox on it; when it didn't take 5 minutes to boot because it was scanning every file (like the stock firmware did), I loved it immediately. When 3.14 came out last year, I got excited when I discovered that I could play Opus files on it. (Before, it crashed hard every time I tried.)

I got one for my dad last year, and was surprised that Sandisk discontinued the Rockbox compatible models, and used players were going for $~50, presumably because of their Rockbox compatibility.

Re: Ask HN: What discontinued company/product do you wish was still around?

#700

Screenhero. Unfortunately, when Slack acquired it and supposedly included the functionality, it just wasn't anywhere near as good. Still, to this day, there's nothing as good as Screenhero for remote pairing.

It isn't quite the same, but I've had great luck with a combination of VS Live Share (https://marketplace.visualstudio.com/items?itemName=MS-vsliv...) and then Zoom or some other tool for voice communication.
Post reply on HN