topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday June 24, 2025, 7:03 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 ... 113next
1076
General Software Discussion / Re: Keyboard shortcut of the day
« Last post by ewemoa on November 27, 2012, 06:45 AM »
I'm left-handed and am usually drawing with the mouse and trying to hit a Ctrl+Otherkey shortcut and I catch the corner of the apps key - then, using the keyboard, I would have to leave the mouse to hit escape, or hit it with my right hand, both of which are a pain, especially if it keeps happening.

I'm not left-handed, but I use a trackball with that hand -- and as a trackball stays put, it turns out I can reach the Escape key with my left thumb :)

For a long time I had the apps key 'converted' to the Control key but I missed it in other software - actually that was how I came across dc, trying to find out how to do that.

 :Thmbsup:



I find that Control+Escape has served me well over the years -- I wonder if it does anything in Windows 8...
1077
Living Room / Re: Oh Canada, your flu deaths are a farce
« Last post by ewemoa on November 26, 2012, 09:40 PM »
It seems we're lucky that the following sort of situation is not extremely common (yet?):

  https://en.wikipedia.org/wiki/Griffith%27s_experiment

1078
Thanks for the response :)

Git is fun, isn't it ?

He he -- once I figure out how to do something I'm stuck on, perhaps so.

Rebase, not as much. Maybe because I'm mostly working on my own, I don't mind having a few meaningless commits.

I take the log rewriting features to be a longer term investment -- for those days when I don't remember so well what was done before (wait...isn't that most days?).

One of the benefits I'm experiencing through the use of DVCS has to do with reviewing code -- at commit time, when viewing the log, etc.  I find it tends to uncover opportunities for improvement.  When one's log consists of commits that are easy to understand and are focused, I find the reviewing tends to be easier.  I am guessing that modifying past commits can aid in this process.

Apart from that, yes, stashing can be extremely useful. E.g. for those times where I find a bug that should be fixed before pursuing some coding : stash the current work, do the bug fixing, come back to previous coding by reapplying stash.

Definitely seems like a good time to use stashing.

What I've been using it mostly for is the following sort of situation:

  • Working on feature A
  • Realize I need feature B
  • Stash feature A work
  • Implement feature B and test
  • Commit feature B and test
  • Apply saved stash to continue work on A

Before learning how to use the stash, I was using the Index Editor to selectively commit -- but I've found that after one accumulates enough changes, picking out the relevant bits can become error-prone and overwhelming.  He he...I need better planning too.

Still trying to develop the habit of pausing to stash before starting work on something unexpected though.

You mentioned renaming in a previous post. I still use the command line when I want to do an explicit file rename. But I usually don't have to as Git detects those if you're careful not committing renames with a bunch of other changes.

I use the GUI but manually remove and add.  Still seems like it'd be nice if there were explicit support for renaming!

SmartGit proved to be quite user friendly, stable and helpful. Used it almost exclusively, together with TortoiseGit which has some great features implementations too (I especially like the fact that I can select and copy commits from the log view and I'll get a nice clean copy of all of them, with the comments... I use that for quickly creating reports). Also, SmartGit now supports Hg, which is a good thing for those of us who use mercurial !

It's nice to have that Hg support  :up:

As I try hard not to use applications that modify the registry, I have not really used TortoiseGit -- a pity, as it seems so nice.  I wonder if there's a way to get it to work with 3rd party Explorer alternatives...



Apart from interactive rebasing via the command line, I've been using magit in Emacs a bit.  Once I got the hang of the UI idea, I've been finding it to be pretty decent.

FWIW, the following screencast was very helpful in getting started:

  Meet Magit
1079
General Software Discussion / Re: Keyboard shortcut of the day
« Last post by ewemoa on November 26, 2012, 05:59 PM »
The 'Apps' key (between right Alt and Ctrl) gives you the context menu, but it wont toggle the *§$%* thing. So you have to use your mouse to click elsewhere if you raise the menu by mistake;

I use the Esc key :)

Shift+F10 toggles the context menu :)

Nice!
1080
General Software Discussion / Re: Keyboard shortcut of the day
« Last post by ewemoa on November 26, 2012, 05:57 PM »
I'm always amazed that so few people know these:

- Ctrl-Shift-Esc to launch Task Manager

Definitely handy.

- Win-Break to open System Properties

Didn't know this one.

and (not really a keyboard shortcut, though)
- double-click on titlebar to maximize/restore an app

I didn't use this one much until recently when I discovered an app that has a lot of problems (on one machine at least) with drawing (text gets garbled / shifted / etc.).  As a quick fix, I double-click on the title bar and repeat.  Often this leads to a fixed view of things.
1081
General Software Discussion / Re: Keyboard shortcut of the day
« Last post by ewemoa on November 26, 2012, 05:55 PM »
Shift+Insert is the same as Ctrl-V (Paste)

I have found this one to be helpful in multi-platform contexts  :up:
1082
General Software Discussion / Re: Keyboard shortcut of the day
« Last post by ewemoa on November 26, 2012, 03:04 AM »
Like to remember Ctrl+Del along with Ctrl+Backspace.  A bit of a bummer when I find apps that don't support them...
1083
FWIW, it looks like there is some kind of stash support (at least in the 2.x series):

Spent some time trying to figure out how to view stash content -- perhaps the following may be helpful for someone else.

IIUC to view the content of a stash, open the log view (Control+L here), and find rows corresponding to a stash:

view-stash-in-smartgit.png

The left highlighted section shows two rows:

  The row beginning with text "On master" appears to represent tracked file changes in a particular stash.

  The row beginning with text "untracked files" appears to represent untracked files for the same stash.

By selecting one or the other row, other areas of the UI change correspondingly (e.g. the Files tab -- the right highlighted area in the image).  Subsequent examination of appropriate areas of the UI appear to let one determine what is in a particular stash.

For reference, this was in a 3.x series SmartGit client.
1084
Living Room / Re: What will be your next computer?
« Last post by ewemoa on November 24, 2012, 09:36 PM »
I haven't noticed any (many?) things not working here -- I tend to still get 32-bit programs even when using Windows 7 64-bit.

The horse says:

Can I run 32-bit programs on a 64-bit computer?

Most programs designed for the 32-bit version of Windows will work on the 64-bit version of Windows. Notable exceptions are many antivirus programs.

Device drivers designed for the 32-bit version of Windows don't work on computers running a 64-bit version of Windows. If you're trying to install a printer or other device that only has 32-bit drivers available, it won't work correctly on a 64-bit version of Windows.

via http://windows.microsoft.com/en-US/windows7/32-bit-and-64-bit-Windows-frequently-asked-questions

May be I misunderstood the question?
1085
it would be nice if the down arrow showed any extra results -
e.g.
if I search for xx and it says 21 results, but is showing only nine,
PgDn will show all results - but only if I press it straight away.
If I e.g. use the up arrow key to get to result #9, I can no longer access the other 12 results -
that's when it would be nice to access those using the down arrow (or PgDn).

There's a similar situation for the list that comes up for "Blank search shows files from launch history in initial results list...".  If pressing the down arrow key could show more history results, that might be handy.

Hmm...not an easy choice...
1086
Armando,

Did my first interactive rebase today -- great stuff  :up:

Wanted to see if SmartGit has some nice GUI for it and found:

  http://smartgit.3668570.n2.nabble.com/Interactive-rebasing-td7572897.html

Don't know if there's anything there yet -- have you come across anything?
1087
He he -- I am slow...just noticed that using the left-arrow key works from any result -- handy :Thmbsup:
1088
Living Room / Re: Gadget Fridays
« Last post by ewemoa on November 23, 2012, 09:30 PM »
Kensington 33117 International All-in-One Travel Plug Adapter

Now why couldn't the model number be 1337? ;)

Looks quite nice!  If any of the ones we use break, may be we can remember to look for this one as a replacement.
1089
Living Room / Re: Gadget Fridays
« Last post by ewemoa on November 23, 2012, 07:33 PM »
Recently got a SATA extension cable.  Found that it's helpful for making it easier to swap out HDDs for a notebook PC.

SATA-Extension-Cable.jpg
1090
Living Room / Re: Gadget Fridays
« Last post by ewemoa on November 23, 2012, 07:31 PM »
I've heard it's good to rotate through multiple toothbrushes of different types -- perhaps it has to do with no single type being able to reach quite the same places :)
1091
Living Room / Re: Your Smart Device Predictions?
« Last post by ewemoa on November 18, 2012, 09:26 PM »
It seems to me that voice recognition and text-to-speech may make available features within devices that many folks until now have not had enough incentive to learn and then make use of.
1092
Living Room / Re: How Much Do You Trust Wikipedia?
« Last post by ewemoa on November 18, 2012, 02:43 AM »
I suppose that for things like mathematics and most areas of physics, I've got a high amount of confidence in Wikipedia

Similar.

For many other things I tend to take a look to get a sense of what some interested parties might be wanting to push -- often still find it worth checking out.  Sometimes there's interesting stuff in Talk / View History.

I've found some of the lists that have been compiled to be useful on occasion.
1093
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by ewemoa on November 17, 2012, 06:17 AM »
Thanks for the summarizing and new tips  :up:
1094
General Software Discussion / Re: What Android Apps Do You Use?
« Last post by ewemoa on November 17, 2012, 03:28 AM »
Recently came across:

  Hacker's Keyboard

Finding it nice on a tablet -- arrow keys!
1095
Living Room / Re: Gadget Fridays
« Last post by ewemoa on November 17, 2012, 03:01 AM »
Some people like to have their water boiling for a bit (decrease dissolved gases for example), and AFAIU that doesn't necessarily happen so well with some (many?) electric kettles.  IIUC, some (many?) models stop / turn off shortly after reaching 100 C (I've heard but not verified that some don't even reach 100 C) and this is not as effective as boiling (maintaining temperature at 100 C) for longer.  Excuse the inaccuracies for not taking into account pressure and such :)

Plastic electric kettles are a bit of a concern for me too for reasons having to do with heating plastic (too much for too long) that's in contact with a liquid that one is about to ingest.  Non-plastic ones I've looked for tend to be a bit less safe because of pilot error (unwariness leading to skin contacting heated metal) -- on a stove top for just the period of boiling I am more wary than when an electric kettle is sitting on a tea table for longer periods.  I'm an ex-user.

Just trying to point out here that depending on what you want to do with the water (in my own case it's green tea preparation) and what sort of water you get, the type of kettle may make a difference.
1096
Living Room / Re: Gadget Fridays
« Last post by ewemoa on November 16, 2012, 10:11 PM »
I'm really baffled as to why people still use non-electric kettles.

Have you tried measuring the temperature of the water that you heat in an electric kettle?
1097
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by ewemoa on November 16, 2012, 10:07 PM »
Looks like mounting ISOs is now built-in:

Right-click it in Explorer, click Mount and you can view it as a virtual drive, launch the files it contains, or add more if you like.

via http://www.techradar.com/news/software/operating-systems/50-windows-8-tips-tricks-and-secrets-1028220/6#articleContent
1098
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by ewemoa on November 16, 2012, 10:03 PM »
Not sure for what contexts the following applies, but FWIW:

... only allow you to install trusted (that is, digitally signed) apps from the Windows store.

To work around it:

Launch GPEdit.msc (...), browse to Computer Configuration > Administrative Templates > Windows Components > App Package Deployment, double-click 'Allow all trusted apps to install' and select Enabled > OK.

via http://www.techradar.com/news/software/operating-systems/50-windows-8-tips-tricks-and-secrets-1028220/3#articleContent
1099
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by ewemoa on November 16, 2012, 09:55 PM »
One thing I presume they'll bring in in SP1 is the option to boot to the desktop (I find it ludicrous that the option is not already there).

Along similar lines:

One of biggest complaints about Windows 8 is that it boots straight to the Start screen—an annoyance for many committed desktop users. ... you can actually boot straight to the desktop without installing anything extra.

Go to the start screen and type in "schedule" to search for Schedule Task in Settings. Click on Task Scheduler Library to the left, and select Create Task. Name your task something like "Boot to desktop." Now select the Triggers tab, choose New, and use the drop-down box to select starting the task "At log on." Click OK and go to the Actions tab, choose New, and enter "explorer" for the Program/Script value.

Press OK, save the task, and restart to test it out!


via https://www.pcworld.com/article/2012885/20-must-know-windows-8-tips-and-tricks.html?page=4
1100
General Software Discussion / Re: Tips for Windows 8 (got any?)
« Last post by ewemoa on November 16, 2012, 09:51 PM »
Possibly handy?

The Start Screen is full of nice, big, chunky tiles that represent all your apps. The tiles are easy to see in small groups, but what if you have hundreds of apps installed? Most will be hidden from view, unless you want to do a lot of scrolling. Enter the new semantic zoom feature. If you’re using a touch display, squeeze the Start screen with two fingers to receive a bird’s eye view of your entire screen contents. And the feature is also available to mouse and keyboard users: Simply hold down the Ctrl button, and use your mouse wheel to zoom in and out.

Hmm, I wonder if there's a way to do this with just the keyboard...

via https://www.pcworld.com/article/2012885/20-must-know-windows-8-tips-and-tricks.html
Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 ... 113next