Open Side Menu Go to the Top
Register
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** ** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

08-19-2012 , 03:31 PM
Quote:
Originally Posted by NoahSD
If I understand correctly, GM isn't suggesting that it's a good idea. He's just using the discussion as a way to understand more about how this stuff works.
Thank u noah, I guess it wasn't clear from the two other times I stated it explicitly. Sigh, sometimes I think nerds look for any excuse possible to give condescending paternalistic advice about security threats
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 04:06 PM
Quote:
Originally Posted by Gullanian
Are the stars hash URLS temporary or permanent?
If they are permanent that's truely lolworthy. Even if they are short term only it worries me quite a bit that a site like Stars gets something this trivial so wrong.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 04:10 PM
Quote:
Originally Posted by gaming_mouse
Thank u noah, I guess it wasn't clear from the two other times I stated it explicitly. Sigh, sometimes I think nerds look for any excuse possible to give condescending paternalistic advice about security threats
So just to recap, because I thought you had a very interesting question, it's generally unlikely that an unpublished subdomain would be found by someone uninformed of it's location, right?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 04:35 PM
I might be wrong but I thought with the Stars hashy urls the zip file they linked to was encrypted. Not certain, I haven't used it myself.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 04:42 PM
Quote:
Originally Posted by sdturner02
So just to recap, because I thought you had a very interesting question, it's generally unlikely that an unpublished subdomain would be found by someone uninformed of it's location, right?
yeah recapping all the answers i got, it seems theoretically possible but not likely. so don't use that method for something important. the github gist method over https seems to be secure technically, with the usual caveats that the "human" side of that method is not secure.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 07:48 PM
Quote:
Originally Posted by _dave_
I might be wrong but I thought with the Stars hashy urls the zip file they linked to was encrypted. Not certain, I haven't used it myself.
They weren't encrypted zips. They did password protect the URL, but the password was always the same. IIRC it was hands365getme or something. No idea why they did that..
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 07:50 PM
Quote:
Originally Posted by gaming_mouse
yeah recapping all the answers i got, it seems theoretically possible but not likely. so don't use that method for something important. the github gist method over https seems to be secure technically, with the usual caveats that the "human" side of that method is not secure.
I mean.. it's obvious not to use it for something important just because of browser histories, let alone more complicated threats.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-19-2012 , 11:12 PM
Ok after sorta blowing 3 JR C# / ASP.Net interviews over the last few months I have a new approach for my interview tommorow.

I have 2 page crib sheet with overview, issues fixed, and known issues / bugs of a blog I created in .Net. The blog contains daily updates of struggles, issues, and the day-to-day process of creating the site.

Also I will give the course outline from my school's intro .Net course detailing what I did in the course.

I never really did this in the past, is this a good addition?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 10:21 AM
Does anyone know of a service that automatically updates an rss feed based on tweets tweeted at you?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 10:57 AM
Quote:
Originally Posted by Wraths Unanimous
Does anyone know of a service that automatically updates an rss feed based on tweets tweeted at you?
http://search.twitter.com/search.atom?q=XYZ

where XYZ = your search
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 03:48 PM
Anyone else see Reddit's big announcement? University of Reddit: http://blog.reddit.com/2012/08/unive...plore-any.html
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 03:48 PM
Also, this is pretty hilarious. About the history of /bin/true http://trillian.mit.edu/~jc/humor/AT...ight_true.html
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 05:47 PM
Anyone know of a service that offers an API to a virtual phone? Basically, I am looking for something that I can use to write acceptance tests for a twilio app, and I need a service that can simulate sending and receiving SMS messages, with a working phone number, just as if it were a real phone.

One option is to write a manual wrapper over the google voice web interface, as described here: http://kalinchuk.com/?p=37

But I'd rather have a real service with a proper API, if anyone knows of one. Thanks.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 06:05 PM
@gaming_mouse how many messages are you planning on sending? I'd be tempted to just buy credits for an actual API (I recommend Clickatell) as they are very cheap. If you're going to be sending 100's $'s worth of SMS though then it's obviously not ideal.

Even if you don't want to do this register for Clickatell anyway, they may have tools like you describe.

Edit: Oops just saw you want to receive SMS's from the client as well, that's quite expensive last time I checked it out!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 06:15 PM
Could you not use a 2nd twilio account?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 06:35 PM
Quote:
Originally Posted by MrWooster
Could you not use a 2nd twilio account?
Interesting idea... I'll think about this.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-20-2012 , 11:16 PM
g_m,

mocks yo. your tests will be slow as **** and flakey as **** if they have to talk to a real API somewhere every time.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 12:26 AM
Quote:
Originally Posted by tyler_cracker
g_m,

mocks yo. your tests will be slow as **** and flakey as **** if they have to talk to a real API somewhere every time.
mocks are for unit tests (which i'll do as well), but i want to do acceptance tests here. you have to test the real thing for that.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 10:39 AM
Quote:
Originally Posted by Josem
Do you know if I can pass a query to get more than last 15 results?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 10:56 AM
08-21-2012 , 11:08 AM
Quite an amusing thread on the Apple discussion forums. Looks like someone port scanning and sending SQL injection attacks which are getting picked up by printers which are then printing the attack strings.

https://discussions.apple.com/thread...art=0&tstart=0
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 11:52 AM
Quote:
Originally Posted by Josem
Thanks Josem.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 02:47 PM
Is the easiest way for me to get a script to run on my JustHost server just utilizing a cron job? I've never used one before, so I have a couple of questions. I can auto fill in how often I want it to execute, but there is a command input as well. Is this the correct command?

/public_html/path/anotherPath/fileName.php
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 03:01 PM
Amazon have just launched their new service - Amazon Glacier. Providing very cheap storage (0.01$ per GB per month), but data retrieval can take 3-4 hours. Pretty awesome for a backup solution imo.

http://aws.amazon.com/glacier/
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
08-21-2012 , 04:31 PM
Quote:
Originally Posted by Wraths Unanimous
Is the easiest way for me to get a script to run on my JustHost server just utilizing a cron job? I've never used one before, so I have a couple of questions. I can auto fill in how often I want it to execute, but there is a command input as well. Is this the correct command?

/public_html/path/anotherPath/fileName.php
probably not the correct command - I'd expect there to be more stuff before public_html like /home/yourusername/public_html/... or other variations, but public_html is unlikely to be a top-level folder off the root, and cron most likely wants an absolute path
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m