Formerly known as arc@lemm.ee / server shuts down end June 25

  • 0 Posts
  • 57 Comments
Joined 10 months ago
cake
Cake day: June 10th, 2025

help-circle

  • Digital ownership tokens could work if there legal framework imbuing digital property with the same attributes as physical property, i.e. legal ownership and the right to sell, trade, donate, loan or destroy it just as with a real thing. And tokens would have to be maintained by a single platform with legal weight behind it. If there were such a thing and platforms were compelled to support it, then it could work.

    But NFTs were not that. They were a scam from the get go. I truly wonder how anybody could be stupid enough to believe a URL pointing at a machine generated picture would ever be worth something let alone appreciate in value. Or buying content in dogshit NFT based games like Legacy or Earth 2. Or that scam game Logan Paul endorsed. Or buying real plots of land such as on “Satoshi” (Lataroa) Island - a malaria riddled jungle that was sold as libertarian asshole utopia before it flopped. But people did. Because people are stupid.







  • Yes ears are different. And eyes. And preconceptions. That is subjectivity. If you want to know what is actually better you need to eliminate those biases. e.g. in audio the standard is an A/B test where the test plays audio from 2 sources at the same volume through the same headset and the recipient has to choose which is best without knowing anything else. Done properly you’ll know if there is a measurable, objective difference between the two sources. Double blind is even better.

    The issue for audiophiles is that this is not the way things are done. More often they’re sold snake oil - hyper expensive audio cables, beech wood knobs, concrete turn table bases etc. Things that do precisely do fuck all to improve audio quality except in their imaginations.






  • Sometimes renting from the cloud is a perfectly acceptable solution. However companies leap to using AWS and similar cloud solutions WAY more than necessary or advisable. It is easy to rack up thousands in bills outstripping the costs of buying some hardware and slapping the software onto it. The cloud can scale and do a bunch of cool things but much of the time companies don’t need it, or the complexity it brings. There is also the small matter of data sovereignty - if I were a company using the cloud I would be extremely wary of one which is operating outside of my legal jurisdiction and for governments it just a flat out bad idea.







  • If the code doesn’t compile, or is badly mangled, or uses the wrong APIs / imports or forgets something really important then it’s broken. I can use AI to inform my opinion and sometimes makes use of what it outputs but critically I know how to program and I know how to spot good and bad code.

    I can’t speak for how you use it, but if you don’t have any real programmers and you’re iterating until something works then you could be producing junk and not know it. Maybe it doesn’t matter in your case if its a bunch for throwaway scripts and helpers but if you have actual code in production where money, lives, reputation, safety or security are at risk then it absolutely does.


  • I have never seen an AI generated code which is correct. Not once. I’ve certainly seen it broadly correct and used it for the gist of something. But normally it fucks something up - imports, dependencies, logic, API calls, or a combination of all them.

    I sure as hell wouldn’t trust to use it without reviewing it thoroughly. And anyone stupid enough to use it blindly through “vibe” programming deserves everything they get. And most likely that will be a massive bill and code which is horribly broken in some serious and subtle way.