I'm bad at writing ngl; I tried to adapt this without curbstomping what was there...
Anyone want to help me out to make it not terrible?
I'm bad at writing ngl; I tried to adapt this without curbstomping what was there...
Anyone want to help me out to make it not terrible?
I’ve added #UptimeKuma to my #HomeLab setup and it’s an easy setup thus far. I’m sure, like everything I’m doing, there is more to #learn and #understand as I grow my HomeLab and #network.
I’m using #ProxMox for #virtualizing my #services in #LXC containers.
Again using #Obsidian for my #documentation and screen recordings from my #iphone.
#Cybersecurity #InfoSec #selfeducate #Learning #LearningNewSkills
Pinoutleaf: Simplifying Pinout References - We all appreciate clear easy-to-read reference materials. In that pursuit [Andreas... - https://hackaday.com/2025/05/02/pinoutleaf-simplifying-pinout-references/ #documentation #pcbhacks #pinouts #pcb
#Masthon 0.1.1 BETA is finally released !
Masthon is a package that links your #python programs to the #mastodon #API
This version is published on #gitlab : Come on and review, see my #code at https://gitlab.com/Gator3000/masthon/-/releases.
You can install the package with #pip :
```
pip install git+https://gitlab.com/Gator3000/masthon.git
```
The #documentation is available ! (Ask me if you don't understand, I can make English errors because I'm french.)
If you want information or to #contribute make me know !
How To Convert A PDF File To Markdown (With Images) In Linux | OSTechnix - DF files are great for sharing documents, but they are not easy to edit or convert into other formats. If you want to convert a PDF to Markdown format (while keeping the images), this guide will show you how to do it using poppler-utils and pandoc, two powerful open-source tools used for document processing.
https://ostechnix.com/convert-pdf-to-markdown-linux/
#pdf #linux #documentation #cli #debian #ubuntu
via https://magicfab.ca/liens
Stumbled on this while looking for LWN briefs. Damilola Oladele explains why it's easier said than done for prospective contributors to gain documentation experience by contributing documentation to open-source projects. #OpenSource #Documentation
https://damilola-oladele.github.io/posts/documentation-experience-in-open-source/
#Masthon 0.1.1 alpha is now up !
Masthon is a package that links your programs to the mastodon #API
The version 0.1.1 alpha is published on #gitlab : Come on and review, see my #code at https://gitlab.com/Gator3000/masthon/-/releases.
You can install the package with #pip :
```
pip install git+https://gitlab.com/Gator3000/masthon.git
```
The #documentation will be available tomorrow when the beta will be published.
If you want information or to #contribute tell me on this account.
The Week in Review, Edition 89 (2025-17)
Topics:
Ebay: an iMac for 6.51 Euros
Village works. Sometimes.
Bikerouter – The Handbook (Work in Progress)
Codeberg vs. GitHub for Open Source Hosting
Rediscovered: FastRawViewer for quick photo sorting
CLI Tool of the Week: Taskfile
Listened to this week: Marlene del Mar, Tim Kollberg
#Weekly #iMac #Ebay #Village #Bikerouter #Handbook #Documentation #Codeberg #GitHub #FastRawViewer #Photography #Mac #CLI #Task #Taskfile #Techno
This is a follow-up of the more generalized post
Let's Talk About Data Security - Backups
https://world.museumsprojekte.de/lets-talk-about-data-security-backups/
It's Friday! Time for a quick knowledge management game...
Wishing everyone a fantastic weekend full of relaxation and zero frantic document searches!
Fill in the blank: "I spent __ hours this week searching for documents that should have taken me 5 minutes to find."
#poll #what #OpenSource #Documentation #efficiency
Re-written to be a little clearer, less wordy in some places.
I think this one works nicely.
NixOS is an operating system. An operating system is the main software that lets you use your computer through a user interface. Examples include Microsoft Windows, Apple macOS, Linux, and BSD.#NixOS #Nix #Linux #Windows #Documentation
NixOS is a Linux-based operating system. Like Windows or macOS, NixOS can have an easy-to-use graphical user interface (GUI). A popular GUI for Linux is called KDE Plasma — it offers a simple, point-and-click environment similar to Windows or macOS. It includes a control panel (called Settings) where you can manage most of your commonly used options.
But for more advanced settings, NixOS is different from most Linux-based operating systems. In fact, it can be easier to use because NixOS relies on one master file to configure nearly everything. This simplifies things, while common settings are still conveniently controlled through KDE Plasma, as mentioned earlier.
The master configuration file is located at: /etc/nixos/configuration.nix
For former macOS users, this file path should be familiar. But for those coming from Microsoft Windows, it might be a bit different. In Windows, a file path would look like this:
C: \ etc \ nixos \ configuration.nix
In contrast, Linux (like macOS and BSD) uses a file path structure like:
/ etc / nixos / configuration.nix
This means you don't use a drive letter, and instead of a backslash \ you use a forward slash /
Fun fact: Microsoft Windows is the only mainstream operating system that hasn't fully adopted this universal directory path structure. Even mobile devices like Apple iOS and Android use this format under the hood.
In Microsoft Windows, you use File Explorer to navigate your folders. In Apple macOS, you use Finder. In NixOS with KDE Plasma, you use Dolphin.
Additionally, what sets NixOS apart from many other Linux distributions is that it is immutable. This means the root system is protected and can be easily recovered. If something goes wrong, you can simply reboot and select a previous save. It's similar to restoring a saved game with a timestamp from the boot menu. This feature makes NixOS more secure, stable, and easier to recover from problems.
Trying to make this "stupid, smart".
Or, to put it another way, trying to word this in away that a dumb people knowing nothing, can understand this, and feel smart once they have read it. But while trying to keep it really simple, without being overwhelming.
NixOS is an operating system, and an operating system is the software user interface that allows you to use your computer. An example would be, Microsoft Windows, Apple macOS, Linux, and BSD.#NixOs #Nix #Linux #Windows #Documentation
NixOS particularly is a Linux-based operating system. NixOS, like Microsoft Windows or Apple macOS, can offer an easy-to-use, graphic user interface (GUI). A common and popular GUI for Linux is called, KDE Plasma. KDE Plasma, offers a very easy-to-use, point and click, environment, similar to Windows or Apple, but not identical, including a control panel (called, Settings), for most of your commonly used settings.
But for the more in-depth settings, NixOS is not like most Linux-based operating systems. In fact, it can be easier to use because, NixOS uses 1 master file to configure nearly everything, except for the previously mentioned common settings which are still conveniently controlled in KDE Plasma.
This master configuration file is located at: /etc/nixos/configuration.nix
For previous Apple macOS users, this file path will be easy to understand. But for those of you coming from Microsoft Windows, unlike, Microsoft Windows, which file path would have been:
C:\etc\nixos\configuration.nix
Linux, like macOS and BSD use
/etc/nixos/configuration.nix
Meaning, you do not use a drive letter, and instead of a backlash \ you use a forward slash /
Fun fact: Microsoft Windows, is the only mainstream operating system, which has not yet adapted this universal standard, and under the hood, even mobile devices such as Apple iOS and Android, use this directory path structure.
Additionally, what separates NixOS from many other Linux developments is it an immutable Linux distribution (distro). Meaning, the root system is protected and also recoverable, meaning if something were to go wrong, you can reboot and select the previous save. This makes NixOS more secure, stable, and easier to recover if anything were to go wrong.
"So that we won't say we didn't know"
A #documentation project by citizens of #Israel that proves you can know what is going on in #Gaza and the #WestBank, if you care to not close your eyes.
»The Daily File is an independent voluntary project by Israeli citizens wishing to bring attention to numeric, visual, documentary information about the daily goings-on in the West Bank and in the Gaza Strip, the interface of #Palestinians and the Israeli security forces and colonists.«
CW / Content warning:
The linked website also documents photography and videos showing what is happening, including wounded human beings and corpses of all ages.
Ever wondered how beforeEach works in unit test frameworks? Check out our new lifecycle diagram!
https://qunitjs.com/lifecycle/
People generally guess right when it comes to ordering, so why a diagram?
We want to show that the order is guaranteed, and showcase what's possible when you depend on it.
Thanks to FND, Jan, and NullVoxPopuli for improving and promoting this work! H/T @FND @simulo @nullvoxpopuli
"When evaluating documentation’s role, consider these broader strategic questions:
- Strategic positioning: How does documentation support the company’s core strategic approach?
- Competitive advantage: Can documentation create or enhance the company’s unique market position? What type of documentation does the competition offer?
- Value proposition: How does documentation contribute to the product’s overall value for customers?
- Knowledge management: How does documentation support internal knowledge retention and transfer?
- Customer lifecycle: How can documentation improve customer acquisition, retention, and satisfaction?"
https://www.thegooddocsproject.dev/blog/making-business-base-know-company-goals
"When evaluating documentation’s role, consider these broader strategic questions:
- Strategic positioning: How does documentation support the company’s core strategic approach?
- Competitive advantage: Can documentation create or enhance the company’s unique market position? What type of documentation does the competition offer?
- Value proposition: How does documentation contribute to the product’s overall value for customers?
- Knowledge management: How does documentation support internal knowledge retention and transfer?
- Customer lifecycle: How can documentation improve customer acquisition, retention, and satisfaction?"
https://www.thegooddocsproject.dev/blog/making-business-base-know-company-goals
Just added some new diagrams to describe the internals of the https://thi.ng/block-fs block storage & filesystem (incl. some examples) and also added/updated CLI tooling docs...
GEDTM30 – A Global 1-Arc-Second (~30m) Digital Terrain Model (DTM)
--
https://github.com/openlandmap/GEDTM30 <-- shared GitHub repository
--
#GIS #spatial #mapping #opendata #global #DTM #GEDTM30 #GitHub #30m #landsurface #parameters #documentation #hydrology #remotesensing #earthobservation #slope #geomorphons #hillshade #geomorphometry #geomorphology #topography #Equi7 #terrainheight #DigitalTerrainModel #landform
RiverREM - Generating River Relative Elevation Model (REM) Visualisations
--
https://github.com/OpenTopography/RiverREM <-- shared GitHub repository
--
https://opentopography.github.io/RiverREM/ <-- shared documentation
--
https://opentopography.org/blog/new-package-automates-river-relative-elevation-model-rem-generation <-- shared Open Topography blog post about RiverREM
--
H/T Heidi Luchsinger / Open Topography
[this post should not be considered as an endorsement of this product aka caveat emptor]
#GIS #spatial #mapping #remotesensing #earthobservation #Python #LiDAR #RiverREM #visualisation #hydrology #water #river #rivervalley #floodplain #terraces #GitHub #opensource #opendata #DEM #REM #model #modeling #RiverRelativeModel #documentation #tutorial #learning #tool #elevation #raster #sinuosity #drainage
Mark your calendar, grab a coffee
— on April 30 (2–4pm CEST) you're invited to our #DocsReviewParty!
After a long road, the #Decidim documentation is finally updated to the latest version. Now we need you to help us review it!
Your feedback on structure, clarity, and content will help improve the docs for everyone — and it's a big step toward our goal of multilingual, community-driven #documentation by 2026.
Register: https://meta.decidim.org/assemblies/eix-comunitat/f/149/meetings/2087?locale=ca
Check the docs: https://docs.decidim.org/en/v0.29/index.html