Viewing profile — hkalbasi
hkalbasi
HN member- Joined
- Tue, Nov 16, 2021, 7:14 PM UTC
- HN karma
- 297
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About hkalbasi
No profile information was provided.
Recent public activity
-
comment
Comment #49188789
I guess this data is not intended to be used all the time. But occasionally you may find it useful in blame or bisect or similar things.
-
comment
Comment #49146597
This makes me think about using a game engine and a coding agent instead of current video generation AIs. It will probably cost much more, but it will have almost zero consistency …
-
comment
Comment #49052826
> A LLM (...) merely produces syntactically likely combinations of the training data While doesn't matter much in the rest of the policy, this is a common misconception among AI sk…
-
comment
Comment #49051759
Someone should fire up an AI and create Fil-Rust by connecting the Fil-C llvm backend to rustc, ending this flamewar. I guess it is well within the capabilities of a Fable class mo…
- story
-
comment
Comment #48949461
Is there a gallery of all pelicans generated by simon over time?
-
comment
Comment #48942510
What about the cyber security capabilities? Given that this model is probably not guardrailed like Fable, would we see a wave of zero days?
-
comment
Comment #48883204
If the major obstacle for adopting Rust is C interop, you may find my project CO2[1] appealing. It helps you to define C crates, `#include` C headers, while exporting a Rust API wi…
-
comment
Comment #48867639
Self improvement of agent-1 is not achieved. Sure, people in AI labs write python code with AI, but I doubt it resulted in 50% algorithmic effiecency in training. Writing python co…
-
comment
Comment #48867589
Pretty accurately what? So now OpenBrain has an Agent-1 that makes their algorithmic progress 50% faster than other companies? If it was 50% more CVEs, that would be something, but…
-
comment
Comment #48843681
> over/underflow checks. Integer overflows are not checked in release builds by default, since they are not related to memory safety. On the other hand, rust emits noalias everywhe…
-
comment
Comment #48769169
Not really. This C code is more like a binary and compiler artifact than a source code. So it won't match the standards of bootstrap.
-
comment
Comment #46716468
As an Iranian in Iran who is now connected, I have a request: Please tell google make colab available behind the safe browsing IP. Google's safe browsing IP is usually the #1 white…
-
comment
Comment #46281103
I like https://github.com/rust-sailfish/sailfish more. It accepts arbitrary Rust code in the template so you don't need to learn another syntax.
- story
- story
-
comment
Comment #43284908
How it compares to other libraries in this space, e.g. reedline or rustyline?
-
comment
Comment #43273394
> iOS Simulator or the Android Simulator, which based on experience, neither are made for anything resembling "quickly". It's not adb / avd or some device emulator. It's an app tha…
- story
-
comment
Comment #41854258
> In the framekernel OS architecture, the entire OS resides in the same address space (like a monolithic kernel) and is required to be written in Rust. However, there's a twist---t…
-
comment
Comment #41272719
Zngur allows you to write functions operating over Rust types, adding methods to Rust types and implementing Rust traits for C++ and Rust types inside C++. So you can write a rusty…
- story
-
comment
Comment #37884346
It seems it isn't yet: https://github.com/rust-lang/rust/issues/116744
-
comment
Comment #34805974
Among things mentioned in the article, pattern matching of strings is already available in the nightly.
-
comment
Comment #34602706
Open AI knows every text that is generated by ChatGPT, so it can run a simple search algorithm instead of an AI model and achieve way higher true positive rate?