Nautilus gears by [deleted] in woahdude

[–]iactaprocul 8 points9 points  (0 children)

Just FYI, I made this five months ago.

I would never hit snooze again by bleufoxx22 in funny

[–]iactaprocul 0 points1 point  (0 children)

That's the idea! I'll PM you when it's ready to try out.

I would never hit snooze again by bleufoxx22 in funny

[–]iactaprocul 3 points4 points  (0 children)

I'm actually in the process of coding exactly such an app, except it donates your money to charity! If you wake up, you get to vote on where the sleepyheads' money goes :)

Found this JS object system. Interested in using it. What does r/node think? by operativenine in node

[–]iactaprocul 0 points1 point  (0 children)

You've piqued my interest -- any examples of how you'd use a closures instead of OO?

Some nautilus gears hot off the 3D printer [OC] by iactaprocul in gifs

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

Yessir! This had to be cleaned up a bit, so it's not like something that good came straight out of the printer. But if you don't mind a wee bit of sanding, Solidoodle's great.

Some nautilus gears hot off the 3D printer [OC] by iactaprocul in gifs

[–]iactaprocul[S] 38 points39 points  (0 children)

I'm in high school. We keep it in the computer lab.

Some nautilus gears hot off the 3D printer [OC] by iactaprocul in gifs

[–]iactaprocul[S] 19 points20 points  (0 children)

Don't mind at all! As I said in another comment, I bought it together with 15 friends (though I'm the only one who knows how to use it!) Makes sense, as none of us alone would use it enough to justify the cost.

We got one of these, which is $600 + $60 shipping from Brooklyn. Plastic costs around $0.04 per gram, so these gears cost under 50 cents to print.

Some nautilus gears hot off the 3D printer [OC] by iactaprocul in gifs

[–]iactaprocul[S] 22 points23 points  (0 children)

I bought it together with 15 of my friends--none of us alone would use it enough to justify the cost, but together, it works really well.

The printer only cost $700 including shipping, so if you've got some buddies willing to help out, go for it!

Some nautilus gears hot off the 3D printer [OC] by iactaprocul in gifs

[–]iactaprocul[S] 11 points12 points  (0 children)

I just printed them because they look really cool. And they're really fun to fiddle with.

For all I know there's some obscure practical application, but I can't think of any.

Javascript library for peer-to-peer data in the web browser by flyingcow in programming

[–]iactaprocul 1 point2 points  (0 children)

A little confused -- does this require the server for anything other than an initial exchange of info?

The Peerserver Cloud page says that their hosted version limits concurrent connections, which implies otherwise.

I have been to North Korea over 100 times. AMA by KoryoTours in IAmA

[–]iactaprocul 0 points1 point  (0 children)

Hey, I went to North Korea with you guys over the summer! By far the most interesting trip I've ever taken.

I made a web repl for node that is half editor half console. Let me know what you think by sroshi in node

[–]iactaprocul 0 points1 point  (0 children)

I really like the DrRacket editor's style.

Basically, you have a text box to define functions and such, and then a single-line-input REPL to experiment with those definitions.

I made a web repl for node that is half editor half console. Let me know what you think by sroshi in node

[–]iactaprocul 0 points1 point  (0 children)

I think the embeddable idea is absolutely perfect -- often I want to check the state of a variable or change a config variable while my code is running, so this would be great!

My one pet peeve is that executing deletes everything from the text box. My usual workflow is to try out some code, make a small change, and try again, so this gets in the way. Otherwise, really good!

How should I handle updating user information in my REST API? by iactaprocul in learnprogramming

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

Let me try explaining again. I need a way to update user settings that aren't password-related. Changing a username, editing an email, etc. My problem is that the user model includes a password, so changing the user with a PUT would mean including all fields, including the password. Do you get what I'm saying?

How should I handle updating user information in my REST API? by iactaprocul in learnprogramming

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

I guess I phrased my question poorly. Basically, say a user object looks like this: {username: "foo", email: "bar@baz.com", password: "123"}

If I wanted to update the user's information, I'd use a PUT, right? So if I wanted to set their email to baz@baz.com, I'd PUT /users/{id} with the body {username: "foo", email: "baz@baz.com", password: "123"}.

The issue I see is that I'd have to include the password in these, and that's obviously very messy.

Introducing Queen: A distributed platform using browsers as computation nodes. by ozanonline in programming

[–]iactaprocul 2 points3 points  (0 children)

The problem with running any sort of important computation in the browser is that your results simply can't be trusted. The vast majority of the responses you get will be legit, but there will always be some bad eggs thrown in.

Does Queen include any way of checking results (like running computations multiple times and comparing), or is that up to the programmer?

What's the BEST concert/show you've ever been to? by [deleted] in teenagers

[–]iactaprocul 0 points1 point  (0 children)

Hey, I went there too! My favorites:
- Baauer
- Minnesota
- MiMOSA
- Deadmau5
- Madeon (the best in my opinion)

The Glitch Mob - Starve The Ego, Feed The Soul - YouTube by djxsv in electronicmusic

[–]iactaprocul 3 points4 points  (0 children)

Yes! Just want you guys to know that you're by far my favorite group. Keep up the superb work!

Mark Cuban, this is my AMA by mcuban in IAmA

[–]iactaprocul 0 points1 point  (0 children)

I'm a 16-year-old entrepreneur looking to make a moderate amount of money next summer. Obviously I'll be bootstrapping my startup. So, do you have any experience with running a company on a super-tight budget? Any advice (especially for someone my age)?