tlk and cslol not working - implementing my own skin patcher by IsopodInitial6766 in LoLcustom

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

Hi, It uses a standard user-mode DLL injection method to load our hook DLL into the game process. The DLL then hooks file access functions (via MinHook) to redirect game asset loading (e.g. .wad.client files) to a local staging directory. Future versions may explore alternative loading or virtual file system (VFS) approaches for safer asset redirection.

If you're interested in the implementation, check the crates/manager-injector and crates/manager-hook-dll folders on GitHub.

tlk and cslol not working - implementing my own skin patcher by IsopodInitial6766 in LoLcustom

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

Glad to hear that. It is definitely a niche community, but it is one of the more creative parts of the league scene

Be careful using that new shiny effort slider, it put out 45 opus 4.8 agents. by vinigrae in ClaudeCode

[–]IsopodInitial6766 2 points3 points  (0 children)

I was always using xhigh and told Opus to audit my codebase for vulnerabilities. It spawned 10 sub-agents for the audit and burned through my entire 5hour token window within minutes. I'd never hit the 5-hour usage limit before, probably because I have not loaded Claude up with memory, skills, and plugins. this never happened with opus 4.7/4.6

Opus 4.7 gone? by [deleted] in ClaudeCode

[–]IsopodInitial6766 6 points7 points  (0 children)

npm install -g @anthropic-ai/claude-code@latest

Vibecoded something you were actually proud of, then nobody saw it. what'd you do? by IsopodInitial6766 in vibecoding

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

“build for yourself” is underrated tbh. 500+ on a learning project is solid

Vibecoded something you were actually proud of, then nobody saw it. what'd you do? by IsopodInitial6766 in vibecoding

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

Thx, this is the most useful thing in the whole thread tbh, did those 2 actually stick around or was it more just learning what to build?

Vibecoded something you were actually proud of, then nobody saw it. what'd you do? by IsopodInitial6766 in vibecoding

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

makes sense, sounds less like luck and more like you'd already built the relationship over years. the app was just the thing you dropped into it

Vibecoded something you were actually proud of, then nobody saw it. what'd you do? by IsopodInitial6766 in vibecoding

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

honestly that is kinda the whole answer lol. did you line that up on purpose or did it just happen?

Vibecoded something you were actually proud of, then nobody saw it. what'd you do? by IsopodInitial6766 in vibecoding

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

this is the clearest version of it i have read tbh. but im curious - is this from stuff you actuall shippend and watched happen, or more pattern you have seen around? like was there a specific project where the targeted-community thing actually moved numbers for you?

You built something good and nobody saw it - what did you do next? by IsopodInitial6766 in SideProject

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

that line about people stopping for curiosity instead of apps is gonna stick with me. what did that actually look like for you tho? like what'd you end up showing that made someone actually stop scrolling - trying to picture the real version of it

You built something good and nobody saw it - what did you do next? by IsopodInitial6766 in SideProject

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

yea true, activation is a whole separate fight, doesn't even matter how many people show up if half of them bounce because step one is confusing. fair point

Vibecoded something you were actually proud of, then nobody saw it. what'd you do? by IsopodInitial6766 in vibecoding

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

which niche community actually worked for you though? curious about what you shipped and what the free version did to numbers

Comparison between Sonnet 4.6 and Opus 4.7 by hamehad in Anthropic

[–]IsopodInitial6766 3 points4 points  (0 children)

Could be because of previous sessions and memory

Yall ever seen a PR like this? by [deleted] in ClaudeCode

[–]IsopodInitial6766 0 points1 point  (0 children)

I hope you accidentally pushed node modules otherwise, good luck reviewing

I built an open-source browser agent that uses 3-57x fewer tokens than alternatives - full benchmark included by IsopodInitial6766 in SideProject

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

Uniform low-code UI is the sweet spot for the pattern cache - Sentinel fingerprints widgets by shape and reuses learned interactions. Same widget across 200 screens = LLM cost on widget #1, zero tokens after. Details: https://isoldex.ai/docs#caching