social.heise.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Der Mastodon-Server von und für Heise Medien und insb. die Nachrichten von heise online.

Serverstatistik:

38
aktive Profile

#documentation

1 Beitrag1 Beteiligte*r0 Beiträge heute

Finalizing the "Wall of SDR" ...

P25 in to Trunk Recorder

Multiple SDR into Kismet Wireless for 315/433/915/1090 and also a BT TIC for BTLE monitoring

Multiple SDR into SDR++ Server for local Amateur Radio Repeaters monitoring

Dedicated line to another machine for just specific testing.

And then finally documented.

#SDR #SoftwareDefinedRadio #AmateurRadio #HAMRadio #RTLSDR #BladeRF #KismetWireless #Kismet #WiFi #BTLE #Diagram #Documentation #WiresWiresWires #Antennas #ADSB #1090

New #Documentation: Geo-blocking UK users in #BunnyCDN

I've got a site that, I think, #Ofcom _could_ decide falls under Part 5 of the #OnlineSafetyAct (actually, more accurately, I can't say definitively enough that they wouldn't).

I'm not willing to pay any money to the Age Verification industry, or let them have visitor data.

So, I've decided to move the site definitively out of scope by ensuring it doesn't have UK users

The post describes how to geoblock the UK

bentasker.co.uk/posts/document

www.bentasker.co.uk · Geoblocking the UK with BunnyCDN
Mehr von Ben Tasker

One difficult aspect of researching Manga is that it seems the English Language Internet is far more interesting in documentation the Publication dates of the Volumes then the original Chapters.

This would be like if a DC Wiki only had release dates for Trade Paperbacks and not the actual Issues.

Like when I needed the release dates for specific Codename Sailor V and Sailor Moon chapters for a post i made last year. They weren't on Wikipedia or either Sailor Moon FanWiki or MAL, I had to google to eventually find a more random website that I feel lucky existed at all.

💾 How do you document your homelab? 🏠💡

Do you have a structured system for keeping track of your setups? Are you a meticulous curator of computer configurations? A dotfile dilettante? A network note-taker?

I'm looking for sustainable, open-source-friendly ways to document and templatize system and network setups. I really am only interested in something easy to maintain, not tied to a specific proprietary tool, and useful for both tracking infrastructure state and making changes over time.

How do you manage this? Markdown wikis? Git-based IaC? YAML sprawl? Hand-etched stone tablets? Drop your thoughts, workflows, or favorite tools! 🚀🔧

🆕 blog! “A small contribution to curl”

The venerable curl is one of the most fundamental pieces of code in the modern world. A seemingly simply utility - it enables other programs to interact with URls - it runs on millions of cars, is inside nearly every TV, used by billions of people, and is even in use on Mars.

And, as of last week, features a small contribution by…

👀 Read more: shkspr.mobi/blog/2025/02/a-sma

#curl #documentation #OpenSource

Terence Eden’s Blog · A small contribution to curl
Mehr von Terence Eden

I have been playing around with running PHP through WASM, mostly to see how we can enable more extensions for the one that runs in the PHP documentation.

Following up from our latest @thephpf developers meeting, where we discussed improving the @php website, I made a little prototype of a PHP version of the Go tour (go.dev/tour/welcome/1) — unlike Go's, this one runs the code in the browser!

I am hoping to turn this into a comprehensive introduction into PHP.

LdBeth used the original LaTeX sources of Common LISP: The Language, 2nd edition (CLtL2) to reprocess the book for improved readability, thus fixing the text box overflow and other formatting issues that affected the PostScript version previously available online. The new PDF and PostScript versions feature other improvements such as chapter and section links.

ldbeth.sdf.org/cltl2.html

ldbeth.sdf.orgCommon Lisp the Language, Second Edition

One of the hardest things to do is to keep a complete conceptual model of the software you’re building in your mind at all times (if you hear people talking about “getting into the flow”, a lot of that is about constructing or reconstructing that model in your mind before you’re able to be productive in making changes to an existing piece of software).

There are lots of things we can do to make this easier.

Modularisation is one of those things (so we don’t necessarily have to keep everything in our heads at the same time).

A test harness is another (so that when we invariably fail to keep everything in our heads and make a change over here that breaks something else over there, we are alerted to it as quickly as possible).

But documentation also plays an important part – especially when you’re bringing someone new onto the team or bringing yourself back to the team after a week or two away. And documentation that helps you build a conceptual model of the software in your head is usually one of those things that’s lacking.

So, to try and address this in Kitten, I’ve started to write – in addition to the (currently, woefully inadequate) reference guide¹ and tutorials² – a technical manual:

kitten.small-web.org/reference

Think of its as the equivalent of those old-school factory service manuals you would get for cars and even computers, back in the day.

Eventually, you should be able to read the technical manual to form a conceptual model of how Kitten works. Hope you find it useful.

:kitten: 💕

¹ kitten.small-web.org/reference
² kitten.small-web.org/tutorials

Finally had some time to play around with #mdbook. And I must say, I am impressed.

Very easy to use, very intuitive. And the documentation is really excellent (and written as a mdbook...).

github.com/rust-lang/mdBook
rust-lang.github.io/mdBook/ind

mdbook makes it really easy to put together some markdown files and create a good looking, browsable documentation.

GitHubGitHub - rust-lang/mdBook: Create book from markdown files. Like Gitbook but implemented in RustCreate book from markdown files. Like Gitbook but implemented in Rust - rust-lang/mdBook
#rust#markdown#documentation