Viewing profile — grumblestumble
grumblestumble
HN member- Joined
- Mon, Oct 14, 2013, 11:50 PM UTC
- HN karma
- 606
- Public activity
- 192 items
- HN profile
- View on Hacker News ↗
About grumblestumble
Recent public activity
-
comment
Comment #35658616
For reference, Apache Druid has an equivalent in Imply Polaris, and Apache Pinot has an equivalent in Startree. I can't speak for Startree, but Polaris similarly uses S3 for backin…
-
comment
Comment #35658391
3, and there's absolutely no need for hadoop, particularly with MSQ
-
comment
Comment #28804186
This is the kind of malware I can get behind.
-
comment
Comment #27125235
On the "not much else" note, it's worth pointing out that the kids these days are putting out some amazing work that lives up to the precedent set by BoC and Aphex. Skee Mask in pa…
-
comment
Comment #27002389
I'm joking about the quality of the products I make, to be clear.
-
comment
Comment #27000045
This is what NPR does on the market segment (Kai Rysdal?) The background music reflects the changes in the market over the day. Also, if you haven't read Douglas Adam's "Dirk Gentl…
-
comment
Comment #26999902
Deliberately not an actual name, but I'm guessing the actual one he referenced is along those lines (he specifically mentioned it being Nordic)
-
comment
Comment #26999886
I'm generally perceived as a pretty funny guy, I joke around with both my reports and those I report to, and, yes, even with customers all the time. I've found that I don't need to…
-
comment
Comment #26999390
A lot of the conversation from the "no politics at work" crowd here is centered around "these folks were wasting company time and losing productivity protesting this". That entirel…
-
comment
Comment #26518783
This is an advertisement for a service disguised as an informative article. The info it provides is pretty basic and it's just farming clicks for signups from HN.
-
comment
Comment #26415516
There's a whole ecosystem around using React for static site development now, this is exactly what Gatsby is if I'm not mistaken. Use React as a more powerful templating system for…
-
comment
Comment #25378184
I was also befuddled by this. I was using event tracking with GA at least 3 years ago I think, so it was difficult for me to take this article seriously as it hammers on this point…
-
comment
Comment #23307442
dude what dealing with ruby gems is like 50% of iamdevloper's schtick.
-
comment
Comment #23119016
Welcome to capitalism... If what you're building is solving a valuable problem, and you don't build it fast enough, someone else will build it quicker and shittier but still solve …
-
comment
Comment #22363243
This appears to not be fully open source: https://github.com/MaterializeInc/materialize/blob/master/LI...
-
comment
Comment #21632901
I think the team behind this is somewhat trivializing this change by saying that a UI table library "has no business being in charge of your UI". Is the expectation is that the fol…
-
comment
Comment #20953332
Laptop displays are unfortunately limited to the "good enough" solution of additive light. We're stuck with it because it works well enough, so it's not important to sink tons of m…
-
comment
Comment #18905960
On that note, regardless of what the actual answer is here, insight is sorely missing on the brochureware. Conversely, quip.io has an in-depth whitepaper @ https://quip-cdn.com/iR2…
-
comment
Comment #18905327
This seems like a great tool. What's the security model for this? I get that it's offline first with sync capabilities, but is notion hosting any of this content to facilitate sync…
-
comment
Comment #17919586
If you're on OSX and not using the "default for display" resolution, that may be the cause of the issue. Don't have the bugzilla handy, but I stumbled across it at one point and co…
-
comment
Comment #17838770
I actually experienced this with a rental car in South Africa. I drove for 10+ seconds with the engine revving at full blast with the car in neutral and no mat impacting the pedal.…
-
comment
Comment #17181526
We use Verdaccio and I can't imagine any serious dev shop not using some kind of proxy / private registry for NPM packages. It's really simple to set up and has served us well, asi…
-
comment
Comment #17136210
Holy shit, they finally built the Urine Box. edit: since I'm getting downvoted, here's a link for the millenials to one of the greatest BBS-era hoaxes of all time: http://cd.textfi…
-
comment
Comment #17032274
Chiming in here. I would absolutely love to switch to Firefox for a host of reasons, ranging from "I don't want to use Google products" to "I love the tabs". Unfortunately, it's co…
-
comment
Comment #16135065
Actually, this is incorrect. You're abusing map here. The purpose of map is to map an existing array onto a new array. You're using map here to mutate properties on nodes in the or…