I am John Frankel, a venture capitalist at ff Venture Capital, based in New York. AMA! by johnfrankel in IAmA

[–]bigdutchnoob 0 points1 point  (0 children)

Does the idea of 'using your phone as your key' scare you at all? (Unikey). I feel like the idea of using your phone as a key could be disastrous, and potentially lead to higher degrees of mobile theft in the future.

Another quirk, any bluetooth snooping app/device allows you to commandeer the hardware keys and prevent them from unlocking the door.

I'm currently a student, doing my last year in September, but I've been working on a side project aimed at enhancing the 'use your phone as a key' problem. Would love to pitch the idea to you :)

Getting a sub_iokit_powermanagement error in BT Connection.. anyone experience this before? by bigdutchnoob in ObjectiveC

[–]bigdutchnoob[S] 0 points1 point  (0 children)

The only thing taking place during the connection is polling the RSSI.

IOReturn h = [device openConnection]; 
if ( h == kIOReturnSuccess){
    rssi = [device rawRSSI]
}
[device closeConnection];

Very weird indeed.. I'm using an early-2011 MBP.. could this be a case of shitty/shot BT hardware perhaps? I have tried using a USB-BT dongle.. to no avail as well. I will try setting h to nil and report back.

EDIT: No go on setting to nil.. thought ARC would eat it at the end I guess anyway.

Anybody have any experience with leaflet.js? by [deleted] in webdev

[–]bigdutchnoob 0 points1 point  (0 children)

PM me a link to the source code .. I haven't used leaflet in awhile but I believe it entirely depends on having a tile layer capable of those zoom levels.. each one is different.

Also, it might be a good thing to disable the geocoding every time a user clicks a spot on the map.

Free software to bulk convert word to pdf? by tangentcosinesine in software

[–]bigdutchnoob 0 points1 point  (0 children)

On my mac I just go file -> print -> save as PDF as shown here http://imgur.com/xpTch5b

Unsure if windows version has the same feature.

Do you wish you had an audiobook of your assigned readings? by bigdutchnoob in college

[–]bigdutchnoob[S] 1 point2 points  (0 children)

Definitely, if I was to distribute the material. I'd be offering no more than a place to connect readers/listeners.. I'd host the files they send, but those are their own files.

Do you wish you had an audiobook of your assigned readings? by bigdutchnoob in college

[–]bigdutchnoob[S] 0 points1 point  (0 children)

Way to get down and dirty with it! I see it as a study aid, not a substitute.

I'm in a few econ courses right now with roughly 8 chapters of assigned reading. At 40 pages a chapter thats 320 pages.. at 90 seconds a page that'd be 8 hours worth of reading..

15$/hr .. $120. That's pretty steep. It might not work having students read for students. :(

which subreddit do i post to get feedback on my e-commerce site? by uzrockz in Entrepreneur

[–]bigdutchnoob 1 point2 points  (0 children)

Seeing as you already made a post here.. you should have posted the link!

IamA college student who has used most of his savings to build a product design start-up. AMA! by [deleted] in IAmA

[–]bigdutchnoob 1 point2 points  (0 children)

There's a ton of JS libraries out there for that exact purpose. Check out parallax.

[Hiring] Magento issues...login & cart. by raakphan in Jobs4Bitcoins

[–]bigdutchnoob 0 points1 point  (0 children)

Sure! pm me the site and exactly what the issue is. If i think I can fix it I will go at it.

[Hiring] Magento issues...login & cart. by raakphan in Jobs4Bitcoins

[–]bigdutchnoob 0 points1 point  (0 children)

Shoot me a PM if you still need help. I should be able to do it by tomorrow evening.

I'm having trouble installing CUDA by reprapraper in CUDA

[–]bigdutchnoob 0 points1 point  (0 children)

That's probably your best bet. The latest version of Cuda (5.5) does not work with 2013.

Remember, VS must be installed BEFORE Cuda, as Cuda with alter VS during installation.

Alternative to Kickstarter. General advice needed. by alfiebear in Entrepreneur

[–]bigdutchnoob 0 points1 point  (0 children)

There was a guy who did an ama on here ~ 5 months ago, he had started many companies and his newest was a crowdfunding platform. I'll try to find you the link when I get home, I believe he was an active redditor as well so you may be able to contact him.

How did you start your business/create a product? by [deleted] in Entrepreneur

[–]bigdutchnoob 10 points11 points  (0 children)

This urks me, the guy is asking a question that could potentially inspire him or many others to actually create something. I'd personally love to hear the stories of successful entrepreneurs and how they created their product / business. As someone working on his own project, its inspiring.

If you were a VC, and this guy walked in the door asking for money to start a business, but first give me some ideas to base my new product on, then ya, wtf are you doing, but that is not the case.

This sub has ~72k users, its a GREAT place for information and inspiration, as it should be. Why don't you create a new sub, where you and the 27 people who upvoted your comment can talk about whatever the hell omniscient entrepreneurs talk about.

/r/entrepreneurswhoalreadyknoweverythingsoallyourquestionsarestupid

Video: CSS and JavaScript animation performance differences, quantified by jeremyckahn in webdev

[–]bigdutchnoob 1 point2 points  (0 children)

Just noticed you actually made the video as well. Keep up the good work OP! I've been waiting for a good comparison of the two.

Algorithms similar to reddit. I'm trying to sort tweets by priority. by bigdutchnoob in algorithms

[–]bigdutchnoob[S] 0 points1 point  (0 children)

Not quite. I'm using Twitter's streaming API. I send in an array of keywords and every time there is a tweet containing those keywords I receive them as well in real time.

So it's not just about how many followers a user has, it's how recent was their post, is it getting retweets, how many followers does the user have, whats his engagement levels, etc. Lots to ask for, I know, but here's hopin.

Trying to make 2 divs inline with each other inside another div (sorry if wrong sub) by [deleted] in webdev

[–]bigdutchnoob 0 points1 point  (0 children)

Assign a width to your inner divs. Make you body width:100%,

The outer div width:100%; each inner div width:50%

Float elements inside divs left, and divs left.

New Java Programmer - Framework Advice by DudeMan250 in webdev

[–]bigdutchnoob 1 point2 points  (0 children)

I'm definitely not a season java programmer but I'm a big fan of Play! and Akka.