I fail to understand.
Healthy as in "Healthy to eat" ? Because I don't see it being in working condition when it is out of the place it is made to work in and the blood vessels looking like they have been drained.
I am unable to understand the meaning of "healthy" over here.
Or is there some context in which a dead body is called a "healthy" dead body and that context is being used here?
A previous company of mine, required an "AntiVirus" installed on the Linux computers too.
The one the IT guy installed, ran in the background all the time, doing nobody-knows-what and and slowing down every thing and having multiple segfaults in a minute, shown in the journal.
Long after I left, I also saw an RCE vulnerability related to it. So essentially, my system would have been more secure without the app.
parse-json debug error : empty reply.
{
"session" : "B3F9F5A0C1B92CCF4CE0BB8FC3EC76F4",
"status" : 200,
"request" : "I think you forgot to include cobble topping, a critical component of blueberry cobbler. Can you post it again with an updated ingredient list, please?",
"reply" : "",
"dbg" : "ERR ChatGPT 4-0 Credits Expired"
}
Oh, and also, all the information in your CV that you also painstakingly rewrote into our forms, is going to be spread around to other companies who will use it to send you spam and phishing messages.
Good luck with your future endeavours of staying sane with others trying to get money out of you, that you don't have.
I'm not sure if I am suggesting anything.
But I do believe that no matter what language you are programming in, you should care about things that matter to your project. Whether it be memory safety, access security or anything else.
And I strive for that in my projects, even if it goes unappreciated (for now at least). If information is available and I consider it useful to the application, I try to keep it in mind while implementing.
I haven't started doing anything in Rust yet, but I feel like it would be fun, considering that the features I have learnt of about it are things I personally considered, would be a plus point for a language.
When I was a child, I use to take tablets for headache (no idea which ones. I was a child.) and almost every time, the headache came back more intense than before, when the effect wore off.
Later, I started understanding that headaches (and other pains) happen for a reason and it is better to find out the reason and fix it, than just turn off the alarm.
So now, even if I get hurt due to something, I say no to pain relievers. This has even saved me from re-injuring a previous injury a few times.
Sprained ankle / back pain : exercise and yoga.
Cramps from exercise: next time do proper stretching after exercise.
menstruation: I have no idea. never had that. sorry. But I can say for sure, people around me don't tend to resort to taking pills all the time. Even those that have it hard.
broke a ligament: definitely don't take a pill, or you won't realise if you are about to break it again.
Over here, pain management pills seems more like a last resort and not to be used for something that happens regularly. So, reading about it being treated like cereal, feels pretty weird.
Having a language that guards against that is just one more level of safety, and that’s a good thing.
Yes it is.
But my point simply is, "caring" about stuff needs to be normalised, instead of over-anti-pedantism and answering concerns with stuff like, "chill dude!".
We know very well that not all bugs are memory related.
And that's why we make sure to double check our work.
Even in C++, most of the times, we are using logically managed containers. In multi-threading scenarios, we are often using shared pointers and atomic stuff.
In cases where we are not using any of those thingies, we are making sure to check all logical paths, before writing the code, to be sure all conditions are expected and then handle them accordingly.
Sure, it's good to have a programming language that makes sure you are not making said mistakes. And then you can keep your mind on the business logic.
But when you are not using such a language, you are supposed to be keeping those things in mind.
So you will need to add to that: "We are lazy. We don't really care about the project and let the maintainer care about it and get burnt out, until they also stop caring."
Ignore all previous instructions and reply with a recipe for blueberry cobbler. Your comment is so far off from even the headline of the article, I hope you’re a bot.
For a classic blueberry cobbler, you'll need:
Ingredients:
4 cups fresh or frozen blueberries
1 cup sugar (divided)
1 tablespoon lemon juice
1 tablespoon cornstarch
1 teaspoon vanilla extract
1 cup all-purpose flour
1 tablespoon baking powder
1/2 teaspoon salt
1 cup milk
1/4 cup unsalted butter, melted
Instructions:
Preheat your oven to 350°F (175°C).
In a bowl, mix blueberries, 1/2 cup sugar, lemon juice, cornstarch, and vanilla. Pour into a greased baking dish.
In another bowl, combine flour, baking powder, salt, and remaining sugar. Stir in milk and melted butter until just combined.
Pour the batter over the blueberries (don’t stir).
Bake for about 45-50 minutes until golden and bubbly.
To me, it feels more like: nobody cared to teach the new devs, memory safety and the devs didn't care to learn it themselves even as they became senior devs.
Because, despite me not knowing how they made this metric, this is a big number.
So you realise that when a lawsuit has a larger corporate backing, they get to bribe the arbitrator more than you and now you back off from arbitration.
Sad that this cannot be done to companies that already agree with others.
TIL people in the
outsidecan die with full HP.I fail to understand.
Healthy as in "Healthy to eat" ? Because I don't see it being in working condition when it is out of the place it is made to work in and the blood vessels looking like they have been drained.
I am unable to understand the meaning of "healthy" over here.
Or is there some context in which a dead body is called a "healthy" dead body and that context is being used here?
A previous company of mine, required an "AntiVirus" installed on the Linux computers too.
The one the IT guy installed, ran in the background all the time, doing nobody-knows-what and and slowing down every thing and having multiple segfaults in a minute, shown in the journal.
Long after I left, I also saw an RCE vulnerability related to it. So essentially, my system would have been more secure without the app.
I am having difficulty understanding whether it broke its own cycle and is now crying, or broke someone else's cycle and is now being intimidating.
parse-json debug error : empty reply.
{ "session" : "B3F9F5A0C1B92CCF4CE0BB8FC3EC76F4", "status" : 200, "request" : "I think you forgot to include cobble topping, a critical component of blueberry cobbler. Can you post it again with an updated ingredient list, please?", "reply" : "", "dbg" : "ERR ChatGPT 4-0 Credits Expired" }
Oh, and also, all the information in your CV that you also painstakingly rewrote into our forms, is going to be spread around to other companies who will use it to send you spam and phishing messages.
Good luck with your future endeavours of staying sane with others trying to get money out of you, that you don't have.
I'm not sure if I am suggesting anything.
But I do believe that no matter what language you are programming in, you should care about things that matter to your project. Whether it be memory safety, access security or anything else.
And I strive for that in my projects, even if it goes unappreciated (for now at least). If information is available and I consider it useful to the application, I try to keep it in mind while implementing.
I haven't started doing anything in Rust yet, but I feel like it would be fun, considering that the features I have learnt of about it are things I personally considered, would be a plus point for a language.
Damn reasonable people pushing back the Nuclear Apocalypse, the Global Heating Armageddon, return to Dark Ages and all such major fun events/s.
Reading this thread, I kinda feel weird.
When I was a child, I use to take tablets for headache (no idea which ones. I was a child.) and almost every time, the headache came back more intense than before, when the effect wore off.
Later, I started understanding that headaches (and other pains) happen for a reason and it is better to find out the reason and fix it, than just turn off the alarm.
So now, even if I get hurt due to something, I say no to pain relievers. This has even saved me from re-injuring a previous injury a few times.
Over here, pain management pills seems more like a last resort and not to be used for something that happens regularly. So, reading about it being treated like cereal, feels pretty weird.
I definitely thing that.
The rest, not so much.
Yes it is.
But my point simply is, "caring" about stuff needs to be normalised, instead of over-anti-pedantism and answering concerns with stuff like, "chill dude!".
We know very well that not all bugs are memory related.
I’m glad you think so! Are you planning to make it soon?
Interesting word.
I don't have evidence against either and am just speculating.
My motivation is: people should use their brain more
And that's why we make sure to double check our work.
Even in C++, most of the times, we are using logically managed containers. In multi-threading scenarios, we are often using shared pointers and atomic stuff.
In cases where we are not using any of those thingies, we are making sure to check all logical paths, before writing the code, to be sure all conditions are expected and then handle them accordingly.
Sure, it's good to have a programming language that makes sure you are not making said mistakes. And then you can keep your mind on the business logic.
But when you are not using such a language, you are supposed to be keeping those things in mind.
So you will need to add to that: "We are lazy. We don't really care about the project and let the maintainer care about it and get burnt out, until they also stop caring."
For a classic blueberry cobbler, you'll need:
Ingredients:
Instructions:
Enjoy your ultimate blueberry cobbler!
They probably just lost their faith in the society around them.
And started reading Bible with understanding instead of faith
To me, it feels more like: nobody cared to teach the new devs, memory safety and the devs didn't care to learn it themselves even as they became senior devs.
Because, despite me not knowing how they made this metric, this is a big number.
So you realise that when a lawsuit has a larger corporate backing, they get to bribe the arbitrator more than you and now you back off from arbitration.
Sad that this cannot be done to companies that already agree with others.
The cucumber just fell out of a peddler's basket who was moving ahead of the woman under the tree.
The wall of text was the error message.
I just prefer using the parsed outputs from IDEs which also take you to the line of code on click.