It’s a Howard Zinn quote. Or a System of a Down lyric, depending on where you’re starting from.
HN user
heyjonboy
doesn't give two craps whether they're grabbing carts from the parking lot or stocking shelves
Having worked exactly this job at the local mall in high school, I can assure you that grabbing carts was preferred to stocking shelves.
Many of the subjects of Streetsblog's "criminal mischief" (defaced or obscured plates) are vehicles displaying NYPD parking permits. This problem won't get solved until someone besides the police is tasked with fixing it, at least in NYC.
OP expressed a concern about prison capacity, and I think the intent in referencing the 90s crime rate was to point out that Rikers has seen much higher crime rates that what we're currently seeing.
How would you build this?
https://www.knewton.com | Union Square, New York City | Full-time | Onsite
We're hiring multiple engineering positions across product, infrastructure, data, and platform. Apply on our careers page and mention you saw Jon's post on HN https://www.knewton.com/about/careers/
Knewton is on a mission to personalize education for students around the world. Education companies worldwide use the Knewton infrastructure platform to power course materials that dynamically adapt to each student’s unique needs.
At Knewton, we use small, cross-functional teams to solve difficult challenges with real-world implications. Teams comprise a range of technical, mathematical, educational, and design specialists unified by a passion for improving education.
Knewton serves over 10 million student worldwide and has offices in New York City, London, Tokyo, and Sao Paulo.
No, that's incorrect (speaking as a founder who's raised $35mm and sold shares on the private market). Private financings will trigger a new 409a valuation but won't influence it. 409A valuations are typically based on Black Scholes and have no connection to private funding valuations. Secondary sales only affect fair market if there's a functioning secondary market, and AFAIK there are no private startups with a FUNCTIONING secondary market.
This article is wrong. Option strike prices and taxation are based on the 409A "fair market" valuation, not private valuations achieved during fundraising. Move the decimal one place to the left and the numbers in the article get a bit more realistic.
tl;dr: Science journals have lately be charging fees disproportionate to their perceived value.
http://blogs.scientificamerican.com/information-culture/2012...
Another project that does this - https://github.com/jonthornton/MtaSanitizer. Free and self-hosted.
The real story here is how little effort most healthcare providers put into debt collection.
Those airline miles are paid for with the processing fees charged to merchants by credit card companies.
Does this link crash anyone else's Safari on iPhone 5s?
Yup.
Isn't the whole point of "going public" to raise money?
It used to be. Regulations introduced in the past decade have made it very expensive to be a public company - there's a lot of accounting and legal overhead. These days it's easier to raise large sums of money privately and only IPO when those investors want to cash out.
Startups don't forgo health insurance because it's expensive, they forgo it because purchasing health insurance is a gigantic, time-consuming pain in the ass.
Ha, I saw that one and immediately thought Iron Maiden: http://images.wikia.com/logopedia/images/6/69/Iron_maiden_lo...
It's a new homepage, not a new site. The profile pages are unchanged.
There's a Bootstrap-ified version here: http://www.eyecon.ro/bootstrap-datepicker/
New York City, NY - ParkWhiz
Lead Designer: http://www.parkwhiz.com/about/jobs/designer/
ParkWhiz creates software to help parking owners manage and market their parking using the ParkWhiz website, mobile apps, and data APIs. Our platform currently processes millions of dollars in transactions, and we're growing fast. Our stack is PHP, MySQL, nginx, and Redis, with a dash of Python on the backend, and jQuery/LESS/HTML5 on the front-end. We're a small team, and we work smart and fast.
Contact me directly if interested: jon@[company].com
From the FAQ:
I'm on Windows. What do you recommend I use to work with Less/Sass/CoffeeScript, etc?
A Mac.
Yup, the time inputs just need a common parent element for the datepair example, and it doesn't have to be the direct parent. You could use a table or do something with floats.
Very true, mobile wasn't really taken into consideration with this plugin.
One option would be to use a <select> dropdown as the element you attach $.timepicker() to, and only initialize the timepicker for certain screen sizes. Other screens would see the default <select> element, which works better on mobile devices.
Chicago, IL - ParkWhiz (http://www.parkwhiz.com)
We're looking for back end developer who wants to join a small team and have a big impact. We work mainly in the LAMP stack, and offer a competitive salary, benefits, and stock options.
More info is available at http://www.parkwhiz.com/about/jobs/backend-developer/
"Note: Many pre-HTTP/1.1 user agents do not understand the 303 status."
The fact is there really aren't any pre-HTTP/1.1 browsers still in use. See: http://serverfault.com/questions/110932/are-there-internet-u...
Given that many web apps these days require javascript and CSS and HTTP/1.1 is over 12 years old, I don't think it's realistic to worry about clients that only support HTTP/1.0.
While 302 works in practice, it's safer to use 303, which works by definition.
I've noticed older versions of Firefox trying to resubmit form data when refreshing after a 302 redirect.
Granted there aren't many people running old versions of Firefox, but why risk it? Even if 302 is generally interpreted like a 303, it's safer to just use a 303.
Ha, hadn't thought of it that way, but I can see what you mean. I added it to play around with Canvas, while tying in with the half-tone dot motif in the header.
It could definitely stand to be a bit more subtle, though.
Another method is to automatically serve certain file extensions as static:
location ~* ^.+.(jpg|jpeg|gif|css|png|js|zip|ico|xml|pdf|html)$ {
access_log off;
expires 30d;
break;
}http://www.parkwhiz.com - We started in 2006, when it seemed like TechCocktail was the only startup community in town. Ended up bootstrapping the company, and we recently opened an office in Roscoe Village.
Interesting analogy. The gist seems to be that for both startups and motorcycles, momentum is more important than it is for cars and large companies.
Any idea if there's a correlation between motorcycle ownership and startups? I happen to be a member of both groups (Suzuki SV650 and ParkWhiz).