Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gravlaks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gravlaks
3y ago
https://dagger.io/ may be an alternative. You can run it in GitHub actions somehow as well.
2.
▲
by
gravlaks
3y ago
I don't know the details of BSL, but can HashiCorp now require compensation/$$$ from Spacelift, Scalr, Env0, etc? In that case, these products can be forced to offer similar pricing as Terraform Cloud.
3.
▲
by
gravlaks
3y ago
> The problem we hit is knowledge: while Terraform is not a huge knowledge hurdle to mount … it is still apparently enough. While good engineers will have no problem picking TF up, … more mediocre ones seem to struggle with it¹. That sou
4.
▲
by
gravlaks
3y ago
https://fly.io/
5.
▲
by
gravlaks
3y ago
As long as it's part of the required steps to delivering business value, it doesn't matter that much if it's application code or infrastructure (as code). Both are required, hence both are delivering business value.
6.
▲
by
gravlaks
3y ago
In my organization, we teach developers Terraform, and give them a reference Terraform setup (IaC repository) for running their apps in. They also have broad permissions in their own, isolated AWS account. There are some tradeoffs, but one
7.
▲
by
gravlaks
3y ago
$8/mo is also much higher than one time $19 payment. And $8/mo is only if you pre-pay one year, or else it's $10/mo.
8.
▲
by
gravlaks
3y ago
How come nobody has mentioned the endless hazzle in Linux to make multiple displays work as expected? On most setups, I find myself lucky if _something_ doesn't go wrong when connecting my displays with a mix of USB-C and HDMI. And of
9.
▲
by
gravlaks
3y ago
Here's mine: fisher install PatrickF1/fzf.fish fisher install urbainvaes/fzf-marks # These two to get sdkman and nvm to work in fish, IIRC fisher install reitzig/sdkman-for-fish@v1.4.0 fisher install jorgebucaran/nv
10.
▲
by
gravlaks
4y ago
When flying, I will avoid using an online travel agency (OTA) as well if I can . I booking with Gotogate.com, but the flight was canceled. Then when trying to get a refund Gotogate systematically try to stall time as much as possible. You
11.
▲
by
gravlaks
4y ago
Pretty nice!
12.
▲
by
gravlaks
4y ago
> having everything squashed into one commit can be annoying if the commit is too large, because it can be hard to identify why a specific change was made via git blame. True, you can't via git blame. You can however go to the Githu
13.
▲
by
gravlaks
4y ago
Totally agree. And so does my team. We solve this by running daily Slack-ups, i.e. just tell what you're doing on Slack, which is much, much faster. We only use daily standups when there are new people on the team.
14.
▲
by
gravlaks
4y ago
What kind of micromanagement did you experience / E.g. do you have an example? I'm in the position where I as tech lead don't fully know if I can trust my team (yet) to do the right decisions. One of the reason is that our pr
15.
▲
by
gravlaks
5y ago
I play FPS games, and I perform worse when I'm drinking, and I get sleepy. So for me it works better to stay sober. Actually I prefer to stay sober even while watching a show, because I don't like the dizzy feeling, unless if drin
16.
▲
by
gravlaks
5y ago
Yeah I don't really get the hate on Kubernetes. Run it managed with EKS, GKE or similar, set it up with the needed controller (ingress, external secret, whatmpt). The development afterward is as you say straight forward.
17.
▲
by
gravlaks
5y ago
Why do you hate them? I find them very useful. Everybody gets to voice their frustrations and what works, which we can learn from and improve upon. What if I our team has a concern that isn't mentioned in a checklist?
18.
▲
by
gravlaks
5y ago
One reason is if you store refreshTokens in localStorage, a hacker's XSS attack can send the refreshToken to himself, and keep refresing the token forever (or until somebody actively invalidates the session) - and thus use the token fo
19.
▲
by
gravlaks
6y ago
The article is behind a paywall.
20.
▲
by
gravlaks
6y ago
Oh my god, which country is this?
21.
▲
by
gravlaks
8y ago
Capgemini, Accenture.
22.
▲
by
gravlaks
9y ago
In 2014 I used Typescript on a four month long project. I liked it alot compared to using just JS, however compiling was slow. I retried using Typescript 1 month ago. Compiling took 6-7 seconds for about 8 files. I could not find a solution
23.
▲
by
gravlaks
10y ago
Norton Commander back in the DOS days. It was soo fast to use. Which is why I use Total Commander today.
24.
▲
by
gravlaks
12y ago
I agree. I have been programming for many years, working in the industry for four years, and have always been interested in improving with clean code, testing and whatnot. I read the Pragmatic Programmer last year, and it was .. very boring