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, 11:26 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 ... 40 41 42 43 44 [45] 46 47 48 49 50 ... 438next
1101
General Software Discussion / Re: Music Identification via Sound Card
« Last post by Renegade on November 04, 2014, 08:45 PM »
There are programs that can record audio from the sound card
It is my understanding this this can be extremely difficult, is dependent on vagaries of the sound card/driver, and may be close to impossible for many/most modern sound drivers.
It may have been easier with older versions of windows.
This may be your main obstacle.

Actually, it's not hard at all. You can simply grab the waveout (or similar) on most cards to get the audio.

What's difficult is the audio fingerprinting. It's not technically difficult as you only need to hook into the API for some service like Grace Note, but the business side of it is daunting as you're pretty much guaranteed that you'll lose money on it.

Now, if you can use something like Echoprint.me:

http://echoprint.me

Or MusicBrainz:

https://musicbrainz....g/doc/Fingerprinting

(A bit more out there as well.)

Then you can avoid the royalty costs of Grace Note.

However, you are then basing your software on something that you don't know if it will be around tomorrow, which often ends up badly. e.g. All the people who tried to use MS DRM for WMA, etc., and those that used the Google translate API, etc. etc. etc.

If you can run your own data server, then you're good, but you then run into server costs. Again... you're going to lose money on an application like that unless it has significant value elsewhere that people will pay for.

The best place to look is in audio software that does something else and also does audio fingerprinting an an ancillary function.

But as for writing up a small utility that did that, it's possible to do with some of the above open source, but the payoff is zero and it's a week or more of work, and a lot more if the entire solution runs locally instead of over the Internet. And, depending on how its released, the end user may need to sign up for developer accounts with service providers then go through the entire hassle of figuring out API keys.
1102
Whoops! That wasn't the "demon" that I meant. I didn't mean to imply anger - merely speed.
1103
Living Room / Re: Regexp help
« Last post by Renegade on November 04, 2014, 08:25 PM »
And here's the analysis to help explain what's happening in there:

Screenshot - 2014_11_05 , 1_24_04 PM.png

1104
Living Room / Re: Regexp help
« Last post by Renegade on November 04, 2014, 08:20 PM »
That helps.

This works, but you must specify that the search is multiline in order for the ^ and $ to operate properly:

^.+CtrlChan .+[^0-9]([1-9][0-9]{0,2}\.[1-9][0-9]{0,2}\.[1-9][0-9]{0,2}\.[1-9][0-9]{0,2}).+$

Here's the result in Expresso:

Screenshot - 2014_11_05 , 1_19_43 PM.png

1105
Living Room / Re: Regexp help
« Last post by Renegade on November 04, 2014, 07:40 PM »
This is better:

^definedstring.+([1-9][0-9]{0,2}\.[1-9][0-9]{0,2}\.[1-9][0-9]{0,2}\.[1-9][0-9]{0,2}).+$

1106
Living Room / Re: Recommend some music videos to me!
« Last post by Renegade on November 04, 2014, 07:31 PM »
My daughter is going absolutely bonkers for PLANETS!!!!

At 2 she can list all the planets in the solar system in order, and is constantly wanting more and more.

So, we've downloaded a bunch of slide shows, montages, videos, and music videos about planets, the solar system, space, etc. etc.

Some drive me a bit nuts. (Some kids videos are from India, but the English is pretty mangled and sometimes painful to listen to.)

But, every now and then there are some seriously cool ones. This music video falls into the AWESOME category!  :Thmbsup:



It's just so really, very, extremely well done. The choruses are really just extremely cool, and the verses are brilliant.

Tell me if you end up bobbing your head. ;)
1107
Living Room / Re: Regexp help
« Last post by Renegade on November 04, 2014, 07:23 PM »
^definedstring.+([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}).+$

Or perhaps:

^definedstring.+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+).+$

But, that should do it or at least give you enough to test & tweak. You'll have 1 capture group with the IP address.

1108
Is anyone else having a hard time imagining IainB as a demon driver?  :-[
1109
Drat... I'm a few posts behind on the British English stuff, but hey, I'm sure you'll excuse me as I'm half pissed. :P

To add into the vernacular there, I have a few Ozzie favourites. Root & cunt.

The Seoul Women's University cheer leading team is called the "Seoul Women's University Rooting Squad" or "SWURS".

Root in Ozzie English means "to f**k".

Root for your team? Oh... hell yeah! ;D GO SWURS GO!

Cunt is a common word in Ozzie English for "fellow" (or similar). e.g. He's a decent cunt. It doesn't have near the negative connotation that it does in American English.

1110
Living Room / Re: Recommend some music videos to me!
« Last post by Renegade on October 30, 2014, 01:09 PM »
And... just... wow...




Bring on your theory. Great stuff.
1111
Living Room / Re: Recommend some music videos to me!
« Last post by Renegade on October 30, 2014, 01:04 PM »
And I totally would have chased this chick to the ends of the earth when I was 17 or so...



But, I'm not 17 anymore. :P 

Still, girl has skillz~!  :Thmbsup:
1112
Living Room / Re: Recommend some music videos to me!
« Last post by Renegade on October 30, 2014, 12:51 PM »
For anyone that understands music, "Marching Out" is simply musical insanity raised to GODLIKE proportions.



From 1:50 to about 2:00 there is simply orders of magnitude beyond virtuoso. Stunning work. Nobody has ever approached that. Steve Vai is the only contender that I know of.
1113
Living Room / Re: Thoughts on the tech on the TV show Scorpion?
« Last post by Renegade on October 30, 2014, 11:23 AM »
Patrick Jane? He rocks! Great character! Love 'em!  :Thmbsup:

Robert Patrick? Great actor! Loved 'em since he was a terminator. He's been kicking ass ever since.

Now, put Patrick Jane's deviousness in a T1000, and... dystoptian HELL! ;D
1114
Living Room / Re: Interesting "stuff"
« Last post by Renegade on October 30, 2014, 08:15 AM »
(see attachment in previous post)
Shoot 360-degree video with Ricoh's newest camera

That would make an awesome dashboard cam if it recorded a significant amount of time.

I've totally got gear lust now! :)
1115
Living Room / Re: Thoughts on the tech on the TV show Scorpion?
« Last post by Renegade on October 30, 2014, 08:05 AM »
Uh ... *one* copy of this super-top file? Why didn't they make like seven copies, stash two of them in secret locations buried in the dirt, upload another copy into the darknet in the cloud, and more?

That's just Hollywood having another wet dream on itself - imagining that files can only be moved, and never copied. It's in virtually every single TV show and film. Apparently the word "backup" doesn't exist in Hollywood.

Yeah... I know... It drives me nuts as well.

For the actual show, I've seen some, but it just seems rather bland so far. The entire premise seems stupid to me. But then again, "Person of Interest" started pretty lame and actually has turned out to be somewhat decent. PoI now addresses some actually interesting things, though the underlying premise is still pretty dystopian. Scorpion might pull itself out of the fire. We'll see.

1116
N.A.N.Y. 2015 / Re: NANY 2015 RELEASE: Discounter
« Last post by Renegade on October 30, 2014, 07:58 AM »
Why I use TinyUpload? Because it's easy to upload there and needs no registration. Besides, I don't know how to upload on DonationCoder. Can someone direct me?

When you post, look beneath the text box for the "Attach: [Choose File]" button. You can add an attachment there. Next, check above the text box for the dropdown menu that has "Link Inline Image..". Use that and choose "inline noimage attachment".
1117
Living Room / Re: Two of the best commentaries I've seen about GamerGate
« Last post by Renegade on October 29, 2014, 08:08 PM »
I liked the Clark post better. But, they were quite similar in many ways.

One (partial) comment from the first by Clark:

http://www.popehat.c...bit/#comment-1277710

It's a little more complicated than that. Gamergate started, not as a relationship spat, but as a competence matter. Zoe Quinn is no more a developer of video games than you or I. Last year, she, and two partners, made a text-based choose-your-own adventure on the subject of depression using free online tools from http://twinery.org/. No programming was involved whatsoever. (Think of a '90s web developer who just used FrontPage and couldn't code HTML, let alone js or Perl.)

Depression Quest's code was, needless to say, unoriginal, its theme decidedly uncommercial, its use of language trite (just read her description for grammatical errors). It was rejected by Steam, the Amazon Marketplace of downloadable video games, last December, and the subject of mockery in online forums. Quinn then began claiming rampant sexism was "holding her back."

The first 2 paragraphs of the comment are overly kind to the point of being obsequious regarding Depression Quest. The game is simply about the worst POS I've ever seen.

Has anyone actually tried to play it?

It's completely unplayable. It's mind-numbingly boring. It takes the 'un' in 'fun' and copies it to the front - 'unfun'. It will make you want to kill yourself rather than spend another second playing it. That it has received so much attention is just mind-boggling.

I can't imagine any kind of mockery of the game being anything less than kind given just how horrible it is.

1118
1119
Living Room / Re: Google Is Not What It Seems
« Last post by Renegade on October 29, 2014, 06:43 PM »
That was really good. He absolutely blasts Google there.

It was interesting to see him outline how Schmidt has always been politically connected.

About the only thing he didn't say was that Schmidt (and the like) are part of the shadow government.
1120
Post New Requests Here / Re: Power Cord Falling Out
« Last post by Renegade on October 29, 2014, 06:23 PM »
It's pretty easy if anyone wants to write up a new one. (My laptop isn't accessible at the moment to test.)

http://stackoverflow...laptop-is-plugged-in

Code: C# [Select]
  1. Boolean isRunningOnBattery =
  2.       (System.Windows.Forms.SystemInformation.PowerStatus.PowerLineStatus ==
  3.        PowerLineStatus.Offline);

And:

http://stackoverflow...as-been-disconnected

1121
Living Room / Re: The Emergency Broadcast System ?
« Last post by Renegade on October 29, 2014, 10:10 AM »
Wondered where Wiki got this
 (see attachment in previous post)

Nope. Not me. Mine is far better~! :P

I should have shopped his tongue sticking out   ;D

That would have been an improvement! :P :P :P :P :P
1122
Living Room / Re: The Emergency Broadcast System ?
« Last post by Renegade on October 29, 2014, 09:12 AM »
Wondered where Wiki got this
 (see attachment in previous post)

Nope. Not me. Mine is far better~! :P
1123
This is a kick-ass article.

https://firstlook.or...ing-snowden-secrets/

No quotes from it. It's just that good.

If you like spy-thriller novels, this is the real thing. You'll find it riveting.

If you are interested in security, at the end of the article the author posts a link for how to harden your security, protect privacy, and use strong encryption properly.

Enjoy!  :Thmbsup:
1124
(see attachment in previous post)

Awesome!

"Witch" doesn't apply to my mother-in-law, thankfully. We don't even speak a common language! :) Guess some of us just luck out. ;)
1125
Living Room / Re: The Emergency Broadcast System ?
« Last post by Renegade on October 29, 2014, 08:10 AM »
Random thought: I want a Faraday cage.

It needs to be grounded to be effective: http://en.wikipedia....romagnetic_radiation
 (see attachment in previous post)

Hey! My hat happens to be professionally made from high-grade foil.

I'm considering upgrading to a copper-infused version with a Jolly Roger on the front.





Interesting to see how many people here got beat as kids.
Pages: prev1 ... 40 41 42 43 44 [45] 46 47 48 49 50 ... 438next