I deadlifted 425 ... ... ... yup that's about it
[edit] actually in hindsight I've spent a lot more time with my 9yr old daughter than I have since the birth of our son. Pokemon Go turned out to be a pretty big player in us spending time together.
HN user
columbo (at sign) engineer [dot] com <-- I usually check it once a week or so
I deadlifted 425 ... ... ... yup that's about it
[edit] actually in hindsight I've spent a lot more time with my 9yr old daughter than I have since the birth of our son. Pokemon Go turned out to be a pretty big player in us spending time together.
When I signed for prime 3-4 years ago there was also a lot online retailers jerking around on shipping prices. "Oh that CD is $0.01 but it is $11.99 shipping, so if you don't like it then you'll be refunded the purchase price." Shipping prices in general seemed to be where quite a bit of profit was being made.
I don't know if that is still the case but it was a major reason for me to move to prime back then.
another example would be petrol/gas station pumps: http://www.olivierlorrain.com/2009/06/20/bad-design-gas-pump...
I have a newspaper clipping from when a car hit me when I was 5 years old... the dark truth of the matter was I hit the car by bolting across the road and smacking my head into the passenger side door as it was trying to drive through an intersection. This little page 6c clipping is all that exists of that moment. No cameras, videos, blog or twitter posts.
If that happened today the driver's name might be permanently searchable and could even cause problems when looking for a job "They hit a 5 year old, that doesn't sound like the type of person we'd want to hire as a delivery driver."
Maybe we can't fix this problem, or maybe it isn't a problem at all but just something we should accept. One thing is certain, we've never been in a situation where everything was recorded so thoroughly before. Can we adapt?
Green: Healthcare, Education, and Government
Blue: Professional Services
Looks like how Minneapolis and St. Paul folk perceive each-other is dead on:
that's really impressive, good luck!
I wish we would kill flash by providing a stronger solution. Does any application exist today that can replicate the functionality of even Flash MX (now 11 years old) in HTML5? An actual application that could be given to non-developers and not a series of javascript libraries.
http://www.colorado.edu/geography/foote/geog4043/notes/flash...
http://www.colorado.edu/geography/foote/geog4043/notes/flash...
http://www.minyanville.com/businessmarkets/articles/futures-...
"Ideally, the broker will make sure everything goes according to plan," the Prince of Peanut Oil told me. "But I once knew a guy who was trading for himself. He bought six egg contracts, with each contract worth 18,000 cartons of one dozen eggs. That's 1,296,000 total. The guy somehow made the mistake of taking delivery."
If it had enough torque (which seems to be a problem given the plastic nature) I could see it breaking loose rusted or stubborn bolts. Maybe? In a scenario like that you wouldn't really care about precision or sound. Though 11 million turns still seems like a lot of cranking... maybe if it had a 9v attachment it could be a portable bolt breaker. Feels like a stretch though, would be fun to play with.
Though now that I think about it the holder of the bolt breaker would probably start slowly turning before the bolt does... weeeee
Adobe’s stock price has increased from about $30 to over $80 since Check In began.
I don't want to be overly negative but COME ON. Changing their goals program didn't nearly triple their stock price. I'm surprised Fortune included that at the end. If it truly had that much of an impact that should be the title of the article.
Getting the admin-interface correct is one of those holy grails. The problem I typically run into is adding complex wizards or features outside of the standard crud stack.
When I'm investigating an out of the box admin interface I'm _less concerned_ about how they handle CRUD; that's the easy part. Really I need to know how they handle things that go well beyond their stack.
For example, in one application we need to create events for people (like google calendar). You need to be able to search for people, show the system what they already have assigned at that time and allow you to choose times that are best for everyone in the list. This has been designed as a multi-step wizard and it works great but it was a ton of custom code. Looking at the online documentation of flask I'm not sure how I would go about integrating something like this.
Oh totally, draft would be fine, but even the idea of playing something randomly generated like this would be pretty fun.
This is a very interesting idea. I'd like to see it played with 100% of the cards being generated through a system like this. 4 players, 4 automated decks of random (possibly nonsensical cards), that would be _so much fun_!
Serious question: Is this significantly different from all the similar-themed articles in the 90's and 80's? It seems like the more things change the more they stay the same...
https://news.google.com/newspapers?nid=1310&dat=19980412&id=...
https://news.google.com/newspapers?nid=1309&dat=19941224&id=...
https://news.google.com/newspapers?nid=2209&dat=19881231&id=...
I'm not a fan of thread-splitting but that'd be one option (Ask HN: Who's hiring directly). Otherwise what about people add tags like [Direct] or [Hiring Manager] to their posts:?
I can only speak to MtG when it first came out, I've been out of the loop since eh since when 4th edition started or so. MtG exploded because it was (and I hate to use this term): hackable. You could build creative exploits into the game, at our local shop there was a no CoP rule (no circle of protection) because they were considered too unfair; in hindsight this was a ridiculous rule.
Very few games embrace the unknown dynamic nature as well as MtG did. They would introduce cards that could be mixed with past-future cards almost on a whim, creating moments of pure frenzy as people managed to build systems that seemed indestructible.
It's crazy to think how much some of these cards are worth now: http://www.mtgprice.com/sets/Beta/Savannah
Great idea! I understand there are only seven options (hence the name) but I'd suggest adding a music playlist as an item. It's easy to describe and would cover multiple GUI elements: button groups (forward,back,start,pause), display list (what is in the playlist, what is currently playing) and interactivity (drag and drop to re-order).
I think it's an interesting approach. There are some things you can do with a projector that you couldn't do with another screen (http://www.youtube.com/watch?v=j9JXtTj0mzE)
I could see some applications taking advantage of this when it comes to working with physical items
It'd be interesting to see what 12 or 24 frames of an animation look like, something like this: http://upload.wikimedia.org/wikipedia/commons/4/4a/Muybridge...
Yeah it's the pro but the con (IMO) is that if you're the last active contributor then it has effectively become a custom framework... which nobody likes to support.
I know Wells Fargo went full-bore with YUI to the point of creating their own derivative (http://www.yuiblog.com/blog/2013/11/08/yuiconf-2013-an-amazi...)
I have to say, enterprise companies like WF really have it tough. With thousands of applications and tens-of-thousands of developers by the time they implement anything it's already been rendered obsolete.
At least they didn't go 100% Flex like some other companies
I think you should show the comments first without a time-limit and then allow the user to play. For example:
/*
* @Input1: an integer
* @Input2: an integer (@Input1 <= @Input2)
* @Input3: an integer (@Input3 !== 0)
* @Output: maximal integer from @Input1 to @Input2 inclusive
* which is divisible by @Input3
* or -1 if there in no such number
*/
<insert click to play button>Right now it takes me 20-30 seconds just to read and understand the comments.
Wow, we used to do this using the free transform tool. Here's an embarrassingly bad piece I did in '98 http://i.imgur.com/SmgQSy7.jpg
Not to go too far off-topic, the meta information of this image is probably more interesting than the poor design (http://metapicz.com/#landing?imgsrc=http%3A%2F%2Fi.imgur.com...)
I don't know how relevant this is, but I have a similar pain but it's not associated with tax time.
If I'm going to be at a client location for a few weeks I need to save every receipt I get then I need to invoice the entire lump. It's a mind-numbing process.
On my last trip I had 97 receipts, it was an absolute pain, luckily I had a 10 hour flight to do it over.
In a perfect world I'd take a photo and it would OCR what it can and then voice prompt me for notes. That way I could just snap a photo and speak into my phone something like "£37 for pints... I mean dinner at the Old Flaming Hen".
When it comes time to actually use these receipts then I could download the lot of them and send them off as part of my invoice.
A small but VERY nice feature would be giving the file names something relevant as normally I have to upload them one at a time. Instead of DCR0299.jpeg if they could be "01-17-2014 23:11 £37 for pints... I mean dinner at the Old Flaming Hen.jpeg" then they'd be much easier to find when accounting asks me questions.
I haven't seen much in this space, maybe I'm not looking in the right places or there isn't a very big market.
Wow! This is really neat, I tried to find images that I didn't think it could process, the results are interesting.
http://upload.wikimedia.org/wikipedia/commons/1/1e/Blown_up_...
["piranha", "fish", "food", "water", "gold", "dish", "crab", "kitchen", "glass", "silver"]
https://www.flippers.com/images/See-SHFA1_Caps&Mods-PCB.JPG
["panel", "retro", "wine", "background", "design", "old", "tool", "letter", "art", "robot"]
http://history.nasa.gov/alsj/a11/a11_lpi_trvrsmap.gif
["background", "metal", "water", "man", "wall", "old", "abstract", "paper", "hand", "paint"]
> If the images exist only as a digital image file, the answer is almost certainly, "No".
Hrm I don't quite understand. Right now just about every important element of modern history is being saved in raw formats, as well as jpegs, pngs, psds and the like.
Are we assuming that a hundred years from now we'll have completely lost the ability to view these images and videos?
London 1970s https://www.youtube.com/watch?v=bPIaG644jsI
London 1990s https://www.youtube.com/watch?v=c84k4Tkj6wc
London 2000s https://www.youtube.com/watch?v=PSTh80Aybjs
In a hundred years we'll lose the ability to view all of this and only physical copies will survive? How are we even supposed to store video then? You can't print it out, and if you burn it to a CD it's just as useless.
Not being able to plug your 40 year old USB memory stick into whatever-magic-future-technology exists is one thing, but there's no reason whatever-magic-future-technology wont be able to run a little virtualized system that can display it for you.
I'd say the opposite. In a hundred years 3d printers would have gotten to the point where they could just make some sort of peripheral on the fly to view old CDs, records, and even tape drives. In the future if you're browsing the thrift store and you come across a pristine CD of Silpheed I bet you could walk into your local 'maker' shop and they'll print you out a Sega CD to play it on.
I think a good example of this is Saints Row 2, like the death of carlos: https://www.youtube.com/watch?v=Of6IIRjUhO8
Great idea, have you informed your local makerspaces? They might be able to set up a competition.
http://pumpingstationone.org/ <-- Here's one, though I've never been there.
This is very interesting. This is one of the few actual disruptions that I've seen in the interviewing/hiring space.
One small issue: I don't know what I'm getting into when I join the waiting list. I understand what the site is about, if I join will I suddenly be asked to take an interview next Friday? It would be nice to know a little more about the process.
Yea I agree, since it's online for free I think it'd be better if they went the HumbleBundle route and allowed users to enter in a price.