Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CookWithMe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
CookWithMe
8y ago
I believe (hope) I haven't been the most distracted parent - I banned all news apps and facebook, twitter etc. from my smartphone long ago. Three weeks ago I broke my iPhones screen on a Friday, and we did go on a family trip over the
2.
▲
The Dangers of Distracted Parenting
(theatlantic.com)
3 points
by
CookWithMe
8y ago
|
1 comments
3.
▲
by
CookWithMe
8y ago
I'm working since 3 years at a growing startup that has been hiring Scala Engineers at least every half year since I started. In the last ~18 months, the amount of CVs we're getting has been constantly increasing. Part of that is
4.
▲
by
CookWithMe
8y ago
Their marketing claim of "Full Self-Driving Hardware" is evil-genius - it's very similar to the Halting problem[0] - Turing proofed that we can not develop an algorithm that can predict whether any program will eventually hal
5.
▲
by
CookWithMe
8y ago
> The main concern with this approach is that the event store is no longer immutable I think what happens when you delete all events of a (deleted) aggregate root (such as a customer who requested to be forgotten) can be interpreted more
6.
▲
by
CookWithMe
8y ago
Volvo is also manufacturing a car with a pedestrian airbag, the V40: https://support.volvocars.com/uk/cars/Pages/owners-manual.as... Both Volvo and Uber could have opted to use this car instead. Even choosing
7.
▲
by
CookWithMe
9y ago
Not if you get ulcerative colitis, cancer, or similar. Or if you get a baby and want parental leave. Or if you want to send your kids to university.
8.
▲
App Store Review Guidelines: The Comic Book [pdf]
(devimages.apple.com.edgekey.net)
1 points
by
CookWithMe
10y ago
|
0 comments
9.
▲
by
CookWithMe
11y ago
I wrote some RAML recently and found it very good for creating a machine-readable representation of an API. We also wanted to make it human-readable and use it as our API reference (with the API console). I found it to be mostly good, but h
10.
▲
by
CookWithMe
11y ago
The Soviet Gas Pipeline explosion - if the whole CIA story is true at all - should not be labelled a bug... The code allegedly did exactly what it's creator intended ;-)
11.
▲
by
CookWithMe
11y ago
Looks really cool. I was first thinking it saves the JSON with the new Postgres JSON support, but saving it as relational data is even more impressive! I'd say if the OPTIONS would return a JSON Schema (+ RAML/Swagger) instead of
12.
▲
by
CookWithMe
11y ago
What is so ugly about it? Swift tries to be somewhat close to the usual C-syntax (it's supposed to be the successor of Obj-C, after all). For someone used to C-syntax, I guess the main deviation is that the return type is in the back a
13.
▲
by
CookWithMe
11y ago
I would walk away. Actually, consider yourself lucky that they've shown their true face so early on and you can get out now :-) When considering hiring a lawyer etc., also take a look at opportunity cost: Even in the best case scenario
14.
▲
by
CookWithMe
11y ago
> you look better each day than the day before Again, this is only true if you are unfit. I have been doing sports regularly for the last decade and my body is in good shape. My doc says I'm healthy. Loosing more weight would make m
15.
▲
by
CookWithMe
11y ago
I'm 100% for doing some sports, and sticking with it while doing a startup. I'm 100% AGAINST doing it for a "guaranteed win" :-) First of all, there may be a direct relationship between effort and win when you're an
16.
▲
by
CookWithMe
11y ago
I have never used a gift card at starbucks before, but that bill [0] doesn't make any sense to me. He says he has two cards: One has $15, one has $5. Card 3203 is billed $14.68 and card 6075 is billed $2.02. The remaining balance on ca
17.
▲
by
CookWithMe
11y ago
You're right, there isn't anything wrong with the six stages per se. The root cause is really that (a) they're forcing a stateful model onto the web and (b) that the way they're keeping/restoring the state is expens
18.
▲
by
CookWithMe
11y ago
Well, a lot of Java web apps ARE slow as hell, but one can't really blame Java-the-language (or the JVM) for it. Two examples from my experience: JSF is doing lots of "magic" trying to keep state. It isn't exactly quick
19.
▲
by
CookWithMe
11y ago
> Simply "not using Rails" anymore however is, well, not that simple! After the OP has described why he likes Rails ("good toolset", "Ruby gems cover everything"), I would've really liked to know why OP
20.
▲
by
CookWithMe
11y ago
Very high on my reading list is "Leading Snowflakes"... but since I didn't read it yet, take it with a grain of salt. Since you mention that you're working in a distributed team, I've read Remote by 37 signals. It w
21.
▲
by
CookWithMe
11y ago
When experimenting with standing (well, also walking) desks I found that the height of the table is less important than the height of the monitor, and that using a plain laptop, as shown in the pictures, isn't any good if you want to w
22.
▲
by
CookWithMe
11y ago
I've used this for an app I've build for fun (to check out Swift). It ranks bad for both Yoga and Meditation, yet one can't use the app for anything else. I could, theoretically, remove these keywords, but what would I replac
23.
▲
by
CookWithMe
11y ago
Because he went through an accelerator. He'll be told for months that the demo day and the pitch will be super-duper important, because investors. I attended a different accelerator than him (but also corporate and in Berlin), and the
24.
▲
by
CookWithMe
12y ago
In a couple of years, there will be no need to own a car for most people. Lots of car-manufacturers have already started to build out the infrastructure for "cars on demand" (e.g. drive now, car2go). In Berlin, there is already al
25.
▲
by
CookWithMe
12y ago
Yep, been travelling through SE-Asia for the last 3 months. Loads of scooters here and they're parked anywhere on the street or sidewalks. Even if you'd theoretically get a power outlet from an apartment onto the street, there wou
26.
▲
by
CookWithMe
12y ago
IMO: If you are finishing up a side project iOS / Android app, don't bother with a website. Just get it out of the door! Traffic doesn't drive itself to the website. If you drive traffic somewhere, you may as well drive it di
27.
▲
by
CookWithMe
12y ago
Yep, you are right. I looked deeper into the Scala implementation of Option [1] to see how Scala achieves that, and whether I can port their implementation to Swift. Long story short: Scala has a bottom type [2], Swift does not, therefore t
28.
▲
by
CookWithMe
12y ago
Nice article, well done! Minor question/comment regarding the implementation of Result.map: Why do you create a new Result in the error case? Result is immutable (or am I missing something specific to Swift here?), so the old and new R
29.
▲
by
CookWithMe
12y ago
Although I agree with the conclusion (have several small projects in addition to a "big" one), I think the intro is off. > It takes ten-thousand hours to master your field, so the story goes, except that programming is too broa
30.
▲
by
CookWithMe
12y ago
I personally use bitbucket for my repos, yet I would not want to loose access to github. GitHub has become more than a DVCS: Loads of relevant Open Source projects are hosted there. If I want to contribute - or even browse issues - I need a
More ›