How’s this compare against Moonlight?
xep
- 0 posts
- 23 comments
- 1 year
This is where you’d normally go “there must be a better way…”
- xep@fedia.ioto
Programmer Humor@programming.dev•TIL that "nginx" is pronounced "engine-x", and not "n-jinx"
1 yearIt’s ef sock in my head
Ah, a low radar signature house.
- xep@fedia.ioto
Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?
1 yearHey have you tried using Vim? I like it better than Emacs
No doubt in my mind that Silicon > Carbon.
The world would lose nothing if DeBeers went away, I think.
The WTF case isn’t allowed because it would allow modification of the const. From https://en.cppreference.com/w/cpp/language/implicit_conversion
int main() { const char c = ‘c’; char* pc; char** ppc = &pc; const char** pcc = ppc; // Error: not the same as cv-unqualified char**, no implicit conversion. *pcc = &c; *pc = ‘C’; // If the erroneous assignment above is allowed, the const object “c” may be modified. }
- xep@fedia.ioto
Programmer Humor@programming.dev•TIFU by not using objects in my object-oriented programming coursework
2 yearsThis is Java, so you can even turn those ints into Integers and doubles into Doubles if you want to maximize the objects in that part of the code. In all seriousness, though, it looks perfectly fine to me.
- xep@fedia.ioto
Selfhosted@lemmy.world•Looking for some kind of local DB manager? "application" with a gui
2 yearsWould DBeaver suffice?
Real programmers test in production.
Manage Technical Debt: Focus on minimizing immediate blockers and plan for potential future issues.
This is a tough one the bigger the project gets. Might be the toughest one.
A single play session isn’t actually all that long, as others have said. It’s about 25-50 minutes depending on how familiar you are with the monster. You also don’t have to interact with all the systems at once initially, pick one thing and try it out. There’s no real penalty for failing besides having to re-do the mission that you failed.
Java isn’t as verbose as Appkit/UIKit, I think. Take a look: https://developer.apple.com/documentation/uikit/nstextselectiondatasource https://developer.apple.com/documentation/appkit/nstextinputclient
- xep@fedia.ioto
Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.
2 yearsThe C in Cmake maybe stands for cat. It would make sense.
- xep@fedia.ioto
Programming@programming.dev•The time I spent three months investigating a 7-year old bug and fixed it in 1 line of code
2 yearsThat is some fantastic sleuthing, well done.
- xep@fedia.ioto
Gaming@beehaw.org•The disturbing online misogyny of Gamergate has returned – if it ever went away
2 yearsIf it’s a small but loud group of unpleasant people on the internet, can’t we just do what we’ve always done and ignore them?






“I don’t want to release the server portion of the games my studios make.”
Yes, we know.