Viewing profile — goncalo-r
goncalo-r
HN member- Joined
- Tue, Jul 26, 2022, 1:58 PM UTC
- HN karma
- 72
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About goncalo-r
No profile information was provided.
Recent public activity
-
comment
Comment #48223017
What's the baseline here - in a world where every person is betting randomly X times a month, what would the distribution look like? There'd still be a small percentage that wins m…
-
comment
Comment #46793043
News gives you a heads up on what could be coming before laws were passed, or overall sentiment of the population or the politicians. Sometimes it's not about new laws, but about n…
-
comment
Comment #44075950
For a lot of office jobs, knowing the context is almost the same as knowing the solution to the problem at hand.
-
comment
Comment #40203022
Imagine if AI could update my Jira ticket status.. I would pay big money for that.
-
comment
Comment #39766616
But this is obviously not scalable/sustainable. If everyone wanted to eat grassfed beef that lives in free range fields multiple times a week, we'd very quickly run out of space an…
-
comment
Comment #36816548
This is what Multy ( https://github.com/multycloud/multy ) aims to do
-
comment
Comment #36787686
I do think multi-cloud is the future and really enjoyed the tutorial. Have you seen people run into any problems with Cilium? I tried it before but couldn't configure it correctly.…
- story
-
comment
Comment #36135908
My assumption is that they are trying to "solve" the hallucination problem by only giving you answers when it's more certain about itself and telling you to search for answers onli…
-
comment
Comment #35892792
Here's another example to test if it can actually think critically about a problem instead of just following whatever instructions and whatever the training data had. A human with …
-
comment
Comment #35892264
It's just an example. An human could solve this with an arbitrary number of substitutions, but I'm sure GPT4 breaks at some point. I don't think it's fair to compare it with a huma…
-
comment
Comment #35871280
It's not good at reasoning. I asked the following (the term substitutions are there to avoid parroting): Let's define the following terms: col means "and", pel means "or" and erf i…
-
comment
Comment #34980345
Looks like a really useful tool. A lot of codebases I worked in waste a lot of effort adding tests that just try to capture some golden expected values. As these aren't necessarily…
-
comment
Comment #32848919
Really cool project! Are there any downsides - for example performance or operational overhead - of using Constellation over vanilla K8s?
-
comment
Comment #32648043
I would just find another job, let them crash and burn on their own
-
comment
Comment #32592486
Quick work has a very real long-term hidden cost. Not only it creates tech debt - meaning the work has to probably be redone at a later stage, but also racks up wasted hours of bug…
-
comment
Comment #32578241
I mean, I don't think that's a good argument - it costs you cents per user. Either way, I think you should charge however much value users can take from the product, completely unr…
-
comment
Comment #32571599
This is a great product - congratulations on the launch! I struggle to see a notification being worth paying 5.99/month though
-
comment
Comment #32387540
I don't believe the goal of Serverless Framework is necessarily to tackle vendor lock in, it's more about simplifying and somehow unifying the deployment process. Similarly to Terr…
-
comment
Comment #32387437
The cloud environment right now offer so many things that you'd be wasting your time recreating everything in plain linux instances. At the end of the day using cloud native manage…
-
comment
Comment #32387378
Terraform is quite generic in its nature. At the end of the day it's just a state management tool. We decided to start there as it's the de facto IaC tool, but we are planning on l…
-
story
Show HN: Build for any cloud with the same code
We have been working on Multy, an open-source[1] tool that enables developers to deploy and switch to any cloud - AWS, Azure and GCP for now. We realized that, even when using Terr…
-
comment
Comment #32330005
I really like the way GoLang handles concurrency. Sometimes it might be a bit verbose to create wait groups and whatnot but I think it makes it pretty readable. Is there any reason…
-
story
Show HN: Multy – open-source tool to deploy to any cloud and switch at any time
We have been working on Multy, an open-source[1] tool that enables developers to deploy and switch to any cloud - AWS, Azure and GCP for now. We realized that, even when using Terr…
-
comment
Comment #32251005
Aren't microservices nice because they allow you to have different teams own different parts of the code and minimize the communication overhead?