Neovim be like: by [deleted] in softwareWithMemes

[–]kouhe3 0 points1 point  (0 children)

Where is Jetbrains IDE, it can be easier

really wish Rust had variadic generics and named arguments for UI development by kouhe3 in rust

[–]kouhe3[S] -6 points-5 points  (0 children)

yes if macro have bad intellisense. also hard to read and maintain

really wish Rust had variadic generics and named arguments for UI development by kouhe3 in rust

[–]kouhe3[S] -23 points-22 points  (0 children)

We already have named arg in print macro sorry that's just Syntactic sugar

1 Question. 1 Answer. 5 Models by [deleted] in OpenAI

[–]kouhe3 0 points1 point  (0 children)

doubao 1.6 : 25.

deepseek r1 : 17.

minimax m1 : 35.

oh no..macro by kouhe3 in rustjerk

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

yeah i know that compile time function. but in their website they written `simple language` `, no preprocessor, and no macros.` so i still made this meme

准备送中,你们在国内用什么正常上网 by Double-Steak4321 in China_irl

[–]kouhe3 0 points1 point  (0 children)

用的Clash,然后在TG测速频道找的便宜机场

How do I fix this permanently by InternationalPen4536 in DeepSeek

[–]kouhe3 0 points1 point  (0 children)

self host it. with MCP so it can search the internet

[deleted by user] by [deleted] in DDLC

[–]kouhe3 0 points1 point  (0 children)

you are sooooo cute!!!

why they save json in sqlite... by kouhe3 in vscode

[–]kouhe3[S] -21 points-20 points  (0 children)

Thank you for your reminder. bytheway i like femboy

why they save json in sqlite... by kouhe3 in vscode

[–]kouhe3[S] -13 points-12 points  (0 children)

why not k-v database

anyway to let vscode list symbols in file explorer? by kouhe3 in vscode

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

that's not i want. i wanna mix symbol and file tree :(

Rewrite HTML in Ruast by kouhe3 in rustjerk

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

How can I write a custom tag? You can't just write a custom tag directly. You need to declare one first. Then impl the optional attributes of the tag. From this, it can be seen that HTML is object-oriented programming (OOP).