Viewing profile — igl
igl
HN member- Joined
- Thu, Aug 22, 2013, 11:33 AM UTC
- HN karma
- 296
- Public activity
- 205 items
- HN profile
- View on Hacker News ↗
About igl
No profile information was provided.
Recent public activity
-
comment
Comment #49210567
So we should only address the symptoms and not the cause. What are you saying? Modern AC units are heat pumps the same box cools in summer and heats in winter, more efficiently tha…
-
comment
Comment #49162045
Exactly. There is plenty of code change however introduced by bundlers who do “bundling“, polyfill injection, minification, this kind of stuff.
-
comment
Comment #49161947
Germany is in no position to go against the USA's geopolitical interests. Sure, they do trade shenanigans sometimes, like with Russian gas, but the relationship with Russia was pre…
-
comment
Comment #49160865
absolutely nobody used those outside of a language demo. We also got --erasableSyntaxOnly last year to remove them from the language. The TS team considers them “mistakes“ for a re…
-
comment
Comment #49160698
A strong possibility? Where do you get your news from?
-
comment
Comment #49108248
I had keyboards upwards of $200 with a very nice design but they have their Bluetooth switch underneath the keycaps ... and usually don't ship ISO versions. What keychron is delive…
-
comment
Comment #48906244
This is a minor point. It gives the government broad power to reject any request, associations and media outlets are excluded, it costs more and the mandatory REDACTION OF NAMES is…
-
comment
Comment #48906131
"SPD will block this" is contradicted by SPD already voting for the identical Berlin version weeks ago.
-
comment
Comment #47918534
I used to be a hardcore Cursor user until I spent more time with the alternatives and cursor has gotten rough on my machine lately: spins up the MBP fans in minutes and drains the …
-
comment
Comment #47254379
I think the fact that a guns primary function is harm and murder and AI is a word prediction engine makes a huge difference.
-
comment
Comment #47059918
First time seeing this. Really moving story. I just set up a monthly donation and had one thought: the way to donate monthly feels a bit too hidden right now (did a ctrl+f search t…
-
comment
Comment #46886277
Founders can choose how to get paid, so this mostly feels like optics and support for YCs stablecoin bets. Most startups will just need to dump this into a bank to pay salaries and…
-
comment
Comment #46622676
The willingness to keep backing his companies, despite his political trajectory, is honestly hard to understand.
-
comment
Comment #19384563
People create their opinion from what they read in blog posts like this rather than their own experience. Take the right tool for the job - over.
-
comment
Comment #19362324
Going back to the early 2000s with freemarker/twig/mustache is what he means I guess? Nextjs and Gatsby are what they are for very good reasons and backend apis can be written in w…
-
comment
Comment #17521206
This is a very blunt statement and overvalues hstore. Keys AND values in hstore are and can only be text strings.
-
comment
Comment #15321189
My beef with software patents is bigger than my dislike of the Facebook institution. I think something like a weak patent clause would be nice for FOSS projects but it's not explor…
-
comment
Comment #15282922
Everything is an expression. Including if statements. There is no need of such syntax abominations.
-
comment
Comment #14453663
Lies. Merkels government just changed how the number is calculated. They created programs for unemployed (1 euro jobber, "Aufstocker") and removed them from the statistic. They sti…
-
comment
Comment #13999437
My favorites are the collection of functions offered by the graphql-tools package. Like composing your schema from strings instead of the verbose JSON definition. The mocking is al…
-
comment
Comment #13874466
Oh man. Proponents say critics dont offer alternatives at the same time they always literally 'reverse' engineered sessions if you dig deep enough. I give up. JWT is just a hip thi…
-
comment
Comment #13871152
So there is a db roundtrip involved? Like a inverted session. Whats the point of using jwt then?
-
comment
Comment #13852892
Do you think java is elegant or do you think ocaml is elegant? Google built Dart once as a alternative and it did not make it into the Browser. Are JS frameworks not simple? I real…
-
comment
Comment #13218450
() = empty arguments. you can only omit the braces when you have 1 argument. 0 and 2+ require the braces. #tc39 the colon refers to flow and typescripts type annotation "colon some…
-
comment
Comment #13162690
React's event system is one of its strong points. Like with many alternatives, I stopped looking into them when i read "no event system" in the README. Perf is not the single most …