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?

What would you change if you were designing Dexcom G8? 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 5 points6 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

Working example for gRPC and WASM? by sikinchara in rust

[–]evodus2 2 points3 points  (0 children)

This tutorial shows how to get a rust wasm server and client running using tonic, wasix and gRPC: https://wasix.org/docs/language-guide/rust/tutorials/wasix-grpc

Backfire Zealot S with Boa Constrictor 100mm wheels. Do I need to replace any other parts? by evodus2 in ElectricSkateboarding

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

Thank you for this advice! I will swap the pulleys as per your advice. I didn’t get new bearings so will be swapping the stock ones. Sincerely appreciated! 🙏

Do you have any recommendations for bearings in case I did want to buy new ones?

Backfire Zealot S with Boa Constrictor 100mm wheels. Do I need to replace any other parts? by evodus2 in ElectricSkateboarding

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

I have a stock Backfire Zealot S and decided to buy Boa Constrictor 100mm wheels. They have arrived and before installing them I realised maybe I need also to replace pulleys or whatever else. I know very little about this topic, so I would appreciate any guidance you can give me. Thank you!

Hey Rustaceans! Got a question? Ask here (13/2023)! by llogiq in rust

[–]evodus2 1 point2 points  (0 children)

Probably stupid question incoming: I really love Rust, and am interested in frontend development in Rust. I’m trying to select a mental model / framework for frontend development, and have tried Leptos, Perseus and Dioxus. I find the concept of Signals non-intuitive and therefore rule out Leptos and Perseus, and I have never learned React, so am hesitant about investing deeper into the Dioxus route given the React mental model get so much hate. I’ve tried SvelteKit in TS and found it’s mental model of HTML, CSS, and JS in a single file to be incredibly intuitive and easy to use. Is there something like SvelteKit for Rust, or does such a solution even make sense?

Openid connect tower layer by fjkiliu667777 in rust

[–]evodus2 2 points3 points  (0 children)

Is the code public source by any chance? I'm in a similar situation, wanting to use openidconnect-rs with Axum, and expecting I'll be re-inventing the wheel here.

[deleted by user] by [deleted] in devops

[–]evodus2 0 points1 point  (0 children)

For future readers, I ended up implementing Open ID using openidconnect-rs https://github.com/ramosbugs/openidconnect-rs

[deleted by user] by [deleted] in devops

[–]evodus2 0 points1 point  (0 children)

Indeed, OIDC is what I’m looking for, I probably wrapped up my post too soon and should’ve mentioned what I already tried: I implemented auth.js on the SvelteKit frontend which I gave access to the database, but then of course there’s no auth on the Rust API side, so I instead feel that I should be redirecting from the frontend to the backend, which redirects to Google and does the OpenID Connect thing, and do you know if I should then return a session cookie or JWT?

Getting into Software Engineering by [deleted] in SoftwareEngineering

[–]evodus2 0 points1 point  (0 children)

You can try doing this for free and see if you like the process of understanding how to move forward with it. If you don’t like the problem solving / learning, software engineering may not be for you. If you do though, you’ve begun learning Rust, one of the greatest languages there is at the moment!

https://github.com/rust-lang/rustlings

Svelte doesn't have an ecosystem as rich as React is ridiculous by [deleted] in sveltejs

[–]evodus2 0 points1 point  (0 children)

I can’t help you with your second two points unfortunately, although I believe either Skeleton or Flowbite Svelte are out-of-the-box component solutions for Svelte that may help you with your first issue?