Viewing profile — carlosf
carlosf
HN member- Joined
- Thu, Dec 26, 2019, 2:34 PM UTC
- HN karma
- 322
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About carlosf
No profile information was provided.
Recent public activity
-
comment
Comment #30039627
Here is what I'm doing: - All work is meaningless, so I started seeking the ones that pay the most (banks, hedges, FAANGs). - By making a lot of money early, I plan to soft retire …
-
comment
Comment #27912636
I use Nomad a lot in my company and I really like it. Our team tried to migrate to AWS ECS a few times and found it much harder to abstract stuff from devs / create self-service pa…
-
comment
Comment #27901892
Well written!
-
comment
Comment #27832696
When I was part of academia I was under the impression we were aiming for publishing papers, which is why I left.
-
comment
Comment #27831418
In my first job as a sysadmin I tried my best to support business and two things happened: 1 - My paycheck did not increase when business was successful. 2 - When something broke a…
-
comment
Comment #27831306
Installing python does not require admin permissions in Windows, just choose $HOME/... as install path. It also does not require admin permissions in Linux, although most distros d…
-
comment
Comment #27828715
+1 My company's internal apps use a mix of VPNs and IP fenced load balancers. We are migrating to app proxy. No inbound connections + access based on Azure AD identity with conditi…
-
comment
Comment #27809441
+1 During the past three years I went from being my workplace's Windows hater to ditching Linux in my personal machines in favor of Win + WSL2.
-
comment
Comment #27803682
I have the opposite use case. Most of the stuff my company is running is made up of data pipelines and machine learning pipelines. So we have a lot of infrequent jobs that don't re…
-
comment
Comment #27795448
Oof Makes sense! I wish Fargate was easier to use and had a scale to 0 feature. If App Runner ends up supporting private deployments then we can have a true Cloud Run competitor.
-
comment
Comment #27795106
Really cool post! From the architecture, it's not really clear to me why Lambdas have the 15 min limitation. It seems to me AWS could use the same infrastructure to make a product …
-
comment
Comment #27788576
> The pricing model is admittedly a bit complex, but from what I've been told it is a fairly common pricing model in this industry Yes, but that's one of the reasons Public Clouds …
-
comment
Comment #27733901
Not sure if that's the case with others, but I have a really hard time connecting CT with actual applications. My classes were full of complex maths and toy examples, but very weak…
-
comment
Comment #27715080
I'm a paying customer and I agree. Meanwhile many core features are still unpolished e.g.: running your own runners sucks and you can't test CI/CD locally.
-
comment
Comment #27698001
Yeah models assume future data can be predicted with past data, which of course is not always true in real life due fundamental limitations of statistics, such as very fat tailed d…
-
comment
Comment #27613481
I generally dislike this tone too. If they really felt sorry for this particular customer, they would be actually solving their issues, not answering with automatic messages.
-
comment
Comment #27580622
I generally don't care about certifications, but was convinced to try the AWS Solutions Architect path. While I'm still studying, I've found many knowledge gaps due learning things…
-
comment
Comment #27580452
Wait, what? People can do that? That's the coolest thing since a friend showed me he could move his ears.
-
comment
Comment #27580402
Yeah that's my issue as well. I generally forget anything I don't use often and git is full of important stuff that you need infrequently.
-
comment
Comment #27562730
"The tendency to spend valuable hours practicing perfectionism resulted in weeks of timeline delays and loss of design integration and verification time." Students in a nutshell.
-
comment
Comment #27555485
Which is why basic stuff like MFA and MDM (block sign-ins coming from non compliant devices) works wonders against ransomware attacks.
-
comment
Comment #27551640
ISPs do not know as much as Google/FB thanks to SSL, but they know a lot more than you'd think by analyzing connection metadata. Also many ISPs are also carriers, which makes thing…
-
comment
Comment #27514759
At this point one might consider using a real language and common software practices for type checking, extending, modularization, testing, etc... Instead of building an ecosystem …
-
comment
Comment #27499081
Also true for allowing email addresses with "+".
-
comment
Comment #27491267
I guess in an ideal world where everything in your org is behind MFA, app authentication and protected from denial of service, then solutions like tailscale would not be needed. Bu…