anecd0te | 3 years ago | on: Compile time evaluation in Nim, Zig, Rust and C++
anecd0te's comments
anecd0te | 3 years ago | on: Ask HN: Is blockchain tech already everything we need it to be?
anecd0te | 3 years ago | on: For most Americans, owning a home is now a distant dream
anecd0te | 3 years ago | on: Twitter owner transition: Temporary ban on product updates after Elon Musk deal
anecd0te | 3 years ago | on: Why LSP?
In user studies it was found that beginner/novice coders (or really, users that aren't SWEs) autocompletion was the most requested feature for improvement in IDE support. It's foundational for understanding what they can write and making sure it's valid.
And that makes sense to me, if you have a lot of experience in a codebase and ecosystem it's not as important. If you don't then typing `.` and seeing a bunch of aptly named methods show up, then snippet completion for their arguments to tab through them, you are immediately productive. Autocomplete turns known unknowns into known knowns.
anecd0te | 3 years ago | on: Ask HN: How to view UI changes before & after a pull request?
anecd0te | 3 years ago | on: Ask HN: Why is Node.js more susceptible to supply chain attacks than e.g. PHP?
anecd0te | 3 years ago | on: Incident with GitHub Packages and GitHub Pages
anecd0te | 3 years ago | on: The bottom is dropping out of Netflix
anecd0te | 3 years ago | on: The bottom is dropping out of Netflix
Media companies have been using the value of "content you want to watch" to subsidize "content you don't know you want to watch" for about a century now, the back catalogs are what will keep you paying but that only retains value so long as new content can be added to it.
anecd0te | 3 years ago | on: SVG passthrough precision
The only way to avoid doing that losslessly is to track the original text that you parsed into your IR nodes, which is a bit expensive if you think about it. A double is 64 bits, most shape/path data is packed and dense lists of doubles. Interleaving strings or ids that can be used to track them can be really annoying to thread through your program without performance or memory issues.
anecd0te | 3 years ago | on: Hello V-Lang
That just strikes me as youth and inexperience
anecd0te | 3 years ago | on: Hello V-Lang
They definitely have a hacker mindset to get the minimum working examples through and keep on developing, which is admirable in some ways. The downside is I don't think there's a lot of development experience hanging around that project, so things stick to minimal implementations.
anecd0te | 3 years ago | on: Can Silicon Valley still dominate global innovation?
If you want to get something built that has never been done before, SV is still the best place to find the people that can do it the quickest and the money to fund it. I've worked all over the US and its amazing how wrong everywhere else is.
anecd0te | 3 years ago | on: Inside the longest Atlassian outage
anecd0te | 3 years ago | on: Consumer prices rose 8.5% in March – highest since 1981
anecd0te | 3 years ago | on: Conflict-Free Replicated Data Types (CRDT)
anecd0te | 3 years ago | on: I Believe Zig Has Function Colors
anecd0te | 3 years ago | on: Tell HN: Recruiters are lying about remote positions
There are three models of recruiting, first-party, retained and commission. You do not want to speak to recruiters working on commission, because they take the shotgun approach and have the least information and least incentive to tell the truth. One of my first questions to third party recruiters is "are you retained or on commission" and if the second, end the conversation.
anecd0te | 3 years ago | on: Leaving California? A 2022 guide to what state is best to move to
There's pretty nature everywhere in America. And the weather isn't that bad most places.
What is stupid about it? It makes a lot of sense given how programming languages work.