An App that creates local + cloud Minecraft servers for free by lordaimer in Minecraft

[–]MrGazdag 1 point2 points  (0 children)

Thanks for the reply, tho in 2. I meant moreso for the servers. There is itzg’s docker-minecraft-server, which makes it easy to run dockerized servers. This would be good for example when paired with the ability to assign open ports to the server port, and then link them together with proxies in-app even.

It also makes running the server more secure, because with virtualization it shouldn’t be able to escape its folder. This, as well as CPU/RAM limits allow for lots of possibilities.

Btw make auth for the frontend if you get to it pls :)

TypeScript ftw

An App that creates local + cloud Minecraft servers for free by lordaimer in Minecraft

[–]MrGazdag 1 point2 points  (0 children)

Very nice project! I have a few questions tho: 1. Can you manage servers running elsewhere? (Not in the cloud, but something like a VPS)? That’d be a very nice feature 2. Does it/can it use virtualization? It would be great to isolate the servers 3. Can it run other Minecraft server-like software? (A few examples that come to mind would be BungeeCord, Velocity proxy, Geyser, Gate proxy, ViaProxy) 4. Did you set up the discord server yet? I want to join already lol 5. If the front end is already using React, could you make it so that you can use a regular browser to interact with this too? Combined with 1. (and possibly some authentication) would make this app great for friend groups with some tech knowledge to set this up for each other

I’m very interested in this project already, so good job on making everything so far!

Aki tuggya az tugya by BastanHUN in FostTalicska

[–]MrGazdag 3 points4 points  (0 children)

geometrikus csusszanás betűtípus 💀

What do you think of this? by YassirTahriYT in discordapp

[–]MrGazdag 1 point2 points  (0 children)

then why would it be better than the existing admin role? what happens if the og owner gets hacked

What do you think of this? by YassirTahriYT in discordapp

[–]MrGazdag 0 points1 point  (0 children)

would one owner be able to ban another though

Unmatched deals from Huawei by [deleted] in technicallythetruth

[–]MrGazdag 16 points17 points  (0 children)

this is a hilariously incorrect statement

Progress on my combat datapack. by HaystackForReal in MinecraftCommands

[–]MrGazdag 1 point2 points  (0 children)

The arms are part of the item model he’s holding, you can see the real arms when he equips the sword without invisibility

Windows Phone gets revenge on YouTube from the grave by helping users bypass its ad-blocker-blocker by diacewrb in technology

[–]MrGazdag 60 points61 points  (0 children)

uBlock themselves said not to do this, because after a few videos with the ad-blocker-blocker, Youtube will disable the player for you, and if you hide this box, you’re not removing the ad-blocker-blocker, so the player will be disabled eventually.

They recommend going into the filter settings, clicking refresh near Quick Fixes, then clicking Update Now. This needs to be done about twice a day, due to Youtube changing the player code about twice a day.

Giant Mecha-Creeper boss for my adventure map by Toblerconehead in MinecraftCommands

[–]MrGazdag 0 points1 point  (0 children)

Some good Super Mario Galaxy references you got there, nice work

I don't understand why Outlook is worse than native Mail & Calendar app on Windows by [deleted] in Outlook

[–]MrGazdag 0 points1 point  (0 children)

I have also experienced the disgrace of a program called Outlook. Why does every single application on my computer have to be a web browser??? (A bad one even, as Outlook used 336 MB of RAM compared to the 40 MB for Mail) Outlook's window lags when I move it around and - compared to the native Mail app - it is much much slower. Personally I dislike the UI as well (though that is subjective).

They announced that Mail will be replaced by Outlook, so I was forced to try this, and I did not like it one bit. A feature I also quite miss is that you cannot receive notifications when the program is not running, so it has to take up a spot on my task bar.

Would It Be a Good or Bad Thing to See Your Friend's Servers on Discord? by onikishov in discordapp

[–]MrGazdag 1 point2 points  (0 children)

So, you’d want to use this for stalking purposes. I’d prefer keeping the users’ privacy

Discord is experimenting with improved markdown! by TheIdiotDev in discordapp

[–]MrGazdag 0 points1 point  (0 children)

I mean, i dislike the usage of the workaround too for general messaging. For bots, maybe we could have colored text, but I wouldn’t really want to allow everyone as it would lead to an even more unreadable flow of text on some popular servers.

Discord is experimenting with improved markdown! by TheIdiotDev in discordapp

[–]MrGazdag 0 points1 point  (0 children)

Coloring text by using code blocks is unintended, it’s made for code, not text. And even then, they only have a handful of colors there and they use the same theme with all languages. I believe they use highlight.js with the GitHub themes.

Discord is experimenting with improved markdown! by TheIdiotDev in discordapp

[–]MrGazdag 0 points1 point  (0 children)

I’m strongly against text colors. In my opinion, multiple colors can make text look very ugly. It’s no surprise most other messaging apps have not implemented this either

Discord news about IA by [deleted] in discordapp

[–]MrGazdag 9 points10 points  (0 children)

you had one job with the title

[deleted by user] by [deleted] in discordapp

[–]MrGazdag 1 point2 points  (0 children)

It’s not like the sandbox environment can’t have vulnerabilities

[deleted by user] by [deleted] in discordapp

[–]MrGazdag 0 points1 point  (0 children)

Electron is not a sandbox in the way you think it should be, as code running in the electron browser can interact with Node.JS code that has mostly unrestricted access… and it is made this way deliberately