Creating a Side Project eBook
source: https://www.failory.com/side-project Creating a Side Project: 8 Stages, 43 Strategies & 59 Tools A practical guide on how to become a Viking and beat every problem you will face when…
Technology, Politics, Businness, Entertainment
source: https://www.failory.com/side-project Creating a Side Project: 8 Stages, 43 Strategies & 59 Tools A practical guide on how to become a Viking and beat every problem you will face when…
Source: https://blogs.technet.microsoft.com/josebda/2012/03/03/using-windows-powershell-to-run-old-command-line-tools-and-their-weirdest-parameters/ Problem 1: Name conflicts Solution 1A: Use the .EXE extension Solution 1B: Use CMD /C Solution 1C: Use a PowerShell equivalent Problem 2: Special PowerShell characters Solution 2A:…
Try using Io.FIle class and method WriteAllText. For example: ::WriteAllText(“c:\test.txt”,”test”) You’ll want ::AppendAllText and not WriteAllText since that will override the existing file.
Source: https://brianketelsen.com/web-assembly-and-go-a-look-to-the-future/ When I look at modern web development I shudder; the ecosystem is so confusing for someone who has been out of touch as long as I have. Node,…
Source: https://restoreprivacy.com/google-alternatives/ Link: https://www.expressvpn.com/blog/google-france-qwant-privacy/ Bold indicates products I am using. Google search – Searx, Qwant, Metager, DuckDuckGo, StartPage Gmail – Mailfence, Tutanota, Mailbox.org, Protonmail Chrome – Firefox, Tor, Brave Google…
https://www.linkedin.com/pulse/40-year-gap-what-has-academic-computer-science-ever-done-winitzki/ Has academic computer science been useful for practicing software engineers? I will show that it has, but with about 40 years of delay. Declarative arithmetic expressions, such as SQRT(2.0*X)/Y,…
Download fluxbox source code from its official website. http://fluxbox.org/download/ sudo apt-get install build-essential texinfo libacl1-dev autoconf automake xorg-dev libx11-dev libimlib2-dev libxinerama-dev libxrender-dev libxft-dev libxpm-dev ./configure --prefix=/usr --enable-nls --enable-imlib2 --enable-xinerama make…
Relearn Every Generation – We must each relearn many basic life lessons during our individual lifetimes, lessons that millions or billions of others already learned in their previous lifetimes, or…
‘S’ = The directory’s setgid bit is set, but the execute bit isn’t set. ‘s’ = The directory’s setgid bit is set, and the execute bit is set. SetGID =…
Hardware network links can be either point to point or point to multipoint. ppp links are point to point, ethernet is point to multipoint. tun can act as either, in…