For anyone interested in the "critical" aspect mentioned by h0l0cube, please consider also reading "Farmers or Hunter-Gatherers? The Dark Emu Debate" by Peter Sutton and Keryn Walshe. Peter Sutton is an anthropologist…
Maybe watch the video. Artists have to eat, and they relied on patronage and commissions. The church and the nobles were the only ones with the free cash and the motivation to fund artists and their creations for much…
Postponed to 1944, in 1943 it would have failed.
Reading your comment made me feel like someone had been spying on me in my car. I go through this same thing in my Lexus every time I drive it as well. It is such a relief to know I am not the only one.
I think SK's numbers are becoming more reliable by the day though. The new case rate has stabilised to a small number in the range of 50 to 150 per day and the active case count is dropping at a rate of over 200 per…
s/Nullabor/Nullarbor/ (no trees). The Nullarbor is a vast, arid, unpopulated plain over 1000km wide. I think the comment was meant to suggest that infrastructure projects like this are challenging in Australia, because…
I don't disagree with the general realpolitik you describe, but it's not clear that damaging Huawei isn't damaging the USA as well. American companies supply Huawei, and their business is being harmed; and American…
I agree. Something that might be worth noting: two minutes of googling didn't turn up the author's age, but I recall seeing this photo on his website when I bought it some time after it was published in 2008:…
On your first point: I seem to remember plenty of companies that failed that were not telecom. In fact when I went looking just now I found a bunch of listicles about retail startups that failed. The telecom bubble and…
I was so hoping the guy's name would turn out to be Richard.
Most residential customers don't have static IP addresses -- how does that work when a customer's IPv4 address changes?
That's more a matter of experience and attitude -- even simple things like reference types are nice. Also, templates offer a lot of abstraction power that can be used to model the hardware nicely, without sacrificing…
Nothing. I've worked on Cortex-M4 projects in C++. It's nice in many ways. The people working on the project had a much more diverse background than the typical EE who learned C as an undergrad mentioned in another…
"Real engineering" also runs on a different (slower) cadence, in part due to the longer timescale between inception and realisation of ideas, and due to the costs involved in making physical things.
Sorry this comment is so late; ATS is also interesting because it has linear types that allow compile-time resource tracking similar to Rust's ownership and lifetime tracking. If you use linear types you can opt out of…
Well, SBCL does not ship with an interpreter, for example. Expressions entered at the REPL get compiled directly to machine code, so there's no difference in performance for a function entered at the REPL (or via SLIME…
Interpreted language? Common Lisp is typically compiled. Besides which, why is interpreted a particular advantage? e.g. Python was interpreted 10 years ago when I was using it, but Common Lisp felt far more flexible and…
A little cheesy, but whenever I hear about this sort of thing I always think of this scene from Saving Private Ryan: https://www.youtube.com/watch?v=dKbdE5LOGNQ
Yes, I've noticed that about myself too. Reading is a high investment / high reward activity, and you have to make an effort to do it. One approach is to set aside a time slot daily where you just read, like the hour…
Ha! I should have been more precise in my language. I was avoiding learning how to write more substantial shell scripts and programs, not the command line per se. I also got my start on pre-GUI computers (a VIC-20,…
Thank you. Looks like you've packed a lot of good stuff in there already. I only skimmed so far, but this quote stuck out: "Programming is fundamentally a way to save human labor, and that includes our own labor." I'm…
Thanks for those links, I think I will enjoy them. I was actually thinking about Forth as well when I was writing those comments about functional programming. I'll be interested to read your take on it.
Every language has its warts, but C is a pretty small language when it comes down to it. Compare that to just the number of different ways you can expand a parameter in bash:…
Here are a couple of thoughts: - I used to spend a lot of time stuffing things into variables and then trying to operate on those, which is how you do things in imperative languages. Shell is better thought of in…
Yes, totally agree. But it offers something different to say Python, as the video points out. Some things are more compact in shell than in Python, because it's not the same sort of programming language as Python. And I…
For anyone interested in the "critical" aspect mentioned by h0l0cube, please consider also reading "Farmers or Hunter-Gatherers? The Dark Emu Debate" by Peter Sutton and Keryn Walshe. Peter Sutton is an anthropologist…
Maybe watch the video. Artists have to eat, and they relied on patronage and commissions. The church and the nobles were the only ones with the free cash and the motivation to fund artists and their creations for much…
Postponed to 1944, in 1943 it would have failed.
Reading your comment made me feel like someone had been spying on me in my car. I go through this same thing in my Lexus every time I drive it as well. It is such a relief to know I am not the only one.
I think SK's numbers are becoming more reliable by the day though. The new case rate has stabilised to a small number in the range of 50 to 150 per day and the active case count is dropping at a rate of over 200 per…
s/Nullabor/Nullarbor/ (no trees). The Nullarbor is a vast, arid, unpopulated plain over 1000km wide. I think the comment was meant to suggest that infrastructure projects like this are challenging in Australia, because…
I don't disagree with the general realpolitik you describe, but it's not clear that damaging Huawei isn't damaging the USA as well. American companies supply Huawei, and their business is being harmed; and American…
I agree. Something that might be worth noting: two minutes of googling didn't turn up the author's age, but I recall seeing this photo on his website when I bought it some time after it was published in 2008:…
On your first point: I seem to remember plenty of companies that failed that were not telecom. In fact when I went looking just now I found a bunch of listicles about retail startups that failed. The telecom bubble and…
I was so hoping the guy's name would turn out to be Richard.
Most residential customers don't have static IP addresses -- how does that work when a customer's IPv4 address changes?
That's more a matter of experience and attitude -- even simple things like reference types are nice. Also, templates offer a lot of abstraction power that can be used to model the hardware nicely, without sacrificing…
Nothing. I've worked on Cortex-M4 projects in C++. It's nice in many ways. The people working on the project had a much more diverse background than the typical EE who learned C as an undergrad mentioned in another…
"Real engineering" also runs on a different (slower) cadence, in part due to the longer timescale between inception and realisation of ideas, and due to the costs involved in making physical things.
Sorry this comment is so late; ATS is also interesting because it has linear types that allow compile-time resource tracking similar to Rust's ownership and lifetime tracking. If you use linear types you can opt out of…
Well, SBCL does not ship with an interpreter, for example. Expressions entered at the REPL get compiled directly to machine code, so there's no difference in performance for a function entered at the REPL (or via SLIME…
Interpreted language? Common Lisp is typically compiled. Besides which, why is interpreted a particular advantage? e.g. Python was interpreted 10 years ago when I was using it, but Common Lisp felt far more flexible and…
A little cheesy, but whenever I hear about this sort of thing I always think of this scene from Saving Private Ryan: https://www.youtube.com/watch?v=dKbdE5LOGNQ
Yes, I've noticed that about myself too. Reading is a high investment / high reward activity, and you have to make an effort to do it. One approach is to set aside a time slot daily where you just read, like the hour…
Ha! I should have been more precise in my language. I was avoiding learning how to write more substantial shell scripts and programs, not the command line per se. I also got my start on pre-GUI computers (a VIC-20,…
Thank you. Looks like you've packed a lot of good stuff in there already. I only skimmed so far, but this quote stuck out: "Programming is fundamentally a way to save human labor, and that includes our own labor." I'm…
Thanks for those links, I think I will enjoy them. I was actually thinking about Forth as well when I was writing those comments about functional programming. I'll be interested to read your take on it.
Every language has its warts, but C is a pretty small language when it comes down to it. Compare that to just the number of different ways you can expand a parameter in bash:…
Here are a couple of thoughts: - I used to spend a lot of time stuffing things into variables and then trying to operate on those, which is how you do things in imperative languages. Shell is better thought of in…
Yes, totally agree. But it offers something different to say Python, as the video points out. Some things are more compact in shell than in Python, because it's not the same sort of programming language as Python. And I…