- 1 Post
- 20 Comments
malloc@programming.devto Programming@programming.dev•Day in the Life: Senior Dev Edition7·2 years agoWow you actually get logs from the other devs? I get fucking screenshots of abbreviated stack traces. Often not even the relevant portion of the stack trace or log.
Long time ago, it was probably due to overcrowding. Very easy to get shit quality of service once it hits a certain time of day.
But with advances in wireless technology (backhaul, 5Ghz, MIMO, …) I think that’s no longer the case.
In consulting, that’s called “after work”. Got to pump those billables
Honestly though, unless it’s a feature that is completely outside the domain of the application. If you have to re-write your entire app then your app was probably dog shit to begin with
First time user of firefish. Kind of like the UI. “Global” section is kind of chaotic. Guess that’s just the fediverse for ya
I quickly looked through the #news tag, not seeing this. I guess those bots were active at the time?
Probably questions that can be answered by RTFM
malloc@programming.devto Programming@programming.dev•Yearly reminder that github still does not have an IPv6 address (2023)English8·2 years agoAlso a reminder for me to add IPv6 support for my personal site. I think most cloud providers are able to offer dual ipv4/v6 support if you ask for it/configure it.
malloc@programming.devto Web Development@programming.dev•Which TLD if you can't get a .COM?91·2 years ago.io, .org, and .app are pretty good.
.xyz for fun ideas.
.dev for the obvious
.corp if you are an incorporated company in the US.
malloc@programming.devto Programming@programming.dev•Ditching Docker for Local DevelopmentEnglish8·2 years agoKind of cool if your production infrastructure can match. But for most companies (ie, Fortune 500 and some medium companies) implementing this would need a force majeure.
Decades of software rot, change in management, change in architecture, waxing and waning of software and hardware trends, half assed implementations, and good ole bottom tier software consultation/contractors brought into the mix make such things impossible to implement at scale.
Once worked at a company where their onprem infra was a mix of mainframe, ibm / dell proprietary crap, Oracle vendor locked, and some rhel/centos servers. Of course some servers were on different versions of the OS. So it was impossible to setup a development environment to replicate issues.
For the most part, that’s why I still use docker for most jobs. Much easier to pull in the right image, configure app deployment declaratively, and reproduce the bug(s). I would say 90% of the time it was reproducible. Before docker/containerization it was much less than that and we had to reproduce in some non production environment that was shared amongst team.
malloc@programming.devto Programming@programming.dev•What God or Goddess would personify Testing?English4·2 years agoHygieia — the goddess of cleanliness
malloc@programming.devto Programmer Humor@programming.dev•Creating a password in 2023 be likeEnglish1·2 years agoThis is the only way. Except some services don’t even accept those randomly generated ones. Only a slight inconvenience to add whatever special character they want or to trim the length.
malloc@programming.devto Programmer Humor@programming.dev•Creating a password in 2023 be like4·2 years agoReminds me of “The Password Game” 😂
malloc@programming.devto Programming.dev Meta@programming.dev•FYI: Lemmy.world and other instances were hacked. Beehaw.org took itself down to mitigate risksEnglish1·2 years agoIn my opinion, the project would benefit from static vulnerability scanning. Low hanging fruit like this XSS would have definitely been flagged.
Most of those providers even give it out for free for open source projects. So it wouldn’t hurt.
Older scrum masters during the daily standup and trying to do live updates to the JIRA board
Turned 15 minute meeting into 30 minutes at times lol.
malloc@programming.devto Programming.dev Meta@programming.dev•I'm definitely seeing the benefits of belonging to a smaller Lemmy instance today.English51·2 years agoyea - same.
lemmy.world is not accessible for me
malloc@programming.devto DevOps@programming.dev•Jeff Geerling made his book "Ansible for DevOps" Free on linkedin today.English2·2 years agoShould consider donating directly to Jeff as opposed to buying it through leanpub
malloc@programming.devto DevOps@programming.dev•Jeff Geerling made his book "Ansible for DevOps" Free on linkedin today.English4·2 years agoHe did this in part because of the IBM/Redhat changes. It’s a lengthy book and looks like it’s worth the read if you are learning ansible.
I’ll keep it on my computer for reference.
malloc@programming.devto Programmer Humor@programming.dev•Why programmers like cookingEnglish2·2 years agoIn a way, cooking still has that “deprecation” feel. Like when you use a kitchen tool that is like 2 orders of magnitude above what you are currently using.
For me it was knives. It was a serrated knife set that was a gift and got me through college. Once I got a real job and could get something of quality. A friend recommended I change out my knives for a chef quality knives. Started out with some Global knives and have never went back to my old set. Been slowly adding over time (ie, bread knife, cleaver, paring).
Also, switched from non-stick to stainless steel because fuck PFOA. Also picked up a quality rice cooker from Zojirushi.
Technique can get you very far in cooking, but to make that dish perfect got to have the right tools.
malloc@programming.devto Programming@programming.dev•One company found that too much JavaScript costs them $700,000 per year, per kilobyte.English41·2 years agoOne retailer realized they were losing $700,000 a year per kilobyte of JavaScript, Russell said.
It’s a retailer so definitely lost sales or conversions
Honestly, many of my colleagues need to use this instead of the balls of mud they manage to create.