• 3 Posts
  • 133 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle




  • I feel like the deployment shouldn’t be too difficult. I have the game Street Fighter 6 on steam, and there is an option in the steam menu for whether to download single player content or not. If you disable it, you can save about 20gb, and of course it is enabled by default. I feel like the exact same process could be used for the high end texture packs. Most users would just download everything by default, but if you are someone who cares about your disk space, you could just easily disable it. It would just be on the devs to implement it.











  • Think of it like casino chips for crypto. If you want to buy lesser known cryptocurrency, no one is trading directly for dollars, the trades are happening from one crypto to another. You spend your actual cash to buy in, then you can cash out when you are done. But if you are trading all the time, looking for opportunities, you don’t want to just leave everything parked on some random cryptocurrency, because it’s highly volatile. Stable coins are like the casino chips because they hold a relatively stable value, so you have your money in those and it’s ready to trade whenever the need arises.

    Stable coins can hold a stable value because they are usually backed by some actual assets like money and securities and stuff.


  • I started eating a lot of chickpeas recently. Buy them dried, boil them for a couple minutes them let them soak in the water for a few hours. Then either roast them in the oven or if I’m lazy, toss them in the microwave for like 5 minutes, then add some seasoning. I snack on them between meals, or also toss them into things like soup or curry.

    Also if you want a different take on ramen, boil them until they are al dente, drain the water and then stir fry with some cheap veggies or whatever.



  • I don’t believe I have ever cheated on an exam or big test, but there were a few cases in college where teachers would leave answers for homework or projects unsecured, and I did make use of it whenever I came across it.

    One such case was in an introductory computer science course. We had a weekly lab session where the teaching assistant was giving us an overview of using the Unix systems at the university. At one point early on, he was teaching about file and folder permissions, and gave us all access to his personal folder. And… Then he forgot to lock the permissions back up. His folder was fully accessible for the entire semester, and he posted full solutions to every programming project there.

    I remember another course where the professor would send us a link to the solutions to the homework problems, after he finished grading the homework. But I learned that I could just change the URL to access all of the future homework answers.



  • Zarxrax@lemmy.worldtoProgrammer Humor@programming.devVibe Coding
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    4 months ago

    I consider myself a bad hobbyist programmer. I know a decent bit about programming, and I mainly create relatively simple things.

    Before LLMs, I would spend weeks or months working on a small program, but with LLMs I can often complete it significantly faster.

    Now, I don’t suppose I would consider myself to be a “vibe coder”, because I don’t expect the LLM to create the entire application for me, but I may let it generate a significant portion of code. I am generally coming up with the basic structure of the program and figuring out how it should work, then I might ask it to write individual functions, or pieces of functions. I review the code it gives me and see if it makes sense. It’s kind of like having an assistant helping me.

    Programming languages are how we communicate with computers to tell them what to do. We have to learn to speak the computer’s language. But with an LLM, the computer has learned to speak our language. So now we can program in normal English, but it’s like going through a translator. You still have to be very specific about what the program needs to do, or it will just have to guess at what you wanted. And even when you are specific, something might get lost in translation. So I think the best way to avoid these issues is like I said, not expecting it to be able to make an entire program for you, but using it as an assistant to create little parts at a time.