No Clocks

No Clocks

4334 bookmarks
Newest
Dotfiles for Consistent AI-Assisted Development
Dotfiles for Consistent AI-Assisted Development
How I configured dotfiles to work across machines with Claude Code, Codex CLI, and 1Password for secrets, using symlinks, skills, and sync scripts.
·dylanbochman.com·
Dotfiles for Consistent AI-Assisted Development
Install Arch Linux in Windows WSL and Set it Up
Install Arch Linux in Windows WSL and Set it Up
Arch Linux is now officially available on WSL. Here's how you can use it with some extra efforts in setting it up post install.
wsl --install archlinux
The default Arch Linux installation (both official repo and manual) logs you in as a root user. There is no regular admin user created for your day-to-day usages at this stage. But we will create it ourselves.
If you have already installed Ubuntu in WSL, it prompts you to create a user soon after the installation is finished. Since Arch Linux is a DIY Linux distribution, such convenience should not be expected.
passwd
pacman -Syu
wsl.exe --terminate archlinux
Chances are there that sudo is not installed. If that's the case, you may not be able to access visudo in a later stage to set admin privileges.
To check if sudo is installed, use the command: pacman -Qs sudo If sudo is not listed, install sudo using: pacman -S sudo
In Arch Linux, you can use the useradd command, to create a new user. Let's create a new user called “team”. useradd -m team Here, the -m option will automatically create a home directory for the user at /home/. Set a password for the user “team”, using: passwd team Type and retype password to confirm the change.
Once the user is created, add that user to the wheel group so that it can run the sudo command to access some administrative privileges. usermod -aG wheel team
Locate the line %wheel ALL=(ALL) ALL and uncomment it.
Save the document using CTRL + O and exit using CTRL + X.
·itsfoss.com·
Install Arch Linux in Windows WSL and Set it Up
How to Run Arch Linux on Windows with WSL: The Ultimate Guide for...
How to Run Arch Linux on Windows with WSL: The Ultimate Guide for...
Arch Linux fans, rejoice—the eternal struggle to run your favorite minimal, rolling-release obsession within Windows just got a lot easier thanks to the magic of Microsoft’s Windows Subsystem for Linux, or WSL. But what does it all mean for power users, sysadmins, and anyone who likes their...
·windowsforum.com·
How to Run Arch Linux on Windows with WSL: The Ultimate Guide for...
Brain Atlas
Brain Atlas
Render your vault as an animated 3D anatomical brain.
·community.obsidian.md·
Brain Atlas
Welcome
Welcome
Sail: unifying batch processing, stream processing, and compute-intensive (AI) workloads.
·docs.lakesail.com·
Welcome
Chapter 13 Compiled code | R Packages
Chapter 13 Compiled code | R Packages
This book will teach you how to create a package, the fundamental unit of shareable, reusable, and reproducible R code.
·bookdown.dongzhuoer.com·
Chapter 13 Compiled code | R Packages
Building a Computer in R
Building a Computer in R
One Time When R Wasn't a Language for Statistical Computing and Graphics
·open.substack.com·
Building a Computer in R
Changes in Rtools45 for Windows
Changes in Rtools45 for Windows
Package muparser has been added and muparser support has been enabled in gdal (thanks to Chris Toney).
·cran.r-project.org·
Changes in Rtools45 for Windows
casacosmos/screeneragent
casacosmos/screeneragent
Contribute to casacosmos/screeneragent development by creating an account on GitHub.
·github.com·
casacosmos/screeneragent
PRAGMA Statements - Turso
PRAGMA Statements - Turso
Database configuration and metadata commands in Turso
·docs.turso.tech·
PRAGMA Statements - Turso
Turso
Turso
Turso is the lightweight database that scales to millions of agents. Deploy databases everywhere—on servers, in browsers, on devices—just like files. A full SQLite drop-in replacement, built for the agentic future.
·turso.tech·
Turso
st_read_multi
st_read_multi
DuckDB Community Extensions Read multiple geospatial files
·duckdb.org·
st_read_multi
Hyperagent
Hyperagent
Hyperagent is the system of agents that does real work, learns how your organization operates, and deploys across your entire team.
·hyperagent.com·
Hyperagent
rusqlite_gpkg - Rust
rusqlite_gpkg - Rust
GeoPackage reader/writer built on top of rusqlite.
·docs.rs·
rusqlite_gpkg - Rust
dbc
dbc
The command-line tool for installing and managing ADBC drivers
·columnar.tech·
dbc
flechette
flechette
Fast, lightweight access to Apache Arrow data.
·idl.uw.edu·
flechette