topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 13, 2025, 7:04 am
  • 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 ... 105 106 107 108 109 [110] 111 112 113 114 115 ... 309next
2726
Living Room / Re: Speed record by a rocket-bicycle
« Last post by MilesAhead on November 15, 2014, 02:17 PM »
Are there any stills that show details of the machine?  The rear facing video view gives the impression he fired the rockets from a standing start.  I find that hard to believe unless he was running some hefty gyroscope.  Unless the video is edited.  Otherwise I'd expect the thing to fish tail and skitter across the raceway.
2727
Living Room / Re: Where do you buy your printer ink?
« Last post by MilesAhead on November 15, 2014, 09:39 AM »
For my Epson inkjet printers I had very good luck with 123 InkJets

I used the clone cartridges.  Maybe one of every twenty I'd get a dry cartridge.  But at the price it was more economical to eat it than return it.

At least on the Epson the only thing I had to watch out for was bad directions on the wrapper.  Sometimes it would say to shake the cartridge then peel the seal off before inserting.  I found it always safer to insert the cartridge in the carriage before peeling off the seal.  ;)

I could get a whole set, magenta, blue, yellow and black plus shipping, for less than the cost of one branded cartridge in Best Buy.


Edit:  The odds held pretty steady for me.  The way I avoided getting stuck with no cheap replacement cartridge was to order more when I was down to only two of a color.  Of two cartridges I never found both to be bad.  It's anecdotal but one bad out of twenty seemed to be about right.  I adjusted the "net price per cartridge" I was paying to include the shrinkage and shipping and it was still a bargain.

2728
I don't have a fix but perhaps a more convenient work-around. I have 2 free utilities on
Miles Ahead Software

They are both hotkey program that sit in the tray.  The first is Home Folder.  It detects the home folder for the active window.  As example if Firefox is the active window and I hit the Home Folder hotkey, if Firefox.exe is in C:\MyPortables\FirefoxPortable that Explorer window should open.

The other hotkey is PastePath.  When you hit the hotkey it pastes the path of the last Explorer Folder window that was active.

Using them in combination may be like, you are going to save a download file so first hit HomeFolder hotkey.  The Explorer window opens.  Now do the save download in the program.  Put the caret in the input line for the dialog and hit the PastePath hotkey.  The last Explorer folder window active will be pasted.

A kludge but if you paste directly in front of the save file name you get the complete path so just hit OK.

Please see the Readme.txt files in the downloads as Explorer must have certain folder view settings for these hotkeys to work.
2729
Living Room / Re: Programming/Coder humor
« Last post by MilesAhead on November 14, 2014, 05:55 AM »
@Edvard that is weird.  What happens to me that's similar is I try to answer someone's question that is video related.  I haven't done any video conversions in several years and have forgotten most of what I knew.  After a search I click on the most closely related hit.  Then in the thread I find my own post from back when I knew some of the stuff.  Deja Vu all over again.  :)
2730
I'm a bit surprised most of the discussion is about the legal implications, instead of the technical implications of this announcement, here on donation lawy.. ähm coders.

Is anyone involved with Mono?  I wonder what the implications are for its future.
2731
Embrace. Extend. Extinguish. Once again.  :-\

Beware of geeks bearing gifts.
* Stephen66515 offers 40hz a gift

 ;D

No thanks.  ;D ;D

What would I do with a big wooden horse anyway? ;)

I always thought collecting large wooden horses was a bit of a strange hobby.  :)
2732
Embrace. Extend. Extinguish. Once again.  :-\

Beware of geeks bearing gifts.

Is it just Cloud for the foreseeable future?  It mentioned something about core components becoming open source.  Sounds like we have to write them doesn't it?
2733
General Software Discussion / Re: 32bit vs 64bit question
« Last post by MilesAhead on November 12, 2014, 03:13 PM »
I agree with Shades it will take awhile to catch up.  One thing we may see is a return to multiprocessing rather than multithreading.  When resources were relatively scarce it was a good idea to spawn another lightweight thread rather than another process.  But with 64 bit one could let the OS handle more of the address space integrity chores and just fork another process rather than doing all the semaphore/mutex stuff by hand.

Also with huge data space one could do things like map an entire 16 GB or larger DB file into ram instead of relying of the caching algorithms.  The difference from 32 bit to 64 bit is vast compared to say 24 bit address space of 286 type systems to 32 bit.  So it stands to reason it may take a bit longer(is there any plausible deniability if I say no pun intended?) to utilize all the resources.

As for the holding back by executive decision that may be a factor also.  I don't have the experience to make an educated guess how much of one though.

2734
General Software Discussion / Re: eBay AddOn via FF Update?
« Last post by MilesAhead on November 12, 2014, 10:02 AM »
Thanks for the info.  I don't know why these update developers feel it's their God given right to just do whatever while they are at it.  I could just imagine the same thing for surgeons.  "Yeah, I was performing the hysterectomy and thought it would be a great idea to add an ice maker while I was in there."   :)
2735
MajorGeeks gives us laugh at this novelty.

You may want to consider ViewMarks addon to change that page.
(Just wished it synced with browser clean history option)

Mozilla, where are you going?!

Is there a secret handshake to download these AddOns? They all seem to be circular links.

Edit:  never mind.  I googled.  :)

Edit2:  I have to say FlexBar is kind of lame.  I clicked the Menu Bar, it goes away, no way to get it back except restart.  Of course I forget the hotkey to restart(if there is one) so I have to kill then open, since there's no Menu Bar.  Strange AddOn.  :(

(Hovering the mouse per the docs did not work )

I'll try the ViewMarks though.  Currently I'm using FVD SpeedDial.  Ok but none of these dials seem to have everything just right.


2736
I just updated via the Help About menu from 33.02 to 33.1 and got an eBay AddOn with button I did not ask for.  Do you think this is related?

I'm using Privacy Badger and haven't noticed anything else happening.

Edit:  Also, do you think I should forget about the Forget About It Button?

2737
General Software Discussion / Re: Multi Process Support comes to Firefox Nightly
« Last post by MilesAhead on November 12, 2014, 05:37 AM »
Not knowing any details but multiprocess just means it can run multiple copies of firefox.exe out of one window, like chrome.  If it is good or bad depends how they implement it.  I ran chromium snapshots as my main browser for over a year.  It got to the point I had to use a command line switch to limit the number of chrome.exe instances.  If I had 6 tabs open it was running at least a dozen copies of chrome.exe at one point.

That's when I tried FF again after some time away.  When it got fast using only one copy of firefox.exe that's when I went back to it.

I can imagine multiple copies of 64 bit Firefox in Windows could eat up huge chunks of memory.  But the proof will be in the trying.  I'll probably try it on a Windows 7 x64 VM first.

Edit:  The old becomes new again.  Unix type systems used fork() to create another copy of the running application.  That became passe when threads became the rage.  Now with huge address spaces available I guess there's no longer any need to be stingy with resources.  :)

Edit2:  as for the 64 bit, the irony is on Windows if you have 4 GB ram or less the 32 bit version will probably be faster.  At least the latest FF 32 bit installed I'm using now, 33.1 feels as fast as any x64 flavor I've tried.  8 GB or more may be a different story though.  :)

But this is a Laptop with a Sata II spinner.  Not super fast in any case.  But one thing I learned with my old 486, sometimes it's easier to feel the performance differences on a slow machine.  Slow code felt really really slow.  :)


2738
General Software Discussion / Re: eBay AddOn via FF Update?
« Last post by MilesAhead on November 12, 2014, 05:24 AM »
I've been avoiding FF auto updates so perhaps everyone else is already aware of it, but I was dismayed when I tried updating to 33.1 via the help menu and got an eBay Button on the Toolbar.  Yuck.  :)

I notice I've a few new buttons placed on the toolbar - but for extensions that I already have - no ebay one added.

Did you update from 33.02?  It seems curious.
2739
General Software Discussion / eBay AddOn via FF Update?
« Last post by MilesAhead on November 11, 2014, 03:44 PM »
I've been avoiding FF auto updates so perhaps everyone else is already aware of it, but I was dismayed when I tried updating to 33.1 via the help menu and got an eBay Button on the Toolbar.  Yuck.  :)
2740
Living Room / Re: Mailpile [Beta]
« Last post by MilesAhead on November 11, 2014, 03:00 PM »
I only used Thunderbird with Outlook to get pop3 access to facilitate backing up my emails locally.  Daily usage of hotmail through TB was more hassle then it was worth.  At least for the way I use email.  But it was worth it to get all my mail on a USB key.
2741
Living Room / Re: What books are you reading?
« Last post by MilesAhead on November 11, 2014, 02:32 PM »
Continuing with Charles Stross I'm half way through Saturn's Children.  Straightforward fun scifi.  Not much in the way of philosophy. A pleasant read.

I had to quit The Family Trade half way through because it was just too targeted at women.  A Cinderella Story described as such in the novel itself.  If I had used up all the rest of Stross I could suffer through.  So I'll put it to the end of the queue.


2742
The next major breakthrough will be a gadget that makes the researchers do what they're told.  :)
2743
General Software Discussion / Re: What's your preferred File Manager
« Last post by MilesAhead on November 09, 2014, 10:09 AM »
Unfortunately the FreeCommanderXE seems like it will never have all the features implemented like
file Renamer and FTP client.  I'm hobbling along with Explorer until I find something similar to the old FC.

Try Total Commander, Miles. It can be dual or single pane with or without tabs. It has a deceptively simple appearing appearance, but has a lot of power under the hood. It's shareware, but you cannot beat the price.


Ok.  I'll take a look.  :)
2744
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by MilesAhead on November 08, 2014, 10:13 AM »
(I dont know if Moveit works in Windows 8.)

It works if Run As Administrator.  I check that option in Compatibility Tab and put a shortcut in the StartUp folder to have it start with Windows logon  (Typing shell:startup in Run box is an easy way to optn the User StartUp Folder.)
( Edit it also works in Windows Ten Preview but I believe I had to use the Registry Run key and put UAC all the way down to auto start it.  )

Thanks for mentioning it Tomos.  I'm glad someone out there uses MoveIt.  :)
2745
General Software Discussion / Clear 3.0 Glass
« Last post by MilesAhead on November 06, 2014, 12:59 PM »
http://swapnil36fg.d...-3-0-glass-448153611

It seems to go on OK for me.  I'm running Windows 8.0 x64.

I'm not sure if it's a keeper.  I don't do heavy text editing right now.  For that reason I may be able to live with the semi-transparency in Editors.  But the color effect in Explorer is not good.  Fortunately there's a tray program it uses to set the trans in running programs and explorer.exe can just be removed.

To read many things including the black tray app edit lines I have to select.  But where I really like it is the effect on Firefox.  It seems to make text a bit easier to read and generally looks cool.  You may need something like Theme Font and Size Changer AddOn to make stuff like tab titles readable.

In any case it gives more Glass than anything else I've tried on W8.  Perhaps I can fine tune it to make text in editors easier to read.  But the effect in command prompts looks good provided they had the black background.

Something free to play around with.  :)

Edit: I tried to include a shot of the command prompt but it didn't come out with snipping tool.  Just a rectangular blur.  Anyway it's your basic gray semi-transparent prompt with white text.


Capture.PNG
2746
Post New Requests Here / Re: customizable gui for cmd apps
« Last post by MilesAhead on November 06, 2014, 10:47 AM »
I found this tool on sourceforge.net
http://sourceforge.n...ects/commandlinegui/

But the ones I've seen have been for specific programs like Guis for xcopy.
2747
General Software Discussion / Re: Looking for Software KWM
« Last post by MilesAhead on November 06, 2014, 10:38 AM »
For simple text and file clipboard copy I used this for a while:
http://sourceforge.net/projects/netclip/

Free but a bit quirky.  There are more sophisticated ones around for sure.  :)
2748
General Software Discussion / Re: Looking for Software KWM
« Last post by MilesAhead on November 06, 2014, 06:00 AM »
You can probably find some on www.sourceforge.net.

Depending on your setup and usage you may be better off with a hardware switch.  For instance if you do software development you may frequently hose the software switch.  The hardware switches can lock up too but not as easily.

I only owned one.  A Belkin kvma 2 PC switch.  Since I used PS/2 wired mouse and keyboard it was totally powered by those connections.  I think it lasted me over 10 years.  Not bad for around $60.
2749
Living Room / Re: Who is your Favourite "Doctor"?
« Last post by MilesAhead on November 05, 2014, 05:40 AM »
I forgot Romana  :-[  And now it appears that The Master has...  undergone gender reassignment...

That gives me an idea how to totally eliminate The Doctor's job security.  Using the regeneration gimmick they could replace an actor playing The Doctor.  But one "better."  Have it so like the Tardis, The Doctor could look and sound like anyone.  If the talent takes too long a tea break, Zap!  Now he's another actor who was passing by on the lot.  That will keep them in line!  :)
2750
General Software Discussion / Re: What's your preferred File Manager
« Last post by MilesAhead on November 04, 2014, 10:25 AM »
ctrl-z is your friend. It's a do-over without having to look for anything.

Cheating.  Too easy.  :)

To me it's an unnatural motion.  Besides, I don't see the big deal to make it dual pane.  Windows doesn't charge double.  :)
Pages: prev1 ... 105 106 107 108 109 [110] 111 112 113 114 115 ... 309next