Live data from Hacker News

Ideas for Computing

github.com

1–10 of 101 posts

Re: Ideas for Computing

#2
I've like many of the ideas. Inspiring. +1

I don't understand very well how would you like to implement the "93 Shell Output Pinning". Usually I do that with an array variable.

Re: Ideas for Computing

#4

"8. Command Auto-complete" This would be awesome.

Doesn't bash already do something vaguely similar though? I noticed it can complete flags and options now. zsh has been capable of this for a long time too.

It doesn't convert between long and short options or sort arguments but it does help you by offering the completion which means less typing and slightly less memorization.

Re: Ideas for Computing

#6
post #4

"8. Command Auto-complete" This would be awesome.

Doesn't bash already do something vaguely similar though? I noticed it can complete flags and options now. zsh has been capable of this for a long time too. It doesn't convert between long and short options or sort arguments but it does help you by offering the completion which means less typing and slightly less memorization.

Sure, but it would be great if it went a little further: "... and/or provides a documentation panel for that argument". Having a one-liner to explain what ls's `--dired` does without having to drop down to a new line and look it up would be great, displaying the first sentence of the relevant section of the man page could be enough?

Re: Ideas for Computing

#7
This a well of useful and thought-provoking ideas.

I would like to point out a general theme though. A lot of these ideas seem most relevant to technical savvy people and I think why a lot of them (especially UI stuff) have not been implemented is because interfaces must cater to everybody.

Perhaps what we need more of is a dev mode switch (s/w or h/w) like the Chromebook has which enables a lot of these ideas so that the ordinary user is not overwhelmed.

Some of the ideas in the list are aimed at a general audience though. So perhaps each entry in the list needs to make a note of who the target audience is.

Re: Ideas for Computing

#9
post #5

Loved the idea of EmailMetaData. I was thinking on similar lines on creating a smarter email system for businesses.

would it be something like this: https://developers.google.com/gmail/schemas/ ?

Exactly like that, I'll add it to the existing list.

Re: Ideas for Computing

#10
Well, number 9 already exists in some form on OS X. You can't drag because it drags the window, but if you click on the file name in the title you get a dialog with some file options (rename, move, duplicate, ...).
Post reply on HN