bjpless's comments

bjpless | 12 years ago | on: Developer Bootcamps are Expensive. Learn Python Online with a Mentor for $99.

All fair points. I would say that this is a great way to get your feet wet with coding before you decide to take the HUGE life leap of a bootcamp. They're expensive in not only $ terms but also your time.

This way, you can see if you enjoying both coding and conversing about code (which is half of your job as a developer)

bjpless | 12 years ago | on: Show HN: Realtime Coding Q&A. Stack Overflow meets IRC

That was the goal. As I've built it, I've been actually posting the bitly links to my issue pages on Stack Overflow, IRC, and elsewhere. I set desktop notifications for myself and go about my work until someone hits one of my pages (I then start a chat)

bjpless | 13 years ago | on: Vanguard conditioning users for phone phishing atttempts

The purpose of the original call was to get a change of address (for sending forms). I probably should have clarified that but it seems like a pretty generic request.

No need to believe me about the "truthfulness of the claims". Just call Vanguard yourself and ask if they handle cases this way. They will confirm.

You ask about security responsibility. I absolutely agree with you that customers have to take on a lot of it (Vanguard is not responsible for creating a 20 char password on your behalf).

I do think, though, that you have to draw the line before training your users to accept phishing attempts. That is what is happening here.

My biggest reason for pitchforking Vanguard here is that, for many people, they hold more assets than commercial Banks. Their security protocols should have HIGHER standards.

bjpless | 13 years ago | on: Beefing up the Python Shell to build apps faster and DRYer

Ah I like it, thanks. From a quick glance, it seems like it just restarts the entire child process on change.

The big (but admittedly) dangerous feature of my script is that you can maintain state inside of the embedded shell on module reload.

I like pyquitter looks like a cool generalization, though, of the basic idea.

page 3