Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hkalbasi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Trump resists AI slowdown citing Chinese competition
(washingtonpost.com)
3 points
by
hkalbasi
2d ago
|
0 comments
2.
▲
by
hkalbasi
8d ago
So we can let the ai generate some math problems based on the solutions found? Other fields (computer science, physics, ...) can generate math problems too.
3.
▲
Ryoku – A hand-built Omarchy alternative
(ryoku.dev)
3 points
by
hkalbasi
10d ago
|
0 comments
4.
▲
GLM-5.3 Uncensored
(huggingface.co)
15 points
by
hkalbasi
14d ago
|
1 comments
5.
▲
CO2 – Extending C with Rust interop features
(github.com)
1 points
by
hkalbasi
16d ago
|
0 comments
6.
▲
by
hkalbasi
19d ago
Is it possible to fine tune this model and unlock / extend its cybersecurity capabilities? I'm scared that maybe we are not ready for an open-weight model with high cybersecurity skills.
7.
▲
by
hkalbasi
29d ago
https://xkcd.com/927/ Standards
8.
▲
by
hkalbasi
1mo ago
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.
9.
▲
by
hkalbasi
2mo ago
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 problems. Is this line explored?
10.
▲
by
hkalbasi
2mo ago
> 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 skeptics. It is not the case for a long time (since RL
11.
▲
by
hkalbasi
2mo ago
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 model, even if the driver doesn't have experience in comp
12.
▲
Zaman – Comptime lifetime annotations for Zig
(github.com)
3 points
by
hkalbasi
2mo ago
|
0 comments
13.
▲
by
hkalbasi
2mo ago
Is there a gallery of all pelicans generated by simon over time?
14.
▲
by
hkalbasi
2mo ago
What about the cyber security capabilities? Given that this model is probably not guardrailed like Fable, would we see a wave of zero days?
15.
▲
by
hkalbasi
2mo ago
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 with Rust types in your crate boundary. [1]: https:/
16.
▲
by
hkalbasi
2mo ago
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 code never was the bottleneck, if it was, AI labs could hire m
17.
▲
by
hkalbasi
2mo ago
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 I doubt any meaningful self improvement is achieved which t
18.
▲
by
hkalbasi
2mo ago
> 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 everywhere, which helps in autovectorization.
19.
▲
by
hkalbasi
3mo ago
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.
20.
▲
by
hkalbasi
8mo ago
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 whitelisted IP in internet blackouts. Having colab on this I
21.
▲
by
hkalbasi
9mo ago
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.
22.
▲
Mise-Nix: A back end plugin for Mise to install packages using Nix
(github.com)
2 points
by
hkalbasi
11mo ago
|
0 comments
23.
▲
HarfRust – Official HarfBuzz Port to Rust
(github.com)
3 points
by
hkalbasi
1y ago
|
0 comments
24.
▲
by
hkalbasi
2y ago
How it compares to other libraries in this space, e.g. reedline or rustyline?
25.
▲
by
hkalbasi
2y ago
> 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 that you install on your device, an
26.
▲
Wild – A fast linker for Linux
(github.com)
383 points
by
hkalbasi
2y ago
|
208 comments
27.
▲
by
hkalbasi
2y ago
> 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---the kernel is partitioned in two halves ... the unpri
28.
▲
by
hkalbasi
2y ago
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 wrapper for the C++ library inside C++. If you want to imme
29.
▲
Zngur: A C++/Rust interop tool
(hkalbasi.github.io)
154 points
by
hkalbasi
2y ago
|
32 comments
30.
▲
by
hkalbasi
3y ago
It seems it isn't yet: https://github.com/rust-lang/rust/issues/116744
More ›