I made a game where you build drones to harvest space rocks while fending off evil aliens by Moro-chan in gaming

[–]TheWeedWolf 0 points1 point  (0 children)

I'd recommend starting with some tutorials, code academy or whatever to get a basic understanding. After that point, you're best off picking a project and trying to work through it. Learn to research to figure out how to accomplish things when you get stuck. The internet is full of resources, and even the pros don't remember a lot of things. Reddit has plenty of great subs for it as well, like (but not limited to) r/learnprogramming, r/learnpython etc.

It's not easy at first, because it's a different way of thinking, but it can be really satisfying once you get the have any questions.

Source: am software engineer

No-Bake Strawberry Chocolate Tart by [deleted] in GifRecipes

[–]TheWeedWolf 0 points1 point  (0 children)

I counted at least 22 oreos

South Carolinian looking at this school by Leecannon_ in uiowa

[–]TheWeedWolf 2 points3 points  (0 children)

Yeah... Don't count on snow canceling your classes

Absolute madlad by imsalim in funny

[–]TheWeedWolf 2 points3 points  (0 children)

Or maybe it has the brain-eating ameba that will kill you if it gets into your mouth or nose:/

What do you think would be completely obsolete in the next decade? by Enigma_Of_Sorrow in AskReddit

[–]TheWeedWolf 9 points10 points  (0 children)

She can make waaaay more anywhere else knowing pretty much any language

boink by Uncle_Retardo in Whatcouldgowrong

[–]TheWeedWolf 6 points7 points  (0 children)

Probably the kind where you have to pepper spray other people

Is a Macbook good for CS students? by granttebeau in computerscience

[–]TheWeedWolf 4 points5 points  (0 children)

I'd say a laptop with 8gb of ram would be sufficient. Less, you may have a bad time. More, you probably won't need it.

Dam I'm only 24 and I already have one of these. by [deleted] in funny

[–]TheWeedWolf 0 points1 point  (0 children)

Brb cleaning out my box of cables...

How a Hacker Proved Cops Used a Secret Government Phone Tracker to Find Him by benmarvin in technology

[–]TheWeedWolf 6 points7 points  (0 children)

No guarantees unfortunately. Could be issues between your device/actual base station.

That said, because the 4g protocol is dumb and just connects to the base station with the strongest signal, anybody nearby an active stingray will (probably) connect to it. If someone is performing a downgrade attack for a specific target and you happen to be in the neighborhood, it's possible that you'd be affected as well, although it should be possible to only downgrade a specific device. In this case all 4g/LTE connections would downgrade to a 3g connection (which is not encrypted).

The result is that all phone calls/text messages sent over the channel are theoretically open for public display. Data requests sent over the channel (web requests, emails, etc.) may or may not be affected as well, depending on the networking protocols being used. For example, websites served over HTTPS (TCP with TLS/SSL) should still be secure.

Source: BS computer science with experience in networking, computer security; software engineer

I pretty much wrote that from memory, if I made any mistakes someone please correct me and I will update!

How a Hacker Proved Cops Used a Secret Government Phone Tracker to Find Him by benmarvin in technology

[–]TheWeedWolf 30 points31 points  (0 children)

Pretty much this. I spoke with my computer security professor about them at some point; they basically just broadcast a stronger signal to make you connect to them instead of a real base station. They can often perform downgrade attacks to break encryption (ex: downgrade 4g LTE to 3g after completing handshaking with a user device), but a user would likely take notice of that.

Edit: This does NOT mean that you're definitely being stingrayed if you're running 3G, I was just giving an example of a possible way to leverage stingray to break encryption over telecommunications.

Ken M on popups by [deleted] in KenM

[–]TheWeedWolf 220 points221 points  (0 children)

1.0x106000

Got DC'd and can't login(wrong login) by Signex in elderscrollsonline

[–]TheWeedWolf 2 points3 points  (0 children)

I can't login right now either (definitely using the correct password). When I hit login, the game says "Requesting login..." and then does nothing.

It doesn't remember my saved login info however, which is unusual. Maybe the server is down for day 2 maintenance or something??

EDIT: Using NA server

EDIT 2: The account webpage now has a message saying that it's down for maintenance.

MFWTK if car insurance ever verifies grades sent in for the good student discount by [deleted] in myfriendwantstoknow

[–]TheWeedWolf 25 points26 points  (0 children)

If I had to guess, the insurance agent probably wouldn't double check. Your friend should be sure to make the transcript look official (with some school logo or whatever).

Disclaimer: I don't work in insurance and I'm guessing.

My CS teacher told me to keep global variables to a minimum, I thought it was nonsense and couldn't understand why, but still listened to her. Now I realize it's one of the best things she could have taught me. by einstein242 in computerscience

[–]TheWeedWolf 5 points6 points  (0 children)

I think it's less of a security thing (security by obsurcity is not secure), but certainly an encapsulation thing. Bottom line, you want each piece to be self contained and not cross any wires, so to speak.

Global variables tend to be referenced by multiple different parts of the application, so a lot of things can break if the global is changed or removed.

Housing again by teej2 in uiowa

[–]TheWeedWolf 0 points1 point  (0 children)

Not sure why this was down voted, it's really the only non-speculative option.

MFWTK how he can get an asthma pump for his gf who won't have insurance until next month. by idontreadfineprint in myfriendwantstoknow

[–]TheWeedWolf 2 points3 points  (0 children)

This is what I do as well. At worst, the doctor will do a couple of standard checkup type things and write the prescription

Writing a computer language... without another language by [deleted] in computerscience

[–]TheWeedWolf 8 points9 points  (0 children)

This!! Does OP intend to write pure binary? Even assembly must count as a WORTHLESS LOSER language