topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 11:36 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 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 1515next
1626
Living Room / The Bayrob malware gang's rise and fall
« Last post by mouser on April 15, 2019, 12:15 PM »
Longish interesting article on zdnet about a malware gang that was recently convicted of fraud and scamming people out of money.

The Bayrob malware gang's rise and fall: The story of how a talented computer science student and his friends created and ran a multi-million dollar botnet...
A graduate of one of Bucharest's top mathematics and computer sciences college, Danet won several international computer science contests, even ranking third in an ACM (Association for Computing Machinery) edition, and ranking high in many others.
According to Romanian TV station Kanal D, in 2008, Danet was elected the coach of Romania's National Computer Science Team, even though he was still a university student.
"He could have worked anywhere he wanted for the same money he made as a hacker," our source said over the phone when describing Danet's programming skills. "I still can't believe it after all these years."

1627
You can very easily tell SC to always save the screenshot to file, and always copy the image (or filename if you prefer) to the clipboard after every capture.
And indeed to otherwise stay out of the way minimized in the tray so you are not bothered by the pop-up post capture dialog.

Screenshot - 4_15_2019 , 11_49_22 AM.png
Screenshot - 4_15_2019 , 11_49_27 AM.png

With these settings, every time you make a capture it will be auto saved and the image copied to the clipboard, without being bothered by the program.
You can later open up the main SC window and delete files you don't want (or use the automatic archiving feature in SC to auto file them by date).

Does that answer your question?
1628
Living Room / Re: I'm getting married, wish me luck!
« Last post by mouser on April 14, 2019, 11:53 PM »
Thanks to everyone for the warm wishes  :-* :Thmbsup:
1629
Find And Run Robot / Re: Aliases don't appear in History
« Last post by mouser on April 14, 2019, 12:41 PM »
Yeah, it's something people have asked for.. Let me reconsider it..

Until then, what you CAN do is type: historys
which will show all your past searches which *WILL* include alias executions
(you can also make a FARR hotkey for that)

OR hit Ctrl+UP arrow to scroll through previous searches.
1630
Small update, I tiled the backsplash behind my sink with photo tiles that my father took of the old neighborhood in new york city where I grew up:
backsplashtiles2.jpg
1631
We've been playing through Chronicles of Crime, and it continues to impress.
If you think you'd like being a detective and solving a real crime with a partner, I cannot more highly recommend you and a friend give this one a try.
1632
Clipboard Help+Spell / Re: Clipboard Help+Spell errors
« Last post by mouser on April 10, 2019, 09:58 PM »
That's very odd.. I wonder if maybe CHS is getting the wrong directory information somehow and trying to write somewhere it shouldn't.
Maybe I can have it report where it really is trying to write.
AND at the lease I can have it try to give a better error about the likely source of trouble so people less rigorous than you have a chance at fixing the problem.  :up:
1633
Clipboard Help+Spell / Re: Clipboard Help+Spell errors
« Last post by mouser on April 10, 2019, 11:32 AM »
That's a fascinating discovery -- thanks for reporting it!
Following up, here's what I'd like to know the answer to: If you change back to the "system temp" directory that causes the error, but manually restart CHS after it has booted, does the error disapear?
If so, and the problem is only that at early BOOT time the system temp directory causes trouble, another solution would be to have CHS start up late in the boot process (by using a 3rd party tool for that or otherwise doing it), instead of having CHS do its own operation to start at bootup time.

Having said that, I would worry that if CHS is having this error trying to reach the system temp drive, maybe other apps could too -- but in a way that might not be so obvious..
1634
Clipboard Help+Spell / Re: Clipboard Help+Spell errors
« Last post by mouser on April 08, 2019, 11:11 PM »
Having migrated/copied across to another PC, CHS is getting the error:

this does sound like a problem where you might have CHS running from (or trying to save to) a directory that it does NOT want to allow access to, assuming you are using portable=true.

a good first thing to try would be to move it to another directory where your user files are and see if you have the same problem.

yet another thing to check is the "Backup/Maintenance" tab, and look where it says "Directory where backups should be stored" and the line under that where it tells you the ACTUAL DIRECTORY it is trying to use to store backups -- make sure that is a directory that an app can write to.

And also the "Tweaks" tab, look for "Temporary DB file location" and try changing that.

If these still fail, let us know the full directory where you are running CHS from.
1635
And the second most important question is, is the same delay there if you press it again soon after the first time that caused the delay? or is only the first time delayed when you do it after a long period of not using the program, and the subsequent times without delay?
1636
Developer's Corner / Re: if(file_exists..) is Failing!
« Last post by mouser on April 06, 2019, 03:31 PM »
In your code, the commented out version of the line is closer to what you want.  By putting double quotes around everything you are not getting the string you want.

Here's a tip for you, use some intermediate variables.  Instead of going right to
Code: PHP [Select]
  1. if(file_exists($directory_path . $user . '/' . $file_name))

Try instead using a few lines like
Code: PHP [Select]
  1. $fpath = $directory_path . $user . '/' . $file_name;
  2. echo 'About to check if this file exists: ' . $fpath;
  3. if (file_exists($fpath))

Then maybe you will see the problem with how you are creating the full file path.  You might find that you've got an extra / where you dont expect it, or that $user is not what you expect, etc.
1637
Very cool -- thank you for this  :up: :up:
1638
Developer's Corner / How BioWare's Anthem Went Wrong
« Last post by mouser on April 03, 2019, 11:46 AM »
Interesting article on how a big game development team went off the rails.

Very few things went right in the development of BioWare’s latest game, an online cooperative shooter that was first teased in mid-2012 but spent years floundering in pre-production. Many features weren’t finalized or implemented until the very final months, and to some who worked on the project, it wasn’t even clear what kind of game Anthem even was until that E3 demo in June of 2017, less than two years before it actually came out.

1639
Screenshot Captor / Re: Draw a rectangle on W10
« Last post by mouser on April 02, 2019, 12:03 AM »
try changing the blend mode
1640
Living Room / Re: accessory DVD & usb port for laptop?
« Last post by mouser on March 31, 2019, 11:54 AM »
i think your first step is getting a powered usb hub.. or look into a dock for your laptop if you mostly use it at home.
the portable dvd burners i've seen seem to require power from 2 usb ports, so you need more open and powered usb ports.
1641
Living Room / Re: Animal Friends thread
« Last post by mouser on March 30, 2019, 08:12 PM »
squirrel and cat best friends:
1642
Android Apps / Re: ScoreTracker DC (Android app) - v1.32 - Aug 20, 2018
« Last post by mouser on March 30, 2019, 03:08 PM »
V1.40 - Mar 30, 2019
  • When you finish a game (or whatever) you can now add the current scores to a history log along with a date/time stamp and comment.  Useful for keeping track of scores over time.

v1.33 - Nov 2018
  • Improved control over custom font sizing -- separate font scaling options for portrait and landscape orientation.
1643
Screenshot Captor / Re: Grab selected region
« Last post by mouser on March 29, 2019, 12:06 PM »
Remember that SC is very good at letting you crop AFTER you take a screenshot of the entire workspace.. The difference between grabbing a selected region, and grabbing the entire workspace and then cropping is quite small..
1644
Anyone check this out?

X-Ray Goggles makes it easy to see and remix the code behind your favorite web pages.  The best part: you don't need any prior coding experience! Just activate Goggles, click on a section,  and edit. Then, share your remixes with others.

A video demonstrating it:




from my sister
1646
At some point it would be more fun to see photos of other people's DIY home improvements..  :tellme:
1647
Screenshot Captor / Re: Imageshack upload no longer working
« Last post by mouser on March 20, 2019, 03:51 PM »
To clarify the problem I think steve was having: The built-in Imageshack uploader in SC works fine.
When you upload it uploads to a generic shared Screenshot Captor ImageShack (paid) account, so you do not have to have an imageshack account of your own or configure it in any way.

In addition, with the SC uploader you also have the OPTION of specifying your OWN imageshack login credentials instead of using the generic SC account.  This could be advantageous because you have greater control over the images (you could delete them after upload, or control visibility, etc.).  This requires you to have your own imageshack account.  And furthermore, it may be that imageshack will block you from uploading (after a certain amount?) if you do not pay for one of their monthly plans.
1648
Easy Screencast Recorder / Re: Display keystrokes in video?
« Last post by mouser on March 19, 2019, 05:47 PM »
It's a good question.  Have you tried Skrommel's "ShowOff"

Discussed here as well: https://www.donation...ndex.php?topic=792.0

I'd like to hear what features you'd like to see added in such a tool.
1649
Good lord this Cranioscopicallity is spreading like a virus.
1650
Someone suggested that I make a video of myself while I'm in misery half-way done with these projects, cursing myself for starting them.
That way I won't forget how miserable I was doing it and will think twice before I begin the next project.
The problem is that when the projects are complete all I remember is the nice result, and I forget that I promised myself not to do another one.
Pages: prev1 ... 61 62 63 64 65 [66] 67 68 69 70 71 ... 1515next