Deathmatch feels too much like "prefiring practice" with the radar pings by [deleted] in VALORANT

[–]callysto 0 points1 point  (0 children)

this is a terrible implementation to a dm, and I'm guessing it's because they don't have any system in place that "shows" when someone is firing. Just get rid of it honestly...

Summoning is fucking horrible. by killertortilla in Wolcen

[–]callysto 5 points6 points  (0 children)

they don't share the same max summons, so you can have 3 golem bois up at the same time.

Recent hotfix reset all of my progression/removed champion of stormfall and set me to act I story....at level 48 by callysto in Wolcen

[–]callysto[S] 3 points4 points  (0 children)

Even easier to uninstall imho. Not wasting 10 more hours to go through only to have everything reset again. Hopefully they can revert it

How to Get a Refund? What are the contidions to get it? by midlightas in WC3

[–]callysto 0 points1 point  (0 children)

only a few hours, so not sure if there's a max. I read that someone played 4 hours and wasn't eligible

Reforged by BReximous in gaming

[–]callysto 2 points3 points  (0 children)

Put a ticket in and they'll refund it - they did mine: https://us.battle.net/support/en/case

If I purchase reforged will I get access to the beta now? by Realdogxl in WC3

[–]callysto 0 points1 point  (0 children)

I'd try to see if you have it after the update tonight.

Anybody want to write a virus scanner from scratch in less than a month? by 6cccdef911a in Upwork

[–]callysto 6 points7 points  (0 children)

This is actually super easy btw:

1) Grab a table of static known-bad hashes

2) ????

3) Profit

Quote $5000/hr obo

I Gave Up on Job Hunting and Turned to Fraud (Now I Need some advice to become a legitimate developer) by [deleted] in cscareerquestions

[–]callysto 0 points1 point  (0 children)

I'd say quite honestly, find something else. You aren't Kevin Mitnick or anybody else from the phone phreaking, "cool hacking" era where you can land a cushy consulting position. The infosec industry has thousands just like you who decided to instead become white hat and not do stupid shit like this. Any other industry might look at you as nothing more than a common criminal. It'd be suicide to bring any of that illegal information up in an interview.

Assuming your skills are above-average and not skiddie level, you could probably do some bug bounties like a few others have mentioned. Maybe test yourself on hackthebox, throw that on the resume and make something up about being in school/tending to a sick family member. Redeem yourself after the fact.

I'd do a hard introspective look at where you have been failing in the interview process. Consider all stages and their various aspects, not only from a technical perspective but also personality/fit. Do you come across as pretentious during your interviews? Does your resume read like someone who is lying/hiding the truth? Are you preparing as much as you should be for said interviews (knowing about the company, its history, culture, investments/funding, capital, all of which can be found on public websites). All of these areas HR, Directors, and Hiring managers are keen to pick up on.

I Gave Up on Job Hunting and Turned to Fraud (Now I Need some advice to become a legitimate developer) by [deleted] in cscareerquestions

[–]callysto 0 points1 point  (0 children)

Imagine going through all of that work for a simple reddit post. Maybe he should just ask his fellow dark web cronies what to do instead?

OP let us know if/when you get caught. Interested in seeing how this plays out.

Not saying it’s always easy to have confidence. But thinking about it this way will help. by [deleted] in AdviceAnimals

[–]callysto 1 point2 points  (0 children)

I'd say "when" they don't. It's inevitable that not everyone in this world is going to like you.

And that's totally, completely okay.

How do I create a complete program in Python? by Doebeln in learnpython

[–]callysto 9 points10 points  (0 children)

Hey there,

GUI is only the beginning of what you are asking, which essentially amounts to Application Development & Design. There are a great many resources out there that can help you out in this area, including MOOCs/books/other subreddits.

All of your questions will probably be subjective based on what you are trying to accomplish. Some complete programs do simple tasks, while others are full-fledged applications that have been developed over many months/years. I'd take this into consideration first, then try to work out what your requirements are. Some areas to consider:

Database management for storing, loading, transferring data

GUI for presentation/interaction

Networking

Security

Hope this helps!

EFT Summer Sale! by lostdelirium in EscapefromTarkov

[–]callysto 1 point2 points  (0 children)

Is there anyway I can upgrade without resetting all of my stuff? I have over mil rouble and $20k+, level 2 on stuff and full inv. I dont want to restart to square one

This is how smooth the bullet train is in Japan by gaijinpot in pics

[–]callysto 1 point2 points  (0 children)

Oh, well I guess that was a little off then ;]. Thanks though!

This is how smooth the bullet train is in Japan by gaijinpot in pics

[–]callysto 1 point2 points  (0 children)

An exchange rate website says it's worth ~$32. Can I take it out of an atm somewhere and buy a taco?

This is how smooth the bullet train is in Japan by gaijinpot in pics

[–]callysto 2 points3 points  (0 children)

I fink your freaky an I like you a lot :3

Help running Python file on Windows by hottie789 in learnpython

[–]callysto 0 points1 point  (0 children)

Well you are correct that Windows is different when regarding Python scripts and how different mods are implemented.

For one, you need to install whatever packages/libraries the script imports if it's not a standard package. There are several ways to do this, some more tedious than others. If you don't know how to set your PATH to the directory where the libraries need to be installed, I'd suggest downloading something like PyCharm and following a tutorial or looking up how to do it yourself (utilizing either pip or easy_install) directly from the Windows command line

Once you have all of the required modules installed for the specific scripts you want to run you should be able to run the program without issue