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 / 231
Correia-jpv/fucking-awesome-selfhosted https://github.com/Correia-jpv/fucking-awesome-selfhosted
Fri 22 Sep 2023 12:18:12 PM PDT archive.org

A list of Free Software network services and web applications which can be hosted on your own servers. With repository stars and repo forks.

I don't know what this has over the other awesome-selfhosted directory. Need to compare them.

awesome directory selfhosted software exocortex
bixb922/freezeFS https://github.com/bixb922/freezeFS
Fri 22 Sep 2023 12:14:27 PM PDT archive.org

freezeFS.py is a utility program that runs on a PC and converts an arbitrary folder, subfolder and file structure into a Python source file. The generated Python file can then be frozen as bytecode into a MicroPython image together with the Virtual File System driver vfsfrozen.py.

When the generated Python file is imported, the file structure is mounted with os.mount() as a read only Virtual File System, which can be accessed on the microcontroller with regular file operations such as open in "r" or "rb" mode, read, readinto, readline, seek, tell, close, listdir, ilistidr, stat.

If the deploy option is used, the files and folders of the frozen files are copied to the standard flash file system. This enables installing configuration and data files when booting the MicroPython image the first time.

An important topic is that opening files in "r" mode requires to buffer the file in RAM. However, many libraries such as web servers and json support reading text modes in "rb" mode, and no overhead is incurred.

micropython python modules filesystems embedded firmware files packaging
eried/Research https://github.com/eried/Research
Fri 22 Sep 2023 11:30:35 AM PDT archive.org

eried's personal repository for findings and things to remember.

research hacking
Chrome: Tracking Token Stripper https://chrome.google.com/webstore/detail/tracking-token-stripper/kcpnkledgcbobhkgimpbmejgockkplob
Fri 22 Sep 2023 09:21:51 AM PDT archive.org

This is a Chrome and Firefox browser extension that strips Google Analytics (i.e. Urchin Tracking Monitor) parameters, and various other click tracking tokens, from URL query strings. This is done before the web request is made and results in both more private browsing as well as more aesthetically pleasing URLs.

Aware of Facebook, Google, Hubspot, Instagram, Mailchimp, Marketo, Microsoft, Olytics, Wicked Reports, Yahoo, Yandex, and a few generic URIs.

Github: https://github.com/jparise/chrome-utm-stripper

chrome addons privacy urls utm advertising
Firefox Add-On: What Campaign? https://addons.mozilla.org/en-US/firefox/addon/whatcampaign/
Fri 22 Sep 2023 09:15:09 AM PDT archive.org

This privacy add-on protects your identity by changing tracking parameters.

Addresses containing Google Analytics parameters will be altered to protect your privacy: no buttons to press and no configuration required.

It will scan the page for links and correct them. If a redirected URL contains the tracking parameters, they will be edited. Not functionality is lost.

This add-on is provided as part of Projekt ONI.

firefox addons privacy urls utm advertising
Open Wetware https://openwetware.org/wiki/Main_Page
Thu 21 Sep 2023 12:59:45 PM PDT archive.org

OpenWetWare is an effort to promote the sharing of information, know-how, and wisdom among researchers and groups who are working in biology & biological engineering.

If you would like edit access, would be interested in helping out, or want your lab website hosted on OpenWetWare, please join us. OpenWetWare is managed by the BioBricks Foundation.

wiki science biology biologicals engineering courses techniques blogs labs groups
MagickaBBS / MagickaBBS · GitLab https://gitlab.com/magickabbs/MagickaBBS
Wed 20 Sep 2023 07:38:58 PM PDT archive.org

GitLab.com

Open Game Art https://opengameart.org/
Mon 18 Sep 2023 03:21:19 PM PDT archive.org

A community of permissively licensed video game assets (art, backgrounds, textures, music, sound effects) that can be used in your own projects.

videogames assets art music sounds sprites
Font Squirrel https://www.fontsquirrel.com/
Fri 15 Sep 2023 05:34:28 PM PDT archive.org

Free fonts have met their match. We know how hard it is to find quality freeware that is licensed for commercial work. We've done the hard work, hand-selecting these typefaces and presenting them in an easy-to-use format.

fonts free archive truetype
obra/Youtube2Webpage https://github.com/obra/Youtube2Webpage
Fri 15 Sep 2023 05:31:08 PM PDT archive.org

I learn much better from text than from videos .

Youtube-to-Webpage is a Perl script to create a webpage from a Youtube video with a transcript generated from the video's closed captions paired with screenshots of the video.

The project is built upon:

  • yt-dlp
  • ffmpeg
perl youtube videos converter transcripts
DOS Haven: Modern, new games for DOS. http://www.doshaven.eu/
Fri 15 Sep 2023 05:28:54 PM PDT archive.org

DOS homebrew scene.
Does it exist? Are there any new games for DOS?

Why we’ve got plenty of new titles for almost every old platform, but just few for good old DOS powered IBM PC? Let’s do something about it. Let’s collect DOS games from 21st century and encourage others to make a new ones.

Why would someone make game for DOS nowadays?
– Because it’s fun, if you are into that sort of thing ;)
– Because it’s retro, and retro is cool! (you know, like bowties…)
– Because thanks to DOSBox, you can run DOS programs almost anywhere – Windows, Linux, MacOS, smartphones, tablets, Raspberry Pi, you name it.

msdos homebrew games programming
AI Emoji https://emoji.fly.dev/
Fri 15 Sep 2023 05:19:10 PM PDT archive.org

Uses sdxl-emoji to turn natural language descriptions into custom emoji.

Github: https://github.com/cbh123/emoji

online ai emoji generator nlp
CHART https://astrochart.github.io/
Fri 15 Sep 2023 05:16:33 PM PDT archive.org

CHART stands for Completely Hackable Amateur Radio Telescope. Our goal with this project is to create an easy to navigate system of tutorials that will lead to you in building your own radio telescope from the comfort of your home or classroom. It is very important to us that that radio astronomy is as accessible as possible to whoever is interested, so we strove to keep the creation of this project as cheap as possible. We are excited that you have found our project and wish you the best of luck in the creation of your radio telescope.

Github: https://github.com/astrochart/CHART

rf astronomy hardware software python electronics antennas science
dhansel/ArduinoFDC https://github.com/dhansel/ArduinoFDC
Fri 15 Sep 2023 05:12:45 PM PDT archive.org

ArduinoFDC is a sketch that implements a floppy disk controller. It works with Arduino Uno, Leonardo, Nano, Pro Mini, Micro and Mega.

ArduinoFDC consists of three parts:

  • A library providing low-level functions to allow reading and writing disks at the sector level as well as low-level formatting disks.
  • Integration of ChaN's brilliant FatFS library to provide file-level functions for reading and writing files and directories in a FAT (MS-DOS) file system and a high-level format function to initialize a FAT file system.
  • An example sketch implementing ArduDOS, a (very) small DOS environment for browsing a FAT file system as well as a low-level disk monitor to access sector data on the disk, including the ability to transfer whole disks or single files via the XModem protocol.

ArduinoFDC works with double density (DD) as well as high density (HD) disk drives. It can read, write and format 5.25" DD (360KB), 5.25" HD (1.2MB), 3.5" DD (720KB) and 3.5" HD (1.44MB) disks.

arduino floppy drives interfaces retrocomputing
offshore.cat https://offshore.cat/
Fri 15 Sep 2023 03:57:16 PM PDT archive.org

Offshore.CAT is a compiled list of the real & genuine, along with the bad & garbage offshore services that we have either used/have had experience with in the past.

We publish these reports because I'm tired of getting asked what hosting they should use.

Offshore.CAT is not affiliated with any of the listed websites, our website takes zero responsibility from illegal or unethical usage. All informations are exposed as-is and might be not up to date if something recently changed.

services reviews hosting vpn providers email
retrotechtive – Retro computing and games enthusiast https://retrotechtive.wordpress.com/
Thu 14 Sep 2023 07:31:29 PM PDT archive.org

Retro computing and games enthusiast

GitHub - keephq/keep: The open-source alerts management and automation platform https://github.com/keephq/keep
Thu 14 Sep 2023 07:12:12 PM PDT archive.org

The open-source alerts management and automation platform - GitHub - keephq/keep: The open-source alerts management and automation platform

UberGuidoZ/Flipper-IRDB https://github.com/UberGuidoZ/Flipper-IRDB
Thu 14 Sep 2023 01:20:12 PM PDT archive.org

A huge collection of infrared interaction patterns for all kinds of devices. Load them onto a Flipper Zero and have a good time.

ir captures patterns remotecontrol hardware devices
UberGuidoZ/Flipper https://github.com/UberGuidoZ/Flipper/
Thu 14 Sep 2023 01:19:06 PM PDT archive.org

This is a playground (and dump) of stuff I made, modified, researched, or found for the Flipper Zero.

There's a lot of everything in here, from customized apps, BadUSB scripts, hardware specs for modders, GPIO interface shenanagains and interface pinouts, hardware troubleshooting, sound and music stuff, and sub-GHz captures and dissections for just about everything. It's an impressive collection.

hacking hardware information archive rf gpio security interfaces code links reverseengineering
OpenMHz https://openmhz.com/
Thu 14 Sep 2023 01:07:15 PM PDT archive.org

I wrote Trunk Recorder because I was curious about what my local fire station was up to and I put together the original version of OpenMHz because I figured other people might want to listen to the recordings too.

The latest version of this site makes it easy for other people running Trunk Recorder to share their recordings. I am hoping that making it easier to listen to what our local fire, police and EMS have to go through everyday will lead to a greater appreciation for all the work they do, which goes largely unseen.

The audio from each system is archived for 30 days, so you can go back and listen to events you may have missed.

Github: https://github.com/openmhz

radio scanning trunking rtlsdr online recordings monitoring osint
page 1 / 231
4983 links, including 378 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn