As in - what technology or tool came to prominence and then disappeared despite its technical merit? Do you miss it? Would you use it today or was it a product of its time?
Me? I'm a WordPerfect man. I know it's not "gone", exactly - but when was the last time you came across an installation in the wild?
Top comments (47)
I feel like RSS/Atom are getting this treatment with the proliferation of the new hotness of ActivityPub and a widespread (but incorrect) belief that "nobody uses RSS," or that Google killed it by killing off Google Reader. I hope that with the renewed interest in the independent web that Atom can make a big comeback; there's a lot going for it with use cases that ActivityPub simply can't handle (and it also supports optional push via WebSub).
Yeah, i agree so hard. I am always so dissapointed when a blog of someone does not have an rss feed. I can't keep track of all the blogs I like, so I have an rss reader to do it for me. Every time there is no feed, I am like: "I guess I would read your blog then"
I think consumer RSS is gonna make a comeback as people get tired of email digests.
I hope so! My big fear is that developers focus on ActivityPub for everything, when it’s a protocol that handles the same basic use cases but not nearly as well or as simply, and adds a lot of extra overhead and limits your publishing opportunities (but is being billed as a universal standard that everyone must do).
I feel like I've heard of ActivityPub, but only just barely, so... I guess you might get your wish?
It's the underlying protocol for Mastodon, PeerTube, and a few other things. Right now it's the darling of the distributed social networking crowd (because there's a lot of well-deserved reactionary attitudes towards centralized social networks) but the reasons it's caught on instead of a resurgence of Atom or whatever feel a bit... contrived.
The main things I hear from ActivityPub folks is "it's a W3C standard!" (yeah, and? Atom is an IETF standard and its components are also part of W3C recommendations?) and "everyone's using it! RSS died when Google Reader did!"
Also I feel like the fact Atom is XML with a fairly strict schema while ActivityPub uses JSON as its primary serialization spec might have a lot to do with it. Even though the actual nuts and bolts of serialization don't really matter, and there's a lot to be said for self-describing data structures and so on (and not to mention that Atom also functions perfectly fine in a static publishing context and tolerates failure better and don't need a lot of resources to scale based on subscriber or subscription count and so on). But whatever.
Obviously I could rant about this quite a lot, and in fact I have on my blog way too much, especially lately. :)
You know, you've just reminded me about the whole concept. I guess I kinda dropped my newsreader at some point.
Case in point?
Rust, lmao.
It's disappearing under golang xD
No! Say it ain't so!
No, though, really - why do you say that? I'm not sure I agree with that perception. Rust appears to be growing, and I think it's still got a few years of development before hitting its stride.
Golang is establishing itself (or already established) as the cloud systems language. Which is great. Rust encompasses far more domains, though.
For me the biggest red flag is that performance-critical projects such as Traefik, CockroachDB and dgraph are in golang.
I understand how things where memory safety is important for security but performance isn't so crucial, such as Docker and k8 use go, but not those former ones.
I guess I really want it to win in that niche, while it's making the biggest progress in system utilities and embedded.
Who knows, maybe frontend web will save it :D
Don't throw in all in one bucket. For sure you can write CockroachDB in Go, but you can't write memcached in Go, because for this task GC would be noticable. You can write a lot in Go, but there are still performance critical tasks which need to be done in non GC languages, like caches, kernels etc
Unless we are talking about non-stop GC, like in Ponylang
It ain't so. But I do have this fear.
Maybe
async
/await
in core will get more people on board.I have the fear too, but not because of Golang. I don't believe the two languages are direct competitors - there's room in the market for both.
Oh, also new editions of C++ are stealing good stuff.
How dare they? They have a bad module ecosystem and should be ashamed of themselves!
Well, C++ is a fact of life - it may as well soak up every last drop of usability it can
I think Go had a few quick wins, but will lose to Rust in the long run.
Hack without fear. This ain't going anywhere.
You can mark my words Rust will gain more traction.
The folk behind Rust they listen.
If you visit the Rust's website you'll see it was redesigned, and they took the feedback into account.
IBM I-Series. Still in heavy use at my new employer. Apparently it was the Bee's Knees 25 years ago. But they hired me to help modernize, so here we go.
It uses some language called RPG... I never heard of it before I came on board.
Thanks for the rabbit hole.
This looks...less than ergonomic:
Ha, You are a legend for diving into that Rabbit Hole!
Or I need better hobbies :)
I loved the command language, but never understood RPGLE!
TextMate – I know, I know, I should switch to Sublime or Atom or VS Code or whatever, and yes, I will do that as soon as I will have time. (Disclaimer: coding from 9 to 5, then teaching math, then creating generative art as experiments… no time left. Shoot me down. :)
I guess Corel? Are they still around?
They just bought Gravit Designer, a Web based Sketch/Illustrator
Great answer! I tried getting into Pharo a while back but it was a little too foreign for me - I didn't like leaving my comfy dev environment for it. It's definitely the purest distillation of the concept imaginable.
I miss MiniDisc! 💽
Talk about technologically superior formats getting left in the dust. Man, what a wasted opportunity.
Hi-MD was amazing. Used to record all sorts of live band jams and it was good (enough) quality audio.
I love the wiki blurb: "...offering a capacity of 74 minutes and, later, 80 minutes..."
I'd never heard of these, even though they've existed almost my whole life.
They're virtually indestructible, and re-writable! Can't believe the standard got abandoned.
At least you could fill them with your own music.
My brother had an portable MD player and a portable Zip drive.
While they didn't much spread, at least they were flexible enough to use them in their own for a few years.
I still use my MiniDisc for field recordings sometimes. If I put it in mono, I can get a much longer recording time than the standard 80 minute disc.
It's really a shame that the fundamental concept of putting a magneto-optical disc in a plastic case that is only opened inside of the player/recorder didn't catch on. Imagine if we had blu-ray discs like this; Fully rewritable and virtually indestructible... I mean, I guess USB flash drives are getting there these days, but it would have been really cool to have that kind of reliability for the past 10 years or so.
Wire-wrap’s been supplanted by easy custom circuit boards.
Palm Pilot faded away before smartphones, but I sure miss the all-month battery life.
Wouldn’t use them now, any more than I’d do Z80 assembly, though I do miss them!
Commodore Amiga.
It was my first personal computer and loved it to bits. Would have been great to see it around a little while longer.
What a nice coincidence. Just minutes after I posted that I found the following video about the history of Amiga
JINI. It was awesome when it came out. We used it in a project and it was great. But it was ahead for it time. Too complex. A simple hello world was like 4 pages. This was microservices back when microservices did not exists...