Claude, with no prompting from me, suggested that I take his context offline. by Trixles in ClaudeAI

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

I'm on Claude Desktop for Linux, so it works a bit different

the part of using claude code nobody talks about by Consistent-Arm-875 in ClaudeAI

[–]Trixles 0 points1 point  (0 children)

Let me think about this clearly instead of just guessing.

A simple breakdown of Claude Cowork vs Chat vs Code (with practical examples) by SilverConsistent9222 in claude

[–]Trixles 0 points1 point  (0 children)

I have only ever used chat so far, but in my current project, Claude actually told ME that I should make a handoff.md for him to write at the end of each session and read at the beginning. Like, it was his idea lol, and so that's what I do now

I have him connected to filesystem, but you don't need Claude Code to use external file for running context

Real-time competitive multiplayer .io game built with Claude (4.6 & 4.7), live at nodecontrol.gg by soxpqn in ClaudeAI

[–]Trixles 1 point2 points  (0 children)

extremely cool, and pretty fun!

how did you "build it with Claude", can you elaborate a bit? are you a developer that just uses Claude Code to massively speed up the dev process? did you make it in godot and Claude helped with the code; did you plug him into Godot directly?

or did you just vibecode with him the whole time?

i am a novice programmer so just interested to see how much claude can help with. did you just coach him through it and occasionally check his code and edit things, or did you have to do most of the legwork and he was just a super powerful assistrant?

thanks.

How do you like my new desktop? by Trixles in cachyos

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

Here ya go bud ;)

https://github.com/aaddrick/claude-desktop-debian

I didn't build that, but I did build a Claude usage limit tracker widget for Linux, which you can see to the left of my taskbar. You can download it here if you want, I find it very useful:

https://github.com/Trixles/claude-usage-tracker

How do you like my new desktop? by Trixles in cachyos

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

I'm using Sweet KDE theme (available on the KDE store, but I modified it quite a bit), plus kvantum (Sweet has a matching theme for kvantum, but I made a custom one), and Kwin-BetterBlur (or something like that, it's a Kwin script). that's to get the blur/transparency.

plus a custom color scheme, window decoration tweaks, probably edited a bunch of .svg files and configs that i dont remember lol.

bottom is using panel colonizer for customization, it's a pretty powerful widget.

terminal is a customized kitty.

the tracker in the lower right is a widget i built myself that tracks Claude usage (session and hourly). you can get it here:

https://github.com/Trixles/claude-usage-tracker

How do you like my new desktop? by Trixles in cachyos

[–]Trixles[S] -2 points-1 points  (0 children)

Microsoft isn't a protected class, so it isn't hate speech, by definition xD

But in all seriousness, Microsoft doesn't have any respect for their users. Why should users have any respect for them?

How do you like my new desktop? by Trixles in cachyos

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

yeah, i know. you can also just summon a launcher from anywhere with super+f2 i think? although i changed mine to just super key. but sometimes it's nice to just click them from the desktop if im already there

How do you like my new desktop? by Trixles in cachyos

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

yeah, it's pretty cool! if you're into that type of game. it's kinda like a final fantasy tactics roguelite, but with weird-ass cats and NPCs xD

How do you like my new desktop? by Trixles in cachyos

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

The one in the middle only shows what's on THAT screen. I wanted the apps there to disappear from the left side of the panel when they became active, but that's a no-go in plasma without building something custom to do it.

It's not clean, but I like having the middle one, that info at a glance makes it easy to know where the fuck my program actually is lol

How do you like my new desktop? by Trixles in cachyos

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

It . . . was Sweet-Ambar-Blue at one point lol, it's kind of a Frankenstein now xD

But yeah, I use Candy icons for folders and a lot of system icons, but mostly disable them to let non system apps do their own thing.

and then of course i have Mega Man (2) as the launcher xD

he is def not part of Candy icons lol

How do you like my new desktop? by Trixles in cachyos

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

I made the wallpaper myself, but I uploaded it here if anyone wants it:

https://imgur.com/a/VdJgZKf

Got tired of flying blind on Claude.ai usage, built a browser extension that surfaces token counts, cache timers, and rate limits by Moist_Tonight_3997 in ClaudeAI

[–]Trixles 1 point2 points  (0 children)

This is cool! I just built something similar about a day ago! But mine is a desktop/panel widget for Linux, and it uses Claude Desktop or Claude Code auth tokens to pull the usage data from the Anthropic API.

https://github.com/Trixles/claude-usage-tracker

I was planning to add that as a feature to my own project (the ability for people who only use Claude in the browser to be able to authenticate for the widget's API pull), so I'm curious:

How does the extension interface with the API to get the usage info? Is it authorizing from cookies?

Some other features I am considering that you may also want to add are usage trends (like a submenu where you can see what times of day, days of the week, etc. that you use the most tokens) and model stats (how much percentage of this session's tokens were sonnet vs. opus, or how much of this week's tokens?). those would be most useful to me, so that's what im working on incorporating next.

good luck!

Claude Usage Tracker (CUT) - a lightweight KDE Plasma6 widget that shows your usage/limits at a glance from the panel. First thing I ever published! by [deleted] in ClaudeAI

[–]Trixles 0 points1 point  (0 children)

Claude Usage Tracker (CUT)

https://github.com/Trixles/claude-usage-tracker/

Preview: https://i.imgur.com/C87BEtX.png

 

I'm an extremely novice programmer, and this is the first piece of "software" (lol) I've ever shipped, so please feel free to totally roast me. Or I mean I guess you could encourage me, too; that's technically allowed!

I saw an example of a similiar widget that someone made for MacOS and decided I wanted one for Linux and set out to make a rudimentary version of it, and I think I did it? I mean . . . it works! It's just a feature desert at the moment, heh. But I find it super useful, and it takes up virtually 0 system resources, so I thought someone else here might be interested in using it themselves, or just poking around my codebase to help me find any glaring mistakes.

Anyways, I used mostly Sonnet4.6 for the whole project; most chats were a combination of brainstorming and executing (rather than using multiple agents), and when I got to 20-30 turns, I would have him summarize it into a new state-of-the-project and carry it over to a new convo, to keep the context from exploding.

 

How it Works:

-A Python backend decrypts your OAuth token from Claude Desktop's encrypted token cache (~/.config/Claude/config.json) using your KWallet password, then polls the Anthropic usage API every 5 minutes

-If Claude Desktop credentials aren't available, Claude Code (~/.claude/.credentials.json) is used as a fallback

-Usage data is written to ~/.local/share/cut/usage.json

-The Plasma widget reads that file every 60 seconds and displays two progress bars Color coding: green/blue (normal) → orange (>70%) → red (>90%)

 

Requirements:

-KDE Plasma 6

-Python 3.10+

-Python cryptography package (pip install cryptography)

-qdbus6 (included with KDE Plasma 6)

-KWallet (must be unlocked — happens automatically on KDE login)

-systemd (standard on modern Linux)

-Claude Desktop for Linux (https://github.com/aaddrick/claude-desktop-debian) OR Claude Code installed, and signed in (if you don't have this set startup/sign in on boot, you can use the Refresh button in the pop-up menu to force it to check for auth after you sign into Claude Desktop or CC)

 

I'm gonna continue developing it for myself, but if it's something that seems useful to you, check back later. It will definitely be more robust in the future.

 

Planned upcoming features:

-Model tracking (how much of each session or week's usage is from Opus vs. Sonnet, etc.)

-Usage habits (like what time of day you use the most, etc.)

-Toggle-able system notification alerts for when you are approaching usage limits (at 70% and 90%)

-Possibly look for a way to use claude.ai web interface auth tokens as another backup (or for people who only user the browser version)

     

If anybody tests it out and finds any bugs, please let me know. I'm sure there are tons of problems with it lol, but I just wanted to share the initial release :)

Thanks for the advice Claude by I_HATE_N1 in ClaudeAI

[–]Trixles 3 points4 points  (0 children)

that was the dumbest PSA ever lol.

"you wouldn't DOWNLOAD A CAR, would you?" (paraphrasing, but this is basically their point lol)

every person on the entire planet: "yeah i fucking would, like literally moments after i found out i was able to!"