Live data from Hacker News

Viewing profile — innocenat

innocenat

HN member
Joined
Wed, Jun 18, 2014, 4:33 PM UTC
HN karma
1,324
Public activity
637 items

About innocenat

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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.

  5. 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 …

  6. 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.

  7. comment
    Comment #40828164

    Diagonal bridge, for one.

  8. 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…

  9. 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…

  10. 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…

  11. comment
    Comment #40407438

    "maths" is British English for "math" in US English.

  12. 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.

  13. comment
    Comment #39520478

    But the point of this entire discussion is about manga/comics???

  14. 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.

  15. comment
    Comment #38724489

    Can't see how that would go well if two devices have the same serial number.

  16. comment
  17. 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.

  18. 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.

  19. 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 …

  20. comment
    Comment #38085711

    No, thank you. I like to know that .go(v?).ccTLD are the official website of the government of my country.

  21. 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…

  22. comment
    Comment #37557042

    Contary to the name, Japan National Health Insurance is managed at municipal level.

  23. comment
    Comment #37531043

    I would think running regression should be more demanding on the potato then decompressing ZIP file.

  24. 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 …

  25. 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…