Viewing profile — laut
laut
HN member- Joined
- Mon, Jun 30, 2008, 9:59 PM UTC
- HN karma
- 824
- Public activity
- 305 items
- HN profile
- View on Hacker News ↗
About laut
http://www.creativedeletion.com/
Twitter: http://twitter.com/laut
Recent public activity
-
comment
Comment #26291524
The Mercedes AMG C 63 S costs USD $76,200 (MSRP) in the US according to https://www.mbusa.com/en/vehicles/model/c-class/sedan/c63ws
- story
- story
-
comment
Comment #26053420
The Wrangler 4xe is a plug-in hybrid and began production last year. That car is featured on the US website too. Jeep also has the Renegade 4xe and Compass 4xe. All plug-in hybrids…
-
comment
Comment #25625795
Yes, the `phx-click` doesn't automatically get translated to a link or form submission. You can still design the page to work without javascript. For instance by having a "+" butto…
-
comment
Comment #25523051
> But with LV wouldn't you need to create both a LV and a regular controller? That's a huge amount of code duplication. You just do LiveView instead of a regular controller. No dup…
-
comment
Comment #24957732
Apple copied that from the Beocom 6000 phone by Bang & Olufsen.
- story
-
comment
Comment #21449150
Supply of housing can increase if it makes sense to build housing. Zoning and other regulation can make it impossible, risky or unprofitable to build housing.
-
comment
Comment #21254136
In Denmark you can get milk at the grocery store that was inside the cow less than 24 hours ago. Ultra High Temperature pasteurization is not really normal in Denmark, but I think …
- story
- story
-
comment
Comment #12110915
On the map ( https://www.passportindex.org/byRank.php ) Greenland should probably have a "more powerful" colour since they get a Danish passport.
-
comment
Comment #12088135
In general people in Denmark don't have a ton of money to invest after paying taxes. If they do invest in Danish companies, those companies are held back somewhat by rules and furt…
- story
-
comment
Comment #11595801
Yeah. Weird, but amusing. And they seem so confident about it too.
-
comment
Comment #11522035
Depending on what you need to do, UTC does not always work: http://www.creativedeletion.com/2015/03/19/persisting_future...
-
comment
Comment #11521522
They might have more resources, but they also have constraints. For instance a tzdata update was just released yesterday. Apple has a lot of resources but I don't see an updated fr…
-
comment
Comment #11517598
UTC can also fail if your users need to see or enter times that are not in UTC. E.g. for a meeting or a train schedule or an appointment etc. See this http://www.creativedeletion.c…
-
comment
Comment #11517560
You are right. I have heard that one before too. That one is sort of implicitly covered by this part in the blog post: "CST is also used for: Cuba Summer Time, China Time, Central …
-
comment
Comment #11517548
Operating systems kind of suck at it. Which is why for Elixir I made Tzdata ( https://github.com/lau/tzdata ) not rely on any timezone information from the operating systems. A fea…
-
comment
Comment #11517543
Hi. I'm the author of the article. And also of Elixir Tzdata and https://github.com/lau/calendar I recommend using Calendar instead of Timex. I'm curious: Why where you using e.g. …
-
comment
Comment #11464790
The fault tolerance allow you to have processes and state to be available reliably for longer than the duration of a HTTP request. You can have continuously running processes witho…
-
comment
Comment #11353171
Yes SF and NYC have rent control. And other regulations that make it less profitable to build and rent out homes. This reduces supply of rental homes, which increases prices. "In m…
-
comment
Comment #11321706
Also: Falsehoods programmers believe about time and time zones: http://www.creativedeletion.com/2015/01/28/falsehoods-progra...