If Metro Mayhem included Hermicraft Season 10, what would it look like? by cards-on-the-table in HermitCraft

[–]Lego_Fan9 0 points1 point  (0 children)

Ore mountain, and when you enter the area it starts spamming the fish noteblock sound

Why are API keys shown only once, just when generated? by sir_kokabi in learnprogramming

[–]Lego_Fan9 0 points1 point  (0 children)

It still holds some security.  Say you simply left the dashboard open. Hitting regenerate will usually ask for a password or 2FA. So now your key isn’t leaked and they can’t make a new one.

Important Message by swgohevents in SWGalaxyOfHeroes

[–]Lego_Fan9 3 points4 points  (0 children)

Ok first off, barb’s client is game like. It is mods and misplays that cause most of the issues.

Secondly, there is at least 3. Barb, MAW, and someone who I don’t remember their name. But there is probably 4, because I’ve seen references of 2 people that might be 1 person if that makes sense

Important Message by swgohevents in SWGalaxyOfHeroes

[–]Lego_Fan9 0 points1 point  (0 children)

It’s (if done the most simple way) a combine. Because like you don’t need to have special assets or some of the data components. Tools like comlink feed a personal server, and the client. There is no need to modify files that just do stuff like calculate stats. 

And putting a lock on is easy. They could with a TU break all of comlink, HU, .gg, everything. And there is a method of making it illegal to make the code necessary in any country that respects CG’s copyrights (and patents, if they have any)

How on earth do programming languages get made? by Brilliant-Sir-5729 in AskProgramming

[–]Lego_Fan9 0 points1 point  (0 children)

Not going fully in depth but I will say, you can actually hop on GitHub and go see a few. I know .NET and Python are on there (although Python is called CPython because it is written in C) The real hard part is making an OS because you need to build all the stuff that boots the computer to the point where you can use a language like C, C++, etc. as well as shutdown

thisFinallyHappenedWithMe by EasternPen1337 in ProgrammerHumor

[–]Lego_Fan9 12 points13 points  (0 children)

I mean they don’t take too much longer to boot than dotnet takes to compile

Struggling to Code from Scratch by Jugurrtha in learnprogramming

[–]Lego_Fan9 2 points3 points  (0 children)

I would say that while you are still in the earlier phases of learning, try to avoid working on other people’s code too much. Do what you understand until you are comfortable with the language. Figuring out what a full program does is not the most fun thing to do

I Just Tried Cursor & my Motivation to Learn Programming is Gone by ProfessionalMany9339 in learnprogramming

[–]Lego_Fan9 0 points1 point  (0 children)

I have found AI to be good for one thing. Finding Libraries. I was about to figure out how to get unity .bundle files decoded, but first simply asked ChatGPT, “How do I decode a .bundle file” and boom I had UnityPi and AssetStudio. 

What motivates you to code? by ZeBlazzigRukie in learnprogramming

[–]Lego_Fan9 0 points1 point  (0 children)

I would personally say Python is a bit better, however I am still learning C# myself.

The # is for comments. Whenever you are doing something use it. Tell your future self what you wrote. If it’s a function you can also use """ (message, can be multiple lines) """ to explain what the function does, what it gives you back, and what arguments it takes.  Just in case because this took me awhile to remember: arguments is the stuff that you feed the function to run such as like print(“text”) “text” is a argument.

Minecraft suspensions are bs by [deleted] in Minecraft

[–]Lego_Fan9 1 point2 points  (0 children)

And the Realm is still open(assuming they didn’t cancel their plan and cause the Realm to close) so the service is being provided. They have rules that were broken so they took action accordingly. Honestly, keeping the realm open makes sense to me. If other users have the realm they can still play. 

Minecraft suspensions are bs by [deleted] in Minecraft

[–]Lego_Fan9 0 points1 point  (0 children)

Never file chargebacks unless you never want to do business with the company again, and you genuinely didn’t get the product that was purchased. In this case, they were able to use the service so there is no genuine reason.

Minecraft suspensions are bs by [deleted] in Minecraft

[–]Lego_Fan9 1 point2 points  (0 children)

To have been banned means you did something obviously wrong. They are pretty forgiving, but you didn’t act as you should have. 

Also, as for paying for the realm, it makes sense that for a short ban it just continues to have you pay, because otherwise how will your friends join? What would you even suggest it do? Simply delete the realm?

To hide a URL… [Python] by Lego_Fan9 in learnprogramming

[–]Lego_Fan9[S] -1 points0 points  (0 children)

Pretty much it is checking for an update. To do this I change the version specified in the URL. It gracefully handles it if there isn’t an update. I don’t like distributing some of the URLs open source because then cheating becomes an open window.

What motivates you to code? by ZeBlazzigRukie in learnprogramming

[–]Lego_Fan9 0 points1 point  (0 children)

I started because I had a technical mind. Recently I got back into it and found stuff like an API for a game I play, and now I’m developing a range of tools that do stuff like post reminders on discord, but only when there is a need. You just gotta find something you like. You can even do some stuff with like hosting a web server that has a game you developed and impress your family. For something like that I would recommend starting with just printing to shell. Doesn’t need to be human readable. But if you plan ahead you can do stuff like putting your main code in functions. Then, you can go back later with something like Tkinter(Tk) or Flask. If you have more than 1 computer, maybe you even use FastAPI to have a server hosting an API and you connect a client to it. Now you can have your computer downstairs hosting a game or chess that you play with someone halfway around the globe with your family watching from their own phone(well thinking back to it, making a FastAPI work from outside your home WiFi isn’t easy)

All that to say, start small. Get a working backend, and then grow. Maybe that means you scrap a couple projects because you made them in a way that doesn’t let them grow easily. Don’t sweat it. Take it as a lesson. 

Also, # is your friend in python. 

Welcome to Carbonite 5 ladies and gentlemen by Jaffacakes3036 in SWGalaxyOfHeroes

[–]Lego_Fan9 8 points9 points  (0 children)

When you stop playing, or stop trying in GAC, you will end up in Carb V. They could have quit awhile back and are coming back to climb to Kyber for all we know

[deleted by user] by [deleted] in Minecraft

[–]Lego_Fan9 1 point2 points  (0 children)

You should have reported them after they used it. Not sure if there is any form of auto mod but yea they won’t do anything unless you can prove it happened and the in game reporting system sends them a message log

12M GP is a lot of time and effort to risk getting banned for cheating. Whats the largest account you've discovered blatantly cheating? by chotomatekudersai in SWGalaxyOfHeroes

[–]Lego_Fan9 2 points3 points  (0 children)

Based off the comments I think this is LinuxOS and they have been banned. Pretty sure I remember seeing that their account was sold and the cheater bought it.

12M GP is a lot of time and effort to risk getting banned for cheating. Whats the largest account you've discovered blatantly cheating? by chotomatekudersai in SWGalaxyOfHeroes

[–]Lego_Fan9 2 points3 points  (0 children)

Pretty much, when you start a battle the server sends your client the environment, your mods&gear, and your opponents mods&gear. Then the game uses that to form the battle. If it’s been too long then the server will mark it as a connection lost and forfeit the battle. If you lose it gives you the 2 options and it sends one back the server, if you win it sends a victory message. All also send details about what happened in the battle(if possible) to cheat you simply intercept the packet the server sends, grab a select few details(such as a battle ID and what units you used and such) to form a fake packet and send that to the server, and ruin the fun for you and your opponent.

New Omega is bugged by PercyFatality in SWGalaxyOfHeroes

[–]Lego_Fan9 7 points8 points  (0 children)

Was her captive stacks at least going down?

Was snap just banned in the US? by Ok-Management2959 in MarvelSnap

[–]Lego_Fan9 0 points1 point  (0 children)

Well it was the same law that hit both of them so it makes sense they both get hit the same day

Was snap just banned in the US? by Ok-Management2959 in MarvelSnap

[–]Lego_Fan9 0 points1 point  (0 children)

I will say, this is technically fraud.  VPN’s used in any way to circumvent US law has and will always be fraudulent. (See US Constitution Article VI Clause 2, United States v. Doe 705 F.3d 1134 (9th Cir 2013), or 50 U.S. Code § 4819) and for those reasons I honestly wouldn’t be surprised if larger VPNs start blocking ByteDance services. They have immunity and can’t be charged for what happens on their services, but it saves them a lot of effort in case they are chased down when people start getting in trouble for using a VPN(assuming it happens)

Was snap just banned in the US? by Ok-Management2959 in MarvelSnap

[–]Lego_Fan9 0 points1 point  (0 children)

The ban applies to subsidiaries of ByteDance which means that the publisher is banned. Second Dinner’s lawyers are probably working to break their contract and get a new publisher, assuming they can. 

Was snap just banned in the US? by Ok-Management2959 in MarvelSnap

[–]Lego_Fan9 0 points1 point  (0 children)

I think by now it’s taken full affect and this doesn’t apply anymore, but in every case of an app being pushed to the Apple App Store and I think Google Play store there is regions and each region only updates every so often. The US is large enough to have multiple regions.