Hacker News new | past | comments | ask | show | jobs | submit | barbarr's comments login

Internalized capitalism


I'm not sure if there's any economic system that could survive long term without people being productive. Just because the farm is collectivized doesn't mean you aren't working from the crack of dawn to sunset


Being productive doesn’t require you to be productive non-stop. It’s not good for you and will likely make you far less productive in the long run

Trivia on farming: Medieval peasants worked far less than modern employees (at most 150 days a year). It was obviously harder physical work than sitting in an office all day, but they had plenty of downtime


Medieval peasants also had life expectancy of 30 years, what’s your point?


That is not true. You are passing on an ill informed myth.


How’s that in any way related to the topic?


At this point I just invert everything LeCun says about AI. Chances are he'll flip flop on his own statement a few months later anyways.


LeCun has been pretty steady for years now.


I didn't find it too buggy personally, in fact it has an unexpected level of composability between libraries that I found exciting. Stuff "just works". But I felt it lacked performance in practical areas such as file I/O and one-off development in notebooks (e.g. plotting results), which is really important in the initial stages of model development.

(I also remember getting frustrated by frequent uninterruptible kernel hangs in Jupyter, but that might have been a skill issue on my part. But it was definitely a friction I don't encounter with python. When I was developing in Julia I remember feeling anxiety/dread about hitting enter on new cells, double and triple checking my code lest I initiate an uninterruptible error and have to restart my kernel and lose all my compilation progress, meaning I'll have to wait a long time again to run code and generate new graphs.)


Julia does definitely need some love from devs with a strong understanding of IO performance. That said, for interactive use the compiler has gotten a bunch faster and better at caching results in the past few years. On Julia 1.10 (released about 6 months ago) the time to load Plots.jl and display a plot from scratch is 1.6 seconds on my laptop compared to 7.3 seconds in Julia 1.8 (2022)


I'm curious what kind of slow IO is a pain point for you -- I was surprised to read this comment because I normally think of Julia IO being pretty fast. I don't doubt there are cases where the Julia experience is slower than in other languages, I'm just curious what you're encountering since my experience is the opposite.

Tiny example (which blends Julia-the-language and Julia-the-ecosystem, for better and worse): I just timed reading the most recent CSV I generated in real life, a relatively small 14k rows x 19 columns. 10ms in Julia+CSV+DataFrames, 37ms in Python+Pandas...ie much faster in Julia but also not a pain point either way.


My use case was a program involving many calls to an external program that generated an XYZ file format to read in (computational chemistry). It's likely I was doing something wrong or inefficient, but I remember the whole process was rate-limited by this step in a way that Python wasn't.


IO is thread-safe by default, but that does slow it down. There's a keyword argument to turn that off (if you know you're running it single threaded) and right now it's a rather large overhead. It needs some GC work IIRC to reduce that overhead.


I’m jealous of your experience with its autograd if it “just worked” for you. It was a huge pain for me to get it to do anything non-trivial.


Did you ever try alternatives to Jupyter like Pluto.jl? I'm curious if there's the same sort of friction.


They're probably referencing this post which was on HN a while back https://jdstillwater.blogspot.com/2012/05/i-put-toaster-in-d...


That one made me laugh.

Dishwasher detergent is probably the harshest chemical cocktails in most homes. Small consumer appliances are built to the cheapest minimum standard. Creating a risk of a fire and peacocking about how smart one is great material.


Junk article. It was only tested on mice.


Are there bald mice ?


I'm absolutely sure Sundar browses this site. Hope he sees this.


Certain based on anything other than instinctive surmise?


Exactly what I was thinking. If he didn't know before, he definitely knows now.


"It is a language that makes complexity painful, but which reveals that a surprising amount can be accomplished without introducing any." - https://blog.information-superhighway.net/what-the-hell-is-f...


"Exercise is good for you" - exercise.com


Big exercise at it again.


Yeah, look at those bastards. Trying to bring down Big Pharma and the insulin lobby. Their whole purpose is to feed the Big Ortho and Big PT groups anyways.


I like the draggable world map


Same


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: