Chronological list of the "systemd for Administrators" series published on 0pointer.net/blog:
| cpu_name: GenuineIntel | |
| FPU yes | |
| VME yes | |
| DE yes | |
| PSE yes | |
| TSC yes | |
| MSR yes | |
| PAE yes | |
| MCE yes | |
| CX8 yes |
| # -------- | |
| # Hardware | |
| # -------- | |
| # Opcode - operational code | |
| # Assebly mnemonic - abbreviation for an operation | |
| # Instruction Code Format (IA-32) | |
| # - Optional instruction prefix | |
| # - Operational code |
In this article, I will share some of my experience on installing NVIDIA driver and CUDA on Linux OS. Here I mainly use Ubuntu as example. Comments for CentOS/Fedora are also provided as much as I can.
| { | |
| "src": "/tmp/scratch-desktop/", | |
| "dest": "/tmp/", | |
| "arch": "i386", | |
| "icon": "/tmp/scratch-desktop/resources/Icon.png", | |
| "categories": [ | |
| "Education" | |
| ] | |
| } |
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.