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 / 2
23 results tagged article  ✕   ✕
18 Python scripts that help you write code faster https://morioh.com/p/4f4b74ba17cc?f=5c21fb01c16e2556b555ab32
Tue 10 Jan 2023 06:09:21 PM PST archive.org
python article tips tricks
It's Time to Say Goodbye to These Obsolete Python Libraries https://martinheinz.dev/blog/77
Wed 20 Jul 2022 06:11:18 PM PDT archive.org

With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good old Python libraries and to certain way of doing things, but it's time upgrade and make use of the new and improved modules and their features.

  • os.path -> pathlib
  • os.urandom -> secrets
  • pytz -> zoneinfo
  • namedtuple -> dataclasses
  • Use logging.
  • Use f-strings.
  • tomli -> tomllib
  • distutils -> setuputils
article python modules versions archived
Explore Atari 8-Bit ATR Disk Images Using a Web Browser https://atariprojects.org/2021/07/18/explore-atari-8-bit-atr-disk-images-using-a-web-browser-10-15-mins/
Wed 19 Jan 2022 04:00:08 PM PST archive.org

How to use rossumur/esp_8_bit's atr_image_explorer.html file to explore the contents of ATR disk images and disassemble the files.

howto article atari explorer disassembler
Wikipedia: Sieve (mail filtering language) https://en.wikipedia.org/wiki/Sieve_(mail_filtering_language)
Wed 27 Oct 2021 05:49:05 PM PDT archive.org

Sieve is a programming language that can be used for email filtering. It owes its creation to the CMU Cyrus Project, creators of Cyrus IMAP server.

The language is not tied to any particular operating system or mail architecture. It requires the use of RFC-2822–compliant messages, but otherwise should generalize to other systems that meet these criteria. The current version of Sieve's base specification is outlined in RFC 5228, published in January 2008.

wiki article sieve mail
Take control of your data with associative arrays in Bash https://opensource.com/article/20/6/associative-arrays-bash
Sun 25 Apr 2021 02:49:51 PM PDT archive.org

Associative arrays (hash tables) in bash.

scripting shell bash hashtable article
Read and Write Files with Bash https://opensource.com/article/21/3/input-output-bash
Sun 25 Apr 2021 02:48:17 PM PDT archive.org
article bash scripting files howto
GitHub - cjolowicz/hypermodern-python: Hypermodern Python https://github.com/cjolowicz/hypermodern-python
Tue 25 Aug 2020 10:17:47 AM PDT archive.org

Github repo for a blog series about latest-gen Python stuff. Linked because I hate pages that point to pages when I just want to sit and read.

https://cjolowicz.github.io/posts/hypermodern-python-01-setup/

This article series is a guide to modern Python tooling with a focus on simplicity and minimalism.1 It walks you through the creation of a complete and up-to-date Python project structure, with unit tests, static analysis, type-checking, documentation, and continuous integration and delivery.

This guide is aimed at beginners who are keen to learn best practises from the start, and seasoned Python developers whose workflows are affected by boilerplate and workarounds required by the legacy toolbox.

article python tools packaging howto
Raspberry Pi 4 Laptop | element14 https://www.element14.com/community/community/raspberry-pi/blog/2019/11/23/raspberry-pi-4-laptop
Sun 05 Jan 2020 10:01:39 PM PST archive.org

Talks about how to put a RasPi4 into a Pi-Top. Also has links to the processes for installing the Pi-Top-specific stuff on the latest version of Raspbian to make it work.

article howto raspbian pitop links processes software
How to Root Your Android Device with Magisk - Make Tech Easier https://www.maketecheasier.com/root-android-with-magisk/
Tue 09 Apr 2019 12:17:19 PM PDT archive.org

Rooting your Android device is easier than ever before. There is a wealth of tools available to make the process as simple as possible, no matter what device you’re looking to root. Magisk is one such tool, and it really is easy to use.

article android root howto tools
Subsystem Alignment - LessWrong 2 viewer https://www.greaterwrong.com/posts/ChierESmenTtCQqZy/subsystem-alignment
Tue 06 Nov 2018 12:51:53 PM PST archive.org

An article that talks about systems of agents and some things that need to be considered about them.

exocortex agents article
How to Detect Hidden Cameras https://makezine.com/2018/06/29/detect-hidden-cameras/
Tue 10 Jul 2018 03:48:58 PM PDT archive.org

With their small size and ubiquitous use, we’ve become quite accostomed to commercial home-monitoring camera systems — so much so that they tend to fade into their settings, even when prominently placed up front and center. It’s an extension of camera-equipped-everything maneuvering us to take the constant recording of our lives for granted.

article cameras security detection counterintelligence surveillance howto
UTC is Enough for Everyone, Right? https://zachholman.com/talk/utc-is-enough-for-everyone-right
Fri 01 Jun 2018 02:43:21 PM PDT archive.org
article story time development web
Get more done at the Linux command line with GNU Parallel | Opensource.com https://opensource.com/article/18/5/gnu-parallel
Tue 15 May 2018 03:27:22 PM PDT archive.org
linux utility sysadmin parallel commands article
Spoofing Cell Networks with a USB to VGA Adapter | Hackaday https://hackaday.com/2018/04/23/spoofing-cell-networks-with-a-usb-to-vga-adapter/
Tue 24 Apr 2018 04:22:34 PM PDT archive.org
hacking rf rtlsdr cellular radio article read
Sci.Electronics FAQ: Repair: Card Readers http://wearcam.org/seatsale/programs/F_Phrack_Mag.html
Tue 20 Mar 2018 02:17:04 AM PDT archive.org

Count Zero's article on magstripe reading/writing reprinted in the sci.electronics FAQ.

reading idcards phrack faq writing magnets creditcards cards article electronics magstripes
OpenOffice.org Training, Tips, and Ideas: The most straightforward wizardless way to create an envelope in OpenOffice.org Writer (and then reuse it as http://openoffice.blogs.com/openoffice/2008/11/the-simplest-way-to-create-an-envelope-in-openofficeorg-writer-and-then-reuse-it-as-a-template.html
Tue 20 Mar 2018 02:10:28 AM PDT archive.org

A tutorial on making printable envelope templates in OpenOffice.org.

writer envelope openoffice template article tutorial howto
Das Bityard: OpenSSH: The Poor Man's SOCKS Proxy http://bityard.blogspot.com/2009/01/make-openssh-socks-proxy.html
Tue 20 Mar 2018 02:06:18 AM PDT archive.org

A good blog post about using SSH's little-known proxy functionality to tunnel traffic back through your home network to prevent eavesdropping. The best thing is, you don't have to set up a proxy on the other end because SSH does it for you.

ssh http tricks openssh socks proxy internet article security howto
List of algorithms - Wikipedia, the free encyclopedia https://secure.wikimedia.org/wikipedia/en/wiki/List_of_algorithms
Tue 20 Mar 2018 01:32:20 AM PDT archive.org

A list of common algorithms in computer science, compiled at Wikipedia.

list meta article wikipedia algorithms
Getting Started With Virtualization (Using VMware ESXi) – Part 0 (Quickstart) | Standalone Sysadmin http://www.standalone-sysadmin.com/blog/2011/08/getting-started-with-virtualization-using-vmware-esxi-part-0-quickstart/
Tue 20 Mar 2018 01:03:25 AM PDT archive.org

A sysadmin's how-to post on getting started with VMWare ESXi.

sysadmin basics esxi blog virtualization article vmware
For Bloggers at Risk: Creating a Contingency Plan - Global Voices Advocacy http://advocacy.globalvoicesonline.org/2011/12/22/for-bloggers-at-risk-creating-a-contingency-plan/
Tue 20 Mar 2018 12:59:23 AM PDT archive.org

Some useful suggestions for bloggers who are also politically or socially active, i.e., a likely target of (secret) police because of their opinions or social connections. In short, develop a contingency plan in the event that you are captured, hospitalized, or killed that lets trusted associates act in your stead on your website. I've looked over this article and they recommend a large number of things that I also have built into my dead man's switches, so I recommend it.

activism suggestions advocacy blogging arrest censorship article backup-plan contingency advice
page 1 / 2
4815 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn