james_smith_007
|
3 years ago
|
on: Apple, Google, and Microsoft commit to expanded support for FIDO standard
Sorry folks, I need to test hyperlinks, so here is a link to the [Apple website](
https://apple.com/)
james_smith_007
|
4 years ago
|
on: Nobody cares about your clean code
Bullshit
james_smith_007
|
4 years ago
|
on: Hard drive prices have started rising in China due to cryptocurrency miners
Mining should be a crime.
james_smith_007
|
4 years ago
|
on: Cryptocurrency Is an Abject Disaster
It was obvious to me from the very start. I hope one day it will be a crime and those "miners" would get what they deserve: the prison.
james_smith_007
|
4 years ago
|
on: My experience with sexual harassment in the Scala community
First world problems. There is no such thing as "harrasment". Someone f... with someone. It was not blackmail or physical coercion, so it's just your free will, period.
james_smith_007
|
4 years ago
|
on: Why we switched from Webpack to Vite
I cannot say anything about Vite itself, but this is just wrong that there is permanent hype about one helper tool over other one and people switch from X to Y and then to Z and then to the new version of X and then to whatever.
james_smith_007
|
4 years ago
|
on: After working at Google, I’ll never let myself love a job again
First world problems. All this complains about what people on the west call "harassment" is ridiculous. 'Oh my God, he called me "beauty", my life is over!"... What the heck
james_smith_007
|
6 years ago
|
on: Show HN: Excel-like table editing for Markdown
I don't need a software that require me to sign in before use.
james_smith_007
|
6 years ago
|
on: Why people use CSV instead of DSV?
It's not so. Both CSV (despite of its name) and DSV are able to use an arbitrary character as a delimiter. The real difference between them is the way to escape the delimiter (and to escape the escaper itself). DSV use C-like syntax: \, will be treated as literal comma, \\ will be treated as literal backslash. CSV use quotation marks for this purpose, and in a completely different way.