Viewing profile — guhcampos
guhcampos
HN member- Joined
- Sat, Jul 12, 2014, 2:04 PM UTC
- HN karma
- 1,587
- Public activity
- 311 items
- HN profile
- View on Hacker News ↗
About guhcampos
No profile information was provided.
Recent public activity
-
comment
Comment #49021035
>How ATLAS has been developed "We picked some results we wanted to show and told gemini to cherry pick data that would fit in. As you can see, it was not a lot."
-
comment
Comment #48906240
Isn't that what "Attention is all you need" was about anyway? Does not sound like news to me.
-
comment
Comment #48761770
The blog post is from June 19th. Google Doc from June 17th. My guess? He shared the Google Doc link with his peers, but forgot that Google Docs links are public for anyone who know…
-
comment
Comment #48725656
It's a very, very thin web layer on top of native code: https://cockpit-project.org/guide/latest/features.html To the author's defense: Cockpit is Linux only, and they seem to inte…
-
comment
Comment #48725504
I get it, but if the author of the article uses a biased and loaded language, I think it's fair game to do the same in the comments.
-
comment
Comment #48723881
Author apparently has never heard about Cockpit. Everything they mention as "missing", or "novel" has been part of Cockpit for over a decade, from socket-based web server connectio…
-
comment
Comment #48717586
This is it. People mistake deterministic for precise/exact/correct. It's not.
-
comment
Comment #48624472
I think I have a simpler answer: quarterly results. Management just really needs to make the next earnings look like what it should look. Next quarter is next quarter's problem.
-
comment
Comment #48588990
I used stow for a long time, then tried Ansible, but eventually settled into good old Make. `make dotfiles` just creates a bunch of symlinks, takes 5 minutes, all good and happy. E…
-
comment
Comment #48587992
> Why do they only clone new repositories, rather than popular ones? > Why do they delete a commit and push a new one every few hours? Because this is not targetted to humans. It's…
-
comment
Comment #48469445
The title was a bit misleading. When I read it, I interpreted it as "let's encrypt bans certificate usage in - any territories endorsed by the US". Took me reading a couple comment…
-
comment
Comment #48286115
Is that bad though? Think about it. If you're paying all your bills, all your wages, and you have a strong product that people enjoy, and you're able to compete in the market - may…
-
comment
Comment #48262627
I'm a convert. I was 100% skeptical about LLM code generation, now over 80% of the professional code I write is generated. That said, the limitations are kind of obvious and are st…
-
comment
Comment #48238198
We live in this era when folks can vibecode entire startups without ever making a simple Google Search. https://github.com/apache/superset
-
comment
Comment #47976378
Being a fan of A24 I half wish I lived nearby!
-
comment
Comment #46278999
It's not that bad. Brazilian CPF are 11 numbers and everyone remembers them. You just get use to it =)
-
comment
Comment #45994691
Or fab your own chip.
-
comment
Comment #45822103
This is more widespread than we like to admit. Developers writing software on 64GB M4 Macs often don't realize the performance bottlenecks of the software they write. Developers wo…
-
comment
Comment #45765537
How did you handle re-partitioning and rebalancing every time you scaled your cluster in or out?
-
comment
Comment #45761142
It is a *very bad* replacement for an MQ system, for the simple reason you can't quickly and effortlessly scale int/out consumers.
-
comment
Comment #45671260
Hahaha my exact thought.
-
comment
Comment #45671254
Yes. I thought of Gleba too.
-
comment
Comment #45595357
I'm not sure how many of these there are, but they're very significant. These are bot networks run by big firms just building reputation overtime, to be switched on during some hug…
-
comment
Comment #45428112
Exactly. I'll need to dig deeper into its allowlist and try a few things. Problem is: I also force it to run `kubectl --context somecontext`, as to avoid it using `kubectl config u…
-
comment
Comment #45428035
I was diagnosing an issue in production. The idea was to have the LLM would need to collect the logs of a bunch of pods, compare the YAML code in the cluster with the templates we …