Iced Raktajino
- 7 Posts
- 38 Comments
Literally me for decades. My astigmatism wasn’t diagnosed until 2-3 years ago despite yearly (or semi-yearly) visits to the optometrist. Thought that was just how lights looked in the dark lol.
Iced Raktajino@startrek.websiteOPto
memes@lemmy.world•“It’s a Dog Eat Dog World and I’m Wearing Milkbone Underwear”
5·26 days agoBryan Cranston kind-of? He had some minor movie roles before television and then larger movie roles after.
Will Ferrell, technically. Plus most of the other SNL actors who started there and did films later (though many of those were based on SNL skits). Tina Fey, though, plays it straight. She started as a writer, joined the cast of SNL, and did TV and movies later. Granted, I wouldn’t call any of them “movie stars”.
Iced Raktajino@startrek.websiteOPto
memes@lemmy.world•“It’s a Dog Eat Dog World and I’m Wearing Milkbone Underwear”
4·26 days agoGoTG: Vol 2
Iced Raktajino@startrek.websiteOPto
memes@lemmy.world•“It’s a Dog Eat Dog World and I’m Wearing Milkbone Underwear”
17·26 days ago“Poor”
Oh, I’m sorry to hear that!
“No, I mean pour.”
Iced Raktajino@startrek.websiteto
Today I Learned@lemmy.world•TIL I'm in the top 5% of drinkers in the US. Whoo!English
13·27 days agoAmerica is slacking as of late.
The fuck I am! 😆
How do you think I’ve been coping with…gestures vaguely in all directions?
Sounds like at least a minor improvement. Can those me moved and still work? Like, if I move the project folder, do I have to reinitialize it and download all the packages again?
For me, it’s the rigid and wonky virtual environments. I get why they’re useful and necessary, but they’re awkward to use. Like, Node just works from the working directory with no fuss and python has to be all
source {venv}/bin/activateand lord help you if you need to move it.Plus, I have never liked that the spacing is load-bearing.
You’re empathizing with the troll, too? 👀
FYI: What the troll is describing is not required all. I don’t know what they’re on about, but I’ve used ldap-js in many projects without having to do any of that.
For the longest time (relatively speaking), I would do full stack Javascript (like the meme). But I have to frequently tie into AD/LDAP and the only decent NodeJS library for LDAP is no longer maintained because the community was shitty to the dev. Now I’ve had to venture out into Go (I can’t stand working in Python).
Let this be a reminder to be nice to the developers who are giving you their hard work for free.
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•stop over engineering
4·1 month agoUnfortunately, our WAF appliances don’t have a Heisenberg compensator.
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•stop over engineering
9·1 month ago“I get why we have a WAF, but can’t you just, like, separate the good SQL injection from the bad SQL injection?” – Developers I work with 😆
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•stop over engineering
36·1 month agoI work with several people who would think this is a good idea.
When they push it to prod, and our WAF goes
403on every request, then suddenly it’s my problem to “fix”.
Just gonna have to swipe right and find out.
If you do, post it!
He could just be on vacation? Someone just pointed out earlier today he hasn’t posted in 2 weeks.
No clue, but it very easily could have come from the one I grew up in.
The_Picard_Maneuver is MIA, so I dove into my ~2014 era meme folder and am posting some golden oldies
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•Product ownership 101
88·1 month agoThe only thing worse than that is emailing them a simple boolean question and then your phone rings.
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•I_fucking_hate_them_now
2·1 month agoLol, I think that’s how I learned it was possible, too.
yt-dlpuses the title as the filename, and all of the emojis came along with it. Was trying to rename them from terminal, but couldn’t do much when half the filenames started with the fire emoji lol.
Iced Raktajino@startrek.websiteto
Programmer Humor@programming.dev•I_fucking_hate_them_now
109·1 month agoI’ve recently learned that in Linux, you can use emois in filenames. I died a
littlelot inside when I learned that.
A database can be used to plug into any number of applications that run on top of it as well as be easily shared by multiple people and centrally backed up. Auditing, logging, and row and table level access controls, and other measures can be easily added.
Excel files (or even MS Access files) as “databases” are often just people emailing around a file or accessing it from a shared drive. You end up with a split-brain situation at best and at worst you’re dealing with constant file corruption from multiple people thinking they can access it from a shared drive at the same time.
Then you get vendor lock in and are forced to keep MS Office professional licenses because Shawn created some stupid Access “app” 10 years ago which is “THE DATABASE” and no one understands how it works.