HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jason-johnson

no profile record

comments

jason-johnson
·geçen ay·discuss
When ever anyone says they can't find workers, at the end of the sentence there is always an implicit "for the compensation I'm offering".
jason-johnson
·geçen ay·discuss
The entire human population could stand there: each person would have roughly 1.5 to 5.4 square feet of space—less than the size of a single chair. If you actually did get all of humanity in LA it would instantly break out in war.
jason-johnson
·10 ay önce·discuss
Me too but e.g. Leptos makes the case that it isn't as important as some of us had imagined: https://youtu.be/4KtotxNAwME?si=cqprHdxU5oYAb0V_
jason-johnson
·10 ay önce·discuss
Maybe some day, maybe never. A different, perhaps more important question is, does it matter?

https://youtu.be/4KtotxNAwME?si=Egu05co4q7-RsanU
jason-johnson
·10 ay önce·discuss
Would you happen to have these templates on Github or public somewhere?
jason-johnson
·10 ay önce·discuss
https://en.wikipedia.org/wiki/Peacenotwar
jason-johnson
·10 ay önce·discuss
As sad as it makes some version of me to say, the majority of code that gets written every day doesn't need to be good code. I am doing a pet side project right now, completely with copilot. I haven't written a line of code, documentation or anything else. The code is pretty poor but I don't care because I just need it to take a specific input and produce a specific output and I only need this to happen once and then I'll throw the whole thing away. As I mentioned elsewhere: this didn't get me the result faster than I could have done by hand, but it did let me not spend the entire time in deep focus trying to write all this.
jason-johnson
·10 ay önce·discuss
This, for me, is the actual gain and I don't see a lot of people talking about it: it's not that I finish a project faster the LLMs. From what I've read and personally experienced, it probably takes about as long to complete a project with or without the LLMs. But the difference is, without it I spend all that time deeply engaged, unable to do anything else. With the LLMs I no longer require continuous focus. It may be the same wall-clock time but my own mental capacity is not being used at or near capacity.
jason-johnson
·geçen yıl·discuss
I believe this is because England was conquered by the Normans (french speakers). I think it was within the last 100 years or so that the English aristocracy finally stopped speaking French among themselves.
jason-johnson
·geçen yıl·discuss
well, if you ignore the current country borders then "German" would encompass a large portion of Switzerland and the Netherlands. So, with that assumption, I would be surprised if Italian had more dialects than German.
jason-johnson
·geçen yıl·discuss
I prefer classical music for this. Not "Flight of the bumblebee" type stuff, more like Adagio for Strings: https://www.youtube.com/watch?v=izQsgE0L450
jason-johnson
·geçen yıl·discuss
Can you say what your development environment was like? I was having 15 minute build times for a pretty small system. Everyone talks about how slow Rust compile times are so I thought that's just how it is. Then, by chance, I ended up building from a clean install on my work laptop and it took about 3 minutes from scratch.

My development environment is VS Code running in a Dev container in docker desktop. So after my work laptop was so fast, I made some changes to my Mac docker desktop and suddenly the mac could build the project from scratch in about 2 minutes. Incremental compile was several minutes before, instant now.
jason-johnson
·geçen yıl·discuss
This has generally been the case, but a system language like Rust has access to optimisations that C simply won't have due to the compiler having so much more information (e.g. being able to skip run time array size checks because the compiler was able to prove out of bounds access cannot occur).
jason-johnson
·geçen yıl·discuss
How can it not? Experts in C taking longer to make a slower and less safe implementation than experts in Rust? It's not conclusive but it most certainly says something about the language.