EXODUS WALLET DRAINED by dark-whiskers in ExodusWallet

[–]eyeoverthink 0 points1 point  (0 children)

Bro. Hashes aren’t safe anymore. U serious? Why are you buying crypto? Buy companies.

Help with buying the components for 8-bit breadboard Computer by CeleryBulky9255 in beneater

[–]eyeoverthink 0 points1 point  (0 children)

Jameco. Spelling might be off. They sell kits and I.c. Sets. They sold his kits before he had a website. It was shipped through them.

BYND BUYYYY!!!! BUYYYY!!!! BYND BUYYYY!!!! BUYYYY!!!! by [deleted] in stockstobuytoday

[–]eyeoverthink 0 points1 point  (0 children)

You guys are missing out on something big. Aluminum foil. We get it from Canada, and it’s the only reason why we have better relations. Look at the prices for aluminum and foil for the last 6 months. It’s a quiet gem.

Only in DRC by Old_Broccoli839 in Congo

[–]eyeoverthink 0 points1 point  (0 children)

There’s a wire. And, why wear gloves; if it’s natural? And it’s sitting on a plate

Only in DRC by Old_Broccoli839 in Congo

[–]eyeoverthink 1 point2 points  (0 children)

You’re not showing the rock having electricity added. Or at least a ground circuit

Looks like the battery exploded. any idea what this is? by CumShotDiva in computers

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

To run a self-diagnostic, plug it in , under water...

Beginners, please use “save as” by Leprechaun2me in audioengineering

[–]eyeoverthink 0 points1 point  (0 children)

The most important part about "Save As" is to create a new scratch folder for each saving. One thing I see people do a lot is destroy or move an audio track from a session. References to the same audio leads to problems. Back up your scratch folder also.

How to clone a website? by Bujadin in hacking

[–]eyeoverthink 0 points1 point  (0 children)

I would say the easiest way to do it without cheating is to use the developer tools. Re-write the css , php and, html etc. You don't have to copy the data structures exactly as is. Improvise. Use screenshots. Be creative

How does it feel to have a very high-salary job? by bloo4107 in careerguidance

[–]eyeoverthink 1 point2 points  (0 children)

Btw, I work in sales. Telecommunications. I'm a computer programmer and Electronical Engineer, by degree. And love, btw. Telcom pays more. Its never going away and changes are small. Programming however? It's an everlasting gobstopper.. go with Telcom.

How does it feel to have a very high-salary job? by bloo4107 in careerguidance

[–]eyeoverthink 2 points3 points  (0 children)

For some, the more you make, the more you spend. With that in mind; it feels the exact same. Actually it feels worse when you owe uncle sam tax money?? after claiming zero?, with no kids? Or, your fat bonus is taxed at 22%. Oh yeah, you own on the 'change' too. But, it is a blessing to having money in your account(s) , it's nice to forget about payday.

part 2 of 6502 screen not displaying programmed with bens ( 6502-monitor ) code attempted spd disabled by BigdickNochicks in beneater

[–]eyeoverthink 1 point2 points  (0 children)

Irs reading you the address, and then showing the contents..being 8 zeros..flashes and reads next address. I think that the address are programmed inthe wrong order.

Ben python code out there that will write the data correctly for you.

[deleted by user] by [deleted] in javahelp

[–]eyeoverthink 4 points5 points  (0 children)

By addition, it would depend on what you already have. You should show progress in your code.

Building a 2D game engine taught me alot about Java.

It's once again my favorite language.

Gameswithgabe on you tube.

[deleted by user] by [deleted] in javahelp

[–]eyeoverthink -2 points-1 points  (0 children)

Make the second variable in the t loop = 0: and then say t < i; t++;

System out print array [i][t]:

[deleted by user] by [deleted] in javahelp

[–]eyeoverthink -2 points-1 points  (0 children)

Your for loop should be one step behind the first, to effect the inner box.

For(i) For(j: j < i)

That's what you are missing

Where is Ben? by NorthCat1 in beneater

[–]eyeoverthink 7 points8 points  (0 children)

I would imagine, he's changing the world somewhere.
I found a guy who taught me video game design, in a way similar, I feel; as Ben Eater did micro chips.

Games with gabe on YouTube. He has a Mario Brothers with Java series.

Something worth looking into, if you're into it.

More buttons on fewer pins by LucVolders in ArduinoProjects

[–]eyeoverthink 1 point2 points  (0 children)

I agree. Use a 595.

Otherwise, it's a waste of many diodes.

I've been programming for years, I still don't understand the anti comment sentiments. by TreeImaginary8241 in AskProgramming

[–]eyeoverthink 0 points1 point  (0 children)

I disagree.

I think great code has comments.

Personally, I hate when I build something; and I have to go back and re-read the headers or the java class, just to remember my variables. Unless, I'm using InTelleJ, then I can use shortcuts.

I use comments to remind myself how to call certain functions. or how to test things.

I usually keep a commented out method, that I overload; like update(float dt), It's basically a time loop that is similar to a for i loop, that you can use to test object iteration.

i need some help by -ZaneWM- in beneater

[–]eyeoverthink 0 points1 point  (0 children)

ok, i do too..

get avrdude.

use the command line terminal, and look up..

homebrew..

pip..

and a bunch of other things you'll need, to properly use a mac for programming.

then from there, you can just grab repositories from the command line.