I wonder how much power we’re wasting from people using LLMs to figure out typos
- 0 Posts
- 22 Comments
I must have used up all my luck before meeting you
Obviously context matters here. I’m usually happy to answer most questions. I reserve those types of ‘just google it’ responses for the people who skip FAQs, ping me when they know I’m focused/busy and generally don’t respect my time.
The duality of man
It’s kind of hard to tell for this image, I think the background is probably real, or at least, created separately. but there are a couple sus features in the foreground. Superman’s right hand, the green jacket, and the apparent facial features of children I mentioned before.
It does have a signature in the bottom right, so I guess you could track down the artist to find out for sure, but with my first comment, I was just pointing out the comedy of kids with facial hair.
I love the kids with mustaches and facial piercings.
“boomer” in this is just being used as slang for “old people”.
Snazz@lemmy.worldto
Selfhosted@lemmy.world•Some local LLMs tested on an average gaming PCEnglish
4·1 year agoNuh-uh! You can configure Minecraft to use all that memory to run buttery smooth. Just make sure to not play longer than 15 minutes so you don’t get the mother-of-god lagspike when the garbage collector finally runs.
Show me the fucking feather
Snazz@lemmy.worldto
General Discussion@lemmy.world•I can't set any routine, am always late for class, have a lot of missing quizzes/assignments, and I just suck.
2·1 year agoIt’s difficult to go from being extrinsically motivated to intrinsically. I would say this is good advice. Put yourself in a position where it is easy to succeed.
This means making and following a schedule for yourself, including a bedtime, a time to do your homework, and time to relax and unwind.
Make these ‘hard rules’ and track your streaks of good habits. I do the same thing foggy does, I have a rule that I must show up to every class, sit in the front center and keep my phone put away.
I also try to set aside half an hour every day to take a walk or meditate. If you haven’t yet, seek out a therapist. Find a place or a (willing) person to talk about your day, your goals, and your progress.
And most importantly: remember, you are the one who knows yourself best, you get to choose and implement your own strategy to take control of your life. It will only work if you make it work. You got this.
Every turn of the wheel would still twist the strap, pulling it tighter
There are only 4.29 billion possible values of an int32, so even if you used 2 lines for each case, it’d still be under 10 billion lines of code
bool isOdd(int num) { if (num == 1) { return true; } if (num == 2) { return false; } if (num == 3) { return true; } … }
Snazz@lemmy.worldto
Lemmy Shitpost@lemmy.world•I would personally just treat whatever direction I'm facing at the time as North and go from there.
4·1 year agoIm think it was designed with a clock in mind. That’s why it starts with north at the 12:00 position and goes clockwise. I learned it as ‘Never Eat Soggy Waffles’ but I’m sure there are a bunch of these.
Snazz@lemmy.worldto
You Should Know@lemmy.world•YSK most US states assign their electoral college votes by the state's popular vote
1·2 years agoTheoretically the electorals could go blue without winning any districts. It would require a third party to win at least one district though.
Unity actually gives any class with the name GameManager a special gear icon. You cant just forgo the cool gear icon!
(Its not too terrible from an organizational standpoint because most of the scripts are attached to game objects. MonoBehavior is a component of GameObject. For instance, you’d never have player movement in the GameManager class, you would put it in the component class attached to the player character GameObject.)
Snazz@lemmy.worldto
Memes@lemmy.ml•There's some kind of use for this lighter I can't put my finger on...
1·2 years agoI actually use one of these for work. It fits comfortably in my pocket and don’t burn my fingers when I have to light up a bunch of sterno burners.
Bit hacker 2 is really fascinating. It uses a bit mask of all 1s (-1) or all 0s (0) and takes advantage of the fact that y ^ (x ^ y) = x and y ^ 0 = y
Because you could argue that the series converges to …999999 in some sense


Seems like a productivity deficient environment in terms of progressive workflows towards goal oriented solutions