HackerTrans
TopNewTrendsCommentsPastAskShowJobs

practicalrs

no profile record

Submissions

Elon Musk confirms reallocating thousands of Nvidia AI chips from Tesla

morningstar.com
20 points·by practicalrs·il y a 2 ans·19 comments

Unwind Considered Harmful?

smallcultfollowing.com
5 points·by practicalrs·il y a 2 ans·0 comments

Fast, simple, hard real time allocator for Rust

github.com
207 points·by practicalrs·il y a 2 ans·58 comments

Rust compiler: code optimizations

practicalrs.com
8 points·by practicalrs·il y a 2 ans·0 comments

[untitled]

1 points·by practicalrs·il y a 3 ans·0 comments

comments

practicalrs
·il y a 2 ans·discuss
[flagged]
practicalrs
·il y a 2 ans·discuss
Thanks to the whole Bevy team for their hard work on this release!
practicalrs
·il y a 2 ans·discuss
In Oracle Database.
practicalrs
·il y a 2 ans·discuss
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
·il y a 2 ans·discuss
Ok, I quoted article.
practicalrs
·il y a 2 ans·discuss
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
·il y a 2 ans·discuss
I'm not a company law expert. But IMO such actions would not be legal in the EU.
practicalrs
·il y a 2 ans·discuss
" 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
·il y a 2 ans·discuss
Everything is great, but I'm redirected to localhost when I try to log in via Google ;)
practicalrs
·il y a 2 ans·discuss
"uses about 20 bytes of RAM"

I think it's a typo.

20 kb?
practicalrs
·il y a 2 ans·discuss
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
·il y a 2 ans·discuss
It would be interesting to get the author opinion about the latest Eric S. Raymond invention https://gitlab.com/esr/autodafe
practicalrs
·il y a 2 ans·discuss
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
·il y a 2 ans·discuss
"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
·il y a 2 ans·discuss
"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
·il y a 2 ans·discuss
Such fameous hacker like Zalewski should better distinguish language and library interfaces design issues.
practicalrs
·il y a 2 ans·discuss
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
·il y a 2 ans·discuss
I asked Thorsten about Windows support today, he said "Zed, you mean? After Linux, I'd say.". So there is some plan :)
practicalrs
·il y a 2 ans·discuss
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.