Viewing profile — gui77aume
gui77aume
HN member- Joined
- Wed, Sep 20, 2017, 8:43 PM UTC
- HN karma
- 25
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About gui77aume
No profile information was provided.
Recent public activity
-
comment
Comment #39534044
Legacy systems I guess, maybe cloud specific services
-
comment
Comment #39533753
If you are testing a microservices "ball of mud", you can (and probably should) setup a testing environment and do your integration tests right there, against real dependencies. Th…
-
comment
Comment #39270225
Would it make it better if it was the other way around? If user would send the ramdom code to the authenticating entity by SMS?
-
comment
Comment #36316616
It has the best latency from Chile and I think from other countries of South America
-
comment
Comment #29835842
For Java, JIB on distroless works pretty well. It's small, fast and secure. - https://github.com/GoogleContainerTools/jib - https://github.com/GoogleContainerTools/distroless
-
comment
Comment #29835595
Indeed. But the old debian and the new debian images may have a common layer.
-
comment
Comment #28870511
Interesting. It's my impression too. I understand that CPU limit will artificially throttle CPU, when not necessarily needed, wasting CPU cycles I could use. (Java programs in my c…
-
comment
Comment #28857465
I'm always a bit confused about the CPU limit (for the pod), some guides (and tools) advice to always set one, but this one [0] doesn't. Ops people I worked with almost always want…
-
comment
Comment #28768918
Two more points: - Always log errors - Don't log errors twice (log or rethrow)
-
comment
Comment #27670297
I had better luck with date-fns than with moment.js, from Chile perspective, better daylight saving time handling.
-
comment
Comment #27273013
I'm fine with Firefox developer edition, but I find it's hard to see which tab is selected in this new design especially when using dark theme.
-
comment
Comment #26562707
I use it too, as an "l" function in fish, like an alias for "exa -lah" I like it so far, nice colors.
-
comment
Comment #26562604
I guess it means more modern implementation (rust). ripgrep is faster than grep, but there are some differences, not exactly the same flags, for example. If you use grep on big fil…
-
comment
Comment #26498655
I now use IntelliJ (CE) but: - Eclipse type hierarchy view (and quick view) was nice - Google-Java-Format plugin integration was better - The default color scheme of Eclipse was be…
-
comment
Comment #26258545
I worked at two big companies in Chile since the last 3 years and I see microservices everywhere, it's huge here, almost a standard right now from my point of view. We have still s…
-
comment
Comment #25590473
We used SumoLogic at my last job, really nice for dashboards IMHO, much easier than Grafana, it's log oriented but works with any structured data you throw at it. I think it was ex…
-
comment
Comment #24845013
Nice to know. Also, using a container, the port number generally doesn't matter so much.
-
comment
Comment #24844386
Shouldn't the Dockerfile have a USER directive, so it doesn't use root by default?
-
comment
Comment #22406663
Is it ok to have two nodes (mdi) ? Or does 2n+1 means you always want a odd number of master eligible nodes?
- story
-
comment
Comment #16173953
No, I thought it was deprecated
- story
- comment