Viewing profile — germandiago
germandiago
HN member- Joined
- Thu, May 24, 2018, 12:18 PM UTC
- HN karma
- 1,058
- Public activity
- 1,127 items
- HN profile
- View on Hacker News ↗
About germandiago
No profile information was provided.
Recent public activity
-
comment
Comment #49252327
Competition is good.
-
comment
Comment #49242318
For how long you had tinnitus before making it disappear, if I may ask.
-
comment
Comment #49197564
That is exactly the reason why we have lonters, errors and limitations when programming. Bc the "give a check by hand" or the "unbound discipline" never works. The more things you …
-
comment
Comment #49197528
"the smoking gun"... Mr. AI.
-
comment
Comment #49185636
Yes, I meant the concepts needed for low level language and tweaking when high performance is of concern.
-
comment
Comment #49185561
> eah now i just ask the LLM to describe to me the bug. Works very well. I think you are confusing giving theories about what a bug might be with certainty. It does help bc it csn …
-
comment
Comment #49182176
> I'm pretty sure we will solve this issue. Either already through World Models or another architecture. Please elaborate. How? With which technique? Currently the only path forwar…
-
comment
Comment #49180799
I agree. But this is not what you see on the headlines and what money-incentivized stakeholders are saying.
-
comment
Comment #49180770
> I would say yes and it will scale So you mean AI will be useful for any general job without lots of training for those jobs? How about new tasks? Tasks it has not been tweaked fo…
-
comment
Comment #49179820
> The Hallucinations are becoming less, significantly by now. Yes? What is the mega-solid technique that is used for it? Armies of people using curated data and reviewing it by han…
-
comment
Comment #49179407
> we care about what we can achieve with the budget we have 100% agree on this. This is the last driver for everything else in professional environments. Related: I think C++ safet…
-
comment
Comment #49179375
Then why not stop researching and doing the definitve model that will solve every problem? Why some people are not doing it? Bc they are aware of the marketing and limitations. If …
-
comment
Comment #49179315
Only bc of this I will keep balancing what I do with my brain with what machines can do. dangerous outcome. The IQ willl drop if we just become mechanical acritical people the same…
-
comment
Comment #49179300
> This is such a weird point to make I think it is a great point to make, because if everyone really believed that AIs will do everything without human intervention in a handful of…
-
comment
Comment #49167759
I am not sure of the real life difference of this. You can tweak C++ a lot, you can make caches, etc your own with memoization and others. True that you would need to build it by h…
-
comment
Comment #49158389
Not a dichotomy actually. Highly depends on the task.
-
comment
Comment #49156029
I also like d a lot even if I did not use it that much (toolchain and getting things done problems mostly, besides not great platform support). The metaprogramming of D is really i…
-
comment
Comment #49155159
Little by little, Rust, like D, acknowledges that C++ flexibility regarding object construction, copy and move, even if too much as a default, is sometimes needed :) I saw in D yea…
-
comment
Comment #49130693
southeast asia for now, but will move on at some point. Not sure how you can reach me without exposing too much. Just ask away here if you need to or let me know how I can reach yo…
-
comment
Comment #49130238
Well, yes. True that for long-running apps JVM seems to be tuned. I meant the kind of "perf-to-the-instruction" thst native can generate vs other considerations.
-
comment
Comment #49122549
It depends on how you look at it. C++ is very different since it is native. Java is a VM. This affects lots of decisions in weird ways. But in essence both commit to backwards stab…
-
comment
Comment #49122189
Yes. Having a strong spec helps also in general. I think that, with all things on the table, backwards compatibility, a spec and, where things are broken things are signaled should…
-
comment
Comment #49121966
What is terability in this context? Not a Java expert but 20 years coding and did not hear of this.
-
comment
Comment #49121924
Rhis is the correct way to do it in enterprise environments. C++ gets a lotof rage for doing the same thing. The last thing you want in an enterprise environment is that your worki…
-
comment
Comment #49121888
Reminds me of one of C++'s talks from Andrei Alexandrescu: "std::allocator is to allocation what std::vector is to vexation". There was another transparency inside: "std::allocator…