Hipster Ipsum – Artisanal filler text for your project.
Public
Guides
Guides for using ELASTX Jelastic PaaS
One More Multiverse
Omeka Plugins
“Upgrade from Omeka Classic to Omeka Semantic” is a simple plugin for Omeka 2 that allows to upgrade automatically an installation to Omeka S (records, files, config, themes and some plugins). For missing or new plugins or glitches in themes, or any other need on Omeka and digital libraries, contact me!
Static Site Generator with GUI to build privacy-focused SEO-friendly website
Publii is a Static Site Generator with friendly user interface; a powerful blogging tool for ultra-fast, SEO friendly and secure websites.
r/FoundryVTT - Roll a dice pool and show each dice
6 votes and 7 comments so far on Reddit
.dice-roll .dice-tooltip {
display: block !important;
}
How do I remove the old history from a git repository?
I'm afraid I couldn't find anything quite like this particular scenario.
I have a git repository with a lot of history: 500+ branches, 500+ tags, going back to mid-2007. It contains ~19,500 commit...
If you want to free some space in your git repo, but do not want to rebuild all your commits (rebase or graft), and still be able to push/pull/merge from people who has the full repo, you may use the git clone shallow clone (--depth parameter).
; Clone the original repo into limitedRepo
git clone file:///path_to/originalRepo limitedRepo --depth=10
; Remove the original repo, to free up some space
rm -rf originalRepo
cd limitedRepo
git remote rm origin
You may be able to shallow your existing repo, by following these steps:
; Shallow to last 5 commits
git rev-parse HEAD~5 > .git/shallow
; Manually remove all other branches, tags and remotes that refers to old commits
; Prune unreachable objects
git fsck --unreachable ; Will show you the list of what will be deleted
git gc --prune=now ; Will actually delete your data
Using Docker · Commento
Caption images with markdown render hooks in Hugo
I’ve been looking for a way to add captions to markdown images without falling back to raw HTML. It turns out Hugo supports this with render hooks.
GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.
Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments. - GitHub - linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based We...
Tidbyt
Use Tidbyt to check the weather, or when your train is arriving. Track your favorite stock tickers, or your favorite sports teams. Check out our growing collection of apps and choose what matters to you.
Self Hosted Roundup #17
What's new in self hosted applications this week? Check it out in the Self Hosted Roundup #17! 👋
GitHub - dgtlmoon/changedetection.io: changedetection.io
changedetection.io - The best and simplest self-hosted free open source website change detection tracking, monitoring and notification service. An alternative to Visualping, Watchtower etc. Designe...
On Reshaping: Tooling WordPress with nothing other than it’s URLs
This is the words written as my brow is furrowing. This birdspace thread I was tagged into started with a question from Robin Derosa If my recent blabbed post cast some shade on “promptism…
nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.
Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance. - nextcloud/all-in-one: Nextcloud AIO stands f...
Indiewebify me! And don't forget my webmentions!
This describes my experiences in getting my website into the IndieWeb, adding microformats, Webmentions and how I sometimes struggled with all of it.
Watabou's Procgen Arcana
Collection of free map generators for tabletop role-playing games and worldbuilding.
Fantasy Map Generator
Syllabus – ART 389
@ktries @Autumm I really like this. Particularly the syllabus:
#snclearns #DoOO
A cartoon intro to DNS over HTTPS - Mozilla Hacks - the Web developer blog
This is an excellent article with great pictures explaining the basics of how DNS works and why encrypted DNS services are important.
Displaying Webmentions with Posts · Amit Gawande
Going to have to try and use this to get webmentions working on this site, which runs Ghost.
Teaching and Learning with Jupyter
Filing this away for myself to check out again when I have more time to play around with Jupyter. This is also a nice example of a book published with github 🙂
cheat.sh
A really cool community built quick reference for Linux command line stuff. You can easily get to it in your shell via ‘curl cheat.sh/ffmpeg’
Machine Learning: Doodle Recognition with Convolutional Neural Network ~ Stephen Downes
indiekit ~ Stephen Downes
Glide ~ Stephen Downes
White House cybersecurity adviser Giuliani took his iPhone to the Genius Bar when he forgot his password / Boing Boing
... 🤔
read via https://bionicteaching.com/weekly-web-harvest-for-2019-10-27/
Coventry Domains – Owning your space in a digital world
Netflix is ending support for old devices from Samsung, Roku, and Vizio in December
Smart TVs are a mistake. I’ve never liked the idea of relying on a crappy computer built in to an expensive TV, when you could get a much more capable box like an Apple TV that is external and replacable every few years. On top of that not connecting your TV to the internet means the manufacturer can’t sell your viewing habits and history.
A Technical and Cultural Assessment of the Mueller Report PDF | PDF Association
This is a super nerdy look into the Mueller report. It's not evaluating the content of the report, but how or if it holds up as a good PDF document. I guess this type of article makes some sense coming from the PDF ASsociation...