Live data from Hacker News

Viewing profile — vthriller

vthriller

HN member
Joined
Tue, Nov 01, 2016, 8:19 AM UTC
HN karma
614
Public activity
171 items

About vthriller

No profile information was provided.

Recent public activity

  1. comment
    Comment #46136443

    And now it opens... some VSCode-esque editor in the browser that asks me to sign-in? Why would I want something even more resource-hungry and convoluted just to look up a random th…

  2. comment
    Comment #46133398

    > In addition, it is best to use code navigation simply in a web browser How do you define "code navigation"? It might've got a bit easier with automatic highlighting of selected s…

  3. comment
    Comment #45847073

    Not sure about normalizing recipients' emails but some are definitely aware of it because I've seen spam that asked to "reply back to defi.n.it.ely.not.shady+email@gmail.com" or so…

  4. comment
    Comment #45843974

    My guess is the sheer amount of data that archive.org has, which means: - even higher costs associated with seeding archives (egress traffic, storage iops capacity required etc) - …

  5. comment
    Comment #45602594

    > Storage is cheap My /usr is 15G already, and /var/lib/docker isn't that far off despite people's obsession with alpine images. If more people would dismiss storage as cheap it'll…

  6. comment
    Comment #45529927

    ...which could also be a PTSD-esque reaction and not a sign of ignorance. As in "I'm so tired of being affected by this nonsense, when this would even stop". People who don't reall…

  7. comment
    Comment #45512742

    What you're showing here is not concatenation, there are fancy borders between file chunks and whatnot. Unless you have very different, unconventional definition of concatenation. …

  8. comment
    Comment #45494457

    > support clustering (for high-availabilty purposes) That reminds me of one idea I had back in the day. You see, not everyone has the skill nor time to set up their own server, so …

  9. comment
    Comment #45494176

    > On linux there is gajim that is "okish" In my book it only got worse. Way worse. Sure, it looks more familiar to those who is used to iMessage/Whatsapp/Telegram, but I bet it wou…

  10. comment
    Comment #45262232

    Discussed previously: https://news.ycombinator.com/item?id=44381093

  11. comment
    Comment #45216256

    > And I'm still not a fan of the idea of building the perfect IDE by composing different TUIs together and spending hours trying to get a perfect setup. OTOH one could build distri…

  12. comment
    Comment #45195392

    > em dashes are, in most locales, not to be surrounded by a space This is definitely not the case for at least French and Russian, which means markup renderers now have to guess te…

  13. comment
    Comment #44970179

    I'm not sure if I'd count examples with spaces and comments towards valid emails, because one could argue these are not part of the address, they're email header syntax details. Li…

  14. comment
    Comment #43047190

    And tuomov (ion3) vs debian: https://web.archive.org/web/20070307113840/http://modeemi.fi... https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413469

  15. comment
    Comment #33851857

    I was actually the one who submitted patches for GTK3 support! But, yes, it's never going to work with GTK4, at least not without complete overhaul. I don't daily-drive it though, …

  16. comment
    Comment #33851211

    See also: vi keybindings for GTK2/3: https://github.com/polachok/gtk-vikb (not an active project though)

  17. comment
    Comment #27527682

    > preferably sort its stat()s and open/read/close() by inode A better approach would be to use information about location of data extents. Luckily there's already a crate that can …

  18. comment
    Comment #26529717

    The last time I stumbled upon website that used vh for font sizes I was forced to enter into the developer tools and edit that out from CSS because: 1. it didn't work well with my …

  19. comment
    Comment #25668198

    I also wonder if there are changes to the kernel that can't be reversed with a simple mitigations=off and what effect compiler-based retpoline hacks have these days. Wouldn't be su…

  20. comment
    Comment #25053872

    Wouldn't it be more accurate to use Belarusian ў for ł? They both actually seem to represent [w] sound.

  21. comment
    Comment #24950597

    How do those similar projects actually handle ambiguously written laws? All that I see in Catala paper is basically "let this whole thing bounce back and forth between lawyer and p…

  22. comment
    Comment #24081286

    You can do that kind of things already, albeit not from within a single universal shell: - https://github.com/jhspetersson/fselect - https://github.com/osquery/osquery

  23. comment
    Comment #23946927

    It's not about Friday deployments though: https://www.zdnet.com/article/garmin-services-and-production...

  24. story
  25. comment
    Comment #23768477

    You don't even need to quit editor without saving changes, you can just ^Z it, add new changes, fg the editor back and continue with your commit message.