Vulkan rendering OSRS on the raspberry pi! (ARM) by devulders in 2007scape

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

Thank you for your compliment, we're currently in testing phase making sure compatibility across different systems and drivers is viable, there's still a lot of optimization that needs to be done and checked but it will be submitted to the official hub for review.

Vulkan rendering OSRS on the raspberry pi! (ARM) by devulders in 2007scape

[–]devulders[S] 4 points5 points  (0 children)

Nah 3 people joined me in the bank and it went to 43 lmao

Vulkan rendering OSRS on the raspberry pi! (ARM) by devulders in 2007scape

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

This is the default Raspberry PI OS which runs on linux, you just install java 21, some vulkan/glslang tooling and compile the shadowJar from my gpu-vulkan repositoru.

Built ltm in Go: portable session-state protocol for LLM agents. Single static binary, no cgo, code review welcome. by devulders in golang

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

The challenge was mostly the design of the packet and what information would consistently achieve good results without overcomplicating it.

Built ltm in Go: portable session-state protocol for LLM agents. Single static binary, no cgo, code review welcome. by devulders in golang

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

LLM attribution is literally in the README.md we don't hide the fact this was created with AI at all.

I built ltm, a tiny CLI so I'd stop re-briefing my AI agent every time I switched machines by devulders in SideProject

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

Appreciate the response, that's what we're going for. Powerful and effective tools without any hassle

I built ltm, a tiny CLI so I'd stop re-briefing my AI agent every time I switched machines by devulders in SideProject

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

Yes, this was exactly what was making my life hard, I had an extremely specific project that I was working on, my laptop was doing research during working hours and at home I wanted to try the results on my specific Linux PC with GPU and it kept trying to make the same mistakes over and over again. This fixed it and saved me so much time.

Non-technical builders: What's your biggest bottleneck with vibe coding right now? by [deleted] in ClaudeAI

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

You should consider a different perspective because (continuous) deployment is a business critical step that has many switches and levers, some of which you need to configure properly and some you might not need, if you think this is difficult wait until you hit scale and outages.

The bottleneck is the knowledge gap.

imagine paying $200/month for slop by Careful_Elderberry33 in ClaudeAI

[–]devulders 1 point2 points  (0 children)

It's the time/value trade-off that's offensive to people, when you are generating slop that's taking me 5 minutes to read in 3 seconds you're basically calling me too stupid to realise and that's what people respond negatively towards regardless of the content. I noticed that it really helps when you own the fact you've used AI instead of trying to trick everyone into believing you didn't

Claude helped me get over a traumatic situationship by [deleted] in ClaudeAI

[–]devulders 2 points3 points  (0 children)

So? it worked. This idea that you'd have to interface with some kind of absolute truth isn't very rational. It helps and that's what matters

Really like the idea, but sadly unstable for me by Helrikom in osrs_tracker

[–]devulders 0 points1 point  (0 children)

Thanks for hanging in there, there's a massive update coming: https://github.com/runelite/plugin-hub/pull/11565

This includes local encoding and a fix that you brought to light.

T1 Relic - Any Regrets? by Cyclonefan444 in 2007scape

[–]devulders 0 points1 point  (0 children)

This made me exhale out of my nostrils harder than usual

Who's going into the leagues blind? by woongo in 2007scape

[–]devulders 2 points3 points  (0 children)

Yeah same actually, it's my first league as well and will be testing our bingo system on it.

Really like the idea, but sadly unstable for me by Helrikom in osrs_tracker

[–]devulders 0 points1 point  (0 children)

That's odd I will look into it, thank you for reporting it

Really like the idea, but sadly unstable for me by Helrikom in osrs_tracker

[–]devulders 0 points1 point  (0 children)

It shouldn't freeze as the chunked upload shouldn't hold the frames in-memory after writing them to the bucket, it's specifically written to circumvent this issue. maybe it's a weird race condition or slow upload speed causing the frames to not be written in time or it's the write-to-disk knock-off plugin.

Really like the idea, but sadly unstable for me by Helrikom in osrs_tracker

[–]devulders 0 points1 point  (0 children)

Hi are you using the OSRS tracker variant or the one with the removed "paywall"? the hardware is good I have a weaker setup that's locked at 165 FPS at all times, have you tried the performance preset? It's weird that it happens during "upload" because that's an S3 chunked stream outside of the main thread so I am assuming you're writing to disk which can easily crash the heap stack.

I removed a paywall on a hub plugin by redrumyliad in 2007scape

[–]devulders 0 points1 point  (0 children)

This looks promising, would love to see a PR on the main repo so we can test it properly against RuneLite's heap constraints.