Live data from Hacker News

Viewing profile — asamarin

asamarin

HN member
Joined
Mon, Jul 27, 2015, 7:19 PM UTC
HN karma
106
Public activity
26 items

About asamarin

[ my public key: https://keybase.io/asamarin; my proof: https://keybase.io/asamarin/sigs/Es7-TtDFitBSncPtX8Ak0gceeaIOhCPgvPqOVUtM52o ]

Recent public activity

  1. comment
    Comment #25323363

    Not sure about saving but, more importantly for me, it can read sqlite DBs, which has been a godsend whenever I need to take a quick glance at some random DB just to see what kind …

  2. comment
    Comment #25323284

    > and they're not screenshots That over there blew my mind, and I had to go back to the page to double-check that. And indeed, it's all clever CSS trickery. Digging further into th…

  3. comment
    Comment #25282228

    Article written in 2016, mind you

  4. comment
    Comment #22861925

    The latest addition to my renaming-toolbelt has been `perl-rename'. This thing is just wonderful: I can unleash all the power of perl-based regexes to rename things in bulk. Case i…

  5. comment
    Comment #20988290

    So what happens at the very first boot (e.g. after system installation, or cloud instance just being spawned)? Is that the only circumstance where it would be OK to block? Does Ope…

  6. comment
    Comment #19542077

    You pray for rain

  7. comment
    Comment #16982496

    Yes; C++20 seems likely. See https://isocpp.org/std/status

  8. story
  9. comment
    Comment #16634039

    You can see this in action on musl source code, which is arguably a much more readily understandable implementation of libc: - Function that actually parses /etc/hosts is name_from…

  10. comment
    Comment #16043673

    In the very same post where Google announced Java 8 being generally available on GAE standard [1], they also stated Java 9 support was already in the works. Of course, actual timel…

  11. comment
    Comment #16043083

    It's currently sitting at #1 feature request by vote count on GAE issue tracker: https://issuetracker.google.com/savedsearches/559750

  12. comment
    Comment #16043073

    Bear in mind this article was written back in March 2017; quite a few things have changed/improved in GAE-land since. To name a few, off the top of my head: - Java 8 is already gen…

  13. comment
    Comment #15893529

    And it's even impossible to do in some cases, e.g. default arguments in C++, which must be at the end of parameter list

  14. comment
    Comment #13797977

    For me, three reasons: - Pacman (with pacaur on top of it) - The Arch Wiki - Bleeding-edge software

  15. comment
    Comment #13093034

    I _love_ jq. It's been an incredibly useful tool for me since I discovered it ~6 months ago. However, article mentions "jq -n"; I personally find jq syntax less appealing when it c…

  16. comment
    Comment #13073807

    I don't know about Amazon, but Google does have Cloud Speech API; seems to be what you're looking for: https://cloud.google.com/speech/

  17. comment
    Comment #12355123

    You're probably talking about sift https://sift-tool.org/

  18. comment
    Comment #11933528

    I guess you meant 36 to the power of 5, instead of factorial. 36! is a much bigger number than 60 million; same goes for 1,025,109 a few lines below

  19. comment
    Comment #11885286

    That's called panspermia, and no, it hasn't been ruled out. Main problem with it though is that it doesn't explain how life as we know it came into existence, it simply shifts its …

  20. comment
    Comment #11645837

    Agreed. After a few mins of reading, it became annoying enough that I felt an urge to remove it via dev-tools. Nice content, nonetheless.

  21. comment
    Comment #11616654

    Yes, of course they're correct; however, invoking gcloud is comparatively much slower than just curl'ing against the metadata server (you know, no Python code to interpret in the l…

  22. comment
    Comment #11566659

    Some extra suggestions: - Null Program: http://nullprogram.com/index/ - Insane Coding: http://insanecoding.blogspot.com - Agner Fog's Blog: http://www.agner.org/optimize/blog

  23. comment
    Comment #11483295

    Indeed. Can't remember last time I installed a package using pip. This one, particularly, sits at https://aur.archlinux.org/packages/voltron-git/

  24. comment
    Comment #11139133

    I use xcape [1] to have the best of both worlds: a quick press-release tap means Escape (great for vim), while holding it down makes it act as Ctrl (great for shell and other stuff…

  25. story