dohpaz42
Pronouns: he/him/his
- 3 Posts
- 124 Comments
dohpaz42@lemmy.worldto
Linux@lemmy.ml•Confession: I don't know what passwords in Linux are forEnglish
13·6 days agoThis 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. 😊
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•The Six Stages of Code GriefEnglish
2·7 days agoI 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.
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•The Six Stages of Code GriefEnglish
68·8 days agoGit commits with message saying “pushing changes” and there are over 50 files with unrelated code in it.
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.
dohpaz42@lemmy.worldto
Selfhosted@lemmy.world•Using rsync for backups, because it's not shiny and newEnglish
22·2 months agoHere’s how I approach old and slow:
- Older software is mature and battle tested. It’s been around long enough that the developers should know what they’re doing, and have built a strong community for help and support.
- Slow is okay when it comes to accuracy. Would I love to back up my gigabytes (peanuts compared to some of you folks out there with data centers in your attics) in seconds? Yes. But more importantly, I’d rather have my data be valid for if I ever need to do any kind of restore. And I’ve been around the block enough times in my career to see many useless backups.
I believe it was more because in database terminology there were masters and slaves for replication. Version control came under fire soon after.
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•Me waiting for the AI to close the tag for meEnglish
2·2 months agoSo I’m clear, are you referring to the
@layerCSS at-rule? Or, something else?
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•Me waiting for the AI to close the tag for meEnglish
3·2 months agoYou’re absolutely right. My idea is to imply that developers should give their semantics actual thought and intention.
For your example, the X button can be called
.dismiss, since typically that’s what clicking the X does; whereas cancelling something may have more meaning (e.g. cancelling a subscription, which triggers other actions aside of dismissing a modal window).
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•Me waiting for the AI to close the tag for meEnglish
4·2 months agoI imagine the better argument (in my opinion) would be to not use generic names such as
btn, as they are redundant and offer little self-documentation of their use.Instead, I believe a combination of selectors and classes would be more meaningful, and encourage readability. For this particular scenario, I would go with a
buttonselector to give all<button>tags a consistent basic styling, and use aptly-named classes like.cancel,.primary, and.destructiveto add more styling for specific button purposes.Then if I need to find all Cancel buttons, I can use a
button.cancelquery selector and only get Cancel buttons.
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•Me waiting for the AI to close the tag for meEnglish
1·2 months agoLearn CSS layers, use CSS layers.
What are CSS layers? I’m legitimately curious.
I once interviewed at a company that bragged about not using version control or FTP, and how everyone made their changes in production.
~I’m so very glad I didn’t get that job.~
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•A quick reminder, 2025 update should include AI in the diagramEnglish
1·2 months agoDonkey Shame!
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•A quick reminder, 2025 update should include AI in the diagramEnglish
2·2 months agoI do understand what blockchains are; my question is more to whether they are used outside of cryptocurrencies or not.
~I do also like your explanation.~
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•A quick reminder, 2025 update should include AI in the diagramEnglish
3·2 months agoSo I’m clear, does blockchain always refer to those *coin currencies? Or is it be used for other purposes too?
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•How I, a non-developer, read the tutorial you, a developer, wrote for me, a beginner - annie's blogEnglish
10·2 months agoSo basically Swift on macOS, except this made much more sense. 👍
dohpaz42@lemmy.worldto
Selfhosted@lemmy.world•GitHub a possible inclusion in Australian under 16 "social media" banEnglish
201·2 months agoBut only for certain classes of people.
Codeberg is not just for static websites. It’s for FOSS projects. Their FAQ addresses this.
dohpaz42@lemmy.worldto
Cybersecurity@sh.itjust.works•Chess.com confirms data breachEnglish
111·3 months agoIt’s so nice that they contacted their customers immediately to let them know.
~As I learned of this here today through this news article, and NOT chess.com.~


Thank you for confirming what I said. 😊