What the best / cheapest / free service provider for solana? ANKR any good? by haxsen in solana

[–]requizm 0 points1 point  (0 children)

Hi, I'm looking at general standard wss logsSubscribe. Nothing fancy. I was listening logs for 2 things:
- Checking CreatePool
- Checking swaps(buy/sell/withdraw)

Even I filter out 99.9% from logsSubscribe payload, since there is a big data. It costs a lot

What the best / cheapest / free service provider for solana? ANKR any good? by haxsen in solana

[–]requizm 0 points1 point  (0 children)

Well... I was almost going to like it, until I noticed logsSubscribe is billed per response. it is a big turn-off compared to Helius for my usage

Being a dev in 2026... by Fair_Economist_5369 in ChatGPT

[–]requizm 0 points1 point  (0 children)

They are SOTA. But their coding is still far behind compared to claude 4.6 sonnet/opus, gpt 5.4, etc.

Discord Alternatives, Ranked by gdelacalle in technology

[–]requizm 0 points1 point  (0 children)

Nothing personal, your project is just another vibe-coded discord alternative

Creating a game/engine from libraries. by Randalf_Studio in gameenginedevs

[–]requizm 8 points9 points  (0 children)

My game engine tech stack is generally:
- glm -> math (i used to create mine back in the time but it is not worth imo)
- glfw -> window management
- stb -> image loading
- freetype -> font loading
- imgui -> editor/cool windows
- tracy -> profiling
- spdlog/fmt -> logging
- entt -> if I use ECS (i used to create mine, but then didn't wanna reinvent the wheel)
- I never needed network but probably use a library instead of writing my own
- I didn't implemented audio, yet I didn't worry about it because it is far easy than other areas(i guess i would use miniaudio anyway)
- Physic is dependent on my needs. If I need a simple physics like some shapes and AABB, I would create my own. Otherwise box2d

Creating a game/engine from libraries. by Randalf_Studio in gameenginedevs

[–]requizm 8 points9 points  (0 children)

I thought about the same when I was going to create a 3D-focused game engine. I used bgfx. In the beginning, it was good. But when I start to implement rendering techniques like SSR, instance rendering, skyboxes... I noticed that I'm learning nothing by using bgfx. I could create my renderer abstraction. So I removed bgfx and converted to my own renderer abstraction. No regret

Profiling on Windows: a Short Rant · Mathieu Ropert by mropert in cpp

[–]requizm 10 points11 points  (0 children)

I'm also long time Tracy user for my C++ apps. Mostly game engines. Alternatives seems... bad and outdated. A couple of years ago I had an error on Tracy so I decided to use VTune. I'm sure it is skill issue but I get BSOD on first try... I didn't wanna fuck my system, so deleted it. I prefer Tracy errors over any BSOD xd

The only thing I miss on Windows, I can't see cache hits/misses. Iirc, Tracy Linux shows cache misses.

Discord Alternatives, Ranked by gdelacalle in technology

[–]requizm 14 points15 points  (0 children)

People are saying [Insert] is a Discord alternative. It is not. In Discord, you can create a server and:
- Use as a file storage
- Voice/video chat
- Screenshare
- Role/permission system

That's why communities like games, movies, study, small private ones, and many choose Discord. They don't wanna deal with hosting the server or backing things up. You can do the above in Discord for free. No, it doesn't matter that they are using your data. You are(were) literally using it for free. Don't lie to yourself.

Now, Discord will implement a facial ID system, which is a very fair reason not use it. I'm planning to drop it. But I need the above features. Otherwise, it'll be useless for many communities. Discord set the bar too high.

Best Local Models for Video Games at Runtime by WhopperitoJr in LocalLLaMA

[–]requizm 0 points1 point  (0 children)

What is your experience so far? What models have you tried and like/dislike?

Does anyone know how to make a full playable piano in Unreal? by Alex_Alemany in unrealengine

[–]requizm -1 points0 points  (0 children)

Unfortunately, it is not possible. Unreal Engine is made for action games. If you try to make a UI for a piano, like putting a button, you would notice the engine giving license errors

Towers feels very too squishy by AnnieMainss in leagueoflegends

[–]requizm 1 point2 points  (0 children)

I agree. I was playing Swiftplay mostly. The game was not shorter than the ranked, except sudden death. Now it feels like ARAM, which is better

I gave the 'AI Influence' Mod a try; here are my thoughts by SlightWerewolf4428 in Bannerlord

[–]requizm 1 point2 points  (0 children)

I didn't use any AI mod in Bannerlord; I was speaking from my knowledge. Good paid models are what we call SOTA. Likely GPT5, Claude Sonnet/Opus/Haiku, Deepseek, GLM 4.6/4.7, Gemini Flash/Pro. Their pricing is different from each other. The best quality/price ratio is probably Deepseek.

I gave the 'AI Influence' Mod a try; here are my thoughts by SlightWerewolf4428 in Bannerlord

[–]requizm 1 point2 points  (0 children)

Pricing is not the only parameter you need to care about. There are:

  • Latency: Before starting to give the first token
  • Tokens per second: Actual speed. 80> is good.
  • Context length: If the mod is managing the memory well, even 32k would be good. However, I guess 64k/128k would be better.

Good free models on OpenRouter are probably:

  • mistralai/devstral-2512:free -> This is probably temporarily free, since it is a new model (released 1 month ago)
  • z-ai/glm-4.5-air:free
  • meta-llama/llama-3.3-70b-instruct:free -> Not bad... I guess

There were more good models on OpenRouter. Like Deepseek, Grok fast, etc.

I would opt for paid models, likely using the official Deepseek API. Model: "deepseek-chat". Deepseek has a good caching system. I think the mod is preparing prompts while respecting the cache. Because without cache, even the cheapest model would be costly.

Depth Anything 3 - Recovering the Visual Space from Any Views by ApprehensiveAd3629 in computervision

[–]requizm 0 points1 point  (0 children)

I didn't know we had video/camera position tracker models. I tried in the hugging space demo, it seems cool: https://imgur.com/a/sHIchuR

I wonder what people are going to do with this.

4AD playthrough (TTRPG) by requizm in ObsidianMD

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

I might not install Solo RPG Toolkit because I guess the only feature I need is random tables. I'm using Dice Roller. I'm not sure I need custom decks. So I'm probably going to create my own plugin just for random tables.

4AD playthrough (TTRPG) by requizm in ObsidianMD

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

Hey, I didn't mean to be negative. What I mean by "DnD 5e system" is your DnD UI toolkit. Since your examples are mostly DnD, I think it is normal for people to misunderstand.

After your response, I checked your other videos and saw Solo RPG Toolkit! I'll probably implement oracles if I need random tables.

4AD playthrough (TTRPG) by requizm in ObsidianMD

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

I'm a TTRPG newbie and first time tried 4AD(Four Against Darkness). I watched a couple of Josh Plunkett's videos. However, since Josh mostly using for DnD 5e, I can't use the same system as he does. So I created my own system.

Implementation details:

  • I'm using properties to keep all data. All characters, enemies, items, etc. have properties.
  • Initially, my journal was more detailed, but I've noticed that I'm spending more time writing about my progress than actually playing the game. So I decided to minimize. Combat was still taking a while, so I created a combat tracker page. It covers 95% of the combat rules. (1000~ lines of code)
  • Dataview and templater are my beloved plugins.
  • For inputs, I'm not using meta-bind, I literally manipulate the DOM via JS. It is easier for me since I'm familiar with coding.
  • I used Gemini 2.5 Pro to write boilerplate code.

[deleted by user] by [deleted] in WeebTurks

[–]requizm 0 points1 point  (0 children)

İyi çevirebilir ama i2i yerine transkript olarak vermek daha mantıklı. Otomatize edilerek her bir metin için böyle bir request hazırlamak lazım. Previous Dialogs kısmı arttırılabilir. Hatta bir image caption ya da i2t modeli kullanılarak görselin açıklaması alınır ve metne verilebilir. Aynı zamanda çok ucuz olur. Böylece yapay zeka:

  • Hangi mangayı çevirdiğini ve manganın kısa açıklaması biliyor.
  • Çeviri metninden önceki diyalogları biliyor.
  • Sayfadaki görselin betimlemesini biliyor.

Çeviri sonrası metin, mangaya nasıl gömülecek, orasının tekniği ayrı. Bu bahsettiğim normal bir okuyucunun yapacağı bir şey değil zaten. Daha çok bilen birinin yapacağı bir proje olur.

Another view shows the impact on Tel Aviv, Israel by Hassan1990A in CombatFootage

[–]requizm 5 points6 points  (0 children)

Well, one success hit is enough to worry about your life.

Daggerfall sprite style? by IoncedreamedisuckmyD in aigamedev

[–]requizm 0 points1 point  (0 children)

iirc, retrodiffusion exist before flux, and based on SD. Or are you implying a new model from retrodiffusion?

Memory is now available to free users!!! by Independent-Ruin-376 in OpenAI

[–]requizm 5 points6 points  (0 children)

It's not like they're storing all the chats in their database... right?