• 1 Post
  • 61 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2025

help-circle




  • I know, that’s why I asked how would it be build under anarchism, not under anti-capitalism.

    My question was really how could something as logistically complex as a semiconductor fab be build without some organization to coordinate it.

    But as @BeatL@pawb.social said if anarchism = no unjust hierarchy then that is no problem. As there is still a organization coordinating things just not an unjust one?

    I admit I’m not very knowledgeable about anarchism.

    I don’t really associate anarchism with the global supply chains necessary to build and run a semiconductor fab. But I suppose I am mistaken then?




  • It depends, do you want to learn or do you want to get something fast and don’t care how?

    If you want to learn don’t let AI write anything. Ask it questions if you don’t understand, ask it to explain, but wrte everything yourself.

    If you want to get something that works and don’t care how, make extensive tests. Use a minimum test coverage. Automaric AI reviewing the PR of the AI, And keep the agent going until it passes the CI.

    To awnser your question specifically read the plans very carefully. Most of the time the agents execute the plan fairly faithfully, you don’t need to correct the code much if you make sure to read the initial plan very carefully and make changes on where it made a mistake.

    This does build on the fact that you can actually understand what its writing, if you can’t, go with the first approach and don’t use AI at all for writing code.





  • TheMightyCat@ani.socialtoSelfhosted@lemmy.worldSelfhosted & AI
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    1 month ago

    My 2 cents are that the issue is promotion not AI, if people started promoting stuff made without AI that would still be spam.

    From the rules:

    F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from the 10% requirement. The exception does not exempt you from the account age requirement.

    I would propose making this the requirement and not an exception, forbid all promotion of closed source, and allow the 10% requirement for open source projects.







  • Either the UI is defined in some DSL, that’s loaded (or compiled) and then you spend most of the time writing getElement(pathToElement) and wiring it up, or you have to boilerplate create each element and parent.addChild(element).

    Im saying “there are no elements” because of what OP says here, the system i’m using now doesn’t have that.

    You have a panel+border+text “primitive” drawing functions. Nothing is stopping you from creating a single function that calls all 3 of those. You probably should, since it’s probably a common pattern. You could call it DrawBoxedText. There is no difference between a DrawBoxedText function and a BoxedText element with a draw() method.

    yeah i could make a function for that, but i would argue that “here is no difference between a DrawBoxedText function and a BoxedText element with a draw() method.” there is a big difference between these. Personally i find using a function like DrawBoxedText much easier.


  • I think this could be the beginning of the end for capitalism.

    With past automation capital became more efficient but labor was still required. A tractor for example replaced hundreds of farmers, but still required an operator, same with factory machines. But AI is different.

    Capitalism requires the capital labor relationship, but AI fudementally gets rid of that.

    What way it ends up I don’t know, but for the first time there is a real chance to end the extractive nature of wage labor.