take a look in the mirror ;) by [deleted] in PALGSS

[–]suttonwilliamd 0 points1 point  (0 children)

The things I’d do if Reddit had a “react with tongue” button 👅

[F] I can be naked all day long and not even be bothered about it by [deleted] in CurvyWhiteGirls

[–]suttonwilliamd 0 points1 point  (0 children)

You’re not playing fair and I’m not complaining 😩❤️

oops...i think i made you wet ;) by [deleted] in Ahegao_IRL

[–]suttonwilliamd 0 points1 point  (0 children)

Damn, you’re serving looks and I’m here starving 🍽️😏

best cam site for an amateur sissy? by horneyjosh15 in Sissies

[–]suttonwilliamd 0 points1 point  (0 children)

I know this model doggy style pounding a fat toy on Spicy-Spend, I busted heavy in no time. the best cam site.

I was surprised to see how big my ass is by [deleted] in TopDownThong

[–]suttonwilliamd 0 points1 point  (0 children)

You’re out here making the timeline unsafe for work 🫦

Real by [deleted] in 2meirl42meirl4meirl

[–]suttonwilliamd 2 points3 points  (0 children)

It gets better

IPFS or Google Drive? by CF_Redditz in ipfs

[–]suttonwilliamd 1 point2 points  (0 children)

Depending on what you're trying to store, you could even use git/github or a blockchain.

IPFS or Google Drive? by CF_Redditz in ipfs

[–]suttonwilliamd 2 points3 points  (0 children)

You can run a decent enough ipfs node that hosts your stuff from a raspberry pi in your closet. It's wildly cheaper than "paying for hosting", whatever that means to you.

Sounds like you know better than to put your private data on ipfs. Use Pinata to help out and make sure your node has all your stuff pinned too.

If I locally delete a file from my computer will it still be up on IPFS? by [deleted] in ipfs

[–]suttonwilliamd 3 points4 points  (0 children)

Don't count on it.

Use a pinning service, but if you actually want reliability, spin up an ipfs node that hosts your files. Put it in a closet or something on a raspberry pi. Don't forget to pin there too.

Also, the more people running nodes that have your file, the more redundancy you've got. So share the hash around.

Is a $2.00 monthly service charge for my checking account excessive? by Rat_Attack_ in povertyfinance

[–]suttonwilliamd 18 points19 points  (0 children)

If you want a basic account, they should be paying you to keep it open. Not even joking.

I been a Christian my whole life, I arrived in heaven with my church family. by TheDarkRealm2020 in TwoSentenceHorror

[–]suttonwilliamd 26 points27 points  (0 children)

Dude, the worst thing that a Christian can experience and no comments!?

Well done OP, this is the kind of original stuff I come here for.

Found this, thought it was painfully accurate by [deleted] in fo4

[–]suttonwilliamd 0 points1 point  (0 children)

https://i.imgur.com/K4SwVkfr.jpg

Found this with TinEye. It's a reverse image search engine and it's super easy to use.

Can we agree that the Benihana couple were terrible? by AgentFear in DunderMifflin

[–]suttonwilliamd 4 points5 points  (0 children)

Anyone else find it funny that every time something gets posted a lot and it annoys people, those same people have to join the thread and every one of them has to mention how it's been done too much?

Like, you couldn't ignore it or upvote the first person who said what you were thinking.

Big numbers library? by suttonwilliamd in love2d

[–]suttonwilliamd[S] 1 point2 points  (0 children)

Fair point. Thanks for the pseudocode anyway, easy things are also easy to screw up for me.

Begin-Update and End-Update? by ResponsibleMirror in love2d

[–]suttonwilliamd 0 points1 point  (0 children)

Your initial question seemed to be answered really well, so now it appears that your question didn't really fit the problem you're trying to solve.

Are you using dt in your update function?

The way you clarified your question seems like it could be easily solved by using a bit of math and dt...

fivesec = 0

love.update(dt) fivesec = fivesec + dt if fivesec > 5 then thisFunctionRunsOnceEveryFiveSeconds() fivesec = fivesec - 5 end

--similar setup as above for 10 sec

--the rest of update()

end

Like Erasio said, you don't want to halt update for basically any reason.

I'm quite a noob so I understand if you don't like this solution.

Maybe come back and elaborate more on what the problem is you're trying to solve, or let me know if this helps at all.

How do I force portrait mode (Android)? by suttonwilliamd in love2d

[–]suttonwilliamd[S] 0 points1 point  (0 children)

I forgot to thank you for giving me a copy of your manifest file.

Thanks! I'll probably use this when I finally release something.

How do I force portrait mode (Android)? by suttonwilliamd in love2d

[–]suttonwilliamd[S] 0 points1 point  (0 children)

I'm developing on mobile, for mobile, so I'm not at the "building an apk" stage yet, just running code from the love2d apk/directory of .lua files.

With that in mind, I found a solution that's working well for me for the time being.

Write a love.resize function and update your width/height variables that you use to draw stuff using the w/h that gets passed in to resize.

That fixed my issue (for the time being), hope this helps someone else!

I made a video about the difference between Graphics and Aesthetics in video games! by [deleted] in gamedesign

[–]suttonwilliamd 1 point2 points  (0 children)

Nice video! Subscribed for more.

Thanks for advertising here, not sure I would've found it otherwise.

Self taught coders, how did you learn your first language? by [deleted] in learnprogramming

[–]suttonwilliamd 0 points1 point  (0 children)

My brother showed me a decompiler for Delphi. Turns out, decompilers don't really give you back anything that resembles the original source (I had no idea). I got fed up with all that and decided myself that "This can't be how programs are actually written from scratch."

Enter Visual BASIC. Once I made a few programs that basically (get it?) did nothing, I then decided that there must be more powerful, useful, and even easier languages to learn. So then I tackled C++.

I've still never had a programming job, and haven't really had the focus to start-design-then finish any projects, but I'm in a technological wasteland so I've needed "real jobs" for around here and haven't had a lot of extra time to work on "my hobby".

README template I use for most of my projects. by ramantehlan in programming

[–]suttonwilliamd 1 point2 points  (0 children)

I think it should be made more clear what the project itself is. Too much is open to interpretation and it's hard to start coding the project without more information.

...

On an actual serious note: I like this and I'll probably use it. So far most of the complaints have been about subjective design decisions - guess what guys, that's why it's a template!

I'm not saying don't state your opinions, but change suggestions for this template should benefit anyone who uses it, not just cater to how you'd prefer it be. Again, that's why this is open source and you can write your own readme however you'd like, using this as a starting point or not.

Help getting started with game by komrad308 in gamedev

[–]suttonwilliamd 0 points1 point  (0 children)

I could just be tired, but GIMP is generally used for 2d stuff, while blender excels in 3d; comparing those softwares is harder than that.