Trapped in Hoth
A Southwestern adventurer striking out into the badlands of the Midwest for fun, profit, and for a wife who wouldn't move back to the Southwest :)
Sunday, February 26, 2023
The Joy of Lighter Tech
Friday, June 25, 2021
The Next Push
OK, so I took about six months off from the working world. It was a disaster...but I wish it was longer :) Since then I've been working for about 5 months now. But I haven't been doing any side projects as I've been too busy trying to keep my head above water.
But starting next week that changes. This weekend I will pull a bunch of data off my old laptop so it will become my son's. After that I add a new secondary drive to my new laptop and start installing software. Hopefully two weekends out I will be ready to go. My targets will be R&D for work, working on my game, photoshop, and video editing...in reverse order :)
Content creation is fun for me, so that will be my emphasis with the new laptop and most of my spare time. We will see how it goes.
Monday, May 24, 2021
Scripting Tables with Indexes in SQL Server Management Studio
OK, so you got some tables you want to script out for whatever reason.
You notice when you do, some of your indexes are missing.
What the heck?
No biggie...just need to set some default from false to True.
SSMS->Tools->Options->SQL Server Object Explorer->Scripting->Table and view options (on right)
Toggle Script Indexes to True.
If you use triggers or other options there, I would toggle them to true as well.
Reference...
https://stackoverflow.com/questions/3067599/script-table-as-create-via-ssms-doesnt-show-unique-index
Saturday, September 05, 2020
What's Up?
Yo. I'm still here for anyone who cares. But, when Corona broke out and the schools closed either my wife or I needed to stay home and watch my special needs son full time. I did while trying to work full time. For a variety of reasons, it didn't work out. So I quit my job and have paused my IT career. 22 years with 20 of those being coding.
Next week my son will be going to day care three days a week. My cash reserves are being blown through much faster than budgeted (but I'm not surprised) so I am going to have to start coding again or doing something. I think what I'm going to shoot for is getting a part time job and then trying to do my own thing code wise at night. I've got a few ideas that might generate a few bucks. We get to see. In about six months if that doesn't work out I'll try to pursue a job in cubeville again :) Wish me luck and pray I find a niche before that!
Anyways, I'll be sporadically posting again here.
Tuesday, October 22, 2019
The Demoralized Coder
In essence I've got a working app, and just to keep the code base current while Microsoft finds itself is causing me a lot of grief. I've got some health issues, and I don't expect to live till I'm 90. I think I'll be lucky to him the mid 70ies point. I've already been in IT for over 20 years. I gotta admit I'm feeling a little burnt. The money is good. But it seems like I'm back on the coda obscura track rather than the creativity/problem solving track. I want to solve the customers problems for getting an app that does what they need, not debug MS code each time they tweak something. It is kinda getting old. And the complexity of web development at this point, it is nothing I can't do but just the joy of doing it lately is a little lacking.
So I ponder...there is the machismo factor of being on the bleeding edge...but I gotta say as of late I'm tired of bleeding all the time. I'd like a lighter stack to work on, or maybe switch from web development to something else for awhile. Not sure what or if that is practical. I've got a great job with a great company, just the tools I've been given to do the job are starting to suck IMHO.
I know waaaaa....I'll suck it up and make things happen like usual. It just feels like ever iteration of doing this gets a little harder to pull off, and little longer to do, and more of a pain. I like it when I'm not developing against moving targets so much and can get proficient without having to do a bunch of hacks to make things come together and focus on creating rather than hacking out esoteric problems.
It doesn't help that this year has been really hard on the sick front. I think I've been under the weather 4 out of 5 days on average this last 3 months. Trying to think when you feel like a roasted turd isn't helping.
So, when this iteration is done, I will figure it out and make things come together, I hope to get a little bit of time to really think on what I want to do in life. Do I want to reup for another 20 years doing the same thing I've been doing, do I just need a break, do I need to change focus? Change tools? All this I'm going to have to pray through. Fear of taking a big money hit in changing careers is present, but my family unit if tightening the belt a little bit is possible we could get by with me making less money. But, I don't want to screw them either. All stuff to think about.
Tuesday, September 18, 2018
Securing MVC Applications
https://www.codeproject.com/Articles/1259066/10-Points-to-Secure-Your-ASP-NET-Core-MVC-Applic-2
Monday, September 17, 2018
What is Microsoft Doing?
Maybe I'm just cranky.
Maybe I'm not that good.
Dealing with Microsoft, to me though, is getting old. I love C# and many aspects of their web development stack, but I'm tired of all the false starts from Microsoft...
- Webmatrix->Now kinda "Web Pages" in .net Core
- MVC vanilla or Core...will vanilla be supported?
- Web Forms...complicated and code bloat for sure, but instead of abandoning, now when the browsers are finally getting to the point where standard HTML5 is pretty much supported, Microsoft should have enhanced and slimmed down web forms and did them right.
- Continual configuration nightmares. Once you figure out a config setting, no big deal, but if you aren't into the art of writing / modifying config files all the time, needing an obscure setting can be pain.
- Powershell and Unix envy. Having it is fine, but abandoning GUI tools for it is lame. I can just use Linux at that point and I would have a more stable OS...
- IIS...This whole push for Core...is Microsoft going to fix IIS or just get c# to run everywhere? To me this will translate into MS devs abandoning IIS and using open sourced C#...without attracting to much of the cross stream from the Linux dev crowd to adopt the other direction. Dumb. Plus again, if I want to program on Linux, I can already do that.
- Visual Studio seems to me to be collapsing on it's own weight. Creating a simple web project now produces like 500 files with 10 folders and all sorts of again config bull sh*t. Just to say hello world. I get tired of the seemingly .5-1.5 gig bi-weekly updates to Visual Studio as well. Come on guys, get your stuff straight.
- Entity framework...ambitious idea, I got it to work, but not without it's quirks. Slow as balls though for high scale apps unless you get in and start tweaking the frack out of things.
- Azure...I actually use Azure for home projects, but for professional development I, at least right now, could care little about it. No way the enterprise stuff I work on is ever going into "the cloud". So I get worried when I see the latest round of Microsoft Certs all seeming to contain Azure test questions. I have no problem with Microsoft having a set of Microsoft Azure certs, I mean by all means of course. But to FORCE Azure knowledge everywhere in order to remain certified pisses me off.