Viewing profile — crazy5sheep
crazy5sheep
HN member- Joined
- Sat, Jan 04, 2014, 6:39 PM UTC
- HN karma
- 64
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About crazy5sheep
No profile information was provided.
Recent public activity
-
comment
Comment #49103388
Given majority of claude's own code was written by AI. I am wondering how they can solve this issue when their AI is down. Do they need to sign a contract with OpenAI to use their …
-
comment
Comment #47629392
[dead]
-
comment
Comment #47208226
The whole point is that LLMs, especially the attention mechanism in transformers, have already paved the road to AGI. The main gap is the training data and its quality. Humans have…
-
comment
Comment #47203843
The 1905 thought experiment actually cuts both ways. Did humans "invent" the airplane? We watched birds fly for thousands of years — that's training data. The Wright brothers didn'…
-
comment
Comment #44942425
Apple is too greedy, it's a joke to have 256GB as a storage option nowadays
-
comment
Comment #44642628
> We left product development teams without anyone focused on production. We undid everything that made DevOps work in the first place. Very good point, that's the same I have obse…
-
comment
Comment #40410131
It really just a state machine
-
comment
Comment #35984396
I thought it was just my asus router broken today, and I was about to buy a new one.
-
comment
Comment #30493578
An interface with many methods is already a bad design. limiting it to a handful methods is way easier to maintain. it's fine to return an object has implement many interfaces, but…
-
comment
Comment #29413258
A 2D to 3D migration?
-
comment
Comment #29351202
Use standing desk, and take good care of your neck.
-
comment
Comment #29101125
Oh, this brought back a lot of good memory in Yahoo. This thing was originally called YTS, it has a very flexible plugin system, the caching functionality was pretty good and easy …
-
comment
Comment #28836730
Same here, I was inspired a lot by this post all these years. I really want to take this chance to say than you to Peter.
-
comment
Comment #27525620
however, it's an easy and achievable investment.
-
comment
Comment #27323031
There's once I was running some jruby stuff in jenkins during a build, the job kept on hanging on some stage, I thought there must be bug somewhere, I forced kill it a couple of ti…
-
comment
Comment #26983239
Why did you kick the ball to the author, Google is on the monopoly side being too powerful and not caring. The author just voiced his concern but not a solution, what Google needs …
-
comment
Comment #26473737
Developing with docker is not necessary a micro service, it's just a way of packaging, distributing and deploying your application in a clean way. And docker is not a virtual machi…
-
comment
Comment #25995773
Prometheus is great, the main problem is the bloat of metrics it's collecting. one really needs to carefully define the rules to scrape, compute, reduce and filter the ones that ar…
-
comment
Comment #25886365
without generic support, Go couldn't even provide things as simple as a Max(...) function for all kinds of numbers in their standard library.
-
comment
Comment #25606818
That's exactly what I have been done for years. I have create a git repo specified for the question, with some code working in way, but buggy, such as logical bugs or race conditio…
-
comment
Comment #24381590
heart rate related?
-
comment
Comment #24024364
If country B does nothing, it would be pure stupidity. The US was already late on taking actions.
-
comment
Comment #22115040
I was in Guangdong when SARS happened in 2003, I have heard rumors for months until the Chinese gov eventually admitted there's such virus exists. Ever since then I basically have …
-
comment
Comment #22097064
Either you didn't switch jobs often, or didn't want to spend time on interview preparing sites like leetcode.
-
comment
Comment #22022859
I don't agree the issues OP later discovered has anything related to `refactoring` itself, but more a issue of premature optimization. my 2 cents, an interface is defined, it shall…