Discover gists
TL;DR: We're witnessing the end of graphical user interfaces. AI agents like Claude Code are eliminating the need for windows, menus, and clicks, replacing them with natural language. The computer is finally learning to speak human, not the other way around.
Last week, I realized something profound: I haven't opened Finder in months. Not once.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i386 : iPhone Simulator | |
x86_64 : iPhone Simulator | |
arm64 : iPhone Simulator | |
iPhone1,1 : iPhone | |
iPhone1,2 : iPhone 3G | |
iPhone2,1 : iPhone 3GS | |
iPhone3,1 : iPhone 4 | |
iPhone3,2 : iPhone 4 GSM Rev A | |
iPhone3,3 : iPhone 4 CDMA | |
iPhone4,1 : iPhone 4S |
Installing ibus
on Debian has a tendency to stop the keyboard working, particularly in KDE system dialogue boxes and search feilds. ibus
is not really required, so patching the deb to prevent the install from also installing ibus
as a required dependecy solves the problem:
S=$(mktemp -d)
dpkg -x zoom_amd64.deb $S
dpkg -e zoom_amd64.deb $S/DEBIAN
sed -i -E 's/(ibus, |, ibus)//' $S/DEBIAN/control
dpkg -b $S zoom_amd64-no-ibus.deb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Free Visual Studio 2022 Product key: | |
Visusal Studio 2022 Professional Product Key: | |
NXXPC-Q94CK-YJYWC-JTQVW-9TR8X | |
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J | |
Visual STudio 2022 Pro DOwnload : | |
https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=professional&channel=Release&version | |
Visual Studio 2022 Enterprise product key: | |
RT8M4-FNKYB-934F7-6R287-T3FB8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gc | |
from typing import Tuple | |
import torch | |
import torch.nn.functional as F | |
import triton | |
import triton.language as tl | |
import triton.testing | |
from kernels import get_kernel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Product Year Version Product Keys | |
Visual Studio 2022 2021 17.x Professional: | |
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J | |
Enterprise: | |
VHF9H-NXBBB-638P6-6JHCY-88JWH | |
Visual Studio 2019 2019 16.x Professional: | |
NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y | |
Enterprise: |
NewerOlder