Actual great computer things

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:smile: :sad: :eek: :shock: :cool: :-x :razz: :oops: :evil: :twisted: :wink: :idea: :arrow: :neutral: :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Actual great computer things

Re: Actual great computer things

by Ice Cream Jonsey » Sun Jan 02, 2022 1:02 am

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.

Re: Actual great computer things

by Ice Cream Jonsey » Tue Oct 26, 2021 11:04 am

And we are in agreement that we don't want that for an IDE.

Re: Actual great computer things

by Tdarcos » Tue Oct 26, 2021 8:44 am

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

Re: Actual great computer things

by Ice Cream Jonsey » Mon Oct 25, 2021 9:30 pm

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?
I cannot overstate how much I love that it is just there in VSCode. Best thing Microsoft ever did since the original Flight Simulator.

Re: Actual great computer things

by Ice Cream Jonsey » Thu Aug 19, 2021 7:40 pm

#!/bin/bash

The day I memorized that, the day I saw things as they truly were- infinite

Re: Actual great computer things

by The Happiness Engine » Thu Aug 19, 2021 4:57 pm

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.

Re: Actual great computer things

by Jizaboz » Wed Aug 18, 2021 8:55 pm

RealNC wrote: Wed Aug 18, 2021 3:59 am So yeah, id software invented one of the most useful features in computing for me.
Yeah! Quake 1 and 2 was what got me into learning Linux many years ago.

Re: Actual great computer things

by RealNC » Wed Aug 18, 2021 3:59 am

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.

Re: Actual great computer things

by AArdvark » Tue Aug 17, 2021 1:44 pm

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

Actual great computer things

by Ice Cream Jonsey » 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?

Top