Thank you! But why arc CD and arc AB length should add to 2 PI? Or why does the angle COD times two is 2PI if that’s what you meant?
- 1 Post
- 55 Comments
Okay, but… Why? Is that a theorem that I don’t remember from school?
ThirdConsul@lemmy.mlto Technology@lemmy.ml•Self-hosting your own media considered harmful according to YouTube30·8 days agoIf you’re located in EU this could be a great case for DSA-based mediation. If you’re pissed maybe try reaching out to a DSA appointed mediator in your country?
ThirdConsul@lemmy.mlto Mildly Infuriating@lemmy.world•Roommate refuses to use my body wash cause it's not "manly"English2·13 days agoAnd I generally don’t need 5-in-1 shower products
Well, technically a bar of soap is all-in-one product. You can even wash clothes with it.
But I get your point, I see overpriced male-targetted 3-in-1 soap gels everywhere.
ThirdConsul@lemmy.mlto Mildly Infuriating@lemmy.world•Roommate refuses to use my body wash cause it's not "manly"English121·13 days agoIt must be sad having so little manliness that smell could take from it.
Honestly, you’re not his parent, he’s an adult and needs to start taking care of himself - or GTFO.
There’s a vast difference between capability for empathy (as in: feeling someone else’s feelings) and acting upon that feeling.
ThirdConsul@lemmy.mlto Technology@lemmy.ml•How robots are transforming elderly care in China12·20 days agoWhat is this shit. Late night commercials?
First device is just an old fashioned walking machine (or whatever it’s called), marketed to elderly.
Second device is a voice activated doll on wheels.
ThirdConsul@lemmy.mlto Programming@programming.dev•The Dumbest Move in Tech Right Now: Laying Off Developers Because of AI2·23 days agoEverything from this
So we have conventions as we make enterprise software
to this
forget the file name now ).
Is a convention based code generation. It’s older than my tenure, so it’s older than 15 years. Having convention-based code generation is something that you do as a part of DRY rule, so somewhere after you’ve noticed that you’ve done it three times. The real boom for it was when the current hype that was supposed to get rid of programming jobs were no-code/low-code solutions.
Or I can write a comment like // Filtered clients
This is either reusable code composition or again convention based code generation.
The same for sorting things, sure I know how to sort arrays but why should I waste brain capacity on this when LLM is more than capable.
This is DRY. Create once
sortBy(x=> x.name)
and then import it whenever you need it.. If I don’t know how to do something, like recently I need to integrate an app with Sage using Intracct SDK and I have no fucking idea, so I’ll get the LLM to show me how do I get Reporting Periods, Nominals, Transactions etc. then I’ll use what I learn in a console app to play around and work on getting and setting data. Then I’m ready to implement into the product.
Fair. POC is the only part where I could maybe see some gain in my use cases.
play around […] Then I’m ready to implement into the product.
Be cautious about this approach though. Usually just playing with the thing will make you a beginner with it, so usually it’s a good approach to read the documentation/manual and see where the bodies are buried.
My boss charges £2000-2500 an hour
First class grifter, respect.
Like many times I asked him stuff in passing and responses just blow me away and sometimes I just have to accept dude is way smarter than me and I’ll just never get certain concepts.
To me that’s a sign of a bad teacher. He might be a very good engineer, but not being able to tailor your responses to your junior - to me shows a lack of leadership skills.
Edit: if this is effort to read then I’ve added a reply to it with it fixed by an LLM to be more coherent and palatable
Bejesus, man, I’m not stupid, don’t feed me slop. I care about you, not about the translator dumbing you down to be a palatable to mediocre people.
ThirdConsul@lemmy.mlto Programming@programming.dev•The Dumbest Move in Tech Right Now: Laying Off Developers Because of AI4·23 days agoMan, I wish LLMs were more useful to me than line completion tool we already had in normal languages in normal IDEs.
So far everything I’ve seen it do even with agentic approaches, is just not covering my use cases.
At best I can have it generate some correct-ish terraform boilerplate. Or writing mediocre code in languages I have to use once in blue moon, that I still then have to correct. Cursorrules are meh.
Me: fintech, 15y of exp.
On the other hand I can imagine it creating some bullshit boilerplate in companies that require bullshit boilerplate.
Btw I don’t think code throughput is what distinguished Junior from Dev. I rather think it’s realizing the steep decline in “Doner-Kebab” effect :)
My only gripe with your post is this
Today, the working class of the imperialist countries, what we may refer to as metropolitan labour,
I’m sorry, we have so many people in the capitals that are homeless or generally at a verge despite working. How are they labour aristocracy?
Bar space-level problem where radiation can randomly shift your bits, I think yes.
Ah, folly of untyped systems. Tbh this behaviour makes sense given the rules implemented within the language. Anything passed to parseInt is casted to string and then parsed.
Is it shitty behaviour - yes. Does it make sense in given the language implementation - yes.
Sweden
Lol.
Danish people rightly expect that immigrants should learn Danish within few years. Not like by law, but culturally.
C# covers all feature of functional programming that comes to mind from Go (edit: not Go, what was it, Haskell?).
Traits? Done. Monads? Done. Functions as params? Sure. Closures, errors as values, whatever you want.
What are the specific language features you’re looking for or think are missing in C#?
Out of curiosity, could you give me an example? I usually think the opposite whenever I interact with other languages?
ThirdConsul@lemmy.mlOPtoLemmy Support@lemmy.ml•How to find all modlogs related to an user?1·2 months agoThank you
ThirdConsul@lemmy.mlOPtoLemmy Support@lemmy.ml•How to find all modlogs related to an user?2·2 months agoThank you
Thank you, I need an evening with wikipedia to either understand what you wrote or ask more questions, because I don’t see why is that, but now I need to learn/remember that stuff