- Shall i implement it?
- No ...
Terminals should generate the 256-color palette from the user's base16 theme.
If you've spent much time in the terminal, you've probably set a custom base16 theme. They work well. You define a handful of colors in one place and all your programs use them.
The drawback is that 16 colors is limiting. Complex and color-heavy programs struggle with such a small palette.
| Context: | |
| https://news.ycombinator.com/reply?id=46483541 | |
| Implementations: | |
| https://claude.ai/share/428502a2-81f0-421d-a3d7-08bceb96d039 | |
| https://chatgpt.com/share/6959ed27-accc-800e-8e87-21aa81e93c07 | |
| Eval: | |
| https://claude.ai/share/98dc0a03-0d03-4053-8460-3fb7b2b2676d |
| - name: Overprovision like the pros' | |
| hosts: all | |
| tasks: | |
| - name: Install early OOM killer and zram | |
| ansible.builtin.apt: | |
| pkg: | |
| - earlyoom | |
| - zram-tools | |
| - name: Configure early OOM killer | |
| ansible.builtin.lineinfile: |
Comparison of Bash, Elvish, NuShell, Murex, es-shell, fish, xonsh, PowerShell, Oils (Oil/OSH/YSH) and Ion shells
(Originally generated by ChatGPT and reviewed/edited by Claude; now corrected/expanded based on reader feedback. YMMV.)
(generated by chatgpt 4o and reviewed/edited by claude 3.5 sonnet, YMMV)
| Feature | Bash | Elvish | NuShell | Murex | es-shell | Fish | Xonsh | PowerShell | Oil
This userscript brings back the Maps button in Google Search results, making it easy to search locations directly in Google Maps.
- Adds a Maps button next to the "All", "Images", "News" tabs in Google Search
- Works across multiple Google domains (.com, .co.uk, .nl, .de, .fr)
- Automatically updates when using Google's dynamic search
- Maintains button presence during navigation
| ACOM Azure Website,23523755-3a2b-41ca-9315-f81f3f566a95 | |
| AEM-DualAuth,69893ee3-dd10-4b1c-832d-4870354be3d8 | |
| ASM Campaign Servicing,0cb7b9ec-5336-483b-bc31-b15b5788de71 | |
| Azure Advanced Threat Protection,7b7531ad-5926-4f2d-8a1d-38495ad33e17 | |
| Azure Data Lake,e9f49c6b-5ce5-44c8-925d-015017e9f7ad | |
| Azure Lab Services Portal,835b2a73-6e10-4aa5-a979-21dfda45231c | |
| Azure Portal,c44b4083-3bb0-49c1-b47d-974e53cbdf3c | |
| AzureSupportCenter,37182072-3c9c-4f6a-a4b3-b3f91cacffce | |
| Bing,9ea1ad79-fdb6-4f9a-8bc3-2b70f96e34c7 | |
| CPIM Service,bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4 |
| set prompt=$T$H$H$H$H$H$H$S%computername%\%username%$S$M$P$+$G | |
| 22:14 DESKTOP\User C:\Users\User> | |
| set prompt=$T$H$H$H$H$H$H$S%UserName%@%ComputerName%$B$M$P$+$G | |
| 22:14 User@DESKTOP|C:\Users\User> |
- Shut down your Mac, then press and hold the power button until "Loading startup options" appear.
- Select "Options"
- In the menu on top of the screen, choose "Utilities" -> "Startup Security Utility".
- Click "Security Policy"
- Select "Reduced Security" and check "Allow user management of kernel extensions from identified developers".
- Reboot
| /* | |
| * Copyright © 2021 Dave Koelle www.davekoelle.com/ | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the “Software”), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the Software is | |
| * furnished to do so, subject to the following conditions: | |
| * |