Lost code
-
I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
I love my IPA fully dressed. (sorry... ) :doh:
CI/CD = Continuous Impediment/Continuous Despair
-
I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
Try logging in with your MS account and see what pops up?
What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???
-
Try logging in with your MS account and see what pops up?
What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???
I tried that. I just get the trial sign up.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
Decades ago I lost code...I had other copies elsewhere, but I know it wasn't the entire thing; I still lost some code, I just could never recall what it is that might have been lost. Eventually I came to the conclusion it couldn't have been all that important... I learned two lessons that day: a) This is when I completely stopped trusting Seagate[*] drives. Nowadays I wouldn't use one to host a swap file. b) Backing up on a single drive isn't much of a backup. My strategy has been beefed up quite considerably since. [*] I understand all drives can die. But my experience is this: Over the decades, I've owned maybe 10 Seagate drives. They're all dead. With no exception. OTOH, I've also owned 50+ WD drives. Only one is truly dead; many others are now retired, but that's purely because of capacity (not worth using them anymore) - not because any of them had any sort of failure. Statistically, if my experience is an anomaly, I accept that. But those are the facts. I wouldn't want Seagate drives even if they were given to me.
-
Decades ago I lost code...I had other copies elsewhere, but I know it wasn't the entire thing; I still lost some code, I just could never recall what it is that might have been lost. Eventually I came to the conclusion it couldn't have been all that important... I learned two lessons that day: a) This is when I completely stopped trusting Seagate[*] drives. Nowadays I wouldn't use one to host a swap file. b) Backing up on a single drive isn't much of a backup. My strategy has been beefed up quite considerably since. [*] I understand all drives can die. But my experience is this: Over the decades, I've owned maybe 10 Seagate drives. They're all dead. With no exception. OTOH, I've also owned 50+ WD drives. Only one is truly dead; many others are now retired, but that's purely because of capacity (not worth using them anymore) - not because any of them had any sort of failure. Statistically, if my experience is an anomaly, I accept that. But those are the facts. I wouldn't want Seagate drives even if they were given to me.
Same experience with Seagate. I love that the 1TB drive's controllers would just randomly stop working and the drives would disappear for months before deciding to activate again.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
Same experience with Seagate. I love that the 1TB drive's controllers would just randomly stop working and the drives would disappear for months before deciding to activate again.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
Oh that's just nasty. Seagate is really trying to push the envelope when it comes to capacity; I vaguely recollect seeing some article a few weeks ago (I'm sure someone would find them if they bothered) they're expecting to start shipping 30+ GB drives "soon" using some yet to be proven technology. Unproven technology and Seagate, used in the same sentence, are a recipe for disaster. How much data do you want to lose all at once?
-
I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
NuGet Gallery | System.Text.Transformation 1.0.1[^] Though I can't vouch for it. I almost didn't even post it because they coopted System namespace which perturbs my sensibilities. This one is newer... but I think you'd have to turn your target text into json first: NuGet Gallery | JsonStringCaseConverter 1.0.0[^]
-
NuGet Gallery | System.Text.Transformation 1.0.1[^] Though I can't vouch for it. I almost didn't even post it because they coopted System namespace which perturbs my sensibilities. This one is newer... but I think you'd have to turn your target text into json first: NuGet Gallery | JsonStringCaseConverter 1.0.0[^]
No readme. Product website nets an error and using the System namespace while not Microsoft. Sketchy. I think I'll pass, but thanks. I don't trust anyone that sloppy.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
No readme. Product website nets an error and using the System namespace while not Microsoft. Sketchy. I think I'll pass, but thanks. I don't trust anyone that sloppy.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
honey the codewitch wrote:
that may as well be a black hole.
No information in an old email somewhere ?
-
honey the codewitch wrote:
that may as well be a black hole.
No information in an old email somewhere ?
Nothing.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix