HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fold_left

no profile record

Submissions

Show HN: Syncpack v14, Monorepo CLI tool

syncpack.dev
3 points·by fold_left·vor 5 Monaten·0 comments

What Is React.js?

briefs.video
5 points·by fold_left·vor 2 Jahren·1 comments

comments

fold_left
·vor 2 Monaten·discuss
Came here to say the same, I actually like Departure so much I use it as my coding and Terminal font. I'll definitely be trying out the fonts in the original post.
fold_left
·vor 2 Monaten·discuss
Honest question, how many of the leaks and crashes can be attributed to zig the language vs possibly (maybe, we don't know) a loosey-goosey, slot machine approach to development heavily reliant on AI? Will the inherent leaks and crashes be fixed, purely by dint of porting to Rust?
fold_left
·vor 10 Monaten·discuss
I created https://github.com/JamieMason/shrinkpack in 2015 to try and help with this problem, by creating an offline mirror of decompressed tarballs from the npm registry that you'd check into your repository.

I thought it might have some merit at the time, but it never really took off as an idea.
fold_left
·vor 2 Jahren·discuss
I agree, that's a really nice feature of Svelte. It can be done in .astro files from https://astro.build/ too but Svelte is the first place I saw it done, like you say, it's very nice to work that way.
fold_left
·vor 2 Jahren·discuss
I'm curious what users of Svelte think about https://qwik.dev, have many of you been tempted by it? There are a lot of similarities and both are great at keeping file sizes down with a great DX.
fold_left
·vor 5 Jahren·discuss
Checking in your dependencies with https://github.com/JamieMason/shrinkpack can help insulate you from these problems until you're ready to face them. I created this before left-pad and thankfully meant that we were unaffected.

A lot of developers, understandably, baulk at checking in dependencies, but there is a concrete benefit in being able to continue uninterrupted during outages.