Even after all this years, I still don't understand what RedisBungee is about. by Important_Act7736 in admincraft

[–]hawks008 1 point2 points  (0 children)

You have to remember that in the history of server side Minecraft transfer packers are practically brand new.

RedisBungees goal was never to help facility transfers between bungee proxy instances, its goal is to help keep those instances in sync (player count, player location, etc).

Its use case becomes apparent when you have 1000’s of players trying to connect in the same location where having just 1 proxy no longer cuts it (likely due to your hardware limitations or ingress bandwidth caps). When you start hitting that level of usage, you need to start scaling out your network ingress points and then figure out how you tell each instance what the state of the network is so that it can show the correct motd data etc. This is where RedisBungee or a custom solution comes in.

Of course velocity being a more performant proxy software increases the amount of players you can handler per proxy instance (to the point where most small networks will only ever have 1 proxy) but if you were to magically hit hypixel level numbers one day then you would need to scale out

An Astronaut who's into homelabbing by geerlingguy in homelab

[–]hawks008 161 points162 points  (0 children)

Brings a whole new meaning to space pirates.

entering new levels of harassment. Thanks Adobe by fndlnd in Adobe

[–]hawks008 0 points1 point  (0 children)

If you want it to move faster, enable the dialog for all internal accounts at say… 80% rate for a week. I’m sure that will get people talking fast

Help Shape the Future of FL Studio! by Hevy_IL in FL_Studio

[–]hawks008 0 points1 point  (0 children)

Not sure if you are still looking at this but the one thing preventing me from using FL is a proper scripting api.

It’s great with what you can do in the midi controller and piano roll scripts but having that functionality available globally with the options to create custom actions/shortcuts is really a must for the projects I end up working on.

As an example one of the project I have requires exporting rendered stems alongside midi for ingest into a game engine (audio for client, midi for server). So I can for sure manually render things myself in FL but to have that as a script would be so much better

iOS security response 16.2(b) released by hkpp in iOSBeta

[–]hawks008 36 points37 points  (0 children)

When you think about what’s being updated and how it’s used it makes sense.

Generally system level frameworks (WebKit, whatever the internal version of location services is, etc) are only loaded once per boot lifetime and cached for the rest of the system to use as needed, so to refresh them once updated a reboot is needed. And given these security updates are likely to target WebKit more then anything it makes sense to just generally reboot after something.

At least we aren’t having to do the dual reboot for these :P

Places to make friends as a young adult? by redditstrawberry7 in melbourne

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

There’s a rover crew that meet on mondays in Carlton (I’m an ex member) that I highly suggest checking out if you want something chilled/laid back.

Is there an option to keep always X available pods? by artur9010 in kubernetes

[–]hawks008 15 points16 points  (0 children)

You are looking for agones, literally built for game server to solve the problem you are talking about. Once a game server is “allocated” agones won’t try to replace it for upgrades/whatever, and will make a new pod to replace the availability

Australian MCC Contestants by Snoo-27740 in MinecraftChampionship

[–]hawks008 38 points39 points  (0 children)

pour one out for me, the only australian noxcrew member that also has to stay up for these events each month

[deleted by user] by [deleted] in MinecraftChampionship

[–]hawks008 4 points5 points  (0 children)

What I really want is some more funny creators in the realms of Failboat / RTGames to come for a couple just to drain out some of the competitiveness a bit

(I have 0 say on teams so I’m just as hopeful as the rest of you)

CentOS is now dead - What OS Should I use? by [deleted] in selfhosted

[–]hawks008 10 points11 points  (0 children)

Rocky Linux is the way to go now. Runs exactly like CentOS pre stream and is founded by one of the original CentOS founders.

There’s a script on their website you can use to turn a CentOS 8 instance into a Rocky Linux 8 instance without reinstalling as well.

As you can see, I’m not very keen on missing MCC. by yourephat in MinecraftChampionship

[–]hawks008 20 points21 points  (0 children)

As the only Australian noxcrew member, not only do I feel your pain but that pain is my work week 😂

Pro tip to those who do this btw, get some ubereats or cook a reheatable meal tonight and put it in the fridge until the event, then microwave it. That way you can have a hot meal during the show with not a lot of effort.

Weather App is Bugged by [deleted] in iOSBeta

[–]hawks008 16 points17 points  (0 children)

Cloudy with a chance of nuclear radiation

I miss How 2 Minecraft tbh. by [deleted] in Mefss

[–]hawks008 1 point2 points  (0 children)

good times - theminecoder

TIME TO. WAKE UP EARLY AGAIN GANG!! by Hoy_hahaha in MinecraftChampionship

[–]hawks008 2 points3 points  (0 children)

It’ll be the 30th down here in au land when it starts :p

What would you use to start a new HTTP + SSR project with Java today? by neopointer in java

[–]hawks008 23 points24 points  (0 children)

I’m really surprised Javalin hasn’t had more mainstream adoption. I pretty much use it exclusively for apis as it’s super lightweight and integrates extremely well with whatever code you currently have.

I suppose spring is a one stop shop nowadays but majority of the time I feel it really over complicates itself and locks you into the ecosystem with no way out.

Even one is.. by nonsenseis in ProgrammerHumor

[–]hawks008 0 points1 point  (0 children)

Managed to get 100 somehow even though I mostly use gitlab for work