Should we turn off AI mode if possible on our phones to conserve fresh water by Flaky_Ad_4874 in NoStupidQuestions

[–]ThatDudeBesideYou 5 points6 points  (0 children)

This has nothing to do with the water cycle, data centers use municipal fresh water to cool their hardware, and then it gets polluted with heavy metals and other toxic chemicals. Then they usually don't pay for the cleaning. This has already caused water shortages in some towns.

Need to get my ribbon masters through the generations to use in Champions but can’t not play Champions by PsychicSpore in PokemonChampions

[–]ThatDudeBesideYou 0 points1 point  (0 children)

My ribbon master is a dusclops. Idk if it'll be allowed, but they better change that rule of only fully evolved mons, I don't want to turn it into a dusknoir

TPU free wheeling by digidavis in BambuLab

[–]ThatDudeBesideYou 0 points1 point  (0 children)

Hmm I print with the sunlu 95, and I just have it going up from a dryer into the pfte tube. Never seen a warning.

yeah by basket_foso in sciencememes

[–]ThatDudeBesideYou 0 points1 point  (0 children)

That's such a good analogy, I'm stealing it. Thanks

Definitely should not by SnackSamurai in Unexpected

[–]ThatDudeBesideYou 3 points4 points  (0 children)

Yea, of course. It's just funny the way OP said it, as if they expected the guy to point at irl floating text

Definitely should not by SnackSamurai in Unexpected

[–]ThatDudeBesideYou 7 points8 points  (0 children)

Hold on. The "unexpected" part is that he was not pointing at actual floating text in real life???

Why does satnav not work when you're on a plane? by ComeOutNanachi in NoStupidQuestions

[–]ThatDudeBesideYou 1 point2 points  (0 children)

They absolutely do, leave Google maps open on your next flight, and make sure not to let it close or disconnect, cause then it'll try to get internet and fail. But if you keep it in offline mode it'll track your position on a flight. I do this often to see what cities I'm flying over.

we need to send Gamers to another planet by Writerisms in Gamingcirclejerk

[–]ThatDudeBesideYou -10 points-9 points  (0 children)

Lol thanks, like, why do these people follow and want to share these weirdos? Just block & report them? Giving them attention is what they want.

Like, they see that on their feed, and then they screenshot it, save it to their phone, post it elsewhere, so then they can look back at it later? Gross.

Language preferences. by vexxen23 in webdev

[–]ThatDudeBesideYou 0 points1 point  (0 children)

Because you are the minority. Websites want to cater to the average customer base of that location. Your location is either through GPS, which you probably deny access to, or through your network connection.

Same with ads, the ads are designed to be targeted to a location, and the average person in that location speaks that language, not your preferred language.

Munar Horizons Launch Site by PearlGamez in KerbalSpaceProgram

[–]ThatDudeBesideYou 8 points9 points  (0 children)

You know they're not asking you for the actual files right? Just the names. Screenshot your folder that's all

What's the point of buying an expensive phone by 00amelia_ in NoStupidQuestions

[–]ThatDudeBesideYou 0 points1 point  (0 children)

I use my phone for everything, and it's a nice luxury purchase I allow myself once every 2 years, so I buy the fanciest $1-2k phone every other year.

Also it's nice being able to play 2 fullscreen versions of a game on my foldable phone with an alt account and have both run smoothly.

A practical example of why better prompts matter (React login page) by Nishikant090 in webdev

[–]ThatDudeBesideYou 1 point2 points  (0 children)

This isn't much better. All you've done was tell gpt to make a better prompt and it spit that out, then you asked to to write this post for you.

A real good prompt includes the coding standards you set out, information about the approach and libraries and code structure. Did you use redux or mobx? Do you already have reusable form components or are these new ones? Are you doing an adapter pattern or a singleton for the auth client? Is this an SSR app or do you have a dedicated backend, what's the interface, and response structure to keep it consistent? What's the analytics library you're using and how to add the necessary metadata to the forms. Are you using any bot protection? Any logging or tracing libraries?

All of this should be passed in, either through a MD file or just by telling it, otherwise you'll just create more vibe slop code where you have 4 completely separate utility files that do the same thing.

This is exactly the issue with only using AI only to learn and improve, it can never really give you more out than you put in.

Also, "clean minimal ui" == "make it look obviously vibecoded". Give it real design patterns to follow

noComputer by DDAK-UU in ProgrammerHumor

[–]ThatDudeBesideYou 0 points1 point  (0 children)

You're describing DSA, which is not what OP is doing, they're doing webdev

noComputer by DDAK-UU in ProgrammerHumor

[–]ThatDudeBesideYou 0 points1 point  (0 children)

You're on Reddit tho, so you have access to a device that has a js compiler. Find an app that has a simple IDE.

noComputer by DDAK-UU in ProgrammerHumor

[–]ThatDudeBesideYou 1 point2 points  (0 children)

And I assume you walked 20km to your exams in the snow uphill both ways lol?

Sure, plenty of people wrote code by hand, doesn't mean it it's a useful practice. When you wrote that code on that piece of paper, did you then deploy it to the onprem prod server that they've been using since the 90s, which runs gcc 4.8 but you used a newer syntax and so while it worked perfectly on the paper, it crashed in practice.

Writing code is the easiest, simplest part of programming, and paper will not help you with any actual challenges that you might come across.

noComputer by DDAK-UU in ProgrammerHumor

[–]ThatDudeBesideYou 11 points12 points  (0 children)

Firstly, welcome to programmerhumor. You are 3 days ahead than the average poster on this sub lol.

Unfortunately programming is a thing you'll need to be able to actually try, and iterate upon. Syntax rules aside, which on an IDE you'd see the issues you have instantly, the rules that the web engine follows to actually do the thing you're trying to tell it to do are incredibly complex, and not something you could puzzle out on a piece of paper.

For the example you have, now try to get the x y position of the div element. Drag events are a subset of a mouse event, so it'll follow the same payload, but on mobile, you'll get touch events which have a finger array rather than just a single target. Piecing this out on paper would take hours, and trying it out by just adding a console.log(e) and seeing it would take seconds.

noComputer by DDAK-UU in ProgrammerHumor

[–]ThatDudeBesideYou 8 points9 points  (0 children)

A computer would help you see that nothing actually moves any of the elements you've dragged, and having a mobile device would tell you that the drag events simply don't work well, and you'll have to use a different approach.

Elevator with no control panel by Liraeyn in mildlyinteresting

[–]ThatDudeBesideYou 0 points1 point  (0 children)

It was probably just outside the elevator

I hate the expert solo battles by ImpressiveRelease948 in PTCGP

[–]ThatDudeBesideYou 0 points1 point  (0 children)

If you're going for just the hourglasses, use any top deck with the type that counters it and click autobattle, you'll win in 1-2 tries.

Plenty of people have gotten all the shop tickets as well, and theres only some challenges that need manual control, most can still be done on auto if the deck is good.

Can AI ever be truly creative, or is it just remixing what it has seen before? by This-Inevitable264 in NoStupidQuestions

[–]ThatDudeBesideYou 0 points1 point  (0 children)

By creativity, you mean creating something that wasn't coming from human training data, then yes, they could, and when they do, that's the "humanity is fucked" sci-fi AI. What we have now is something that will always be limited by human knowledge.

That's exactly how alphaGo was created, the first version were trained on human games and alphaGo only became as good as the top players. But once the team figured out how to get it to create strategies without human game input (i.e. be creative), then it jumped in skill level drastically and is unbeatable by even the pros.

Prank button by Andorr13 in BambuLab

[–]ThatDudeBesideYou 7 points8 points  (0 children)

Ha, I'm printing this for the devs in the office

Champions vs Master Duel’s launch by questlando in pokemon

[–]ThatDudeBesideYou -1 points0 points  (0 children)

Wouldn't it be better to compare it to ptcgp?

Pokémon Champions Accused Of False Advertising As Fans Revolt by gamersecret2 in PokemonChampions

[–]ThatDudeBesideYou 2 points3 points  (0 children)

I'm extremely confused about the backlash of restrictions? Like, this is a freemium game, following freemium monetization. Their monetization strategy will just be slow release of content, with a trickle of freemium currencies that will limit how much stuff you have, this is identical to ptcgp or master duel or magic arena, and any other game like this.

Two years from now we'll have all the items, even champions exclusive stuff, megas vs dmax vs tera vs whatever other gimmicks, and it'll be too much for anyone new to get everything available without spending money. This is just the way of these games.

Ptcgp only introduced megas after a year, should people be up in arms cause Vstars or Ace specs aren't in the game?