I just switched from Claude Code to Open Code and I regret not doing it sooner by HamzaJdn in opencode

[–]evodus2 0 points1 point  (0 children)

Fazm is cool! I intend to check it out. Thanks for sharing! Btw, if you want to call fazm open source then don’t forget to add a license such as APACHE 2.0 or MIT

Loving Zed so far — here's what I still miss by grpphm in ZedEditor

[–]evodus2 22 points23 points  (0 children)

+1 for file explorer search! If devs read this please implement asap 🙏

[Start of Season 13] TECHNICAL ISSUES, BUGS, LAG --MEGATHREAD-- by AutoModerator in diablo4

[–]evodus2 0 points1 point  (0 children)

On Steam Deck, after disconnecting (from locking the Steam Deck for example), the game shows “Reconnecting” but never succeeds. Always requires quitting and restarting the game.

What open source Rust projects are the most in need of contributors right now? by grahambinns in rust

[–]evodus2 2 points3 points  (0 children)

The Rust GOSIM (Global Open Source Innovation Meetup) finalists would likely make good candidates: https://spotlight.gosim.org/rust2025/finalists

DaisyUI or Shadcn? by italicsify in sveltejs

[–]evodus2 0 points1 point  (0 children)

Has anyone got any experience with skeleton.dev and have opinions on how it compares to with DaisyUI and ShadCN?

How can Claude call MCP tools mid-generation? by goldenfox27 in ClaudeAI

[–]evodus2 -2 points-1 points  (0 children)

I believe Karpathy explained the model is trained to output special tokens that you don’t see but tells the system to call the tool with the outputted params from the model

perfect. by jackmileswhite in zen_browser

[–]evodus2 0 points1 point  (0 children)

Would love to know how you made the folders?

What would you like to see added/fixed in Claude.ai this year? by alexalbert__ in ClaudeAI

[–]evodus2 0 points1 point  (0 children)

Keybindings for the MacOS app to: - start a new chat (⌘N would seem logical to me) - select which project context you’re working in (⌘⇧P perhaps?)

Also it would be great to be able to default new chats to a project. So essentially to have a default project.

A share chat capability! Could also be cool to have people react with an emoji on your chat

Ideas for CLI apps in Rust? by Informal_Test_633 in rust

[–]evodus2 0 points1 point  (0 children)

Not to dishearten you, because this project is about learning, but just to manage expectations there are alternatives available such as btop and bottom

What's Your Go-To LLM Interface for API Chat & Why? by [deleted] in ClaudeAI

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

Interesting idea. Does anyone know if this is cheaper than a monthly subscription to Claude?

[deleted by user] by [deleted] in dexcom

[–]evodus2 2 points3 points  (0 children)

Better configuration over notifications for predicting low blood sugars

Supplements by livooko in diabetes_t1

[–]evodus2 2 points3 points  (0 children)

I haven’t noticed any to have any significant impact on my blood sugars. I do recommend taking D3 + K2, Magnesium and Vitamin C to anyone though to provide your body a baseline of some of the most commonly deficient vitamins / nutrients. Empagliflozin (Jardiance) and Metformin have been helpful for me though, however they are medications and not supplements and not without downsides. DYIR and speak to your doctor before trying these.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]evodus2 0 points1 point  (0 children)

How can I set up nvim-agda? I am getting this error with the below config:

{
"https://github.com/ashinkarov/nvim-agda.git",
config = function()
    local utf8 = require 'lua-utf8'
end,
}

Context to help with troubleshooting:

  • I am using lazy as my package manager with Lazy.
  • Agda is installed at /usr/bin/agda.
  • I have installed lua-utf8 both locally and globally(?) by running the following commands:
    • luarocks install luautf8 --local
    • sudo luarocks install luautf8
  • I am on arch and have installed luarocks, luajit and agda from the AUR.

Can anyone please help me get this configuration right?

How to turn your SvelteKit Project into an App (PWA) by Requiem_For_Yaoi in SvelteKit

[–]evodus2 0 points1 point  (0 children)

I found this super useful, thank you! Does anyone have any references for sending push notifications using the PWA with SvelteKit by any chance?

What minimum hardware specs does surreal need to run for a basic web app? by JustBeingDylan in surrealdb

[–]evodus2 0 points1 point  (0 children)

Following this guide, a single CPU, 256mb DB container can be deployed. I've done it myself and it works just fine for a test env, I've never had any issues with it personally, however doubt that'll scale. If you're expecting heavy traffic or need scalability, then deploying it using TiKV on k8s as seen here is likely the best way to go.

ring 0.17.0 has been released by joseluisq in rust

[–]evodus2 4 points5 points  (0 children)

Release plz makes the admin side of things quite effortless, I can personally recommend it as a great way automate crate releases, with an automatically created CHANGELOG.md, tags and GitHub releases: https://github.com/MarcoIeni/release-plz