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

exposition

no profile record

投稿

Doubling Down- CS fundamentals in the face of the AI apocalypse

yusufbirader.com
4 ポイント·投稿者 exposition·2 年前·1 コメント

[untitled]

1 ポイント·投稿者 exposition·2 年前·0 コメント

What I wish I knew before quitting my job

yusufbirader.com
1 ポイント·投稿者 exposition·2 年前·0 コメント

Efficiency Is the Enemy of Invention

yusufbirader.com
3 ポイント·投稿者 exposition·3 年前·2 コメント

What "work smart, not hard" actually means

yusufbirader.com
2 ポイント·投稿者 exposition·3 年前·0 コメント

A Poem for the Career Changers

yusufbirader.com
1 ポイント·投稿者 exposition·3 年前·0 コメント

Why I never get writer's block (any more)

yusufbirader.com
1 ポイント·投稿者 exposition·3 年前·0 コメント

How to Become a Patent Attorney (UK/EU)

yusufbirader.com
1 ポイント·投稿者 exposition·3 年前·0 コメント

Show HN: pzip- blazing fast concurrent zip archiver and extractor

github.com
26 ポイント·投稿者 exposition·3 年前·17 コメント

コメント

exposition
·2 年前·議論
There’s also pzip[1], which lets you create zip files and extract them in parallel.

[1] https://github.com/ybirader/pzip

Disclaimer: I’m the author
exposition
·2 年前·議論
Astro is amazing. I built my blog with it, hosted on CF pages [1].

DX is great.

In most cases, ships absolutely zero JS to the client, meaning super fast load times.

[1] https://www.yusufbirader.com/
exposition
·3 年前·議論
Thanks for the feedback!
exposition
·3 年前·議論
There's also pzip/punzip (https://github.com/ybirader) for those wanting more performant (concurrent) zip/unzip.

Disclaimer: I'm the author.
exposition
·3 年前·議論
Yep I get that- it's just that using unsafe reduces the benefits you get from Rust's model.

And so I was wondering whether using it is still worth it.

Obviously, it probably still has many benefits over C but something like Zig might be simpler and better suited.
exposition
·3 年前·議論
Has anybody else used Rust for embedded?

Would be interested to hear your experience.

So far, I’ve seen mixed reviews. Some say that you can end up using unsafe a lot and so it’s better to stick with C or even use Zig.

Wondered if there was any merit to this.
exposition
·3 年前·議論
At the moment it doesn't- if it's something you're looking for, please open an issue.

I didn't want to go down the route of implementing a bunch of features without there being a actual need for them, especially for an initial version.
exposition
·3 年前·議論
Yep the standard I refer to is Info-ZIP (zip(1)).

I will add the resulting compression sizes- there is not much between them (pzip was around 2% larger for the 10GB directory). Although, I do have some optimizations in mind which will bring this down further.