Live data from Hacker News

Gallery of programming UIs

docs.google.com

41–50 of 124 posts

Re: Gallery of programming UIs

#41
post #23
post #5

Currently, Google Drive is telling me: "Wow, this file is really popular! It might be unavailable until the crowd clears. Try again." (Page title: "Too Many Requests") I didn't even know Google Drive had a throttling mode.

I didn't even know Google Drive had a throttling mode. Right. That seems like something from the era of 1990s hosting services with very limited capacity.

The user data is tied to the location of the data center. the files may not be replicated past the most proximal location for his use. Regular performance/networky issues then come into play.

Re: Gallery of programming UIs

#42
post #24

I'm missing a lot of the ones I used. Though most of them weren't that different from normal texteditors in a terminal. Well, they were actually editors in a terminal... Cobol on an IBM AS/400 RPG also on an IBM AS/400 https://en.wikipedia.org/wiki/IBM_RPG Devpac Assembler https://en.wikipedia.org/wiki/HiSoft_Systems STOS Basic https://en.wikipedia.org/wiki/STOS_BASIC PLC https://en.wikipedia.org/wiki/Programmable_lo…

The Wikipedia page doesn’t really give any impression of what it’s like to program in RPG with SEU, and with SDA. I wouldn’t say they’re very close to using vi or Emacs at all.

I have very bad memories of STOS BASIC, mostly around how very slow it was.

Re: Gallery of programming UIs

#44
post #41
post #23

Earlier quoted context omitted.

I didn't even know Google Drive had a throttling mode. Right. That seems like something from the era of 1990s hosting services with very limited capacity.

The user data is tied to the location of the data center. the files may not be replicated past the most proximal location for his use. Regular performance/networky issues then come into play.

They should have used a Lambda-function for scaling. It's only code in a zip-container.

Re: Gallery of programming UIs

#45

At one stage on the eve journey they were showing a sort of wiki/database thing that I wanted to use very much. It seemed like it'd be fantastic for iteratively organising the kind of information you encounter in your day to day life. Unfortunately that version of eve never saw the light of day as far as I know. Does anyone know of anything that works similarly?

It's here if you want to poke at it: https://github.com/witheve/eve-experiments/tree/af13f8d5f8a5...

Re: Gallery of programming UIs

#46

Earlier quoted context omitted.

Indeed VBA is a very curious phenomenon. It is cool from the retro-lover point of view (and nostalgia makes me enjoy having to code it occasionally in the real life) yet a horrible atavism from the modern developer point of view. The built-in code editor is not much smarter than Notepad is and the language itself is a ridiculous cargo-cult-level OOP imitation with no real OOP nor functional (wouldn't these be of grea…

Yet despite all that VB6 and VBA are very productive, inexperienced users can get things done and experienced users can get things done quickly.

Why? It (VB6) was the first language I've learnt and I have had a lot of fun coding it as a kid (so I can think in it and have no bias against it) yet I don't understand how can it be considered productive or any good at all compared to Python or even JavaScript. One can probably say that Python and JavaScript are more complex and harder to learn - I would disagree: everything you can code in VBA can be coded in Python or JavaScript in the same manner, with the same simplicity and ease, conscious usage of concepts that can be considered advanced and/or tricky for non-programmers to undetsatnd is optional. What part other than the fact it doesn't ever change or that it reminds them about their childhood actually makes people like VBA?

Re: Gallery of programming UIs

#48
post #16

Earlier quoted context omitted.

If you're feeling nostalgic - just create some VBA, amazing how it's hardly changed... This picture taken from Word 2016 a few seconds ago: https://i.imgur.com/w3qX8Oa.png

Indeed VBA is a very curious phenomenon. It is cool from the retro-lover point of view (and nostalgia makes me enjoy having to code it occasionally in the real life) yet a horrible atavism from the modern developer point of view. The built-in code editor is not much smarter than Notepad is and the language itself is a ridiculous cargo-cult-level OOP imitation with no real OOP nor functional (wouldn't these be of grea…

Because it's not for programmers, it's for IT-savvy accountants.

Re: Gallery of programming UIs

#50

At one stage on the eve journey they were showing a sort of wiki/database thing that I wanted to use very much. It seemed like it'd be fantastic for iteratively organising the kind of information you encounter in your day to day life. Unfortunately that version of eve never saw the light of day as far as I know. Does anyone know of anything that works similarly?

It's here if you want to poke at it: https://github.com/witheve/eve-experiments/tree/af13f8d5f8a5...

Amazing, thanks.
Post reply on HN