Zeffy Donation Form Demo
3 ways to embed Zeffy donate into website. Note, the black border will not show up in the website. Button Popup
Zeffy Donation Form Demo Read More »
3 ways to embed Zeffy donate into website. Note, the black border will not show up in the website. Button Popup
Zeffy Donation Form Demo Read More »
When I started working here, the kitchen floor was always dirty, and equipment was dirty and often unmaintained. Various areas with equipment had caked on layers of grease. The dish room was poorly run, and a workflow nightmare, and the delivery carts had mold growing in them. Most workers didn’t care about the cleanliness, whereas
My time working at St. Francis Hospital Read More »
I was reading some article about OOP, a well-written article with better detail and an author with more robust industry experience in programming, about The Faster You Unlearn OOP, The Better For You And Your Software. The author articulates a lot of good points in a technical manner, but I noticed one of the comments
Does OOP reduce bugs? Read More »
A few days ago I saw this Instagram short. One of many like it that I’ve seen over the years, listing popular coding languages. I hate these kinds of lists. Popularity has not and never will be an appropriate measuring stick for the quality of a language. People do this all the time because they
C’s popularity is its only asset Read More »
tl;dr: You have to access the specific site’s cache information by using a button to the left of the URL in your browser. In most browsers, this should be a little lock icon for “security”. Microsoft Edge and Chrome: If you’re here, you know you’re looking at a page that has outdated information and you
How to Hard Refresh Any Browser on Mobile and PC the RIGHT way Read More »
I’ve been using ChatGPT for a while to learn about programming, however most of what I want to learn has changed since the original dataset was created for ChatGPT, so it gives me outdated answers on some things involving Flutter and Dart language. I’ve always wondered about Quantum Computing, because it was never explained to
ChatGPT explains Simple and Mathematical explanations of Quantum Computing Read More »
Unhook – Remove YouTube Recommended Videos – Microsoft Edge Addons Sometimes it is nice to not be distracted by the thumbnails of videos that keep you hooked on YouTube. To get better work done, especially if you have ADD or ADHD, this plugin for most major web browsers will remove many distractions and annoyances. I’m
How to hide YouTube suggested videos at end of video Read More »
Why are we using == and := for operators in programming languages when we could have used =? and left = alone? This is so much more readable and visually intuitive!if(a =? b)while(a =? b) And we could have unified the notation with >? and <? …if(a <? b)It is much clearer that we’re asking
How not to bastardize mathematical notation in a language. Read More »
Annotations Annotations started out as a simple feature in Java for signalling to the tools that read Java code the values of common information, like @author of a piece of code. You know, things that you needed to annotate within your code. Think: NOTE. You would mark your annotation with an @ followed by an
Reason #1 to avoid Java: Annotations Read More »
This post is a work in progress. It contains unfinished thoughts. Way back in the 1960s there was a language called LISP. LISP is the second-oldest high-level programming language still in use. Only FORTRAN is older by one year. In the 1970s along came C. C was originally developed by Dennis Ritchie between 1972 and
Dear programmers, please stop coding in C, C++, and Java Read More »
Date: July 12, 2020 (2020-07-12) Until this year, the Haskell Platform shipped with the WinGHCi interpreter, a GUI version of the GHCi command line interpreter. It’s little more than a glorified command line in a new window, but it is used in this Skillshare Haskell class, so I really wanted to install it to follow
Install Guide for WinGHCi Read More »
Computer scientists need a system of symbols to simplify and unify the expression of concepts, and thereby reduce the complexity of the development process. Programmers have been stuck using the same symbols as typists for 50 years, because, in the beginning, it was expensive to make a separate keyboard for programming and for typing, and
Symbols in computer science Read More »
Recently I started working on a startup tech business to implement some of my tech ideas. I got a work-space on campus at University of Memphis and they gave me a desk and computer to work on in a shared work-space area where other entrepreneurs are working. The computer they provided is an iMac, and
Linux sucks, and there’s nothing you can do about it Read More »