Cameron Young
@sigfualt
Followers
354
Following
4K
Media
824
Statuses
7K
Software stormtrooper, Coffee sipper, Elroy Jetson, Father of two. Software blogger of many topics but mainly C# and .net
Kansas City
Joined January 2021
I was seeing homes list for 400k in my neighborhood (While cheap for some locations. This use to get you a “Mac mcMansion” four car garage etc) I am watching the listings go down from 400k to mid 300’s. I am only happy cause the property taxes had gotten out of hand.
0
0
0
Looking like Entity Framework Core and .SqlQuery is my new go-to for data access. Faster performance than Dapper (according to my unofficial benchmark) and way easier. Just a hair slower than raw ADONET access. DbContext is minimal.
8
9
116
It took me a while to realize react hooks likes tuples. I was always like “where are them values coming from” lol
0
0
1
I don’t like gitKracen right now. It pushes me back to the cli. The ui is very confusing to me…
0
0
0
Cursor is teaching me react. I put it in plan mode and ask it what did I do wrong lol. Yeah it will just do it for me but I read the plan and take notes. More helpful than I like to admit.
0
0
2
Rust makes more sense now that I have taken a fp crash course. Still more of a tool looking for a problem in my life at the moment.
0
0
0
Claude's Max plan has gone completely opaque. It's now a weekly quota but they don't tell you how many tokens that is. No idea what I'm paying for anymore. The "Understanding Usage" page is just vague gibberish
7
1
12
Time to mod another gameboy but this time with the kids. Hopefully we don’t get burned soldering.
0
0
0
I love bash!! Honestly I just have so make the scripts but I see why others loved it for so long. Bam it’s an executable now.
0
0
0
I can’t say too much but working with several million dollar companies. I am watching money being thrown into an oven. Literally they could have passed out bands of money and got the same result.
The more I play with coding LLMs, the more I feel like those predictions for AGI and no more coding jobs in two years are dumb takes by clueless people with a vested interest in receiving AI investments. Valuable tools for sure, but "true" AGI might still be 10-20 years away.
0
0
6
Conspiracy theory with no proof. Software devs are learning fp since ai is not good at fp (not yet)
1
0
1
Ever read a book like this is some good material. I have never seen this before. Only to find your high lighter markings in it 😂😂😭
0
0
1
Using graphql for the first time. It feels like we are just exposing orm interfaces to the internet. It’s not bad but a shift in thinking.
0
0
1
I have had to eat my words more than a few times with ai. I was in the camp tech like sora 2 was a long way off.
0
0
1
Here is a snippet from the lecture on Logical operators in C (&&, || and !) and how the CPU achieves the && operation. Note how the code generated tries to make the decision about the final value as quickly as possible.
3
8
75