

Not sure I understand your comment on multithreading. pthreads are not very hard to use, and you have stuff like OpenMP if you want some abstraction. What about C is not ideal for multithreading?
Not sure I understand your comment on multithreading. pthreads are not very hard to use, and you have stuff like OpenMP if you want some abstraction. What about C is not ideal for multithreading?
Thanks for the details! I have done MPI work in the past, so I was curious how an MPI implementation and iceoryx2 might be similar/different regarding local IPC transfers. It’d be interesting to do a detailed review of the two to see if they can benefit from each other.
Can you explain on a high level how iceoryx2 is able to achieve low latency? Is it as simple as using shared memory or are there other tricks in the background? Are there different transfer methods depending on the payload size?
Crystal hot sauce is my goto. Tangy and just the right amount of heat to casually throw on anything if you don’t want to go into battle mode. Frank’s come close. Surprised that I’m the only one mentioning Crystal.
Secret Aardvark I think would be my second goto if you aren’t looking for a hot sauce with the acidity of Crystal, Tabasco, Frank’s, etc.
I wonder if even some red states would stop paying as a result. I can’t imagine Ohio and Pennsylvania being ecstatic about propping up the Mississipi, Alabama, etc. after California, Illinois, etc. stop footing the bill.
I guess to be fair, there are some local places around me that make sodas, which probably are reasonable ethical businesses. Depending on how many bourbon colas you’re drinking, it might be worth paying extra for an locally made soda if possible. If you don’t have someone that makes soda locally (which is probably likely), maybe consider buying from “gourmet soda” brands like Hank’s.
Almost all soda is produced by a corporation run by psychopaths. Your best bet is to stop drinking soda.
Lemmy. For more niche communities that don’t exist on Lemmy I use RSS feeds on specific subreddits. Discord for chatting with friend and other niche communities. LinkedIn because I’m in academia.
deleted by creator
You’re working under the assumption that Puerto Ricans saw Trump either favorably or neutrally before this incident.
Does your school have a robotics team or something along the lines of computing? That would be a good option. Also if you are still in high school and plan on going to college, you still have plenty of time to learn.
Well luckily AI researchers have achieved plenty in over 60 years. We call the ideas and innovations resulting from this research “AI.”
So the entire field of AI has produced no AI. Gotcha 👌
OK what qualifies as AI then?
Oof, programmers calling LLMs “AI” - that’s embarrassing
…but LLMs quite literally come from the field of computer science that is referred to as “AI.” What are they supposed to call it? I’m not a fan of the technology either, but seems like you’re just projecting your disdain for ChatGPT.
She would not be the first to be corrupted by his influence.. It also doesn’t help that his proteges have all been running SF local government for years. It seems insane to me to dismiss their relationship as not a concern. It’s not a dealbreaker for me, but it seems absurd to think she is “squeaky clean” in light of it. I can be pro-Harris and express some critiques.
Nice deflection
Lol, they literally dated right before her political career started. I see you didn’t do the minimum effort to even look into what I was talking about.
I never intended it to be proof, so I don’t see your point.
The amount of CPU time compiling code is usually negligible compared to CPU time at runtime. Your comparison only really works if you are comparing against something like Rust, where less bugs are introduced due to certain guarantees by the language.
Regarding “language constructs” it really depends on what you mean. For example using numpy in python is kind of cheating because numpy is implemented in C. However using something like the algorithm libraries in Rust woulf be considered fair game since they are likely written in Rust itself.