Slimeist's Avatar

Slimeist

@slimeistdev.bsky.social

Minecraft modder working on Steam 'n' Rails, Numismatics, and ACME Admin Tools https://github.com/techno-sam https://modrinth.com/user/SlimeistDev

115 Followers  |  427 Following  |  15 Posts  |  Joined: 09.01.2024  |  1.6551

Latest posts by slimeistdev.bsky.social on Bluesky

@sector035.bsky.social
Near as I can tell, the photo was taken at 36Β°26'45.4"N 32Β°08'48.4"E

Steps:
1. Yandex to identify the building in the background
2. Waste time poring over blurry satellite images
3. OSM to find the zigzag in the path
4. Confirm the path on Google Maps

Did I get it right?

26.06.2025 22:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

We're in Syedra, Turkey, looking down at the Utopia World Hotel.

I'm trying to figure out part of the mountain this photo was taken from.

26.06.2025 20:54 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
The "Use External Apps" discord channel permission.

The description reads: "Allows apps that members have added to their account to post messages in this channel. When disabled, the messages will be private."

The "Use External Apps" discord channel permission. The description reads: "Allows apps that members have added to their account to post messages in this channel. When disabled, the messages will be private."

As it's a user bot, you also cannot ban it from servers, though you may be able to personally block it.

You may be able to disable external applications for a channel, though I'm not sure how 'external' it is, given that it is in the default 'promoted' list.

22.05.2025 01:37 β€” πŸ‘ 7    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
A discord permissions screen to authorize the DomoAI user bot for my account. (Of course, I clicked cancel)

A discord permissions screen to authorize the DomoAI user bot for my account. (Of course, I clicked cancel)

As far as I can tell, it is not actually installed in servers - it's in the default list of user apps, but even then it isn't installed in your account by default, you would have to give it permissions (don't)

Very obnoxious that it's pushed, but not dangerous.

22.05.2025 01:34 β€” πŸ‘ 9    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0
Preview
An illustration of safely calling client code from an ambiguous environment (Minecraft) An illustration of safely calling client code from an ambiguous environment (Minecraft) - ClientUtils.java

Was using linear mode, so my above reply turns out to be redundant. Anyways,

couldn't this still lead to illegal imports on the server?
Generally I'd put the if-protected code in a separate client-only class, then make a construction like this gist:
gist.github.com/techno-sam/4...

16.02.2025 04:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Once you've determined you're on the client Physical Side, you can compare `Thread.currentThread().getName()` to `"Render Thread"`

But `isFoil` may also only be called by client code, which may render this all redundant - then you can just annotate your override as client-only

🧡 3/3

16.02.2025 04:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Modloaders provide methods to determine Physical Side, examples from SnR below:
Fabric: github.com/Layers-of-Ra...
Forge: github.com/Layers-of-Ra...

On the client Physical Side, `Minecraft.getInstance().level.isClientSide` won't tell you anything, as it will always be true.

🧡 2/n

16.02.2025 04:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

There's two separate issues here:
Logical Side (Basically [client] Render Thread vs [server] Server Thread)
Physical Side (Whether you've got an integrated server+client from the client jar, or just the standalone server.jar)

🧡 1/2

16.02.2025 04:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'll post real things soon (TM).
In the meantime, here's some MC modding people already doing that:

08.02.2025 06:57 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A still frame from the video above.
A snowed-over bike and pedestrian path is seen, with a projector on the lamp post on the right projecting blue-and-white symbols onto the snow, denoting a pedestrian and a cyclist lane.

A still frame from the video above. A snowed-over bike and pedestrian path is seen, with a projector on the lamp post on the right projecting blue-and-white symbols onto the snow, denoting a pedestrian and a cyclist lane.

Nevermind, more likely this pole:

29.11.2024 04:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Looks to me like they are being projected by the pole off to the side, visible around the 0:21 mark.

29.11.2024 04:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Am I misreading this chart?

Why are the 3000 marks not lining up for the 2-way protected bike lane, B-line w/ dedicated lane, and West Coast Express?

26.11.2024 00:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Optimist: the cup is Β½ full

Pessimist: the cup is Β½ empty

Descartes: I have Β½ a thought, so I might be. The cup certainly isn't.

24.11.2024 21:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Might I propose flaps?

<nerd>

In accordance with the chaos theory idea of a butterfly's flap causing a tornado across the world, so too can posts on social media occasionally have outsized effects.

<!--</nerd> The nerd cannot be stopped-->

22.11.2024 06:14 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Me too, babygirl.

20.11.2024 16:52 β€” πŸ‘ 30    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

print("Hello World")

Figured I shouldn't have zero posts.

Coming soon (tm):
Mini devlogs, NACLO, who knows...

19.11.2024 07:02 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@slimeistdev is following 20 prominent accounts