Viewing profile — paulkoer
paulkoer
HN member- Joined
- Mon, Dec 06, 2010, 1:28 PM UTC
- HN karma
- 187
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About paulkoer
No profile information was provided.
Recent public activity
-
comment
Comment #44375580
I did. Oh the memories!!
-
comment
Comment #23005478
I guess if both have the pixel buds then you don't necessarily need the phone? I get that its not quite the smooth experience (yet?) that we want it to be but that we're approachin…
- story
-
comment
Comment #20181755
Senior Software Engineer | VISA Sponsor | €60K-€85K | On-Site | Full-time | Munich, Germany Smart Reporting is one of the world’s top startups in digital health. Our mission is to …
-
comment
Comment #19800882
Senior React Engineer | VISA Sponsor | €60K-€85K | On-Site | Full-time | Munich, Germany Smart Reporting is one of the world’s top startups in digital health. Our mission is to ena…
-
comment
Comment #19551571
Senior React Engineer | VISA Sponsor | €60K-€85K | On-Site | Full-time | Munich, Germany Smart Reporting is one of the world’s top startups in digital health. Our mission is to ena…
-
comment
Comment #18807658
Senior Full-Stack Engineer | VISA Sponsor | €50K-€85K | On-Site | Full-time | Munich, Germany Smart Reporting is one of the world’s top startups in digital health. Our mission is t…
-
comment
Comment #18679419
Senior Full-Stack Engineer | VISA Sponsor | €50K-€85K | On-Site | Full-time | Munich, Germany Smart Reporting is one of the world’s top startups in digital health. Our mission is t…
-
comment
Comment #16516212
I second this. I used to think practicing gratitude was stupid, or at least not really worth my time. I have recently picked up stoicism and one key techniques seems to be "practic…
-
comment
Comment #9999218
If someone is wondering about the relationship between sum types (discriminated unions / case classes) and the visitor pattern, I've written about this here [1]. [1] http://paulkoe…
-
comment
Comment #8751405
This is a really awesome library to generate typesafe sql queries right from the C++ source code. Example usage: auto res = db(select(foo.name, foo.hasFun) .from(foo) .where(foo.id…
- story
-
comment
Comment #8521627
I highly recommend the following talk by Joshua Bloch: "How to design a good API and why it mattes" [1]. Key points: - When in doubt, leave it out - you can never remove things fro…
-
comment
Comment #6942631
I recommend: http://blog.sigfpe.com/2006/08/you-could-have-invented-monad... But in the end I think for most people 'understanding' the concept of monads is just something that is …
-
comment
Comment #6019648
So the obvious question: What did you focus on that let you improve way more than other people? I do write code and learn something new every day and while I would say that I have …
-
comment
Comment #5987011
Has it been decided yet if garbage collection should be moved out of the core and only be provided as a library? If memory serves me right there was some discussion on this shortly…
-
comment
Comment #5984331
Here is a simple suggestion to end the lawsuit madness: The loosing party must bear all costs of the process. This is how it works in Germany. Added benefit: The expected value for…
-
comment
Comment #5971646
Re 2: Well, sometimes you need them, but they do throw exceptions on empty lists, so if you don't know for sure that the list is non-empty it is definitely a bad idea to use them. …
-
comment
Comment #5971465
I am afraid this is not a very good guide. I am by no means a Haskell expert, but even I can pick out a number of things which are not done very well and are not idiomatic Haskell.…
-
comment
Comment #5970574
Thank you, I had been wondering about that every now and then.
-
comment
Comment #5970123
I have to ask: What does this Acme stand for?
-
comment
Comment #5961776
For those interested in an experience report I'll copy and paste the post from the developer from http://www.reddit.com/r/haskell/comments/1ha5dd/rss_reader_w... (go there for some…
-
comment
Comment #5924880
> The only way public demonstrations are going to have an effect is for them to be massive and concentrated. That does not mean widespread protests are a bad idea per se, but that …
-
comment
Comment #5779062
yes, in this case there is no need to do anything. The Haskell Platform is vetted packages + an easy way to get it all installed (which can be slightly tricky otherwise).
- story