Computer Science

How to Hard Refresh Any Browser on Mobile and PC the RIGHT way

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 »

Symbols in computer science

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 »

Linux sucks, and there’s nothing you can do about it

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 »

Transcript of FileSystem Conversation

Below is a transcript of the conversation I had about FileSystems on the Redox-OS Mattermost chat. amdphreak1:08 AM I am researching a new option for filesystems that uses the Associative model of data (graph database model). This will solve alot of problems with maintaining packages and user files across multiple physical media, different lib versions,

Transcript of FileSystem Conversation Read More »

Wide Gamut Monitor Support on Windows 10

Wide-gamut monitors are becoming ever more popular, but Microsoft has not made Windows operating system easy to use with wide-gamut monitors and wide-gamut color spaces. sRGB is no longer a given, so this needs to be remedied. Windows Color Management System (WCS) The current Windows Color Management System is miserable. It is completely missing documentation

Wide Gamut Monitor Support on Windows 10 Read More »

NixOS and the Linux distribution as a “channel”

I am currently installing and setting up NixOS, a GNU-Linux distribution that lets you configure your system and install apps using a configuration file. The configuration/installation is written in a language of its own called Nix, which is a pure functional language (PFL). If this sounds scary, don’t worry. It’s basically a configuration file with

NixOS and the Linux distribution as a “channel” Read More »