HackerTrans
トップ新着トレンドコメント過去質問紹介求人

practicalrs

no profile record

投稿

Elon Musk confirms reallocating thousands of Nvidia AI chips from Tesla

morningstar.com
20 ポイント·投稿者 practicalrs·2 年前·19 コメント

Unwind Considered Harmful?

smallcultfollowing.com
5 ポイント·投稿者 practicalrs·2 年前·0 コメント

Fast, simple, hard real time allocator for Rust

github.com
207 ポイント·投稿者 practicalrs·2 年前·58 コメント

Rust compiler: code optimizations

practicalrs.com
8 ポイント·投稿者 practicalrs·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 practicalrs·3 年前·0 コメント

コメント

practicalrs
·2 年前·議論
[flagged]
practicalrs
·2 年前·議論
Thanks to the whole Bevy team for their hard work on this release!
practicalrs
·2 年前·議論
In Oracle Database.
practicalrs
·2 年前·議論
The value of the hardware is around $360 million.

What can he get for acting to the detriment of the company in the US?
practicalrs
·2 年前·議論
Ok, I quoted article.
practicalrs
·2 年前·議論
You can ask the contributor to rebase the branch and rewrite commit messages.

I also would not want localized commit messages in my repos.
practicalrs
·2 年前·議論
I'm not a company law expert. But IMO such actions would not be legal in the EU.
practicalrs
·2 年前·議論
" Performance

PHP has experienced a 400% performance increase between 5.6 and 7, and another 20% between 7 and 8. It's fast enough for most use cases, and if you need a specialized use case, use a specialized language."

If you like to pay for servers... https://aws.amazon.com/blogs/opensource/sustainability-with-...
practicalrs
·2 年前·議論
Everything is great, but I'm redirected to localhost when I try to log in via Google ;)
practicalrs
·2 年前·議論
"uses about 20 bytes of RAM"

I think it's a typo.

20 kb?
practicalrs
·2 年前·議論
From personal experience - such startups have a hard time getting traction.

I worked in The Daily Edit https://chromewebstore.google.com/detail/the-daily-edit/nmlm...

It was an AI-based news feed. What it did. You could read news on your favorite news website and it showed you missing details for articles that were present in articles from other news outlets.
practicalrs
·2 年前·議論
It would be interesting to get the author opinion about the latest Eric S. Raymond invention https://gitlab.com/esr/autodafe
practicalrs
·2 年前·議論
After 16 years of work, mostly as a freelance developer for multiple companies, I have a burnout. Fortunately, it's not an "I don't want to work anymore" - last week I had the first day that I just didn't want to work. But it never happened before. So it's like 7/10 on burnoutmetter.

But what is the hardest thing for me is that I'm not able to mobilize myself to work on my projects. I have two good ideas. It's possible that I would be able to monetize these ideas. But I'm not able to move forward. Over the years I tried to work on more than 10 own projects and none of these projects were successful. Should I start work on the 11'th and fail again? I burned out on failings ;)
practicalrs
·2 年前·議論
"a Rust CLI" - "C 96.5% Rust 1.4%"

Not that I'm complaining ;)

Is it a new way to market a C tool?
practicalrs
·2 年前·議論
"There's nothing inherent to C that prevents bad API designs like this."

I don't have any data to back this and library interface designs are so personal taste-prone, but I would say that the average Rust crate has a better API than the average C library.
practicalrs
·2 年前·議論
Such fameous hacker like Zalewski should better distinguish language and library interfaces design issues.
practicalrs
·2 年前·議論
That's a lot of releases for a dead software. I had 5 bug fixes releases for a software that is in pre beta release stage ;)
practicalrs
·2 年前·議論
I asked Thorsten about Windows support today, he said "Zed, you mean? After Linux, I'd say.". So there is some plan :)
practicalrs
·2 年前·議論
Rust could help with some vulnerabilities that are not related to memory safety too. It's type system can help you preventing vulnerabilities that are caused by logic mistakes.