• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle
  • Mars@beehaw.orgtoProgrammer Humor@programming.devTough break, kid...
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    7 months ago

    Yeah, writing prompts it’s the long term goal, programming will be obsolete.

    Nobody that can write a problem in a structured language, taking edge cases into account, will be able to write a prompt for a LLM.

    Prompt writers will be the useful professionals, because NO big tech company is trying to make it obsolete making AI ubiquitous and transparent, aiming it to work for natural language requests made by normal users or simply from context clues. /s

    Prompt engineering it’s the griftiest side of the latest AI summer. Look a who is selling the courses. The same people that sold crypto courses, metaverse courses, Amazon dropship store courses…


  • Mars@beehaw.orgtoProgrammer Humor@lemmy.mlsigma star
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    A tree can be seen as a formal language. Look into L-systems.

    If you generalize what a symbol is (the rgb value of a pixel) you can write a grammar that ends producing a list of pixels. You can then place it in a 2d matrix and you have an image.

    I guess a better approach would be wave function colapse, but seems to me like it could be formally described as a grammar (CS or CF, dunno, would have to look into it)



  • Mars@beehaw.orgtoFuck Cars@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I’m really sceptic about that kind of metrics because many of them take carbon offsets into account, and carbon offsets are mostly greenwashing.

    Power mix in the world right now is over 50% coal and gas, and only hydro is over a 10%. This is worldwide, so mix varies depending on where you are.

    In the end EVs are no making a dent in power demand. They are increasing it. The percentage of fossil fuels is maybe going down but total fossil fuel consumption is increasing as our demand does. Green energy is only taking some of the slack from the increase.

    EVs will be remembered as the thing we did to keep using cars and feeling good about it.




  • Mars@beehaw.orgto> Greentext@lemmy.mlAnon plays L4D2
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Daily quests. Missions that you can repeat every day for some recompense. Maybe they are always the same, maybe you get a different selection from the pool each day.

    It’s MMO/Phone Game design that has bleed into every other games as a service to ensure engagement.








  • It’s a solution, but I don’t like it.

    1.- It’s less resilient. If (more like when) one server goes down it could take the only community in a topic with it.

    2.- If the moderators for the community of your interest are kind of dickwads, or absent, or malicious, you have no alternative.

    3.- Federation can create weird problems. If your account instance is not the community’s one, you could be effectively banned, without doing anything wrong.

    4.- Creates a perverse incentive for using the biggest instance you can for both creating communities and users. Some of the bigger Lemmy instances already are under heavy load and having problems to stay online. Imagine if we discourage using small instances.

    Some mechanisms to “merge” communities across servers would be cool addition. Every Android community in every server that still federates with each other lists every post in all of them. Moderators moderate the posts in their instance. Link repetition is the same as inside of one single community. If one of the composing communities moderator team doesn’t does it’s part it could be expelled from the composite. Like a soft de-federation.

    Just rambling. It’s a complex problem.



  • It’s a solution, but I don’t like it.

    1.- It’s less resilient. If (more like when) one server goes down it could take the only community in a topic with it. 2.- If the moderators for the community of your interest are kind of dickwads, or absent, or malicious, you have no alternative. 3.- Federation can create weird problems. If your account instance is not the community’s one, you could be effectively banned, without doing anything wrong. 4.- Creates a perverse incentive for using the biggest instance you can for both creating communities and users. Some of the bigger Lemmy instances already are under heavy load and having problems to stay online. Imagine if we discourage using small instances.

    Some mechanisms to “merge” communities across servers would be cool addition. Every Android community in every server that still federates with each other lists every post in all of them. Moderators moderate the posts in their instance. Link repetition is the same as inside of one single community. If one of the composing communities moderator team doesn’t does it’s part it could be expelled from the composite. Like a soft de-federation.

    Just rambling. It’s a complex problem.



  • I know it’s a joke, but it’s an old one and it doesn’t make a lot of sense in this day and age.

    Why are you comparing null to numbers? Shouldn’t you be assuring your values are valid first? Why are you using the “cast everything to the type you see fit and compare” operator?

    Other languages would simply fail. Once more JavaScript greatest sin is not throwing an exception when you ask it to do things that don’t make sense.