Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kalmar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kalmar
5mo ago
Separately from guix-the-distribution? Any chance your config in online somewhere?
2.
▲
by
kalmar
5mo ago
The care taken here to achieve aesthetically pleasing results reminds me of this post about creating nice transit maps in the Transit App: https://blog.transitapp.com/how-we-built-the-worlds-pretties...
3.
▲
by
kalmar
1y ago
I don't know of it's the reason, but inet_aton[0] and other parsing libraries that match its behaviour will parse 1.1 as 1.0.0.1. I use `ping 1.1` as a quick connectivity test. [0] https://man7.org/linux/man-p
4.
▲
by
kalmar
8y ago
This used to be me until I started using screenshot shortcuts that put images in the clipboard instead of files. You can paste directly into jira, slack, hangouts, whatsapp web, and many other places.
5.
▲
by
kalmar
8y ago
Author here. Those are great tips, thanks! I actually just installed evolve from pip last night. I'll probably borrow from your hgrc, or at least let it inspire me :-) > I'm in the opposite boat where I've used mercurial f
6.
▲
Hg advent init
(kamalmarhubi.com)
25 points
by
kalmar
8y ago
|
4 comments
7.
▲
by
kalmar
8y ago
And you get 4 extra cores and 24 gigs of ram "for free" vs i3.16xl (which is what we use). I think we looked into switching but it wasn't clear if the reservations could be switched over.
8.
▲
by
kalmar
8y ago
Yup, that's the blog post I mentioned in the intro. Sometimes obsessively reading HN pays off. Even if it's a year later... :-)
9.
▲
by
kalmar
8y ago
Back when we ran the Citus cluster on EBS, we lost some EBS volumes as well. This manifested as disk not responding, followed several days later by an email from AWS with the subject Your Amazon EBS Volume vol-123456789abcdef telling you
10.
▲
by
kalmar
8y ago
Post author here. It's ephemeral, yes. It survives reboots, so that's not a problem. It doesn't survive instance-stop, so if a machine is being decommissioned by AWS we do indeed lose its data. As for how we protect against i
11.
▲
by
kalmar
8y ago
Hi post author here! First off, we actually do use RDS for other databases. As you point out, having a lot of the operational stuff taken care of for you is great. The post is specifically about our Citus cluster, which stores the analytics
12.
▲
by
kalmar
8y ago
Post author here, happy to answer any questions. Looking into this one was fun, especially actually looking at the vDSO source instead of just thinking of it as "the makes gettimeofday syscall fast thing".
13.
▲
by
kalmar
8y ago
I'm curious why chroot is used instead of mount namespace and pivot_root(2). This would let them get away without CAP_SYS_CHROOT, while also providing stronger filesystem isolation.
14.
▲
by
kalmar
9y ago
Honest question: how do people use influxdb for monitoring and alerting? Our metrics feed into influx, and I cannot get answers to simple questions like “what is the failure rate” because arithmetic across measurements isn't possible [
15.
▲
by
kalmar
9y ago
Some links I found: http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-fo... https://mailarchive.ietf.org/arch/msg/unbearable/QoybOl0cciD... https://
16.
▲
by
kalmar
9y ago
What are some more trusted alternatives to JWT for signed tokens with claims / expiry?
17.
▲
by
kalmar
9y ago
> Will all links mentioning woman driving have to be removed worldwide because some middle eastern country tells them to? Among "some middle eastern countries" that exist, only Saudi Arabia has that law, and they do not censor
18.
▲
by
kalmar
9y ago
Here's an issue: https://github.com/hashicorp/terraform/issues/15263
19.
▲
by
kalmar
9y ago
Oh interesting. Note to self: see if there's an option to disable `terraform apply` without a plan. I always refresh when running the pre-apply plan, but while iterating I use that. Do you always run your `tffreshplan` command before a
20.
▲
by
kalmar
9y ago
I don't think it would work in this case, as the `ebs_block_device` block isn't a resource. In fact, the TF state doesn't even have the volume IDs for them! An alternative to doing this was `terraform import` on all the volum
21.
▲
by
kalmar
9y ago
That's pretty cool. So is the model that you don't manage the volumes in TF at all? (Btw I think I know people you know... also in Montreal and I know a couple folks at AdGear!)
22.
▲
by
kalmar
9y ago
Woah can you comment on lines in a comment ? /me dashes to investigate github And thanks for the suggestion. So far it's been on a someday maybe list, but if it really does help that much, maybe we'll bump it to someday mayb
23.
▲
by
kalmar
9y ago
Hey author here! Happy to answer any questions etc :-)
24.
▲
Terraform Gotchas and How We Work Around Them
(heap.engineering)
158 points
by
kalmar
9y ago
|
80 comments
25.
▲
by
kalmar
10y ago
This is a better link, as it will include the discussion: https://github.com/rust-lang/rfcs/pull/1774
26.
▲
by
kalmar
10y ago
(OP here) I think that would be a useful thing to do in some situations, but it often won't get what you'd like. There's no guarantee that a view will ever call it's superclass' implementation, so inserting code has
27.
▲
Spying on Android events without modifying source code
(kamalmarhubi.com)
42 points
by
kalmar
10y ago
|
4 comments
28.
▲
by
kalmar
10y ago
She wrote about it not long ago: http://jvns.ca/blog/2016/08/29/how-i-made-a-zine/ Short answer: she did the first zine on paper, and the second one on a tablet.
29.
▲
by
kalmar
10y ago
Now I want to learn about stack probes!
30.
▲
by
kalmar
10y ago
Ah so the idea is that there's already 8 KB of actual pages set for stack by this point. So when I try to get another (8 MB - 8 KB + 1 B), that blows things up? I wonder if I can watch this happen in /proc/$pid/maps or s
More ›