Viewing profile — asamarin
asamarin
HN member- Joined
- Mon, Jul 27, 2015, 7:19 PM UTC
- HN karma
- 106
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About asamarin
Recent public activity
-
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 …
-
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…
-
comment
Comment #25282228
Article written in 2016, mind you
-
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…
-
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…
-
comment
Comment #19542077
You pray for rain
-
comment
Comment #16982496
Yes; C++20 seems likely. See https://isocpp.org/std/status
- story
-
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…
-
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…
-
comment
Comment #16043083
It's currently sitting at #1 feature request by vote count on GAE issue tracker: https://issuetracker.google.com/savedsearches/559750
-
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…
-
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
-
comment
Comment #13797977
For me, three reasons: - Pacman (with pacaur on top of it) - The Arch Wiki - Bleeding-edge software
-
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…
-
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/
-
comment
Comment #12355123
You're probably talking about sift https://sift-tool.org/
-
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
-
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 …
-
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.
-
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…
-
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
-
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/
-
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…
- story