Actual great computer things
Moderators: AArdvark, Ice Cream Jonsey
- Ice Cream Jonsey
- Posts: 30067
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
Actual great computer things
VSCode has a area on the side of itself that lets you search everywhere for text. This is BRILLIANT. Searching for other stuff I did is most of what I do. And it's just *there* to be used. No more guessing where the developers put "Find some text in every file but not a binary" command, which other IDE creators and text editor creators love moving around.
The other thread is filled to bursting with sarcasm, so this can be the sincere one?
The other thread is filled to bursting with sarcasm, so this can be the sincere one?
the dark and gritty...Ice Cream Jonsey!
- AArdvark
- Posts: 17735
- Joined: Tue May 14, 2002 6:12 pm
- Location: Rochester, NY
Re: Actual great computer things
Like programming stuff that makes sense and is useful? Hum, that is a good idea for a thread. Like that side nudge in win7 that sticks the floating widow to half the screen, stuff like that
- RealNC
- Posts: 2289
- Joined: Wed Mar 07, 2012 4:32 am
Re: Actual great computer things
I use the terminal a lot. Really, really a lot. I like to be able to tell the computer exactly what I want in the language of computer gibberish, and it does it. So one of the best things ever for me is the Yakuake program. I press F12, the terminal comes down, just like the console in Quake. I press it again, it's gone. No more alt+tabbing and searching the task bar for the terminal window.
So yeah, id software invented one of the most useful features in computing for me.
So yeah, id software invented one of the most useful features in computing for me.
- Jizaboz
- Posts: 5420
- Joined: Tue Jan 31, 2012 2:00 pm
- Location: USA
- Contact:
Re: Actual great computer things
Yeah! Quake 1 and 2 was what got me into learning Linux many years ago.RealNC wrote: Wed Aug 18, 2021 3:59 am So yeah, id software invented one of the most useful features in computing for me.
(╯°□°)╯︵ ┻━┻
- The Happiness Engine
- Posts: 868
- Joined: Thu Aug 02, 2012 4:16 pm
Re: Actual great computer things
The bash for loop:
for i in all dat shit; do /bin/do-something-to $i; echo "there's this many in $i: $(grep -c $i)"; done
It's about %30 of my career.
for i in all dat shit; do /bin/do-something-to $i; echo "there's this many in $i: $(grep -c $i)"; done
It's about %30 of my career.
- Ice Cream Jonsey
- Posts: 30067
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
Re: Actual great computer things
#!/bin/bash
The day I memorized that, the day I saw things as they truly were- infinite
The day I memorized that, the day I saw things as they truly were- infinite
the dark and gritty...Ice Cream Jonsey!
- Ice Cream Jonsey
- Posts: 30067
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
Re: Actual great computer things
I cannot overstate how much I love that it is just there in VSCode. Best thing Microsoft ever did since the original Flight Simulator.Ice Cream Jonsey wrote: Tue Aug 17, 2021 1:36 pm VSCode has a area on the side of itself that lets you search everywhere for text. This is BRILLIANT. Searching for other stuff I did is most of what I do. And it's just *there* to be used. No more guessing where the developers put "Find some text in every file but not a binary" command, which other IDE creators and text editor creators love moving around.
The other thread is filled to bursting with sarcasm, so this can be the sincere one?
the dark and gritty...Ice Cream Jonsey!
- Tdarcos
- Posts: 9529
- Joined: Fri May 16, 2008 9:25 am
- Location: Arlington, Virginia
- Contact:
Re: Actual great computer things
Google's search function includes some machine learning, so that when you search for something it will
* Find stuff with words that are equivalent to what you used in addition to the one you used
* If you've done some misspelling on search terms, it will warn you that it is searching for what it thinks you meant, but gives you the option to use exactly what you said. I don't know how many times I've noticed it was right and it got exactly what I wanted to search for, because it didn't do what I told it to do. "It's not the search you wanted, but the search you need," - The Dark Knight
* Find stuff with words that are equivalent to what you used in addition to the one you used
* If you've done some misspelling on search terms, it will warn you that it is searching for what it thinks you meant, but gives you the option to use exactly what you said. I don't know how many times I've noticed it was right and it got exactly what I wanted to search for, because it didn't do what I told it to do. "It's not the search you wanted, but the search you need," - The Dark Knight
"Baby, I was afraid before
I'm not afraid, any more."
- Belinda Carlisle, Heaven Is A Place On Earth
I'm not afraid, any more."
- Belinda Carlisle, Heaven Is A Place On Earth
- Ice Cream Jonsey
- Posts: 30067
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
Re: Actual great computer things
And we are in agreement that we don't want that for an IDE.
the dark and gritty...Ice Cream Jonsey!
- Ice Cream Jonsey
- Posts: 30067
- Joined: Sat Apr 27, 2002 2:44 pm
- Location: Colorado
- Contact:
Re: Actual great computer things
I have had two posts saved by Chrome letting me re-open tabs that I closed accidentally. Cntl + Shift + T on Windows. They nailed it with this! I would have given up my Fallout blogging tonight if not for this feature. This is an actual great thing - cool that they are saving what you are typing into forms. I have a smile on my face because computers saved my work for me tonight.
the dark and gritty...Ice Cream Jonsey!