I converted with claude
Use my repo for lsp.nix as neovims new v10 has a new way of configuring lsp's as lspconfig is depreciated, so I used the new lsp configuration method but went doc hunting to find out I need lspconfig for proper completions! ( I'll give it a push now to ensure it's my latest version)
If engines are hard to build, why not build a car 3x the size of a normal one, well you can but due to things like aerodynamics, etc etc you'll never match the speed or fuel economy of cars.
Same with chips, efficiency, speed, etc all depend on good design, and cutting edge factors, if the main reason your chip isn't faster is because of the distance between your L1 cache and your core is far, then having a bigger node process but bigger chip won't make it quicker.
I've has more core dumps/seg faults than any other language I've ever used.
Skill issue? Yes, 100℅, it's definitely due to my lack of skill in the language
The only time I've ever made a rust program seg fault is when using nightly macros/"features" and being on stable, leading to rustc crashing with a nice error and then I change to nightly
and that was caught at compile time...
Skill is a huge factor in safety
"70% of vulns are..."
Yes, production code written at huge companies by experts... If experts are making those mistakes, that says a lot about it IMO
That being said, I'm not a "one language for all", they have their place, embedded rust is hilarious as it's essentially a requirement to have unsafe blocks in your initialisation
Personally I've spent a lot of time coding in go relative to my total time programming
An introduction into topics that are a bit deeper than typical are very interesting to me
It may not make me an expert in the topic reading this, but it at least gives me some new information and if I'd like to know more, I know what to look for.
Before this article if I wanted to know more my searches would be "How does Go memory management work"
Maybe I'm in a minority as this being not trivial information to me though
Short thing, when I built something similar using chromedp I had to scroll on some pages to properly render all of them, due to lazy rendering on some websites ( also some pages had infinite scroll so had to break after a certain amount scrolled)
Might be worth adding it as an option ( unless it is already)