![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://fry.gs/pictrs/image/c6832070-8625-4688-b9e5-5d519541e092.png)
Given that music boxes are very very old it is plausible that beethoven could have made a remark sharing his opinion on this exact issue. I don’t mean to agree/disagree with your point, I just find that kind of interesting.
Given that music boxes are very very old it is plausible that beethoven could have made a remark sharing his opinion on this exact issue. I don’t mean to agree/disagree with your point, I just find that kind of interesting.
You’re getting downvoted but you are right. Stuff like this is a super cool example of exactly the type of thing you are talking about imo.
There’s a lot of AI generated art that sucks. But that does not imply that in skilled hands an artist can’t use those tools in creative/interesting ways.
Arguably a lot of these tools are designed specifically to reduce the effort a human has to put in to create the art they want to make too.
Sneaky function from R into R^2.
Machine learning techniques are often thought of as fancy function approximation tools (i.e. for regression and classification problems). They are tools that receive a set of values and spit out some discrete or possibly continuous prediction value.
One use case is that there are a lot of really hard+important problems within CS that we can’t solve efficiently exactly (lookup TSP, SOP, SAT and so on) but that we can solve using heuristics or approximations in reasonable time. Often the accuracy of the heuristic even determines the efficiency of our solution.
Additionally, sometimes we want predictions for other reasons. For example, software that relies on user preference, that predicts home values, that predicts the safety of an engineering plan, that predicts the likelihood that a person has cancer, that predicts the likelihood that an object in a video frame is a human etc.
These tools have legitamite and important use cases it’s just that a lot of the hype now is centered around the dumbest possible uses and a bunch of idiots trying to make money regardless of any associated ethical concerns or consequences.
People talk a lot about stackoverflow for figuring out bugs and miscellaneous coding questions but the whole stackexchange project has a lot of other very excellent websites.
I’ve interacted with communities here for some of my interests that I hadn’t really interacted much with on reddit due to my primary interests being more niche and having a slower rate of content generation.
It’s kind of good and kind of bad though. Some communities for things I care about are full of people who are dogmatic to the point of being actively stupid. But I do like thinking about the ideas and topics of those communities, and discussing flawed ideologies within a particular community is probably worthwhile and necessary.
Removed by mod
I can see how they’d sound like the same thing to a person who is functionally illiterate.
Infographics have always been memes. They’re inherently meant to be memetic in nature. What they intend to do is literally what the word “meme” means.
I be the person that made this was a bearded dude sitting on a couch.
Backtrack then crunchbang. Eventually I moved to arch. I’ve been using debian and mint lately though.
Paywalled. Is there a free version of this article or a workaround?
I only program in languages equivalent to an oracle turing machine.
If they make it difficult or impossible to acquire through purchase … I think an argument can be made for surfing the high seas.
I don’t think this particular line of thought makes for a very good argument without more info. The other case makes sense. But for this one, people aren’t obligated to sell you things. If you own something sentimental or private to you that I want, you’re not obligated to sell it to me if I want it and I’m not justified in stealing it from you if you don’t want to sell it.
For ex: Think of embarassing photos of yourself, private letters between you and others etc.
Operating System Concepts by Silberschatz, Galvin and Gagne is a classic OS textbook. Andrew Tanenbaum has some OS books too. I really liked his OS Design and Implementation book but I’m pretty sure that one is super outdated by now. I have not read his newer one but it is called Modern Operating Systems iirc.