Shaare your links...
1912 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 96
  • The Gift of It's Your Problem Now - apenwarr
    Interesting thoughts about free software. Found via https://zellyn.com/2022/01/gopikchr-a-yakshave/
    Tue Aug 16 17:47:00 2022 - permalink -
    - https://apenwarr.ca/log/20211229
    blog FOSS politics
  • Hermit manages isolated, self-bootstrapping sets of tools in software projects.
    Found via https://github.com/zellyn/retrocomputing-hermit-packages
    Tue Aug 16 17:12:48 2022 - permalink -
    - https://cashapp.github.io/hermit/
    git software tool
  • Wörterbuch Wortbedeutung.info
    Wortbedeutung.Info ist ein Wörterbuch mit Erklärungen und Hilfen zur Rechtschreibung, Silbentrennung und Aussprache auf Deutsch. Zudem wird die Bedeutung und Wortherkunft erläutert, Anwendungsbeispiele, Synonyme, Gegensatzwörter, Unter- und Oberbegriffe und sinnverwandte Begriffe aufgeführt sowie die Grammatik erklärt. Es beinhaltet zudem Redewendungen, Übersetzungen und ein Sprachwörterbuch. Des Weiteren gibt es einen Thesaurus. Wortbedeutung.info ist ein Sprachwörterbuch und dient dem Nachschlagen aller sprachlichen Informationen. Es ist ausdrücklich keine Enzyklopädie und kein Sachwörterbuch, welches Inhalte erklärt.
    Sat Aug 13 23:03:20 2022 - permalink -
    - https://www.wortbedeutung.info/
    dictionary german
  • 8th - One Effort, Multiple Platforms
    Forth-like, cross-platform language with native code compiler. Runs on
    - Microsoft Windows XP/7/8/10
    - macOS 10.7 and later (only 64-bit; 32-bit is no longer supported)
    - Linux - Ubuntu 14.04 and later, and derivatives or similar systems based on libc6
    - Raspbian (Raspberry Pi version of Debian Linux; also works for similar SBC Linux systems)
    - Android 4.4 (API level 19, ARM devices) and later
    - iOS 9.0 and later
    Found via https://pikchr.org/home/doc/trunk/homepage.md
    Fri Aug 12 11:55:36 2022 - permalink -
    - https://8th-dev.com/compare.html
    Forth language programming
  • Host your own contacts and calendars and share them across devices – Dilettante
    Found https://partofthething.com/thoughts/?p=835 via https://hackaday.com/2015/12/12/raspberry-pi-communication-via-laser/
    Reducing dependency on Google is a good idea.
    https://partofthething.com/thoughts/the-infopanel-a-simple-mqtt-connected-display-system-for-weather-traffic-pictures-animations-anything/
    https://partofthething.com/thoughts/making-a-cheap-and-simple-barn-door-star-tracker-with-software-tangent-correction-for-astrophotography/
    https://partofthething.com/thoughts/reading-out-a-crookes-radiometer-light-mill-with-python-and-opencv/
    https://partofthething.com/thoughts/the-modern-era-passed-through-a-cathode-ray-tube/
    and
    https://partofthething.com/thoughts/adding-rigor-to-information-analysis-in-the-era-of-fake-news-and-alternative-facts/
    sound interesting too.
    Fri Aug 12 11:26:32 2022 - permalink -
    - https://partofthething.com/thoughts/host-your-own-contacts-and-calendars-and-share-them-across-devices/
    blog physics pi Raspberry π
  • gopikchr: a yakshave
    A port of Richard Hipp's pikchr https://pikchr.org/home/doc/trunk/homepage.md to the Go programming language.
    See also the Apple I, ][ emulator https://github.com/zellyn/openemulator
    Fri Aug 12 10:43:39 2022 - permalink -
    - https://zellyn.com/2022/01/gopikchr-a-yakshave/
    blog Go graphical-programming Kernighan
  • John Jacobsen's blog
    http://johnj.com/posts/journaling-procedure A Daily Journal in Org Mode
    http://johnj.com/posts/lisp-projects/ Common Lisp How-Tos
    and more.
    Found via John's post on https://planet.lisp.org/
    http://johnj.com/posts/tco/ Adding Tail Call Optimization to A Lisp Written in Go
    See also his GitHub page https://github.com/eigenhombre
    Thu Aug 11 17:18:01 2022 - permalink -
    - http://johnj.com
    blog language Lisp org-mode programming
  • Read Practical Cryptography With Go | Leanpub
    Found via a link on https://docs.gitlab.com/ee/user/ssh.html
    Wed Aug 10 11:50:25 2022 - permalink -
    - https://leanpub.com/gocrypto/read#leanpub-auto-chapter-1-introduction
    book cryptography Go
  • EXWM (Emacs X Window Manager)
    full-featured tiling X window manager for Emacs built on top of XELB. It features:

    Fully keyboard-driven operations
    Hybrid layout modes (tiling & stacking)
    Dynamic workspace support
    ICCCM/EWMH compliance
    (Optional) RandR (multi-monitor) support
    (Optional) Builtin system tray
    (Optional) Builtin input method
    Found on https://news.ycombinator.com/item?id=22457846, where I read the intriguing comment "I have been using it exclusively on my machines for the past three years. By far the best computing environment I have used." from Vladimir Sedach.
    Fri Aug 5 23:54:57 2022 - permalink -
    - https://github.com/ch11ng/exwm
    emacs key-binding TODO X11
  • Difftastic diffing with Magit
    difftastic is a structural diff tool that compares files based on their syntax. So for example, if you conditionalize some statement, the diff would only show the addition of one if with its condition instead of showing one line added (the if (condition)) and the line with the statement being removed and re-added (because of indentation changes). In many cases, such structural diffs transport the meaning of a change much better than the typical line-based diffs.
    Found on https://www.emacswiki.org/emacs/Magit
    Wed Aug 3 15:03:48 2022 - permalink -
    - https://www.tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html
    emacs git tool
  • alfaromurillo / org-passwords.el — A password manager for Org.
    Password manager based on Emacs' org-mode. Found on https://www.emacswiki.org/emacs/PasswordGenerator
    Wed Aug 3 15:00:18 2022 - permalink -
    - https://bitbucket.org/alfaromurillo/org-passwords.el/src/master/
    emacs FOSS org-mode password
  • BASH3 Boilerplate – Template for writing better Bash scripts
    When hacking up Bash scripts, there are often things such as logging or command-line argument parsing that:
    - You need every time
    - Come with a number of pitfalls you want to avoid
    - Keep you from your actual work
    Here’s an attempt to bundle those things in a generalized way so that they are reusable as-is in most scripts.

    We call it “BASH3 Boilerplate” or b3bp for short.
    Found on https://willschenk.com/articles/2019/computer_setup_script/
    Tue Aug 2 14:07:40 2022 - permalink -
    - https://bash3boilerplate.sh/
    FOSS MIT programming shell
  • MaiZure's Projects - Just another place to dispose of personal programming projects
    Found http://www.maizure.org/projects/decoded-gnu-coreutils/index.html via https://www.gnu.org/software/coreutils/#source
    Recommended reading: http://www.maizure.org/projects/printf/index.html
    Thu Jul 28 12:18:44 2022 - permalink -
    - http://www.maizure.org/projects/index.html
    C GNU mathematics programming reading
  • SystemRescue - System Rescue Homepage
    SystemRescue (formerly known as SystemRescueCd) is a Linux system rescue toolkit available as a bootable medium for administrating or repairing your system and data after a crash. It aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the hard disk partitions. It comes with a lot of Linux system utilities such as GParted, fsarchiver, filesystem tools and basic tools (editors, midnight commander, network tools). It can be used for both Linux and windows computers, and on desktops as well as servers. This rescue system requires no installation as it can be booted from a CD/DVD drive or USB stick, but it can be installed on the hard disk if you wish. The kernel supports all important file systems (ext4, xfs, btrfs, vfat, ntfs), as well as network filesystems such as Samba and NFS.
    Tue Jul 26 12:15:18 2022 - permalink -
    - https://www.system-rescue.org/
    Linux tool
  • Brutalist Web Design
    The term brutalism is often associated with Brutalist Architecture, however it can apply to other forms of construction, such as web design. This website explains how.
    The term brutalism is derived from the French béton brut, meaning “raw concrete”.
    Found on https://elektrubadur.se/about_page/
    Mon Jul 25 11:51:53 2022 - permalink -
    - https://brutalist-web.design/
    design HTML web
  • technikum29 - computer museum
    Found via https://www.hpmuseum.org/forum/thread-18562-post-162245.html#pid162245
    Located in Germany, close to Frankfurt am Main, it has a number of historic computers, calculators and other electronic devices, many of them still working.
    Fri Jul 15 20:13:37 2022 - permalink -
    - https://technikum29.de/en/
    computer for:oscar german history
  • VBacs (Visual Basic Emacs)
    VBacs sounds interesting. Found via https://minnie.tuhs.org/pipermail/coff/2022-July/001292.html
    Tue Jul 12 19:55:06 2022 - permalink -
    - https://www.rath.ca/Misc/VBacs/
    emacs tool Windows
  • Cobble is a primitive source code control system, targeted at tarball (or part* "shar" archives)
    Found via https://minnie.tuhs.org/pipermail/tuhs/2022-July/026117.html
    https://stromberg.dnsalias.org/~dstromberg/table.html looks interesting too.
    Wed Jul 6 11:33:48 2022 - permalink -
    - https://stromberg.dnsalias.org/~strombrg/cobble.html
    TODO tool version-control
  • Quisk, a Software Defined Radio (SDR).
    You supply an antenna and a complex (I/Q) mixer to convert the radio spectrum to a low IF. Then send that IF to your computer using the sound card, Ethernet or USB. The Quisk software will read the I/Q data, tune it, filter it, demodulate it, and send the audio to headphones or speakers. Quisk has a microphone input and a key input so it can operate as a complete transceiver.
    Mon Jul 4 09:46:46 2022 - permalink -
    - https://www.james.ahlstrom.name/quisk/docs.html
    FOSS Python radio software
  • GNU Privacy Guard is very powerful software with a terrible interface.
    This document attempts to give you the tools needed to answer questions and explain the mysteries of gpg and PGP so that you too can take advantage of this tool and stop making excuses.
    Found on https://rgoulter.com/blog/posts/programming/2022-06-10-a-visual-explanation-of-gpg-subkeys.html
    See also https://github.com/dmshaw/paperkey and https://github.com/jonathancross/jc-docs
    Fri Jul 1 11:31:54 2022 - permalink -
    - https://gpg.wtf/
    cryptography GNU gpg reading security TODO
Links per page: 20 50 100
◄Older
page 1 / 96
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.