So is /dev/null.
dohpaz42
Pronouns: he/him/his
- 2 Posts
- 205 Comments
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.
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·1 month 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·1 month 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·1 month 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·1 month 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·1 month agoDonkey Shame!
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•A quick reminder, 2025 update should include AI in the diagramEnglish
2·1 month 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·1 month agoSo I’m clear, does blockchain always refer to those *coin currencies? Or is it be used for other purposes too?
I’m going to try to replicate as much of Postman as I feel is useful - minus the AI crap and the whole third-party cloud services. I do plan on using iCloud for personal storage, and I’m thinking GitHub for team sharing (admittedly, that feature is a ways off, and I’m open to suggestions).
I’m using SwiftUI to build the app. I think once I get a stable macOS version, I might do an iPad version too.
I’m making my own version of Postman, but with Blackjack and Hookers — and for the Mac.
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. 👍
Codeberg is not just for static websites. It’s for FOSS projects. Their FAQ addresses this.
Changing the original intent versus submitting patches?
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rulesEnglish
384·2 months agoIt’s my understanding that docker uses a lot of fuckery and hackery to do what they do. And IME they don’t seem to care if it breaks things.
dohpaz42@lemmy.worldto
Programmer Humor@programming.dev•Break Things !== Move FastEnglish
16·3 months agoFun fact: some of those syrup bottles were filled with iced tea. Some. Not all.
Folders aren’t by default listed at the top
This is a aweful windows only thing. Anyone who likes it should be ashamed.
No. You cannot and will not shame me for something that is not shame worthy. Shame on you for trying.
No good intuitive way to set defaults for ALL folders at once
This is inexperience with the finder because it’s ridiculously easy to set this.
Do tell oh wise one. I’ve been using MacOS for over 15 years, and would love to learn the ways of a master such as yourself.
🙄




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.