Depends on the nature of the project. Is it a pure software project or is it a physical device + platform? Is anything implemented yet?
- 0 Posts
- 21 Comments
KRAW@linux.communityto
Programming@programming.dev•The Sovereign Tech Fund invests in ScalaEnglish
3·7 months agoIt’s also the basis for a popular hardwaregeneration language, chisel. No clue why they chose it
KRAW@linux.communityto
Programming@programming.dev•Software engineers should be a little bit cynicalEnglish
33·8 months agoI don’t think engineers need encouragement to be cynical. More often engineers need to lighten up.
KRAW@linux.communityto
Programming@programming.dev•The illegible nature of software development talentEnglish
9·11 months agoOK, but not everyone produces technical debt at the same rate and not everyone takes responsibility for what they produce, so the point is still relevant.
KRAW@linux.communityto
Programming@programming.dev•Big Decimals: Stop Using Floats or Cents for MoneyEnglish
23·11 months agoThe IEEE standard actually does not dictate a rounding policy
KRAW@linux.communityto
Programming@programming.dev•Ranking programming languages by energy efficiency (2021)English
17·1 year agoThe 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.
KRAW@linux.communityto
Programming@programming.dev•C is one of the most energy saving languageEnglish
1·1 year agoNot 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?
KRAW@linux.communityto
Programming@programming.dev•Announcing iceoryx2 v0.6 | True Zero-Copy Inter-Prozess CommunicationEnglish
2·1 year agoThanks 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.
KRAW@linux.communityto
Programming@programming.dev•Announcing iceoryx2 v0.6 | True Zero-Copy Inter-Prozess CommunicationEnglish
4·1 year agoCan 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?
Sure, it meets the technical requirements to be a comic. But it doesn’t meet the practical requirements to be a good one.
Yeah but comics are also supposed to be creative. This is a essentially a lemmy comment with illustration.
KRAW@linux.communityto
Programming@programming.dev•How should I continue learning?English
3·2 years agoDoes 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.
KRAW@linux.communityto
Programming@programming.dev•How do you view your role in public ethics as a developer?English
1·2 years agoWell luckily AI researchers have achieved plenty in over 60 years. We call the ideas and innovations resulting from this research “AI.”
KRAW@linux.communityto
Programming@programming.dev•How do you view your role in public ethics as a developer?English
2·2 years agoSo the entire field of AI has produced no AI. Gotcha 👌
KRAW@linux.communityto
Programming@programming.dev•How do you view your role in public ethics as a developer?English
4·2 years agoOK what qualifies as AI then?
KRAW@linux.communityto
Programming@programming.dev•How do you view your role in public ethics as a developer?English
11·2 years agoOof, 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.
KRAW@linux.communityto
Gaming@beehaw.org•Fallout Show, so bad that no one will remember it in 3 monthsEnglish
20·2 years agoThis is such a high level description that it is a meaningless comparison. The fact that Fallout doesn’t take itself nearly as seriously as Westworld is already a huge difference. Sometimes the implementation is what is valuable, not the idea.
KRAW@linux.communityto
Gaming@beehaw.org•Jurassic Park: Survival | Announcement TrailerEnglish
8·3 years agoThis would be cool if this ended up being “Alien Isolation but with dinosaurs,” but I am not quite sure that’s the direction they are taking based on the trailer alone.
open-world action game
It’s amazing that devs are still crapping out games in this genre.

It’s very popular in scientific computing