Skip to content

Smoking avatars and online games: how big tobacco targets young people in the metaverse

Technology
31 16 3
  • 0 Stimmen
    2 Beiträge
    26 Aufrufe
    H
    Just to add — this survey is for literally anyone who's been through the project phase in college. We’re trying to figure out: What stops students from building cool stuff? What actually helps students finish a project? How mentors/teachers can support better? And whether buying/selling projects is something people genuinely do — and why. Super grateful to anyone who fills it. And if you’ve had an experience (good or bad) with your project — feel free to share it here too
  • 142 Stimmen
    5 Beiträge
    29 Aufrufe
    B
    Of all the crap that comes out of the dipshit-in-chief's mouth, the one thing I really wish he would've followed through on was deporting Elmo.
  • 51 Stimmen
    8 Beiträge
    52 Aufrufe
    B
    But do you also sometimes leave out AI for steps the AI often does for you, like the conceptualisation or the implementation? Would it be possible for you to do these steps as efficiently as before the use of AI? Would you be able to spot the mistakes the AI makes in these steps, even months or years along those lines? The main issue I have with AI being used in tasks is that it deprives you from using logic by applying it to real life scenarios, the thing we excel at. It would be better to use AI in the opposite direction you are currently use it as: develop methods to view the works critically. After all, if there is one thing a lot of people are bad at, it's thorough critical thinking. We just suck at knowing of all edge cases and how we test for them. Let the AI come up with unit tests, let it be the one that questions your work, in order to get a better perspective on it.
  • 79 Stimmen
    3 Beiträge
    22 Aufrufe
    D
    Right? The surprise would be if they weren't doing that.
  • 38 Stimmen
    7 Beiträge
    48 Aufrufe
    D
    Not easy but not hard actually really simple if you had the right energy. Just ignore this so I don't scare you.
  • Front Brake Lights Could Drastically Diminish Road Accident Rates

    Technology technology
    337
    1
    595 Stimmen
    337 Beiträge
    1k Aufrufe
    M
    I always say there are drivers out there who only survive by the grace of other drivers.
  • 105 Stimmen
    173 Beiträge
    897 Aufrufe
    smartmanapps@programming.devS
    the proper way is to group it as 1+(-2)+3 No it isn't. you can do it in any order You can do it in any order anyway left to right 1-2+3=-1+3=2 addition first 1+3-2=4-2=2 subtraction first -2+1+3=-1+3=2 right to left 3-2+1=1+1=2 What I meant with ““rule”” is the meme questions pray on people not understanding/remembering what the actual rules are And you showed that you were one of them. Every answer you got other than 4 was wrong, because you didn't understand the rules. spoiler alert: doing it in different orders never means add brackets to it. Addition first for 10-1+1 is 10+1-1, not 10-(1+1). See previous textbook example why “left to right” conventions exist They exist because people like you make mistakes when you try to do it in a different order. Either learn how the rules work or stop spreading disinformation. Well, you should stop spreading disinformation regardless.
  • 5 Stimmen
    10 Beiträge
    43 Aufrufe
    S
    You could look into automatic local caching for diles you're planning to seed, and stick that on an SSD. That way you don't hammer the HDDs in the NAS and still get the good feels of seeding. Then automatically delete files once they get to a certain seed rate or something and you're golden. How aggressive you go with this depends on your actual use case. Are you actually editing raw footage over the network while multiple other clients are streaming other stuff? Or are you just interested in having it be capable? What's the budget? But that sounds complicated. I'd personally rather just DIY it, that way you can put an SSD in there for cache and you get most of the benefits with a lot less cost, and you should be able to respond to issues with minimal changes (i.e. add more RAM or another caching drive).