HackerTrans
TopNewTrendsCommentsPastAskShowJobs

practicalrs

no profile record

Submissions

Elon Musk confirms reallocating thousands of Nvidia AI chips from Tesla

morningstar.com
20 points·by practicalrs·2 yıl önce·19 comments

Unwind Considered Harmful?

smallcultfollowing.com
5 points·by practicalrs·2 yıl önce·0 comments

Fast, simple, hard real time allocator for Rust

github.com
207 points·by practicalrs·2 yıl önce·58 comments

Rust compiler: code optimizations

practicalrs.com
8 points·by practicalrs·2 yıl önce·0 comments

[untitled]

1 points·by practicalrs·3 yıl önce·0 comments

comments

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

I think it's a typo.

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