@PipedLinkBot@feddit.rocks ?
New Yorker navigating the labyrinth of telecom with a knack for enterprise networking. Python and Linux aficionado, Apple devotee. Currently leveling up in the realm of DevOps. A Yankees enthusiast in my downtime 🌐🚀
@PipedLinkBot@feddit.rocks ?
Good luck on your CCNA! That’s where I started my journey many years ago and I will never regret it.
Absolutely. Look at the solidarity of WGA, SAG, and the Teamsters today. They’re standing up to the real ‘landed gentry’ – corporations trying to strip away job protections and replace workers with generative AI.
Seems like someone forgot to normalize the age dimension in their OLAP cube!
One with a union.
Absolutely, many languages do allow negative indices. The intriguing part about PHP, though, is that its ‘arrays’ are actually ordered maps (or hash tables) under the hood. This structure allows for a broader range of keys, like our negative integers or even strings. It’s a unique design choice that sets PHP apart and allows for some really interesting usage patterns. Not your everyday array, right?
Ever wondered about the array_fill
function? It can be baffling. Try filling an array with a negative index:
array_fill(-5, 4, 'test');
Many languages would throw an error, but PHP? It’s perfectly fine with this and you get an array starting at index -5. It’s like PHP is the Wild West of array indexing!
CBT Nuggets is doing great work as always. Subscriptions are quite expensive at $60/mo. but get you a ton of high quality information. You can find a lot of their content online for free as well.
I’ve been using Intermapper for years now. It has its quirks but it fits my needs.
My bet’s on 3D printed meat making it to our plates before we’re DIY’ing insulin.
Regulation for medications like insulin is super tight (rightly so!). You can’t just whip up life-saving stuff in your garage without some heavy-duty checks and balances from the FDA and the like. Plus, the DIY part is insane, we’re talking high-level genetic engineering and biochemistry here, not homebrew beer.
Then there’s the demand part. The hype for environmentally-friendly, cruelty-free meat is real and growing every day. If they can get the taste and texture right, not to mention a decent price, lab-grown meat is gonna fly off the shelves.
Meanwhile, homebrew insulin’s got a smaller audience - mainly type 1 diabetics and some type 2s. And given that botched insulin can be lethal, a lot of folks might stick to the tried-and-true stuff from pharmaceutical companies.
So yeah, I’m thinking lab-grown burgers beat homebrew insulin to the punch. But hey, it’s 2023, who knows what’s around the corner? Fun to think about though!
Ever bitten into a spicy pepper and enjoyed the burn? That’s what it feels like! Different strokes for different folks, but for me, every drop of sweat is a medal of honor. It’s tough to describe, but it’s about the journey of getting stronger, faster, better. Embrace the grind, my friend, and you might just find that elusive gym rat bliss.
The Fediverse has a solution already: pixelfed!
YMMV You can download from github and install from Xcode if you missed the beta
I use pihole running on an esxi server for dns. In pihole you can create local dns records which is exactly what you’re trying to do. It’s very lightweight, you can run it on about anything.
You can also do something like this
Most have been here less than a week. It will take time. The Fediverse was not created with the intention of toppling Reddit in one week. Many of the bugs that people have been complaining about are being fixed in the next release.
Subscribe to communities you like, go to the “Subscribed” view, and sort by new. The devs have a fix in the next code release so should be fixed very soon.
You can’t have errors if you don’t have logs 🤗