Doubling Down- CS fundamentals in the face of the AI apocalypseyusufbirader.com4 points·by exposition·2 tahun yang lalu·1 comments
What I wish I knew before quitting my jobyusufbirader.com1 points·by exposition·2 tahun yang lalu·0 comments
Efficiency Is the Enemy of Inventionyusufbirader.com3 points·by exposition·3 tahun yang lalu·2 comments
What "work smart, not hard" actually meansyusufbirader.com2 points·by exposition·3 tahun yang lalu·0 comments
Why I never get writer's block (any more)yusufbirader.com1 points·by exposition·3 tahun yang lalu·0 comments
How to Become a Patent Attorney (UK/EU)yusufbirader.com1 points·by exposition·3 tahun yang lalu·0 comments
Show HN: pzip- blazing fast concurrent zip archiver and extractorgithub.com26 points·by exposition·3 tahun yang lalu·17 comments
Show HN: Hardwary- Hacker News for Hardwarehardwary.com48 points·by exposition·3 tahun yang lalu·21 comments
exposition·2 tahun yang lalu·discussThere’s also pzip[1], which lets you create zip files and extract them in parallel.[1] https://github.com/ybirader/pzipDisclaimer: I’m the author
exposition·2 tahun yang lalu·discussAstro 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 tahun yang lalu·discussThere's also pzip/punzip (https://github.com/ybirader) for those wanting more performant (concurrent) zip/unzip.Disclaimer: I'm the author.
exposition·3 tahun yang lalu·discussYep 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 tahun yang lalu·discussHas 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 tahun yang lalu·discussAt 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 tahun yang lalu·discussYep 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.
exposition·3 tahun yang lalu·discussAppreciate the feedback!I’ve reduced the font size for small screens so the post density should be higher.Agree that learning to solder is on the basic side but I thought it would be nice to have some posts for complete beginners.If you have any feature requests, let me know:https://hardwary.canny.io/hardwary-feature-requests
exposition·3 tahun yang lalu·discussThanks for the feedback! I’ve reduced the font size so it should be easier on the eye. Improving the UI is on the top of my list.
exposition·3 tahun yang lalu·discussSame and thanks for the encouragement! Anything in particular you’re interested in?
[1] https://github.com/ybirader/pzip
Disclaimer: I’m the author