Comment on
The Russian Black Sea Fleet is getting bodied out there.
Reply in thread
It is black sea fleet
Comment on
The Russian Black Sea Fleet is getting bodied out there.
Reply in thread
It is black sea fleet
Comment on
I absolutely love VideoLAN's stance regarding patents
Reply in thread
Proofs can be represented as programs, not the other way around. Also, USA allows for algorithm parents, and algorithms are maths. While I agree with you, your reasoning is not correct.
Comment on
Brought to you by the vertical mouse gang
Move the wheel under the thumb. Until then it's anything but ergonomic.
Comment on
Was Rust Worth It?. From JavaScript to Rust, three years… | by Jarrod Overson | Oct, 2023 | Medium
Reply in thread
I agree with your sentiment about users sometimes are disingenuous with their fanboyism. But trying to pretend article is saying rust is terrible for refactoring is not a fair argument either. Some library grade code may require more attention, yes. But in most cases it means you would need to do many changes in other languages too, but you'll discover it in production.
Comment on
Android Auto will soon stop working on older devices
Reply in thread
I don't think you understand how percentage works.
Comment on
'PC Gamer' Celebrated 30 Years of Video Game History Without Naming a Single Woman
Reply in thread
Ai generates texts with accordance to material it learned from. So it will be PC gamer, IGN and Kotaku combined.
Comment on
Anon notices what they've taken from us
Reply in thread
They also have an audacity to call these 6 inchers "compact".
Comment on
FOUNDRY Announcement trailer
For those saying it's like satisfactory. Actually, it draws much inspiration from fortress craft evolved. At least game mechanics wise. But foundry seems to be much more polished, plus they add their own twists to the formula. I wouldn't dismiss it just based on the looks.
Comment on
Do any of you program on non-US keyboard layouts?
Reply in thread
Exactly. If you are a coder and care about ergonomics of layouts, get split programmable keyboard, do not try to find good layout for normal keyboard, they do not exist. I personally do not like the particular keyboard at the picture, but there are many others to choose from and find a good fit for everyone.
Comment on
codeStyle
Reply in thread
Apart from screaming case, which is for textual macros, i approve.
Comment on
Engineering feels more like being Tony Stark while Programming seems more like Dr Strange
Reply in thread
Computer science is a branch of math. And while it has applications in software, most developers do not interact with it, only using existing implementations of CS results.
Comment on
How does FromSoftware release AAA games so frequently? Elden Ring boss says "we are just blessed with a great staff" that the studio empowers and retains
Reply in thread
Sekiro can jump, climb, grapple and swim. Those kinds of more agile behaviors add a lot requirements and considerations to the engine and content makers.
Comment on
The HDMI Forum rejected AMD's open source HDMI 2.1 implementation
Reply in thread
It surely does. Check pirates post for clean math formatting
Comment on
What could go wrong trying to solve AoC in Rust?
Show the alternative, I'll have a good laugh.
Comment on
Can't bear to review one more PR today
Reply in thread
It is also a "refactoring".
Comment on
[Lighthearted content] Numbers often used to make silly jokes around Europe
Reply in thread
On a side note, "jokes for 300" is a template response for joke, referencing to a lockal jeopardy! show equivalent. This response means that joke was mediocre at best.
Comment on
13 Months
Reply in thread
Each quarter is just 13 weeks. Problem solved.
Comment on
Just because it’s better than windows doesn’t make it good
Reply in thread
It has nothing to do with clang being command line. It consists of many binaries, all of them untrusted. Any time new dynamic lib is loaded Mac stops the process and complains. Then you need to do manual stuff, as you can't automatically trust a binary, for obvious reasons. This happened almost two years ago, maybe clang got apple certificates or some shit to combat the issue. But my point was that every OS update on Mac brings annoying issues for developers.
Comment on
The HDMI Forum rejected AMD's open source HDMI 2.1 implementation
Reply in thread
It is trivial arithmetic: 4.52403840*2160 ≈ 9 GB/ s. Not even close. Even worse, that cable will struggle to get ordinary 60hz 4k delivered.
Comment on
Just because it’s better than windows doesn’t make it good
Reply in thread
Depends on what you are doing. My company was using clang for c++ compilation and it was a drag to make all this clicks for each .so every is update. And there is no way to automate the process. And those occasional compatibility breaks didn't help either.