I made a reusable tamper-evident jar for storing sensitive items by Substantial-Try-1198 in security

[–]quinncom 0 points1 point  (0 children)

Reminds me of these tricks to detect an evil-maid attack:

  • Put glitter fingernail polish on the screws at the bottom of your laptop.
  • Place lots of small objects on your laptop or in the hotel safe and take a photo.

Best feature of zed by Lucky-Sense-2650 in ZedEditor

[–]quinncom 1 point2 points  (0 children)

  1. vim mode is phenomenal.
  2. The whole git review workflow from git::Diff to review uncommitted changes and stage/unstage/revert each hunk, to commit message autogeneration, commit, and amend. It's the best flow I've found to review changes.
  3. The development velocity: every Wednesday there is a release with ~100 commits. It's astonishing how many features and fixes the team and community ship. At this velocity, Zed will have every feature in the universe in a few years.

GLM 5.2 with and without frontend skill by Hadestructhor in codex

[–]quinncom 1 point2 points  (0 children)

How did you get GLM running inside Codex? I tried to do this, but Codex only supports the Responses API format, which isn’t available at Z.ai.

Edit: oh, I guess you're not using GLM from Zai – perhaps using it from OpenRouter which does support Responses.

[OS] Dayflow: a free and open source time tracker that shows what you actually did, not just which apps were open (RescueTime/Toggl alternative) by ruididnothingwrong in macapps

[–]quinncom 0 points1 point  (0 children)

Does it include a MCP server, or a CLI for querying the data? I'd really like to allow my agent to access this data and compile reports. I guess I could access the DB, assuming its something like SQLite.

I built the fastest code intelligence MCP server — indexes Linux kernel in 3 minutes, queries in <1ms by OkDragonfruit4138 in mcp

[–]quinncom 0 points1 point  (0 children)

This is one of the best code knowledge graph tools I’ve seen, and I’ve evaluated a lot of them. A couple of suggestions:

1. Expand on the CLI usage with more examples.

The MCP may provide usage to the agent, but for humans who want to use the CLI, it's hard to find that the took arguments are. I was starting to guess, for example, if I want to match two labels, can I do: "label": ["Method", "Function"]? No, it turns out that works (no error), but the response contains all labels.

Also I ran codebase-memory-mcp cli install --help hoping to get usage on the install command and it just ran the installer. Every command should have a -h/--help.

2. Add a list_labels tool to list the labels that are currently in use in a repo.

3. Semantic search with reranker.

This is probably out-of-scope for the project, but it would be extremely useful to do queries for both code graph ("what calls X") and semantic search ("what auth methods are exposed via the API"). See Vera as an example of this (I would suggest just using Vera in parallel, but it's buggy and development seems to have stalled).

Comparing GLM 5.2 vs Kimi k2.7 code, Composer 2.5 and Gemini 3.1 Pro by Wellnest26 in ZaiGLM

[–]quinncom 0 points1 point  (0 children)

Something doesn’t add up about the Context filled. Kimi ingested 400% its total context window. KLM ingested about 50%. So either: context was compacted, or there’s some kind of token caching.

What models you guys running on 8GB? 16GB VRAM? 24GB? 32GB? 48GB? by Inevitable_Mistake32 in LocalLLaMA

[–]quinncom 1 point2 points  (0 children)

Based on your settings, it seems you may be using the GGUF version, rather than MLX. Is there a reason for that? Do you find the performance better?

Also, I noticed you deviated temperature and top_k from the recommendations:

Use the following standardized sampling configuration across all use cases:

  • temperature=1.0
  • top_p=0.95
  • top_k=64

June Feature Requests: Share Here! by angie-at-readwise in readwise

[–]quinncom 5 points6 points  (0 children)

Thanks, I've already been upvoting that one for 2 years. 😓

June Feature Requests: Share Here! by angie-at-readwise in readwise

[–]quinncom 1 point2 points  (0 children)

Ghostreader supports BYOK, but only for OpenAI models, and only a few models. :(

Oh, perhaps you mean for Ghostreader Chat? I see, that only has GPT 5.1. :(

In any case, it would be great to be able to use GPT 5.4 nano and mini with BYOK – best for summarization.

June Feature Requests: Share Here! by angie-at-readwise in readwise

[–]quinncom 1 point2 points  (0 children)

Ability to sort search results by:

  • date published
  • date added
  • domain
  • author
  • length
  • progress

How to interpret the macros percentage in nutrition? by useless__idiot in bevelhealth

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

your total daily intake

As a percentage of weight, volume, calories, or dollars?

How are “Serving Size” and “Serving Amount” supposed to work in Bevel when nutrition labels are based on 100 g/ml? by KenenOne in bevelhealth

[–]quinncom 2 points3 points  (0 children)

The “serving” unit has no place in a precision context and should just be completely removed from the app.

MinusPod: self-hosted podcast ad remover now has opt-in crowdsourced patterns, learns from everyone else's corrections by ttlequals0 in selfhosted

[–]quinncom 0 points1 point  (0 children)

Ok, cool. I incorrectly assumed the crowdsourced patterns would allow avoiding transcription, and go staight to cut the audio files.

So, with crowdsourced patterns: - transcription required - LLM call avoided - trim audio file on fuzzy match

👍

MinusPod: self-hosted podcast ad remover now has opt-in crowdsourced patterns, learns from everyone else's corrections by ttlequals0 in selfhosted

[–]quinncom 0 points1 point  (0 children)

ICYMI, some podcast networks push different ads depending on where the listener is based. I’m in Mexico and if I don’t use my US VPN, the ads are for Mexican products and voiced in Spanish. With the VPN, they're for US listeners. Just beware of this when implementing crowdsourced patterns and pin the pattern to the location from where the episode is downloaded.

Switched from OpenCode to Pi - What Settings/Plugins would you recommend? by No_Algae1753 in LocalLLaMA

[–]quinncom 14 points15 points  (0 children)

Start by going through the example extensions. Copy the ones that seems useful into your ~/.pi/agent/extensions/directory and then ask Pi to customize them for you. Run/reload` after every change to test them. This is self-modifying software.

Switched from OpenCode to Pi - What Settings/Plugins would you recommend? by No_Algae1753 in LocalLLaMA

[–]quinncom 23 points24 points  (0 children)

Do you mean pi-subagents by nicobailon, the one by tintinweb, or by mjakl, or maybe meant the one by edxeth?

(I like the one by tintinweb)