But on a binary scale this would translate to 11 base 10.
- 0 Posts
- 28 Comments
It’s not that I don’t like Rust, I just don’t know what to do with it
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•Looking for vibe coder with vibe management skills
15·2 months agoAct as the rigorous gatekeeper for AIgenerated code.
Well, in a way I’m already doing this.
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•Somebody Told Me (The User Provider Should Use An Adaptor To Proxy The Query Factory Builder)
3·3 months agoThanks god my attention span is way too low to comprehend all of that
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•Somebody Told Me (The User Provider Should Use An Adaptor To Proxy The Query Factory Builder)
8·3 months agoBut you always get something in return for all those layers and layers of abstraction. For me most of the time it was a lot of Java/Spring features I didn’t know existed and after that I realized they were pointless.
I wasn’t aware it has a Logo:

With more than three repetitions of the same algorithm the kid should’ve been automating the process.
Yeah but I was talking about the opposite. I can clearly spot composition in many frontend framework such as react or flutter but e.g. spring DI is a different thing to me.
I think you’re confusing composition with aggregation. DI can’t be composition because the injected object is shared/borrowed, strong composition on the other hand requires the object to be owned. A composed child does not exist without its parent.
True but due to the framework in use it’s more or less applicable and I can’t think of a single commonly used backend stack that’s relying on composition whereas I know a bunch of frontend stacks. I guess composition is handy for widget trees so that’s why you see it more often in frontend apps.
Works in frontend I guess but backend is a whole different story.
How about stop using computers in general
I am pretty much Tharg and Thargs don’t make a lot of money because we have better things to do.
Edit: removed because I got it wrong
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•Fix social problems with code
101·5 months agoThis would’ve been a chance for a TODO.
I wouldn’t mind the open source part, at least we can see why it breaks.
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5
6·6 months agoNot even that. Switching code flows means potential void of state integrity. Error handling should either terminate discarded states or not interfere at all.
By the way, imagine smart pointers with goto jumps.
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•goto spaghetti1 goto spaghetti8 goto spaghetti6 goto end1 goto start5
171·6 months agoThat is until you’re doing something more complex, then goto becomes no-go.
aaaaaaaaargh@feddit.orgto
Programmer Humor@programming.dev•Who cares about time complexity
11·7 months agoThis is the spirit
10 is the base (2) overflowed by 1 (zero indexed) which kind of translates to 10+1 base 10 (1 indexed). I didn’t really mean in in mathematical but rather nonsensical way. I just wanted to pull 11/10