Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eaceaser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
eaceaser
4y ago
We are, it's serviceable, but its expensive to run and extremely difficult to debug or try to extend. Spinnaker was designed to solve a different problem (orchestrating deployments onto ec2) and its k8s functionality was retrofitted on
2.
▲
by
eaceaser
5y ago
i'm dumb
3.
▲
by
eaceaser
5y ago
Literally six months ago: https://www.nytimes.com/2021/01/14/technology/san-francisco-...
4.
▲
by
eaceaser
5y ago
I openly say I work for Reddit. I even actively try to convince people to work here as well!
5.
▲
by
eaceaser
6y ago
IMO because Dhall is unique syntax to the vast majority of developers who have never done anything with Haskell or Elm or whatever, it’s a non starter for large case use. We use Starlark, where the syntax is familiar to anyone familiar with
6.
▲
by
eaceaser
6y ago
For internal k8s config at our org we built an config DSL using Starlark. The golang Starlark interpreter is super easy to use and extend. Starlark is familiar to every developer in our org because we are a Python shop. The tooling then spi
7.
▲
Reddit is down
(reddit.statuspage.io)
1 points
by
eaceaser
8y ago
|
0 comments
8.
▲
by
eaceaser
9y ago
What are the ZSH plugins that you use, out of curiosity?
9.
▲
by
eaceaser
9y ago
Luckily they included an app in the list that will automatically mute Spotify ads so you don't have to pay for it! Good value there. /s
10.
▲
by
eaceaser
9y ago
No, that is not my reasoning. I'm not talking at all about people operating or using devices that carry inherent danger to themselves or others. I'm specifically responding to the parent's argument about what counts as an acc
11.
▲
by
eaceaser
9y ago
Think about what you just said for a second. "endemic" deaths of innocent people are the litmus test for whether software should be locked down? How is that in any way acceptable?
12.
▲
by
eaceaser
10y ago
I think the answer to this is to do more to educate the individuals who will take advantage of this policy so that the actions they take help give a voice to or amplify the voice of part-time working minorities or other marginalized groups.
13.
▲
by
eaceaser
10y ago
Yeah. Honestly, of all things to be (ostensibly) this angry about...
14.
▲
by
eaceaser
13y ago
sup nick
15.
▲
Introducing FlockDB, Twitter's Graph Database
(engineering.twitter.com)
19 points
by
eaceaser
16y ago
|
0 comments
16.
▲
by
eaceaser
16y ago
The queues are local to each host so you'd lose those writes, but since writes are written to a journal on disk, you can apply some redundancy strategy to that as necessary. Depends on the SLA really.