Viewing profile — Taig
Taig
HN member- Joined
- Sat, Jul 13, 2013, 2:05 AM UTC
- HN karma
- 158
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About Taig
No profile information was provided.
Recent public activity
-
comment
Comment #45085949
I'm seeing a huge union jack overlaying the page when I open it in Safari
-
comment
Comment #41346229
There is a lot wrong here. But my favorite messed up detail is how my cursor changes to text mode when I hover the hamburger button on the top left.
-
comment
Comment #40227153
HelloBonnie | Germany (Remote) | Founding Frontend Developer At HelloBonnie, we believe that employee happiness is the driving force behind each company's success. Every employee i…
-
comment
Comment #39267614
`import Y from X` is a terrible language design decision, established by the JavaScript ecosystem. It should be along the lines of `import X.Y` or `from X import Y` so that autocom…
-
comment
Comment #37067697
I couldn't figure out what this is about without diving into the docs. The landing page left me mostly clueless.
-
comment
Comment #36602574
That is true, but it is also not the goal to achieve 100% secured power output, nor is it necessary. The calculations that determine the necessary electricity production to cover G…
-
comment
Comment #36599628
Some of them are emotional, sure. But what is fake about them?
- comment
-
comment
Comment #36599599
Germany has more energy generation capacity installed than it had last year. I certainly wish there would be a push for even more renewable and storage capacity, though. The fact t…
-
comment
Comment #36599485
The European electricity market is working quite well, imports and exports are expected to happen. Countries prefer to import electricity when it is cheaper than producing it thems…
-
comment
Comment #36599373
A few reasons why people might be pushing against nuclear: - high electricity generation costs - "I don't want to live next to a nuclear plant" - If Japan can't handle it securely,…
-
comment
Comment #36599268
> It's hard for renewables to replace coal or nuclear though, because coal and nuclear provide baseload power, whereas wind and solar are very intermittent and require basically 10…
-
comment
Comment #36599158
And what conclusion do you draw from this, or rather, how is this relevant to this thread?
-
comment
Comment #36598933
Germany actually replaced the nuclear energy with wind & solar. The argument that remains is that instead of phasing out nuclear, reducing coal would have been preferred. The decis…
- story
- story
-
comment
Comment #34737860
Looks great, congrats on launching. I always wonder what web scraping tools use as their proxy solution, because afaict they tend to be quite expensive, especially for residential …
- story
- story
- story
- story
- story
-
comment
Comment #26886236
All the sample photos are obviously photos that were originally in good condition, but you added the scratches, unwanted objects, etc. on top of them. This of course makes it very …
-
comment
Comment #26659739
The feature that mrkeen is describing is called higher kinded types (HKT). I.e. in Scala (and similarly in Haskell), you could write something like: def process[L[_]](input: L[Int]…
-
comment
Comment #25820135
Chrome is also rather aggressive in this regard and I find myself constantly battling this issue when trying to add places autocomplete to an input. A workaround that seems to work…