Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 218
GitHub - josStorer/selfhostedAI: A collection of one-click self-hosted AI https://github.com/josStorer/selfhostedAI
Thu 23 Mar 2023 09:09:47 AM PDT archive.org
GitHub - seanpm2001/Bliss_Browser: šŸŒ³ļøšŸŒļøšŸ’¾ļø The Bliss Browser is a powerful, hyper-customizable web browser that is designed for the Quantum Meadows operating system. It is also planned to work with other Linux distributions, and other operating systems. https://github.com/seanpm2001/Bliss_Browser/
Thu 23 Mar 2023 09:08:24 AM PDT archive.org
exaloop/codon https://github.com/exaloop/codon
Tue 21 Mar 2023 08:57:02 PM PDT archive.org

Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 10-100x or more, on a single thread. Codon's performance is typically on par with (and sometimes better than) that of C/C++. Unlike Python, Codon supports native multithreading, which can lead to speedups many times higher still.

python compiler
PiScope http://abyz.me.uk/rpi/pigpio/piscope.html
Tue 21 Mar 2023 08:54:56 PM PDT archive.org

piscope is a logic analyser (digital waveform viewer) for the RasPi. It shows the state (high or low) of selected GPIO pins in real-time. Uses the services of the pigpio library. pigpio needs to be running on the Pi whose GPIO are to be monitored. The pigpio library may be started as a daemon.

Install pigpiod on the RasPi: sudo apt-get install pigpiod pigpio-tools
Install PyScop on your workstation: yay -S pyscope
Start pigpiod: sudo pigpiod
Run pyscope on your workstation

  • export PIGPIO_ADDR=raspi
  • piscope
python raspi oscilloscope gpio debugging electronics
Voltage Divider Calculator https://ohmslawcalculator.com/voltage-divider-calculator
Tue 21 Mar 2023 01:08:10 PM PDT archive.org
electronics online calculator resistors
Just the F*cking Recipe https://just-the.recipes/
Tue 21 Mar 2023 11:31:06 AM PDT archive.org

I don’t need your life story. I just want some food.

recipes
10 PRINT https://10print.org/
Sun 19 Mar 2023 08:29:34 PM PDT archive.org

This book takes a single line of code—the extremely concise BASIC program for the Commodore 64 inscribed in the title—and uses it as a lens through which to consider the phenomenon of creative computing and the way computer programs exist in culture. The authors of this collaboratively written book treat code not as merely functional but as a text—in the case of 10 PRINT, a text that appeared in many different printed sources—that yields a story about its making, its purpose, its assumptions, and more. They consider randomness and regularity in computing and art, the maze in culture, the popular BASIC programming language, and the highly influential Commodore 64 computer.

Buy or download for free.

ebooks download free commodore programming culture
The Retro Web https://theretroweb.com/
Sun 19 Mar 2023 08:26:58 PM PDT archive.org

A database of motherboards, BIOS images, chipsets, manufacturers, drivers, software. If you have an ancient PC and you're trying to figure it out, check here first.

retrocomputing wiki database chips boards classic bios downloads drivers software documentation specs
Github: go-containerregistry/pkg/registry https://github.com/google/go-containerregistry/tree/main/pkg/registry
Sat 18 Mar 2023 04:08:24 PM PDT archive.org

Google's proof-of-concept self hosted Docker registry.

golang docker containers registry
Sleep Baseball https://www.sleepbaseball.com/
Sat 18 Mar 2023 04:06:41 PM PDT archive.org

Northwoods Baseball Sleep Radio is a full-length fake baseball game. There is no yelling, no loud commercials, no weird volume spikes. Fans call it "baseball radio ASMR".

It is the perfect podcast for sleeping or relaxing, if you're into that kind of thing.

Available wherever you get your podcasts.

podcasts sports background
Github: Working with the Container Registry https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
Sat 18 Mar 2023 04:02:45 PM PDT archive.org
github documentation docker containers registry
theHedgehog0/fursona-schema https://github.com/theHedgehog0/fursona-schema
Sat 18 Mar 2023 04:01:22 PM PDT archive.org

Proposed schema for a .well-known/fursona JSON document.

furry json schema
plugdata https://plugdata.org/
Sat 18 Mar 2023 11:09:56 AM PDT archive.org
dalai https://cocktailpeanut.github.io/dalai/
Sat 18 Mar 2023 11:08:39 AM PDT archive.org
GitHub - ebu/awesome-broadcasting: A curated list of amazingly awesome open source resources related to broadcast technologies https://github.com/ebu/awesome-broadcasting
Sat 18 Mar 2023 11:07:43 AM PDT archive.org

A curated list of amazingly awesome open source resources related to broadcast technologies - GitHub - ebu/awesome-broadcasting: A curated list of amazingly awesome open source resources related to...

BASHing data: overview https://www.datafix.com.au/BASHing/
Fri 17 Mar 2023 09:24:06 AM PDT archive.org
sqlglot/python_sql_engine.md at main Ā· tobymao/sqlglot Ā· GitHub https://github.com/tobymao/sqlglot/blob/main/posts/python_sql_engine.md
Fri 17 Mar 2023 09:21:31 AM PDT archive.org
Not By AI Badges — A Badge for Your AI-free Content https://notbyai.fyi/
Fri 17 Mar 2023 09:07:19 AM PDT archive.org
Podman https://podman.io/
Thu 16 Mar 2023 08:00:13 PM PDT archive.org

Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. Podman provides a command line interface (CLI) familiar to anyone who has used the Docker Container Engine. Most users can simply alias Docker to Podman (alias docker=podman) without any problems. Similar to other common Container Engines (Docker, CRI-O, containerd), Podman relies on an OCI compliant Container Runtime (runc, crun, runv, etc) to interface with the operating system and create the running containers. This makes the running containers created by Podman nearly indistinguishable from those created by any other common container engine.

Containers under the control of Podman can either be run by root or by a non-privileged user. Podman manages the entire container ecosystem which includes pods, containers, container images, and container volumes using the libpod library. Podman specializes in all of the commands and functions that help you to maintain and modify OCI container images, such as pulling and tagging. It allows you to create, run, and maintain those containers and container images in a production environment.

Github: https://github.com/containers/podman/

docker containers cli devops rest api golang
goharbor/harbor https://github.com/goharbor/harbor
Thu 16 Mar 2023 07:10:32 PM PDT archive.org

Harbor is a self-hosted Docker registry that offers a large number of additional features that big companies probably love. Among those features are vulnerability scanning, third party authentication support, cryptographic signature and authentication, and a GUI.

docker containers devops registry rest api
page 1 / 218
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn