[-] livingcoder@programming.dev 7 points 1 day ago

This was a good, short read. Worth the time.

[-] livingcoder@programming.dev 3 points 2 days ago

It's time that we admit to deaf people that music isn't real. The joke has gone too far.

[-] livingcoder@programming.dev 36 points 1 month ago

Your team needs to have a coding standards meeting where you can describe the pros and cons of each approach. You guys shouldn't be wasting time during PR reviews on the same argument. When that happens to me, it just feels like such a waste of time.

[-] livingcoder@programming.dev 12 points 2 months ago

How does it handle multiple potential outcomes? Example: unformat!("a {} b {} c", "a x b b y c") Would it return Some(("x b", "y")) or Some(("x", "b y"))?

[-] livingcoder@programming.dev 8 points 2 months ago

I expected "Started new project"

[-] livingcoder@programming.dev 19 points 2 months ago

It's surprising how useful ChatGpt is in these situations. Honestly, it's a great general purpose search engine.

[-] livingcoder@programming.dev 11 points 8 months ago

Cursorless. It's a spoken-language programming interface that allows the programmer (of basically any language) to use specific words to target existing text, move the underlying cursor/selection relative to that target, and then run a specific modification. Think of VIM but for voice. It runs in VSCode atm as a couple extensions along with an install of the audio tool Talon. https://www.cursorless.org/

[-] livingcoder@programming.dev 3 points 8 months ago

I was thinking the same thing when I was trying to use the new base64 code instead of the deprecated version: it's unnecessarily complicated. I remember thinking "why is this so hard, so convoluted?".

[-] livingcoder@programming.dev 56 points 9 months ago

As someone who learned a lot from C++ and that now loves Rust, this annoys me.

[-] livingcoder@programming.dev 3 points 9 months ago

hook to Insomnia plays

[-] livingcoder@programming.dev 5 points 9 months ago

"Normal transaction" after a fundamental change in how all games that use your product are financially responsible by novel, unmeasurable, and unrealistic metrics. No transaction prior to this kind of announcement is "normal" imo.

[-] livingcoder@programming.dev 5 points 11 months ago

I need to move away from using inheritance in my Python. I've been using Rust exclusively for the past year and it's definitely going to affect how I write code in other languages.

view more: next ›

livingcoder

joined 11 months ago