Weaponized Bible Verses To Support Pro-Abortion Position
I often spend time hanging out with the trash on Reddit. It’s terrible content and most of the people are liberal extremists, or maybe liberal bots, for all I know, but it is a battleground where ideas are spread so I think it’s worth pushing my voice out there, regardless of the downvotes. In my… Read More »
Why Aren’t Campaigns More Like This?
Presidential campaigns for elections should be way more open than they currently are. There should be weekly debates that last two hours with live mics the entire time. There should be two moderators who the candidates pick so there’s one on each side. There should be no hiding from the American people if you’re running… Read More »
Computer Mouse Thoughts
My Logitech mouse has caused some frustration recently so I have gone with another brand. What brand did I choose? Stay tuned. <LAME INTRO> Hi guys, welcome back to the same web page you were already on when this blog post started but I made you wait for no particular reason. Let’s get right into… Read More »
Reality vs News Reports
I don’t put a lot of “newsy” items on this blog because I could never keep up with it all, but I like to include stuff like this because it’s just solid info that isn’t so time sensitive. This is the truth: the media slices up Trump’s words to put inaccurate words in his mouth… Read More »
VSCode Markdown – How to get images into an “assets” folder
When using VSCode for markdown editing, you can have your attachments separated into their own folder like this: Go to your settings under Markdown > Copy Files: Destination and click Add Item. Under Item enter **/* and under Value enter assets/ FYI: I’m using the extension called: Markdown All in Onehttps://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
Victory Over Disabled Pasting In Text Fields!
Are you tired of being FORCED to type when you want to paste? That’s right, I’m talking about those dreaded text input fields that won’t let you paste what you have in your clipboard. It’s often something that you need to paste because it needs to be 100% accurate but it’s a long string of numbers like… Read More »
New Words: Novelity and Novelness
The Law We Need Now – The Right To Know and Duty To Disclose
PHP Argon2 Password Hashing
Password Hashing Overview In the world of web development and password storage, an ongoing debate lingers on, and probably will forever. The currently accepted “best practice” for hashing passwords is called Argon2 (wikipedia link to argon2). To give a brief overview of what it is, it takes any string (like your password) and converts it… Read More »