Hacker Newsnew | past | comments | ask | show | jobs | submit | babush's commentslogin

Mixed feelings about creative work and AI, but if it wasn't for LLMs I would have chosen a different software than Blender for my hobby-level 2D animation. Made a Blender plugin w/ Claude, and it's saving me so much time (:


Scanning my messages with my mom is going to give that much extra edge in a war with Russia.

> If you think this time America will save the entire West like in movies

Ugh


"Algorithmic collusion"... If using an algorithm leads to collusion, then choosing to use the algorithm should be considered regular collusion.


The Problem is that "using the algorithm" doesn't require you to use a computer. You can do this with pen and paper and it still works. You just have to ensure your competitor is aware of how the algorithm works, which is impossible to make illegal.


I never mentioned a computer.


Feels more like a system design failure than malice


Profiting from a design failure indefinitely isn’t malice, it’s negligence that can still be considered criminal.


Can gravity buy out magnetism?


Beautiful


I am unsympathetic to people who insist on reducing everything to its market value.

I've heard the arguments they use to justify why they do and they're all hogwash.


> I am unsympathetic to people who insist on reducing everything to its market value.

What is wrong with market price?


that it reduces everything including culture to just one metric, money. Are you a fan of a band? can't go because you got outsold by some rich person that maybe cares or maybe not, it doesn't matter, they just have more money that you.

The space at a concert is limited so some form filtering will have to happen, but if the only metric is market price that's a pretty sad society specially when we're talking about culture IMO


Two big leaps in your answer: 1. that the person paying more is rich and 2. that the person paying more likely doesn't care about the band

The way I see it, it is also highly likely that the person paying more is of average income and just convinced themselves to pay more because they are superfans


ah, I tried to avoid that leap with the "it doesn't matter" but probably didn't come across properly.

The point I'm making is that market value reduces the problem to just money which is being taunted as a magic solution, which might work in some cases but market value doesn't exist in a vacuum and it has side effects. As the topic being discussed is culture it introduces a lot of biases into society that I would find problematic.

Also, if we want to talk in pure capitalist terms, Ticketmaster is already a monopoly of sorts in the music buisiness, there's no "market value" if there's no pressure to lower prices, they can make the experience as bad as possible without repercussions other than people not going to concerts anymore which as a society would suck


Those repercussions are essentially just a form of market feedback through demand contraction, i.e. it is the inevitable result of human action under conditions of scarcity and subjective preference, a natural outcome. The market would correct itself. If no one goes to Ticketmaster, someone else could (and if there is demand (among other things), most likely will) take its place, and they will no longer be a monopoly, simply put.


Thanks for the comment. Couldn't have said it better. Also, good point about Ticketmaster. One seller, incomparable goods.


I wish there was some SRS-like tool but for learning music.


Thank you for sharing


I recall Shopify having a seccomp-based jail to run untrusted ruby code. But their use-case was very limited so they can get away with blocking almost every syscall.

Other than that... VMs? The fact that people consider JS/WASM engines good security sandboxes is a bit scary tbf.


I trust a WASM sandbox a whole lot more than I trust a Docker container sandbox.

WASM engines run in almost every browser on earth, billions of times a day. Security problems in those get spotted very quickly.


It's a bit hard to do comparisons without going into threat models and all that _fun_ stuff :shrug:

For example, JS runs in almost every browser on earth too, yet it took V8 devs 2 years to find out that `Math.expm1()` could return -0.0 (https://chromium.googlesource.com/v8/v8.git/+/56f7dda67fdc97...). This is a cherry-picked example, and JS is clearly more complex than WASM, but still.

Just because stuff runs on a lot of devices doesn't mean it's more or less secure.

Linux runs on quite a few devices too, yet we still find bugs, people still don't ship updates to said bugs, yadda yadda yadda.

My point is just that lots of devs often skip the threat modeling and just think "I'll slap it in a WASM thingie an it'll be fine". Well good luck.


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

Search: