HN user

fold_left

394 karma

Twitter: @fold_left

Posts27
Comments92
View on HN
syncpack.dev 5mo ago

Show HN: Syncpack v14, Monorepo CLI tool

fold_left
3pts0
briefs.video 1y ago

What Is React.js?

fold_left
5pts1
github.com 4y ago

Check-in NPM tarballs to freeze changes and install offline

fold_left
1pts0
computerhistory.org 5y ago

Deluxe Paint: Early Source Code

fold_left
2pts0
github.com 5y ago

Lebab does the opposite of what Babel does

fold_left
1pts0
www.theguardian.com 5y ago

Ecotricity founder to grow diamonds 'made from the sky'

fold_left
6pts1
theconversation.com 5y ago

Upcycling waste plastic into valuable molecules

fold_left
3pts0
www.theguardian.com 5y ago

Americans are becoming climate migrants before our eyes

fold_left
8pts4
qz.com 5y ago

Garbage collection via pneumatic tubes

fold_left
71pts100
web.archive.org 6y ago

The jQuery Credit Card (2014)

fold_left
1pts0
medium.com 6y ago

How Solid Topped the JavaScript Framework Benchmarks

fold_left
3pts0
apandhi.github.io 6y ago

The macOS window manager for JavaScript hackers

fold_left
2pts0
www.bbc.co.uk 6y ago

TV lets you shine a torch into its shadows

fold_left
1pts0
staltz.com 7y ago

Software Below the Poverty Line

fold_left
345pts231
youtu.be 7y ago

Microsoft Comic Chat (January 1996)

fold_left
1pts0
lorefnon.tech 7y ago

Extending TypeScript’s static type checking to the runtime

fold_left
2pts0
www.theguardian.com 7y ago

Code readability matters

fold_left
2pts0
www.ukrant.nl 7y ago

Solve Traffic Situations with Eye Contact

fold_left
3pts0
www.telegraph.co.uk 8y ago

Russian warship ‘carrying £100B in gold’ discovered off South Korea

fold_left
29pts10
www.theguardian.com 8y ago

Stripping CO2 from the air and using it to produce carbon-neutral fuel

fold_left
120pts103
github.com 9y ago

Benchmarks of npm, npm5, shrinkpack, and yarn

fold_left
2pts0
spin.atomicobject.com 9y ago

Reproducible Builds with NPM (And Why You Should Use Yarn Instead)

fold_left
2pts0
github.com 10y ago

A middle ground for checking in npm dependencies

fold_left
2pts0
github.com 11y ago

Show HN: Resilient, reproducible builds with npm shrinkwrap

fold_left
1pts0
news.ycombinator.com 11y ago

Ask HN: How were your experiences using HAL APIs?

fold_left
3pts0
meetfinch.com 12y ago

Preview local websites on any Internet connected device

fold_left
4pts3
jamiemason.github.io 12y ago

“Game of Shells” 15 Minute Interview Test For Front-End Engineers

fold_left
3pts6

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.

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?

Svelte 5 Released 2 years ago

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.

Svelte 5 Released 2 years ago

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.

I'm not saying for one moment that it matters but one thing I was really surprised to learn was that lit (16.6kb) is actually larger than preact (11kB). With it taking advantage of Web Standards so well, I expected it would have a big advantage to be much smaller.

Ahoy there Fancy Pants!

I've absolutely loved this series of games ever since I first played them as a kid in the 90s. I didn't think we'd ever see another MI Game with Ron Gilbert involved so for me this is wonderful news, I really can't wait for this to come out.

Google Analytics 4 4 years ago

Are there any competitors out there that can import historical data from Google Analytics? I've not checked, can you even export your historical data from GA?

Using a lockfile and checking in your dependency tarballs [1] can help insulate you from these problems until you're ready to face them.

I created shrinkpack before left-pad and thankfully it 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.

[1] https://github.com/JamieMason/shrinkpack

Tour of Rust 6 years ago

I was caught out by the 2nd one too, I hit "English" expecting to be taken to the English version of the start of the Tour.

Diagram as Code 6 years ago

from diagrams import Diagram

Slightly off-topic, but I wish JavaScript's import syntax was designed to be this way around, for better autocomplete in your editor.

In 2016, Germany unveiled the Coradia iLint, the world’s first hydrogen-powered train, which can run for 600 miles on a single tank of fuel – on par with the distances that traditional trains achieve on a tank of diesel

The train’s hydrogen power system produces sufficient power to take the train 50 to 75 miles. The train, called Hydroflex, is the UK’s first to be powered by hydrogen

The iLint seems to be much further advanced. In this Industry, what does a Team in the Hydroflex's position normally do next in this position?

It would be a shame if this article about specifically DRY created negative sentiment towards the Clean Code Book as a whole – which is full of great advice, not only related to duplication, and a worthwhile read.