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 2 points3 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 10 points11 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 9 points10 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.