Suppose you're opening an issue and there's a lot noisey logs that may be useful.
Rather than wrecking readability, wrap it in a <details> tag!
<details>
Summary Goes Here| brew tap caskroom/cask | |
| brew cask install basictex | |
| sudo tlmgr update --self | |
| sudo tlmgr update --all | |
| sudo tlmgr install titling framed inconsolata | |
Change Apple OS X Dock size from Apple Terminal
defaults write com.apple.dock tilesize -int 32; killall Dock32 is icon size
| ## Install perf in docker container | |
| ### ubuntu 18.4 | |
| ### kernel 4.14.173-137.229.amzn2.x86_64 | |
| docker exec -it {containerid} sh | |
| wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.173.tar.xz && tar -xf ./linux-4.14.173.tar.xz && cd linux-4.14.173/tools/perf/ && apt -y install flex bison && make -C . && make install | |
| ./perf | |
| ./perf list | |
| ./perf bench mem all |
arch -x86_64, for example arch -x86_64 goarch -x86_64 zsh then go or whateverNot all toolchains and libraries properly support M1 arm64 chips just yet. Although
This document summarizes notes taken to make VMWare Fusion 13 Player work on Apple M1 Pro. It builds upon a previous deprecated document.
VMWare Fusion 13 was released on November 17, 2022.
ChatGPT appeared like an explosion on all my social media timelines in early December 2022. While I keep up with machine learning as an industry, I wasn't focused so much on this particular corner, and all the screenshots seemed like they came out of nowhere. What was this model? How did the chat prompting work? What was the context of OpenAI doing this work and collecting my prompts for training data?
I decided to do a quick investigation. Here's all the information I've found so far. I'm aggregating and synthesizing it as I go, so it's currently changing pretty frequently.
For the development version of R-devel which will become 4.3.0, there is a new warning in R CMD check that comes up for some packages:
* checking C++ specification ... NOTE
Specified C++11: please drop specification unless essential