←back to thread

12 points sincethebbsera | 1 comments | | HN request time: 0.243s | source

Here’s some honest feedback from someone who's been sitting behind a computer screen since lotus123, Wodperfect, and Qbasic.

First of all, pick a direction and stick with it. You’re in a chat and you scroll down for recent items. You try to find a DM in an an endless sea of software integration driven messages so you go to “recent DMs” and naturally start to scroll down —but no, you scroll up to get to new messages here.

So you find one you think you've been looking for but now you have to scroll down once again to see the more recent message, and painfully slowly.

Waiting for the slow app to reload every message along the way that you mistakenly scrolled the first time, but now in the 'right' direction to get back to where you started.

Can you just hit Control+End? Or click that arrow and expect it go to the end? Of course not. You keep on scrolling as it loads, painfuly one page at a time, because you’re up against a "Lazy loader” – the result of what is more accurately called lazy development.

Why all of this? Becasue you can't find what you're looking for in the first place. It would be nice to be able rid yourself of of these 'robot' chats coming up from one of 3,000 absolutely useless software integrations. Who needs to get messages from Excel? or a screen capture app? It's integration just for the sake of integration – with zero value added by likely 2,500 of them.

Its all just NOISE.

Useless noise that now takes up a footprint on my pc of over a gigabyte on day one to support it all while burning through CPU cycles and my electrical bill with patch upon patch of poorly thought out system overhead to support apps I don't now, and never plan to use.

IMO, its not even worth trying to fix. Its fundamentally broken and built using a worst-practice approach to application development.

Time to rethink and start over.

Humbly yours

1. 90s_dev ◴[] No.44504391[source]
I can only post a couple times per day now, and I've already posted a few times today, so I don't know if this will go through. Thanks Tom. But I'll try anyway.

I fully agree that software has gotten substantially more complex. There seem to be far too many levels of abstractions on top of abstractions. I do miss the days of QBasic, and that's why I'm working on the product I legitimately need to release before the end of the month.

But not every layer has the same level of low quality. For example, you brought up lazy loading. It actually can take a lot more work to properly support lazy loading, unless your framework supports it. I'm not sure what Slack uses beyond just Electron, but even in vanilla JS it's not easy to get lazy loading working properly, although the animations are very easy to get wrong with canned code.

On the note of Electron, I'm very happy to report that the last time I checked the size of my Release build for my pure Win32 app, it was sitting at 312 kb total, as a single standalone .exe file. It will of course be a bit bigger than this when I finally release it, but still, there's something so satisfying about making something with such extreme minimalism.