Earlier quoted context omitted.
For the love of Pete! It's a frigging IM client: 800MB is absolutely not a reasonable amount of memory for it to be consuming, and I don't care how long your message history is. A big part of why this occurs is Electron. Same with any app that's basically a browser app: memory usage is out of control relative to what the application does. Case in point: https://arcade.ly/games/starcastle/ (disclaimer: I wrote this).…
Use a machine with more RAM then. If your machine doesn't have at least 8GB of RAM then you're doing it wrong.
Tell HN: Slack decides to close down IRC and XMPP gateways
591–600 of 624 posts
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#592I'm very disappointed to see that Slack has decided to go the way of every other messaging service and move away from decentralized and standardized protocols towards those that are walled and proprietary. > We are focused on making Slack accessible to all people. Over the past year, we've made great progress in improving both the keyboard and screen reading experiences in Slack. We know many users have been relying…
For anyone who like me want to keep using slack via irc there's a solution using weechat. See my other comment for more info https://news.ycombinator.com/item?id=16544045
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#593Earlier quoted context omitted.
That's absolutely gargantuan. How can any general purpose application justify 4G of memory, half of a factory macbook pro's memory. To put this in perspective, I was talking this week to a developer who was essentially apologising to me for a new feature that was going to require insane amounts of memory. This is for a process to handle literally millions of users. How much memory was it? 3G. Per "instance" of which…
I know most of this thread has been about making fun of Slack, but I wanted to write a somewhat serious response to this. I think "team software engineering" plays a big part of this, if not even the main reason. When one developer is working on a program, the person tends to be able to keep track of program flow, memory usage in their head and know when things are about to go out of bound, memory shoots up, etc. Whe…
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#594Earlier quoted context omitted.
This is an example of the kind of business problem Slack isn't solving at all. Or did they add e2e encryption recently?
The people who pay aren't asking for E2E. They're asking for auditable shared history. We're in a forums of tech nerds, outside of our bubble encryption is pretty low on the feature totem pole.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#595Earlier quoted context omitted.
E-mail is not preferred by the youth until they use it at work. Then it is a godsend that you can only ignore it and reply when you have time. We have been chatting since we have had networks. Believe me, e-mail is here to stay.
Maybe we could do something about voicemail then? ducks
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#596Earlier quoted context omitted.
The majority of my comment was talking about Matrix, which is an open protocol with free software server/client implementations.
Yeah, but they're not that different. They use their own protocol and their flagship client is a web/electron app.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#597I'm very disappointed to see that Slack has decided to go the way of every other messaging service and move away from decentralized and standardized protocols towards those that are walled and proprietary. > We are focused on making Slack accessible to all people. Over the past year, we've made great progress in improving both the keyboard and screen reading experiences in Slack. We know many users have been relying…
> Here's a thought: how about you write a native app for each platform? I can guarantee that the hundreds, if not thousands, of engineers working on AppKit and Windows APIs are a lot better at getting this to work than your team. Not just that, but it took them months to implement some (mind you, still not all) features that are useful for blind users that someone already did in a userscript in a few days. So yeah, I…
I worked with two blind systems people for close to 5 years - we were all working remote, so initially I had no idea they were blind - and subsequently learned from them about their struggles and frustrations dealing with shitty or nonexistent accessibility features.
And with assistive devices’ drivers that were broken, or not updated since Windows State of the Ark version, or not available on Linux or Mac, and so on.
These two people dramatically improved the accessibility features of the smartphone product that the company sells, by reporting the issues they found while dogfooding it. They raised the awareness of many people, including me, of the challenges of the blind, particularly in technology settings.
As a result, I learned ‘dot’ (graphviz) pretty well, and became much more text-centric in other ways (e.g. using markdown, avoiding images when possible, adding alt text).
Slack has done the community a disservice by dropping support for open protocols like IRC and XMPP, which support text-based interfaces that work well with screen readers.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#598Earlier quoted context omitted.
Relay is actually hosted mattermost. Just a means to offload maintenance and uptime to someone working on it full time. The part of software in Relay that makes mattermost SaSS is open source too.
Tell your team to stop spamming it around then please. Spam mattermost if you must.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#599Slack charges you to search the history beyond a certain number of messages.
SLACK CHARGES YOU TO SEARCH THE HISTORY BEYOND A CERTAIN NUMBER OF MESSAGES!
Yeah, let's make everyone all across the world pay to access a software community's most vital resource regardless of their income or even means to pay. Let's actively make this information sit behind a paywall accessible only by those privileged enough to breach it, but only as long as they keep paying month after month.
Re: Tell HN: Slack decides to close down IRC and XMPP gateways
#600Earlier quoted context omitted.
"parens parens parens parens parens parens parens some code here parens parens parens"
The regularity of Lisp's syntax suggests an interesting way to render it in speech, at least for blind people who happen to have a good ear for music. Set the TTS engine to monotone (i.e. no attempt at natural intonation), and increase the pitch for each level of parenthesis nesting. So it would basically be singing the code, going up a note or two for each level of nesting. It would sound weird, but I think it could…