Viewing profile — innocenat
innocenat
HN member- Joined
- Wed, Jun 18, 2014, 4:33 PM UTC
- HN karma
- 1,324
- Public activity
- 637 items
- HN profile
- View on Hacker News ↗
About innocenat
No profile information was provided.
Recent public activity
-
comment
Comment #44758556
> They're not just small luxuries, but actually better-performant and more practical than the popular alternatives in almost every way. Most of us who use fountain pen feel this wa…
-
comment
Comment #41946408
I think it is a reasonable assumption that developers in developing countries earn much more than the per capita GDP. (I say this as someone from a Newly Industrialized Country and…
-
comment
Comment #41943359
They also offer a personal license, which I would say should be affordable to any devs if they were getting money. Rider is $149/year for the first year, $119 for second, and $89/y…
-
comment
Comment #41943272
Almost (or maybe even all) of what WebStorm does, you can do it in Rider or RustRover (which is also free). So it make no sense to not also make WebStorm free.
-
comment
Comment #41327185
You called it "markdown noise". I called it "easy to see if I actually bolded the whole word or I forgot to bold the last character" or "easy to see if I also underlined the space …
-
comment
Comment #41327176
I used logseq for about a year and I so hate the block-based editor (the same reason I stopped using Notion). I went back to using flat-file for a while until I find Zettlr.
-
comment
Comment #40828164
Diagonal bridge, for one.
-
comment
Comment #40773851
Japan railway companies in Kanto region are moving to QR code for individual ticket in 2027. The bulk of the ticket will still be the Felica card though, because as far as I know n…
-
comment
Comment #40764612
That's called uOP cache, which Intel has been using since Sandy Bridge (and AMD but I don't remember on top of my head since when). But that's more transistors for the cache and it…
-
comment
Comment #40764253
Decoding 1 x86 instruction per cycle is easy. That's solved like 40 years ago. The problem is that superscalar CPU needs to decode multiple x86 instructions per cycle. I think late…
-
comment
Comment #40407438
"maths" is British English for "math" in US English.
-
comment
Comment #39860390
Personally while there are some task that's easier with multiple cursors, I have personally yet to find any use case where regexp replace in selections doesn't work as well.
-
comment
Comment #39520478
But the point of this entire discussion is about manga/comics???
-
comment
Comment #38878061
Agree. I recognized the Rust language when I saw the actual code but would be nice to know just from the title.
-
comment
Comment #38724489
Can't see how that would go well if two devices have the same serial number.
- comment
-
comment
Comment #38208093
I love 1080p panel on 13-14" laptop and plan to choose do so if given choice. Until 2160p panel become common at least, so I don't have to rely on non-integer scaling.
-
comment
Comment #38204006
If it isn't just a b c d e but longer variable name or function call, then I imagine it wouldn't be as clear.
-
comment
Comment #38160754
BitBucket was Mercurial-only for quite some times before they added Git (when it was obvious that Git was winning). I think Google Code provide both from the early day (along with …
-
comment
Comment #38085711
No, thank you. I like to know that .go(v?).ccTLD are the official website of the government of my country.
-
comment
Comment #37767379
I am not sure how that would work. "Artificial Intelligence a Modern Approach" 1st Edition is no longer available. Should it be allowed to be freely shared when 4th edition is stil…
-
comment
Comment #37557042
Contary to the name, Japan National Health Insurance is managed at municipal level.
-
comment
Comment #37531043
I would think running regression should be more demanding on the potato then decompressing ZIP file.
-
comment
Comment #37444379
All those font families have regular Latin characters. It just default to show those languages. If you open the sidebar and type some text in the "Type something" box then it will …
-
comment
Comment #37443880
One thing I absolutely love about PHP is the mod_intl which is almost always enabled everywhere. It provides ICU Transliterator and BreakIterator which is godsand to handle user-cr…