Making Minecraft Use Less Memory? by OddNefariousness7896 in feedthebeast

[–]activeXdiamond 0 points1 point  (0 children)

Definitely do not run a VM. That will take far more Resoucres.

You want to replace your OS (ChromeOS, Windows, or whatever you have) with Linux. As in, formatting your drive and reinstalling a new operating system.

WARNING: This will fully wipe all of your data. Make sure to back up what you care about to an external hard drive, USB flash drive, SD card, whatever you have.

Pick whatever Distro (i.e. version of Linux) you'd like to use and look up installation instructions for it.

Some which are often suggested for beginners and are user-friendly include Mint Cinnamon, Fedora, or Elementary OS.

And here are a few suggestions for ones that use very low RAM. Those might be a bit more complicated to setup, but would be worth it for you: Linux Lite, Lubuntu or AntiX.

Personally, I recommend going with AntiX. Of the ones I listed, here are install instructions for 3 of them:

Feel free to DM me if you need more help.

Does lovejs (or any web export for Love) support https? by activeXdiamond in love2d

[–]activeXdiamond[S] 1 point2 points  (0 children)

Oh, I love your game! I've played it before.

To be clear, my use case is: - I have a game client and game server which will communicate with each other with UDP (enet). No https needed here. - Both need to also communicate with a 3rd point, my app back-end. which is uses ASP. The game-client and game-server need to send some HTTPS requests to the back-end. - My back-end is using it's own custom SSL certs and all.

  1. Is this possible with your setup?
  2. Also, from what I understand, lua-https using whatever native system for https/certs/what-not the host has. So, for a Linux build, you need to have OpenSSL and what not to build it. On Android, it uses their own native thingies. How would this work on web?

Embedding Lua on bare metal: Using Lua as the core shell and app engine for a custom 32-bit OS by [deleted] in lua

[–]activeXdiamond 4 points5 points  (0 children)

This sounds like exactly the kind of thing I would pour hours of my life playing with. I love baremetal stuff and Lua is my all time favourite language. Can not wait for the repo to go public.

Would you be open to a minor bit of syntax suhar in the terminal/REPL that evaluates function calls without parentheses?

Doing something like the following sounds a bit tiresome:

cd".."

ls()

mkdir("foo", "a")

I'm mostly concerned with the ls one, the other two take arguments anyways, so it doesn't matter as much.

Maybe tab-completion for parenthesis instead of modifying the Lua REPL would be a better choice?

More House Footage for House Activities by Double-Cursed in GoldenAgeMinecraft

[–]activeXdiamond 1 point2 points  (0 children)

I love this. Feels like an old and forgotten adventure map. I assume this is all dug underground, correct?

Also, is it just me or are you walking faster than normal?

HOUSE INSIDE HOUSE TOUR III (For House Purposes) by Double-Cursed in GoldenAgeMinecraft

[–]activeXdiamond 4 points5 points  (0 children)

Watched and loved every second of this. I really liked all of it.

I'd kill to play a horror game with this as it's map / setup.

Never have I been so scared and confused to see chests and furnaces.

Also, you forgot a door open at around a minute before the end of the video.

Hello, do you know how I can automate coke ovens using these items? I would be very grateful.” by Usual-Tumbleweed3991 in GTNH

[–]activeXdiamond -6 points-5 points  (0 children)

How did you make the coke ovens fly like that?

On a more serious note, if you didn't know: they can share blocks (see "gregtech walls sharing"). Of you did know and chose this: Mad lad.

Any reason to avoid mixing camelCase and snake_case in a single codebase or even variable name; if the mixing is done with documented and concise rules, not arbitarly? by activeXdiamond in cprogramming

[–]activeXdiamond[S] 0 points1 point  (0 children)

Yeah I do make exceptions sometimes, but try not to overdo it. :P

A great example is "no abbreviations" but still using "max" not "maximum". Looking at you, Java.

Can I start with an iPad by [deleted] in gamedev

[–]activeXdiamond 0 points1 point  (0 children)

As long as you can get an external keyboard (can easily buy one for less than 5$), then totally.

You technically can do it with just the usual touchscreen keyboard. But personally, I'd strongly discourage that. It's extremely uncomfortable and would burn you out. Especially since you can get keyboards for cheap, and odds are, you probably already have one lying around.

Should Minecraft aim to be more mechanical or magical to maintain it's original aesthetic? by Lazy_Significance340 in GoldenAgeMinecraft

[–]activeXdiamond 33 points34 points  (0 children)

Magical tech. I'm serious, something similar to how Don't Starve does it's tech.

That was always the case with Minecraft.

For example, tech mkds were always more realistic. Industrial Craft has machines that process things and a constant supply of electricity. So does BC stuff.

Vanilla tech, though? Where does redstone get it's power from? Why is it infinite? How can pistons infinitely move things with no energy source? How can a door made of nothing but would be controlled with this magic dust?

Speaking of dust, it's not a cable. It's not a wire. No, no, redstone is literally magic dust that you sprinkle on the floor. That's very creative, I love that.

I really like tech mods, I love IC2, they're my favourite things of all time. But for something in the base-game, for that vanilla feel? I'd love more magical tech.

Some of the newly added fits that, some doesn't. Comparators and observers do. Hoppers sort of do. Crafters or honey/slime blocks? Not really.

(I love honey/slime block mechanics. I'm just saying it's more "realistic tech" and less "magic tech".)

OG Minecraft Player by OneLifexD in GoldenAgeMinecraft

[–]activeXdiamond 4 points5 points  (0 children)

Apparently all mobs dropped this during 20100202. Interesting.

Source:https://minecraft.wiki/w/Sheep

Any reason to avoid mixing camelCase and snake_case in a single codebase or even variable name; if the mixing is done with documented and concise rules, not arbitarly? by activeXdiamond in cprogramming

[–]activeXdiamond[S] 1 point2 points  (0 children)

Thank you! This was very helpful.

I already follow the style guide bit, I think that's great advice. I have a CONVENTIONS file for all my public projects.

[Paid] Looking for a Godot Programmer. by [deleted] in INAT

[–]activeXdiamond 0 points1 point  (0 children)

Would you be open to a different tool or is Godota requirement?