topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 3:23 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 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 309next
1626
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 11, 2015, 07:16 AM »
Besides, not all source is public.

They have unlimited free, private repositories (up to 2GB each). Should be all you need for "cloud backup" for source code.

But to each his own. Do what works for you. :)

What I would like to see is a Visual Studio project backup that saves an installed image of the IDE with everything in the Toolbox plus all source code and compiled files.  I don't know how they could do it though.  Plus everyone has long ago moved to xaml.  So i imagine imaging the ordinary toolbox is below zero on anyone's radar.  Even on Delphi 5 saving all the mumbo jumbo for drag and drop components was a pita.  On VS it is even uglier.  :)
1627
One of the frustrating things that I've found with Mensa tests is that quite often the questions have multiple correct answers.
Hm-m-m ... checked out any IQ tests lately?  Like, the last two (2) decades?

Does this question have multiple correct answers also?  heh heh heh
1628
Post New Requests Here / Re: Adapt emptytxtfile.ahk to windows 8.1
« Last post by MilesAhead on August 11, 2015, 06:59 AM »
It's a really strange thing .
Goes well in windows 7 and now....
As tomos said :
try it anyway - cant hurt! (I think e.g. UAC can still limit software)
under windows 7 i also deshabilitated the UAC feature.
 :-[

I dont understand - [1] did you try it in 8 ? (right-click, run as admin)
[2] Did it work?


EDIT// win 7 & win 8 work differently - that is why it's good to try ;-)

I disable UAC on everything.  Still Vista is more restrictive than XP, W7 more than Vista, and W8 more than W7.
Even my MoveIt program that just moves windows around, I run as Admin on W8.
1629
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 10, 2015, 04:55 PM »
For me the upload speed is not the issue because I use it to upload source code.

If you're doing source code, you're using version control (right?). In which case, why not just push it to a free online repository such as http://bitbucket.org/ as your "backup"?

They have unlimited free, private repositories (up to 2GB each). Should be all you need for "cloud backup" for source code.

I don't get into formal version control.  It's just not that complicated.  Also I can just FTP to my web service when I am on WiFi that doesn't block it.  This thread is more or less dedicated to levity.  Besides, not all source is public.
1630
Post New Requests Here / Re: Adapt emptytxtfile.ahk to windows 8.1
« Last post by MilesAhead on August 10, 2015, 04:31 PM »
@Stephen
Thanks for posting that about the code tag.  I didn't realize syntax highlight would work that easily.  :up:

No worries :) - It works for all the code in the dropdown list on the full reply window - same as all other tags, just drop in whatever you want between the tags, and let the forum do the rest :)

I guess I need to learn to "cheat" and do things the easy way for once.  :)
1631
Post New Requests Here / Re: Adapt emptytxtfile.ahk to windows 8.1
« Last post by MilesAhead on August 10, 2015, 04:21 PM »
@Stephen
Thanks for posting that about the code tag.  I didn't realize syntax highlight would work that easily.  :up:
1632
Post New Requests Here / Re: Adapt emptytxtfile.ahk to windows 8.1
« Last post by MilesAhead on August 10, 2015, 04:20 PM »
Code: Autohotkey [Select]
  1. ;where you have this
  2. #if winactive("ahk_class CabinetWClass")
  3. {
  4. ; try this instead
  5. #IfWinActive ahk_class CabinetWClass
  6. ;where you end the block with '}'
  7. ;try this instead
  8. ;with nothing after resets it to hotkeys always on in lines that follow

I don't know if it will work.  It is just a guess.  I am not sure what your script does.
1633
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 10, 2015, 12:37 PM »
OK, so I have 100 GB of free storage on OneDrive.

Have you tried it yet? Have you uploaded the stuff?

Last year (or the year before?) I tried a couple of cloud backups, but was too disappointed with the slow upload speeds. At no point did I find upload speeds fast enough to even call it a backup! What good is a backup, slowly becoming a backup because the upload speed is so slow, that several months will pass by, before the full amount of data is uploaded. No, that's not "a backup" at all. The first company I tried, gave me a speed so slow, that it would have taken me A YEAR to upload a TB! The second company was faster, but still much too slow for me.

But I have not tried our new "OneDrive"; please tell!


Your concerns were what kept me from trying free cloud backup services.  The only reason I activated OneDrive is because they gave away 100 GB when they were pushing Bing.  So by signing up I would have 125 GB total IIRC.  For me the upload speed is not the issue because I use it to upload source code.  If I tried to put a system backup image on it I don't think I could complete the upload in any reasonable time.

Source code and the small binaries that result from compiling AHK and AutoIt3 upload very quickly.  I run the cloud uploader in the tray manually and copy the files over, then kill the OneDrive tray program when it completes.

I lost some source code when I left for Miami.  So I figured since more than I will ever use is free I may as well at least have that backed up on the cloud.  I can install a different version of Windows or even Linux.  But I cannot fix bugs and recompile my programs if the source is missing.  It is very frustrating.

The only way I could see using Cloud for backup in bulk would be if you have a business internet account with a lot of bandwidth.  Or perhaps if you are a college professor and can use the WiFi 24/7 no charge.  The fellow I took a class from for Computer Repair said he has something like 200 Mb/s download bandwidth at his disposal.  

1634
Post New Requests Here / Re: Adapt emptytxtfile.ahk to windows 8.1
« Last post by MilesAhead on August 10, 2015, 10:47 AM »
;D

Yeap. Now is easier to read.
Can i have now a really executable script under windows 8 ?

What i really don't understand is why goes well under 7 and not under 8 ?

What's the difference ?

 :-\

In AHK generally I find #IfWinActive ahk_class classname
more reliabe than
#If   (some condition)

Also on W8.x try running it As Administrator.
1635
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 10, 2015, 10:44 AM »
Something like http://www.amazon.co...8G-B35/dp/B007YX9OGW kept somewhere 'offsite'

Hmmm, this storage space may be worthy of consideration:

https://en.wikipedia.org/wiki/Area_51
1636
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 10, 2015, 09:24 AM »
Or make a paper-backup  ;D

Maybe the New Your Times will lend a hand?  :)
After all, they claim to be the paper of record.
1637
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 10, 2015, 09:23 AM »
Got any old floppies? 8)

Are there any other kind?  :)
1638
General Software Discussion / Re: Where to backup my cloud?
« Last post by MilesAhead on August 10, 2015, 09:23 AM »
Back it up on Google Drive, Dropbox, Box, MEGA, etc.

Too expensive.
1639
^potato = 'tater'
irri-tated
ear-i-tated

Ah, i didn't get the "ear" part.  Just the tated.  A better pun than I thought.   :up:
1640
Thanks !

Actually it's this one I don't get :
Then there was the cook who came to the doctor with an aching ear.
He looked in her ear, and identified a small piece of potato lodged painfully there.
"My dear," he said to her, "your ear is irritated."

I got the intention.  But it took a bit of digging.  ;)
1641
Living Room / Re: When you make your 100'th Post
« Last post by MilesAhead on August 09, 2015, 12:26 PM »
MilesAhead @6,000 :Thmbsup:
 (see attachment in previous post)

Keeping my eye out for your 10,000th post tomos!
-Stephen66515 (July 24, 2015, 03:25 PM)

Not far to go.  :)

cap.png
1642
Living Room / Re: When you make your 100'th Post
« Last post by MilesAhead on August 09, 2015, 12:23 PM »
MilesAhead @6,000 :Thmbsup:
 (see attachment in previous post)

Heh heh heh.  I think I had a couple thousand posts before I realized it was expected to do something for #100.  :)
1643
Then there was the cook who came to the doctor with an aching ear.
He looked in her ear, and identified a small piece of potato lodged painfully there.
"My dear," he said to her, "your ear is irritated."

When she found out the doctor was a beer drinker, she said "Doc, this spud's for you!"
1644
General Software Discussion / Where to backup my cloud?
« Last post by MilesAhead on August 09, 2015, 07:46 AM »
OK, so I have 100 GB of free storage on OneDrive.  Now where do I backup my Cloud?

(and do I have to play The Stones while doing it?)
1645
Time Travel Do's and Don'ts by Dane Bainbridge

    Time Travel Don'ts

Don't Go Into The Past - You've done it all before

    Time Travel Dos

Go Into The Future - Stay away from the Tourist Traps(tm)

1646
Found Deals and Discounts / Re: Wise Care 365 Pro [free]
« Last post by MilesAhead on August 08, 2015, 08:02 PM »
I couldn't find the panick button, but realized that Windows was updating (a quite big update, it seemed) at the same time 365 was changing the settings. Maybe that is why everything suddenly began flying here there and everywhere on my desktop. I waited for the update to finish + two restarts, and now everything is okay again!


Glad you didn't get scrambled.  With Vista before SP1 I had the feeling it was going to use my HD and send me an email when it was my turn.  W10 I am leery of the mandatory update thing.  Like, wait for 3 hours or so and then you can use your system.  I don't think that will last long before people opt for some other OS, free or not.  How can you predict when you can do a job?

They will have to change it to some more cooperative method or allow you to schedule it.  Thing is if your system is not great at rebooting it will probably never stabilize.
1647
Posting from Mint 17.2 Xfce with perfectly working WiFi. All seems well. :Thmbsup:

I put Mint 17.2 KDE Live on a USB.  When I click the college WiFi in Windows it opens the browser to a page where I enter email address to get ouside access.  In Linux it seems to get stuck half way.  Some sites I can access and some not. It does not take me to the web page as it does in Windows.  it just says "active" when I click it.  But some DNS addresses are not fetched.

1648
Found Deals and Discounts / Re: Wise Care 365 Pro [free]
« Last post by MilesAhead on August 08, 2015, 03:36 PM »
one can of course go straight to http://www.wiseclean...ay-computerbild.html (Google Translator button "Select Language" available)

On my brand new Win 10, the 365 program said I had 7665 errors...
Luckily one can uncheck "Start with Windows" etcetera, or even uninstall the thing - easy come, easy go.


I never let those suites just run.  The last time I tried that was 360 security.  It seemed good for about a week.

I bring it up manually and run one tool.  I got this Pro just in case there was some good feature.  But so far the free disk clean and registry clean seem to have enough stuff going on for my taste.

Going through the giveaway site if the download does not work, you have a place to post a comment and they fix it.  That is what happened to me last time.
1649
Found Deals and Discounts / Re: Wise Care 365 Pro [free]
« Last post by MilesAhead on August 08, 2015, 11:53 AM »
^^  I have tried the Registry Cleaner and Disk Cleaner but I am still working up the nerve for Registry Defrag.  :)  I just took this quickie computer repair class.  The teacher goes on call fixing people's PCs.  He has a list on his page of freeware for AV, disk clean, disk defrag and registry clean and defrag.  I guess he does believe in Registry Defrag.  I suspect many of his customers are people who just switch on Windows and use it.  So the system never gets cleaned/defragged until it chokes or they get a virus.

I think I got Restore Points working on the Laptop.  But I will wait until I know I can sit in the library for 4 or 5 hours in case I have to fix it up after the defrag.  I hate messing with a system when pressed for time.

If it works as well as the Registry Cleaner I should be fine though.
1650
Found Deals and Discounts / Re: Wise Care 365 Pro [free]
« Last post by MilesAhead on August 08, 2015, 09:06 AM »
This same software is 100% discounted on this page:
http://www.topsoftba...-category/giveaways/

It is the same deal.  One year license without updates or support.  Although if you install some of these with auto update enabled often they will notify you of new modules and install them anyway.  At least mine did today.  ;)

2 days 13 hours and change left to get the deal
Pages: prev1 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 309next