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 20, 2025, 2:03 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 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 438next
401
Post New Requests Here / Re: Idea For A Reddit Reader
« Last post by Renegade on June 30, 2015, 11:39 PM »
y0himba... I hate you. This really is some of the kind of stuff that I **REALLY** love doing... and I have no time.  :(

(I don't really hate you. Cheer up! :P :D )

Anyways... for anyone that does have time, it's not that hard. I did a very quick mockup here:

* Reddit1.zip (1338.53 kB - downloaded 531 times.)

It's garbage, but it populates a treeview with all the subscribed subs and the top 21 posts (threads). More could be added, but it would be better to start over. The API has a few wrappers. I used the C# one, and it's pretty easy.

More API wrappers here:

https://github.com/r...it/wiki/API-Wrappers

The 2 inputs are for the username and password. After clicking login, it populates, though it takes a while -- no threading or anything sane in there.

A basic reader would take less than a week to get done with a few minor bells, whistles, and polish.

402
Post New Requests Here / Re: Idea For A Reddit Reader
« Last post by Renegade on June 30, 2015, 02:27 PM »
At a glance:

https://www.reddit.com/dev/api

It looks more than doable.
403
Living Room / Re: Patent your mom tips
« Last post by Renegade on June 30, 2015, 02:19 PM »
http://www.onionstud...arenting-tricks-2833

The closing statement is great:
"Remember, an idea is like a seed -- it can only turn into a tree if you kill all the birds that are trying to eat it."

I love that quote there!  :Thmbsup:

The saddest thing about The Onion is that far too often their jokes become reality. This one? I'm willing to bet that we'll see something similar in a few years.
404
Heh.  With that packaging the brand should be changed from Durex to Duress. 

Err... rebranding like that is pretty hard. And forcing people to take it is, well, just rapacious. Is the company up for it? It may just be a limp proposition.
405
I got part way through it.

The Vimeo link is here:

https://vimeo.com/87876462

Meh... I generally wait for the next version and a few reviews. :P :D
406
Living Room / Re: The end of the hard disk
« Last post by Renegade on June 24, 2015, 12:26 AM »
Around 1000USD a pop you have now decently sized hard disks that work according to SSD principles, but instead of using SATA, they use the PCI-Express lanes of your motherboard. If you think SSD's (or SSD's in RAID) are fast...these puppies run 4 to 5 times faster than SSD drives (at their top speed) in most usage scenarios. If you want really fast servers that have no problems shifting mountains of data around, SSD's are already old hat.

Heh! After both my desktop and laptop died recently, I was looking around and saw those. They sound pretty sweet.
407
Living Room / Re: The end of the hard disk
« Last post by Renegade on June 23, 2015, 10:00 PM »
Raid 1 mirrored SSDs. :)

They do have good MTBFs.

Still, SAS may still be the most prudent way to go for the moment.
408
Living Room / Re: Interesting "stuff"
« Last post by Renegade on June 23, 2015, 01:16 AM »
I like the first trick here best, but others are cool as well.

Brought to you by BrassPup.  :Thmbsup:

409
^^ Egregious doesn't begin to describe it.

The judge is a thin-skinned <insert pejoratives and profanity here />. She's so spineless that even if she were put through a wood chipper, she'd make it through no worse off than a gummi bear. I'd love to fart in an elevator with her, but I'm quite certain she'd have me thrown in a black prison for a "terrorist attack" with "biological weapons".

Any hatred against her is well deserved, and this nonsense persecution against the commenters is just further proof of that.

Just as a reminder, this is the same <insert pejoratives and profanity here /> that Ars Technica lied about threats:

http://cynic.me/2014...s-about-it-redacted/

Her eternally melting flesh and screams will serve her right in Hell when she gets there.

That the AUSA would... blah. He'll be right beside her in Hell. They'll scream in harmony. Or dissonance. Who cares?

(These toadies bring out the worst in me.)
410
Living Room / Re: Open Computing Platform
« Last post by Renegade on June 18, 2015, 10:58 PM »
In any case, more and enough transparency would be appreciated in both hardware and software. everywhere.

FTFY :-)
411
Living Room / Re: [Infographics] WWII deaths compared w. others
« Last post by Renegade on June 13, 2015, 09:36 AM »
I didn't get the same impression as Curt. My impression was that the presentation was genuine, but that it was lacking a good deal of information. While WWII may be an ok arbitrary benchmark (and for decent reasons as it is well studied and well known), I thought that perhaps an overview of the 20th century might have been better to present civilian casualties as it would provide a better perspective.

Professor R. J. Rummel of the University of Hawaii has perhaps the most exhaustive information available on what he terms "democide" - the murder of civilians by their own government.

With 70 million people murdered in WWII (war is nothing but organised mass murder), the democides of the 20th century are nothing short of shocking, and a brief reflection on them is more than enough to bring one to tears. 262 million people were murdered, or almost 4x the number of people murdered in WWII. That's innocent people who had done nothing wrong. People who were in the wrong place at the wrong time when twisted people began reigns of terror that are unimaginable.

You can find Rummel's research on the web here:

https://www.hawaii.edu/powerkills/

The video really doesn't do justice to the countless millions of murdered, innocent civilians.


412
My question is: what prevents us from other free cloud companies taking over "our"  stuff?
-fenixproductions (June 06, 2015, 02:21 AM)

Nothing.

Which is one of the reasons that I've been periodically screaming, ranting, and cursing for years about "the cloud" and "SaaS" and all that other crap.

Very often "free" should make you turn tail and RUN!
413
I won't be able to help much as we're traveling right now, but here's my quick take on it.

From reading your request, this is the kind of approach that I think would probably work best (I'd use C# as it provides low-level tools, and I don't know if AHK could do that):

1. Sniff all network traffic. There are quite a few articles on doing that. Here are some:

http://www.codeproje...Network-Sniffer-in-C
http://stackoverflow...t-without-using-pcap

This is really the hardest part of what you're asking. Everything else is pretty simple. Doing this in C# or some similar language provides the benefit of having a HUGE amount of control. If forced to use a browser plug-in, then things change a bit and you lose a lot of power/control, but that may not be necessary. (I'm not sure how/if a plug-in can run another piece of software. AV software does it, but I'm not familiar with "under the hood" there, and don't know the APIs or amount of effort required -- sometimes these things are trivial, and other times they are made deliberately difficult to prevent people from easily writing malware, i.e. they make malware writing only available to professional malware authors. :D )

Oh, 1 other thing about this... It could trigger AV software as this is the kind of behaviour that malware typically depends upon. (Similar for "SendKeys" below.)

2. When a TCP/IP HTTP connection comes across, read the headers (presumably to look for a specific URL or domain that you're looking for) or read the entire document if text in the body triggers what you want, and then trigger the recorder. The problem here is that this won't work if you're using HTTPS. In that case, nix #1 above and write a custom browser plug-in to monitor what you want and then trigger the recorder from there.

The conditions here would be the most important thing. Above you've not really given enough information to comment on how to do this. e.g. Are you looking for a URL? Domain name? Text inside of a URL, such as "watch=videoGUID"? Some text inside of the web page itself? Multiple identifying items? Perhaps the event is an object inside of the browser, like a Flash program that can be reliably detected?

You mention "call" and a few other things in there. I'd ask if what you're trying to record is coming across RTSP, which could help in detection or recording in some cases.

3. Triggering the Recorder: Lots of ways to do this. Either a built-in recorder, or like you mention, Camtasia. This is as simple as sending the F9 or F10 key events. i.e. SendKeys.Send("{F9}").

Now, the problem with using Camtasia is that you'd already have to have it running, or the program would need to detect that Camtasia is running, and then trigger it. However, if it isn't running, by the time the program could run Camtasia, your event would be over. So, you'd need a built-in recorder to deal with that case. That's not too bad though as there are a few code bases out there that are pretty much ready to go to do that.

The silly thing then is that it would make Camtasia redundant. However, that's not a bad thing. With Camtasia, would you really want to have it constantly recording and stopping? What happens if something goes wrong and it hasn't saved the events? Ouch... By recording in the program itself, it's easier to simply save the recordings with a timestamp so that you can review all of them later. That way, if there's a power outage or something, at least you have previous recordings already saved.

The other option is to do some kind of software automation with Camtasia, which can be messy. You're likely to run into problems at some point there.

etc.

If you only wanted to record audio (I'm not really a video guy, but I know that there are relatively simple ways to record a screen), BASS would be a good choice to manage that. The Windows audio stuff is ok for some things, but BASS simply rocks.

Anyways, those are just a few of my initial thoughts on the topic. I'm not sure if they help you or anyone else who could manage to get that done for you.

414
Not drag & drop, but goodfor bulk renaming.

http://www.bulkrenam...co.uk/Main_Intro.php

It supports regex.
415
General Software Discussion / Re: Awesome software for kids
« Last post by Renegade on June 04, 2015, 12:10 PM »
And the number of programs for Windows PCs is much (much) smaller, and also harder to find.

That and...

Of course, http://www.dorlingki...dersleysoftware.com/ is a parked domain now.

...that go hand in hand.

What is really needed now is an Android (or other mobile OS) emulator for Windows/PickSomeDesktopOS.

The desktop is near dead for "users" -- they are all on smart phones and tablets now.

If you do continue to search, try looking for "abandonware" to see if there's much in the kids' department there.

But I wouldn't expect much in the way of variety to emerge on a desktop OS. The desktop is now only a productivity tool, and not for casual computing. I'm speaking from a developer's perspective there and looking at where the real market is and where a developer can make a living.



We have a truckload of different apps on my wife's tablet for our daughter, and she picks what she wants to do. She particularly likes ones with nice music and vocabulary apps.

But a vocabulary app is drop dead simple to make. Like, stupid simple. There are quite a few out there.

What would be nice is some kind of an app designer for vocab (or similar) where you can customise the content. That's a bit of work, but not much beyond the basic app.



416
Living Room / Re: Interesting "stuff"
« Last post by Renegade on June 04, 2015, 12:56 AM »
^ A whole bunch more about conspiracy theories at Washington's Blog:

https://www.google.com.au/search?q=conspiracy+theories+site%3Awashingtonsblog.com
417
General Software Discussion / Re: Awesome software for kids
« Last post by Renegade on June 04, 2015, 12:38 AM »
Wow, this isn't where I imagined this thread going when I started it.

Heh. Very! Way out of orbit and far past Uranus. :P

As for kids' software, there are truckloads of developers out there with LOTS of it. I wouldn't even know where to begin. My wife has her tablet loaded up with games and educational software for our little one.

There are a few large companies with kids' software as well. Fisher-Price has some good stuff.
418
Living Room / Re: The End of my Macbook Pro Experiment
« Last post by Renegade on May 29, 2015, 08:54 PM »
I guess I'm not very surprised.

I sold my iMac a few weeks ago after a few years with it.

I never got into it. My first experiences were that if I wanted to do anything, I had to drop down to the command line. Yuck. That's what I wanted to avoid, and the Mac has no options to avoid it, unlike Windows. I thought Apple was better than that. Despite the nice smooth graphics, they really don't work on making anything much nicer in the OS.

There were other things as well, but overall, I just didn't like OS X.

Now, I do have to grant it to Apple that they make damn good hardware. No complaints there. Their hardware is far superior to the beige box Windows PC you get from other companies. Even my Dell laptop is nowhere near as good as my iMac hardware was.

However, that doesn't make up for how stubborn OS X and Apple are in so many ways. There's the "Apple way" and the highway. I'm unlikely to get another Mac unless I really really need it for work, which is highly unlikely.

419
Living Room / Re: What books are you reading?
« Last post by Renegade on May 27, 2015, 06:49 AM »
dead dog slow

That's one of the reasons I like short stories. :)
420
^ That's cute!  :Thmbsup:
421
Living Room / Re: Does anyone here use Bitcoins?
« Last post by Renegade on May 26, 2015, 11:00 PM »
The war on cash is escalating pretty rapidly now. The implications are extremely dark. Imagine not being able to buy or sell anything because some bureaucrat froze your accounts. You miss payments. Your home is taken. You lose your car. You're out on the streets, penniless.

Bitcoin is more important than ever in the face of flat out economic war on people. Here are a couple links:

http://libertyblitzk...-london-to-ban-cash/

That links to this:

http://armstrongecon...s.com/archives/30862

There are many more articles on the topic out there.

422
Living Room / Re: What books are you reading?
« Last post by Renegade on May 23, 2015, 08:10 AM »
Along with the ancap stuff above, I "saved" one book while packing to move.

It is an old book, and a collection of science fiction short stories. My edition is from 1958, but the original was from 1956. The dust jacket was near destroyed, and my toddler ensured the rest of its destruction. So much for the dust jacket.

But I saved it because I'd somehow picked it up in Korea at some point in the many years I spent there. I don't remember how I got it. It's odd to have picked up an English book that old there, and it somehow survived the journey through Malaysia and on to Australia. It seemed somehow cruel to throw it out after having lasted and endured so much.

Now, in a Vietnamese province bordering Cambodia, I've managed to read almost the entire book, with only a few pages remaining. It's been very enjoyable. There are some oddities that stick out as it was written well over 50 years ago, but they're simply quaint and only add to the enjoyment.

Author: Clifford Simak
Title: Strangers in the Universe

http://www.goodreads...gers_in_the_Universe

I'd recommend it for anyone interested in sci-fi with a strong emphasis on humanity. The stories have points to be made, although very often the point is only half made with the rest left for you to think about. I think that's the best part - the author leaves a lot to the reader.
423
Living Room / Re: Does anyone here use Bitcoins?
« Last post by Renegade on May 22, 2015, 08:15 PM »
You have to visit the page to see, so no preview or snippets.

http://amphibian.com/169

Fun 8)

interesting - worth following the links
(look at Ren's comic one first!)

http://thoughts.amph...bitcoin-paywall.html
http://challengepost...itcoin-micropayments

easy ways to make micro-payments would be nice to have...
(apologies if that's a micro-spoiler...)

Ahhh! That is very interesting! That really could make a lot of the web much different than it is now.
424
The Pirate Bay has a new logo after their .se domain name was seized stolen:



For those wondering about the meaning there, perhaps this may help:



;D

They are an endless source of fun!  :Thmbsup:
425
Living Room / Re: Does anyone here use Bitcoins?
« Last post by Renegade on May 22, 2015, 08:39 AM »
You have to visit the page to see, so no preview or snippets.

http://amphibian.com/169

Fun 8)
Pages: prev1 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 438next