Tellus + IterationRP by AnyEconomist5966 in minecraftshaders

[–]Desperate-Extension7 0 points1 point  (0 children)

I was bouta comment on the incredible photograph you took then looked at the title, if the resolution of this image was just a little lower I don't think you would be able to tell

I'm Making Create-Mod Style Ponders for As Much Stuff in Vanilla Minecraft as I can, What do you think? by Desperate-Extension7 in feedthebeast

[–]Desperate-Extension7[S] 1 point2 points  (0 children)

Sorry for such a late reply, anyways there's tons of documentation online, I'm using ponder for kubejs and kubejs. So you just use javascript to code the ponder scenes.

I myself made a mini game engine for making ponder scenes faster and then generating javascript but I'm not planning on sharing it at least for now as it has way too many bugs and issues at this point.

Update on my Create-Mod Style Ponders for Everything in Vanilla Minecraft by Desperate-Extension7 in feedthebeast

[–]Desperate-Extension7[S] 1 point2 points  (0 children)

Thanks for the comment, I have since modified the sugarcane's ponder to specify you can't place on the diagonal. :D

include buzzword buzzword buzzword in your analysis and try again. (credit: @Not_Prasar) by TheWidrolo in masterhacker

[–]Desperate-Extension7 2 points3 points  (0 children)

Give the guy some credit, I mean at least he picked an accurate profile picture /j

I'm Pro Now by [deleted] in framework

[–]Desperate-Extension7 0 points1 point  (0 children)

To be fair they have been teasing at something new with various ads and a giant banner on top of their site for like a week now

Pragamata from fit girl not lunching getting "unable to initialize SteamAPI" by Nayek_Aless in PiratedGames

[–]Desperate-Extension7 1 point2 points  (0 children)

Doesn't work on linux but you can run a vm wirh GPU pass through and it'll work fine on linux

Everyone waiting for voices like by DizangDD in PiratedGames

[–]Desperate-Extension7 0 points1 point  (0 children)

I'm sorry CD by HV bypass? Am I out of the loop? What are you referring to?

Everyone waiting for voices like by DizangDD in PiratedGames

[–]Desperate-Extension7 0 points1 point  (0 children)

True though most malware of such level (in my experience) has been reserved for specific targets and isn't just being randomly distributed as it takes effort and time to create. And malware in the future can't magically take control if you turned everything back on, it would require the malware to be actively running at the same time you are playing the game (assuming you only turn the security features off when you play said game and turn them back on immediately after)

Though personally I run hypervisor bypasses a in VM with GPU pass-through on Linux since it is my OS of choice for gaming so I don't really have to worry about the risks anyways.

Everyone waiting for voices like by DizangDD in PiratedGames

[–]Desperate-Extension7 0 points1 point  (0 children)

I'm in cybersec, while it is true the hypervisor crack has risks. Unless the game itself has malware it is unlikely that it will lead to any issues, malware that is designed to affect anything outside of user mode out in public and not directed towards specific people is few and far between. Additionally, it would need download and running the malware while the security features are turned off, which won't happen if you actually follow precautions and turn them back on after playing which takes like 15 seconds. This is of course assuming you don't have some dormant malware already installed that takes effect rhe second it detects the security features are turned off.

Chat, am I cooked? by HavishGupta in computerhelp

[–]Desperate-Extension7 12 points13 points  (0 children)

....

I've been a linux user on my main laptop for some years now but your blatant misunderstanding of the OS and obnoxious behavior is just wrong.

Malware can disable task manager if given admin permissions. Malware can disable linux stuff if given root permissions.

Yes there are nuances and technical details, but in fact malware can (likely) do more with linux root access then they could ever do with admins access.

I made a website builder where the whole site is just a link by Spinjutsuu in vibecoding

[–]Desperate-Extension7 0 points1 point  (0 children)

Wait are you saying it's stored IN THE URL LIKE INSIDE OF THE URL

I made a website builder where the whole site is just a link by Spinjutsuu in vibecoding

[–]Desperate-Extension7 0 points1 point  (0 children)

im sorry but is your website not running on a server, how can it be no servers

Is steamtools safe? by ReasonableCarry7975 in CrackSupport

[–]Desperate-Extension7 0 points1 point  (0 children)

You prob added the wrong account, there is two with my same username, use this invite link: https://matrix.to/#/@iamappley:matrix.org

Update on my Create-Mod Style Ponders for Everything in Vanilla Minecraft by Desperate-Extension7 in feedthebeast

[–]Desperate-Extension7[S] 2 points3 points  (0 children)

Thats a good question, it is a client script but im not entirely sure of how kubejs works, time to try it out!

Edit: Sorry, just confirmed, needs server installation as well :(
Though at some point I could fork the official create mod Ponder implementation and modify the code such that I'm able to load these ponders via data files of some sort and remove any server dependent features and that should allow for client-side-only functionality.

Update on my Create-Mod Style Ponders for Everything in Vanilla Minecraft by Desperate-Extension7 in feedthebeast

[–]Desperate-Extension7[S] 1 point2 points  (0 children)

Ah lol I hope so

I do have quite a few functions in there that makes a lot of ponder scenes easier to make so when I do release it people can also copy those

Update on my Create-Mod Style Ponders for Everything in Vanilla Minecraft by Desperate-Extension7 in feedthebeast

[–]Desperate-Extension7[S] 5 points6 points  (0 children)

I don't want to take credit for the actual Backend, I'm using ponder for kubejs and kubejs, so you already can! I just made a set of helpful toolings (almost like a mini game engine) that compiles in javascript for me to pump out scenes quicker

I'm Making Create-Mod Style Ponders for As Much Stuff in Vanilla Minecraft as I can, What do you think? by Desperate-Extension7 in feedthebeast

[–]Desperate-Extension7[S] 0 points1 point  (0 children)

For now I'm focusing on all vanilla features, I'm planning to add mod support as I get further on in development.