

Oh god. That is so me. Always with the “if only” mentality. If only ________ then I could do ________.
And of course, it never gets done. 😅
Pronouns: he/him/his


Oh god. That is so me. Always with the “if only” mentality. If only ________ then I could do ________.
And of course, it never gets done. 😅


This is the equivalent of a woodworker building jigs and other tools with their thousands-of-dollars of equipment.
Source: me. I do this. 😬


The point isn’t whether it’s needed or not. It’s not about space or features. The point is that a major player made a design decision and bucked the system. And while there may still be some phones with audio jacks, the majority of mainstream phones don’t. That major player is still successful, and other companies followed suit.
Can we agree this is what should happen to HDMI. No?


There would be uproar, but like the audio jack on phones people would come around. All it would take is one big enough company to pull it off, and the rest would follow.


This wouldn’t work to scale. If Valve paid to license the spec for the Linux kernel, it would have to pay for every person who downloaded the driver, which is far more than the amount of people who buy the Steam Cube.
Unless of course you’re suggesting that the kernel driver for the new spec become closed source.


If you haven’t already found it, you need to change your global git config (~/.gitconfig):
git config --global init.defaultBranch main
(or whatever you want to call it; e.g. daddy would work too)
For any existing repositories you want to run the following command in the existing repository root (./.git/config):
git config set init.defaultBranch main


Using AI as a tool like any other is fine. It’s the blind trust that it can do everything for you that is problematic (not to mention the fact people hide the fact that something “they created” is AI). Just like with any other computer system: garbage in, garbage out.


Color me curmudgeon, but automated dependency updates should never be a consideration.
Also, one thing I do like that Github does is that it can be configured to send you a report of dependency changes (in yarn, for example).


When I see these generation-hating comments — specifically older generations hating on something the younger generations do — I can’t help but think about whose fault it is for whatever slight the older generation feels.
Who created digital clocks? Who created iPads and iPhones? Who created video games? Every single generation has their own slang that each previous generation fails to understand (not because it doesn’t make sense, but because the previous generations are too lazy and/or stubborn to learn).
/soapbox


Thank you for confirming what I said. 😊


This may or may not help, but here’s my two cents:
Windows was originally built to be as user-friendly as possible because its target audience are non-tech-savvy people. It then evolved into being a business OS. So security was never its first priority.
UNIX was built for tech savvy people to do business-sensitive stuff, and required sophisticated security models. Linux was modeled after UNIX (Minix specifically), and thus inherited those same principles. It evolved to become more user friendly. But security remained a priority.
Now, that said, both Windows and Linux are configurable. You can make Windows more secure with effort, just like you can make Linux less secure with effort (and I don’t mean simply using root all the time).
There are diehards on both sides , and they will make excellent (or terrible) arguments for their favored OS. So you need to decide what works best for you and your use case and go with that. 😊


I put my ticket numbers in my tickets, but i also try to describe the change too (e.g. “Fix bug where xyz happens due to zyx action”). Also, atomic commits: commit only related changes.
Yes, it takes longer to commit large changes, BUT you can easily merge the commits, and rollback only what needs to be rolled back.


Git commits with message saying “pushing changes” and there are over 50 files with unrelated code in it.


Ive used it when I’ve found myself completely stumped with a problem, and I don’t know exactly how to search for the solution. I’m building a macOS app, and unfortunately a lot of the search results are for iOS — even if I exclude iOS from the results (e.g. how to build a window with tabs (like safari tabs), but all results comes up for iOS’ TabView).


My conspiracy theory is that AI is already running our tech companies, and that’s why everyone and their brother is pushing hard for AI integration, despite everyone knowing AI is nowhere near ready for public consumption.
So is /dev/null.
If you have an evening (or all weekend), and really want to blow your mind, look up Low Byte Productions on YouTube and look up their JavaScript videos.


Here’s how I approach old and slow:
That just made this 1000x funnier. Thank you!