Jump to content

Recommended Posts

Posted

Ignorance is blessed, see you soon ( or not, depending if forum will still be up )

okaywalk.gif

 

You should consult a psychologist, you are just frustrated you are not welcomed here anymore.

Posted

Ignorance is blessed, see you soon ( or not, depending if forum will still be up )

when i get threaten i like to publish some things:

 

Username: MiddleMan™

Posts: 21 (0,477 per day)

Email: brethren17@gmail.com

Personal Text: Ненавистники сделал меня известным

Reputation: 0

Age:N/A

Location:Russia

Date Registered: February 19, 2012, 10:28:12 am

IP: 92.81.215.23

 

View IPs used by MiddleMan™

Most recent IP address: 92.81.215.23 IPs used in recent posts:92.81.161.158, 92.81.163.19, 92.81.165.244, 92.81.197.30, 92.81.198.235, 92.81.200.124, 92.81.215.23, 92.83.162.2, 92.83.167.130, 92.83.171.158, 92.83.174.93, 92.83.176.37 IPs used in error messages:92.83.167.130, 92.81.161.158, 92.81.163.19, 92.81.179.45

 

Username: jigsaw1337

Posts: 797 (1,678 per day)

Email: jigsaw1337@hotmail.com

Custom Title: Official MM ®©

Reputation: 0Gender: Male

Age:19

User is currently banned

Date Registered: December 14, 2010, 02:37:37 pm

IP: 92.81.197.30

Guest Elfocrash
Posted

That's why on all my logs I use proxy and when I get ignored, I make myself heard, so now that I got your attention, let the show begin.

Proxies with the same class on ip? yeah right..

Guest Elfocrash
Posted

Platinum Hide IP, best tool invented.

Yeah. and i know a guy that knows a guy...

Posted

That's why on all my logs I use proxy and when I get ignored, I make myself heard, so now that I got your attention, let the show begin.

 

you are from romania, you talk at romanian topics, ALL your ips are from romania, and you still use proxy from romania? lol.

 

facebook says:

 

Daniel Tirzuman

http://www.facebook.com/profile.php?id=100003213365494

 

Posted

That's why on all my logs I use proxy and when I get ignored, I make myself heard, so now that I got your attention, let the show begin.

You should stop get involved with internet before someone find a way to kill people online.
Posted

you are from romania, you talk at romanian topics, ALL your ips are from romania, and you still use proxy from romania? lol.

 

facebook says:

 

Daniel Tirzuman

http://www.facebook.com/profile.php?id=100003213365494

oh snap, you found out my proxy ip user, bad for him, 1 less ip

Guest
This topic is now closed to further replies.



  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..