I think we will be seeing a lot more business pop up that will take cater to people who are unhappy with AI. Especially if you consider the large amount of inevitable layoffs, people will begin to resent everything AI.…
A lot of people work hours like that in China and in America like 996 workers or service workers. You’ll find that as the middle class is wiped out more folks will retire later or not at all.
seriously can't believe anyone thought it would happen any other way
you have to wonder if there's a limit to the things people, companies, CEOs, shareholders will do to satiate their greed if only for the sake of the public good
Terrible news for dumb rich people, really.
Working in healthcare, engineers are liable for breaching data violations around health data. In everything from logging, storage and deletion of data, developers need to make sure that there is no personally…
While I definitely agree Rust is a much faster language than Clojure, I would be interested to see benchmarks on your code that show just how much faster your Rust code was on the same data. I also noticed that you…
Definitely this... I have a manager who always has an answer to every one of my suggestions or comments on 1-on-1s where it feels like he thinks my complaints are unwarranted. You don't need to have an answer for…
We'll need 2 factor auth for phone calls at that point
Clojurians slack is honestly one of the most welcoming and understanding programming communities I've had the pleasure of joining. I frequently ask stupid questions and will occasionally have library maintainers take…
I have trouble understanding almost all of these complaints. I have been developing Clojure for two years now at two different shops and haven't encountered the issues you describe.
Agreed! I am also concerned about how politicians will use UBI as bartering chips and how they will use it to further their own monetary interests.
house is a feeling
mxnet is also on Clojure https://github.com/apache/incubator-mxnet/tree/master/contri...
Clojure version (defn fizzbuzz [x] (cond-> nil (zero? (mod x 3)) (str "Fizz") (zero? (mod x 5)) (str "Buzz") :always (or (str x)))) (doseq [x (range 1 101)] (prn (fizzbuzz x)))
I think we will be seeing a lot more business pop up that will take cater to people who are unhappy with AI. Especially if you consider the large amount of inevitable layoffs, people will begin to resent everything AI.…
A lot of people work hours like that in China and in America like 996 workers or service workers. You’ll find that as the middle class is wiped out more folks will retire later or not at all.
seriously can't believe anyone thought it would happen any other way
you have to wonder if there's a limit to the things people, companies, CEOs, shareholders will do to satiate their greed if only for the sake of the public good
Terrible news for dumb rich people, really.
Working in healthcare, engineers are liable for breaching data violations around health data. In everything from logging, storage and deletion of data, developers need to make sure that there is no personally…
While I definitely agree Rust is a much faster language than Clojure, I would be interested to see benchmarks on your code that show just how much faster your Rust code was on the same data. I also noticed that you…
Definitely this... I have a manager who always has an answer to every one of my suggestions or comments on 1-on-1s where it feels like he thinks my complaints are unwarranted. You don't need to have an answer for…
We'll need 2 factor auth for phone calls at that point
Clojurians slack is honestly one of the most welcoming and understanding programming communities I've had the pleasure of joining. I frequently ask stupid questions and will occasionally have library maintainers take…
I have trouble understanding almost all of these complaints. I have been developing Clojure for two years now at two different shops and haven't encountered the issues you describe.
Agreed! I am also concerned about how politicians will use UBI as bartering chips and how they will use it to further their own monetary interests.
house is a feeling
mxnet is also on Clojure https://github.com/apache/incubator-mxnet/tree/master/contri...
Clojure version (defn fizzbuzz [x] (cond-> nil (zero? (mod x 3)) (str "Fizz") (zero? (mod x 5)) (str "Buzz") :always (or (str x)))) (doseq [x (range 1 101)] (prn (fizzbuzz x)))