HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hkalbasi

276 karmajoined 5 лет назад

Submissions

Mise-Nix: A back end plugin for Mise to install packages using Nix

github.com
2 points·by hkalbasi·9 месяцев назад·0 comments

comments

hkalbasi
·2 часа назад·discuss
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://github.com/hkalbasi/co2
hkalbasi
·позавчера·discuss
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 more people to do it. And this is core of the prediction.
hkalbasi
·позавчера·discuss
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 the competitors are slower due that, which is the core of the prediction for 2026.
hkalbasi
·3 дня назад·discuss
> 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.
hkalbasi
·10 дней назад·discuss
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.
hkalbasi
·6 месяцев назад·discuss
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 IP allows tech people to ssh into their servers, and bootstrap connections based on the available protocols at the time.
hkalbasi
·7 месяцев назад·discuss
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.