Viewing profile — slapresta
slapresta
HN member- Joined
- Sun, Feb 03, 2013, 10:04 PM UTC
- HN karma
- 218
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About slapresta
No profile information was provided.
Recent public activity
-
comment
Comment #12064110
I usually use jq to understand the structure of the file. `keys` will get you all the key names in an object; `with_entries(.value |= type)` will replace each element on an object …
-
comment
Comment #12033420
With words that have meanings? To the layperson, "data center" and "supercomputers" translates to "tech stuff". "AWS is a service by Amazon that runs software for you in computers …
-
comment
Comment #12021856
It definitely has to do with low salaries: by Spanish standards, I'd say that's a good job offer. Sure, the range advertised is too broad to be useful, but at least there is one; a…
-
comment
Comment #11973839
That doesn't directly translate to a color requirement in the font, though.
-
comment
Comment #11959712
This is about icon fonts and font rendering and has nothing to do with Unicode. Code points don't have colour; there's no colour requirements anywhere in the spec. Your fonts don't…
-
comment
Comment #11898765
The crucial point is that XSS vulnerabilities are an application level issue. If you have an XSS vulnerability, your application is broken. Good development practices prevent XSS v…
-
comment
Comment #11708477
Working touch screens are useless without usable touch UIs.
-
comment
Comment #11689231
The git support is a big deal. I loathe SourceTree and the like, but VSC is basically a better `git add -p` for me.
-
comment
Comment #11517859
Well, for one, they make about 50% of full measures, give or take.
-
comment
Comment #11393663
So, if they aren't willing to go through whatever random whiteboard bullshit you decide is due, then they can't join your company? Sounds like you're doing them a favor, not the ot…
-
comment
Comment #11375669
> It's like discussing guns with people who will never use them. You mean that it also creates a toxic culture which disproportionally hurts poor people and minorities? Agreed! > l…
-
comment
Comment #11276679
> Few politicians would dare campaign to reduce an established benefit. Right, because it's not like there's any US party that campaigns against government spending, food stamps an…
-
comment
Comment #11146741
Hilariously, PHP supports this on its date/time formatting functions: http://php.net/manual/en/function.idate.php
-
comment
Comment #10985509
That doesn't even make sense.
-
comment
Comment #10975536
Well, yes. Everything else I've mentioned is also dependant on cultural contexts that may vary dramatically over time. I surely hope Facebook hasn't won forever. For what it's wort…
-
comment
Comment #10970555
Code collaboration tools have a strong network effect due to them being ultimately social tools, and we expect categories affected by the network effect to have winner/losers mecha…
-
comment
Comment #10949610
While I understand the sentiment, this conflates up-front design with compile-time safety, and opposes the latter to "quick, spontaneous changes". However, I feel that my iteration…
-
comment
Comment #10884969
He did not "die", he was murdered.
-
comment
Comment #10657534
Wasn't this possible in every release since Vista?
-
comment
Comment #10484242
This is going beyond ridiculous.
-
comment
Comment #10327348
Agreed on Mono hardly being production-ready until recently: that said, Unity uses Mono extensively for production purposes.
-
comment
Comment #10033134
Oh, no, it's not your IBAN. It's a number that looks like a credit card number, but the card it points to is actually a debit card.
-
comment
Comment #10031871
I'm European and I'm yet to find a credit card field where I can't put my debit card number. I'm not sure I understand what you're saying.
-
comment
Comment #10023783
Sure, because a coin is evaluated on its capacity to map to an even distribution of outcomes. Drug possessions, however, are almost surely not an even distribution. If, say, 95% of…
-
comment
Comment #10012775
> No, I don't buy that a code formatting tool obviates the need for design patterns. How does gofmt replace the Visitor pattern (just to pick one at random from the GoF)? Asking if…