HN user

notdan

91 karma
Posts17
Comments41
View on HN
news.ycombinator.com 3y ago

Ask HN: Is it possible to exercise options without providing the cash yourself?

notdan
2pts3
news.ycombinator.com 3y ago

Ask HN: What to do when PayPal disables your account for no reason?

notdan
46pts15
www.gitkraken.com 4y ago

A Major Moment in GitKraken’s Journey

notdan
3pts0
techcrunch.com 4y ago

YC Startup insurance provider Vouch raises $90M, now valued at $550M

notdan
10pts1
blog.axosoft.com 7y ago

Gitkraken no longer free for self hosted repos

notdan
3pts1
news.ycombinator.com 8y ago

Ask HN: Should I market my consulting work as my name or a brand/business name?

notdan
1pts2
medium.com 10y ago

Observations on Promises

notdan
2pts0
www.tunetranscriber.com 11y ago

Show HN: A browser tool to help learn/transcribe music from MP3's or YouTube

notdan
8pts2
phx.corporate-ir.net 12y ago

Record-Setting Holiday Season for Amazon Prime

notdan
6pts2
www.blenderguru.com 12y ago

Fixing Blender's User Interface: Why It’s Broken

notdan
2pts0
give-n-go.tumblr.com 12y ago

A curated gallery of Dribbble shots reworked as interactive CodePen pens.

notdan
1pts0
www.blenderguru.com 12y ago

Why isn’t Blender taken more seriously?

notdan
3pts0
blog.alexmaccaw.com 12y ago

Stripe Open Sources Abba, an A/B Testing Framework (March)

notdan
4pts0
wrapbootstrap.com 13y ago

Awesome Bootstrap Admin Theme

notdan
1pts0
www.cbsnews.com 13y ago

IntercontinentalExchange to buy NYSE for $8.2B

notdan
1pts0
www.msnbc.msn.com 13y ago

Pioneer wants 80,000 of us to colonize Mars

notdan
2pts0
portnine.com 13y ago

A free Bootstrap admin theme (that doesn't suck)

notdan
13pts9

Is there a good programming language and environment for kids? I started learning coding in my own around 10 yrs old with qbasic. Scratch is super aawesome, but what is the next level up from that that is actually typing the code out instead of moving puzzle pieces?

Yes this is true. They often lose money on the premiums, actually, and then make money on the float. A very simplified example: You pay $1,000 per year for 10 years on home insurance. Then a hail storm ruins your roof and it costs about $10k to replace. So they end up paying out the $10k in premium they collected over 10 years, but were able to make money on the interest they made while they held it.

I need something like this to let non-programmers create some basic JavaScript scripts/flows in an app I have. Obviously would need to be some level of power user but hopefully doesnt require them to know how to code. Has anyone tried this or any of the related projects and have an opinion or experience on what works best for a “normal” user?

If you want to do the lite version of this there is a book called “From NAND to Tetris” that is an instructional book for a similar class and walks through doing much of the same thing. It helped me connect the dots between “I know how a transistor works” and “I know how assembly language works” that I have never learned otherwise. Even if you just skim the book without doing the project you will likely learn some things.

The Elements of Computing Systems: Building a Modern Computer from First Principles https://www.amazon.com/dp/0262640686/ref=cm_sw_r_cp_api_i_yH...

The YouTube slowdown is just using the YouTube API. For mp3, it is using the html5 file and audio Apis, and a JavaScript port of the sound touch library. Everything is done in client side javascript, there is currently no application server, just a static site.

This is very subjective, but I think your resume would look better if you made the background white and set the line-height to about 1.5em on the whole body. You might even play with removing the list bullets and padding (list-style:none, padding-left:0px). If you try this, I would be interested to hear if you think it looks better or worse.

Not free, but I've found that http://photodune.net has good stock photos that aren't too expensive ($1-$5 per image and usually the $1 or $2 image is large enough for a website). They are much cheaper than istockphoto, and they are priced in dollars, not credits, and they allow you to buy a single photo without subscribing to a monthly plan, buying lots of credits in bulk, etc.

Effeckt.css 13 years ago

I would love to use this now, but can't until there is a license. Would love to see something added soon. MIT would be great.

I would like something similar that can be used for any VPS. So if I get a box from Linode or Rackspace, for example (or even a real server), is there an easy way to have ngnix+passenger+git+backups etc setup and configured in a secure way without having to manually do it all myself?

FWIW, we were much happier with Chromium Embedded [1] than Awesomium. Awesomium is not free for non-commercial use (something like $8,000+ if you wanted source code included, the price of the software isn't even listed on the site now), the support was terrible, and the product seemed to be not nearly as fleshed out at Chromium Embedded. The website is prettier though...

We switched to using Chromium Embedded 6-8 months ago and haven't regretted it a bit.

[1] https://code.google.com/p/chromiumembedded/