Trending

#RTFM

Latest posts tagged with #RTFM on Bluesky

Latest Top
Trending

Posts tagged #RTFM

Bash Reference Manual

Bash Reference Manual

Bash Reference Manual

#bash #linux #Rtfm #documentation #commandline

programmerhumor.io/bash-memes/bash-referenc...

0 0 1 0
Post image

@washingtonpost.com
Reset? RESET? What, did he blow a breaker? General Protection Fault? Tried to divide by zero? #StateOfTheUnion #RTFM

0 0 0 0
Photo of Blouie's new fursuit surgery helper (a sewing machine).

Photo of Blouie's new fursuit surgery helper (a sewing machine).

Zipper prepared for sewing on a fursuit body suit.

Zipper prepared for sewing on a fursuit body suit.

Leveling up capabilities and skills alongside (hopefully 😆)
After some #RTFM I figured out the basic operation of a sewing machine, now wish me luck for machine-sewing my first zipper 😊

#fursuit #repair #shenanigans

24 0 0 0

why were they storing the logs..... Parents reading terms!!?💭🤔 #rtfm #TOS #nightmarereading most terms of service intentionally made very difficult to read.

0 0 0 0

when you spend hours looking for those bifurcation settings in bios setup just to realize that it's just a bloody jumper #rtfm #rtfm #rtfm

2 0 0 0

Odds are we become involved in yet another endless Middle East war. Blood & Treasure expenditures all recounted in the Christian Bible - if 2000 years of internecine warfare documented in the Christian Bible isn't enough to dissuade war - nothing is!

#RTFM

1 0 0 0
Preview
Tailscale Peer Relays · Tailscale Docs Use Tailscale Peer Relays for client-to-client connections when direct connections aren't possible.

> Tailscale first attempts to use any available peer relays in the tailnet before falling back to DERP servers.

> # Peer relay device requirements
>
> Sufficient network bandwidth and low latency to effectively relay traffic for other devices.

tailscale.com/kb/1591/peer...

#RTFM

0 0 0 0
Post image

els manuals que fem, i que hem de llegir, rellegir i actualitzar: com comptabilitzen? #RTFM

1 0 1 0
Post image

I've always had faith in a Higher Power. #RTFM #UEFI #BIOS

0 0 0 0

Here's your laugh for today! #AI was no match for #RTFM!

#PCMR #PCGaming #gaming

https://www.reddit.com/r/pcmasterrace/s/lsQrPYwyhm

0 1 0 0
Preview
a cartoon character says to take seconds to read the instructions ALT: a cartoon character says to take seconds to read the instructions

Why does he need ChatGPT? Why doesn’t he read the owners manual?

#RTFM

0 0 0 0

The amount of people that don't #RTFM and ask reddit for help is astonishing. Every single day on one particular r/ it's the same questions with the same problems with the same "idk what you mean by buffer size and sample rate"

0 0 0 0
Read the Fucking Manual - Blain Smith

Read the Fucking Manual

blainsmith.com/articles/rea...

#RTFM #Engineering #SoftwareEngineering #HardwareEngineering #Research #SelfSufficient

1 0 0 0
Post image Post image

Still loving my stuff from @thewitsendstore.bsky.social

#Linux
#Tux
#RTFM

8 0 1 0

Vooral niet doen. Doen mannen ook niet. 😋
#rtfm

0 0 1 0
Original post on framapiaf.org

Le fait que les comptes
https://tagpush.app/@gaza et
https://tagpush.app/@gaza
ne soient suivis par personne, prouve à quel point les gens du #fediverse n'utilisent pas les # , pourtant si utiles pour décloisonner
Gens de #mastodon , ici pas d'algorithmes, pas d'automatismes, pas de #fachos pour […]

0 1 0 0

Maybe we need to update #RTFM. Manuals are rare these days. The information you need is online, as PDF datasheets, forum posts, Git gists. It should be RTFAI (‘Available Information’). Perhaps just RTFI. Or we could just say ‘Read’, followed (if you feel strongly) by FFS. RFFS?

#tech #technology

0 0 0 0
Video

Also known as "fast wash" or "speed wash," but no matter what it's called, you should make sure you're using it correctly by referring to the manual for your specific model of washing machine! #RTFM #QuickWash #FastWash #WashingMachine #Laundry

4 0 0 0
T-Shirts Designed by ME!
T-Shirts Designed by ME! YouTube video by RenDuH

Punk ponies, Sinner's Circle, and reading the manual! Just a tiny glimpse into what it's like inside my brain. lmao #PunkPonyClub #PinkPonyClub #SinnersCircle #RTFM #Art

3 0 0 0
KOReader User Guide

Nächster Schritt: Userguide lesen :)

koreader.rocks/user_guide/
#RTFM #KOReader #kindle

1 0 2 0

reminder: #RTFM #dev

1 0 0 0
Video

If you're using the "quick wash" cycle for EVERY load of laundry you wash...you're doing it wrong. #RTFM #WashingMachine #Laundry #Laundry101 #QuickWash

5 2 0 0

Hätte doch das Handbuch und nicht das www fragen sollen. #rtfm #hahohe

0 0 1 0
Post image

This seems like an important thing to know...

#RTFM #SMB1 #SMBv1 #Intune #Windows11 #Win11 #Windows

2 0 1 0
Screenshot of Z80 assembly language that reads as follows:
	DEVICE ZXSPECTRUM48

	org $5CCB				; Usual PROG value

prog:
		defw 	$0			; BASIC Line number (big endian)
		defw eol-sol		; BASIC Line length (lttle endian)
sol:	equ $
		defb	$FD			; CLEAR
		defb	$B0			; VAL
		defb	$22			; "
		defm	"32768"
		defb	$22			; "
		defb	":"
		defb	$EF,$22,$22,$AF	; LOAD "" CODE
		defb	":"
		defb	$F9,$C0,$B0,$22	; RAND USR VAL "
		defm	"32768"
		defb	$22				; "
		defb	$0D				; End of line marker
eol:	equ $

	org $8000

start:
		ld hl,$4040
		ld (hl),255
		ret

	EMPTYTAP "00sjasmplus.tap"
	SAVETAP  "00sjasmplus.tap",BASIC,"loader",prog,eol-prog,0
	SAVETAP  "00sjasmplus.tap",CODE,"Program",start,$-start

	end start

Screenshot of Z80 assembly language that reads as follows: DEVICE ZXSPECTRUM48 org $5CCB ; Usual PROG value prog: defw $0 ; BASIC Line number (big endian) defw eol-sol ; BASIC Line length (lttle endian) sol: equ $ defb $FD ; CLEAR defb $B0 ; VAL defb $22 ; " defm "32768" defb $22 ; " defb ":" defb $EF,$22,$22,$AF ; LOAD "" CODE defb ":" defb $F9,$C0,$B0,$22 ; RAND USR VAL " defm "32768" defb $22 ; " defb $0D ; End of line marker eol: equ $ org $8000 start: ld hl,$4040 ld (hl),255 ret EMPTYTAP "00sjasmplus.tap" SAVETAP "00sjasmplus.tap",BASIC,"loader",prog,eol-prog,0 SAVETAP "00sjasmplus.tap",CODE,"Program",start,$-start end start

D'oh! I just spent the last hour recreating-from-vague-memory some SjASMPlus code to create a self-running .tap file …which is included as an example file with the assembler anyway. Oh well. It was fun and we've all learned something along the way.

#z80 #asm #BASIC #RTFM #journey #destination #yolo

1 0 0 0

#RTFM

0 0 0 0
Preview
Chain of Command² Rule Clarifications Last updated: 22nd September 2025 I have been asking and watching discussions on some Chain of Command² rule clarifications on the Facebo...

Some more musings on Chain of Command² Rule Clarifications - this time Bunched Targets, Bunkers and Smokey Tanks

wargamingthings.blogspot.com/2025/09/chai...

#spreadthelard #wargaming #rtfm

12 0 0 0
Preview
Jörmungandr: A Study in Global Human Trafficking and Abolitionist Strategy Jörmungandr: A Study in Global Human Trafficking and Abolitionist Strategy [Zarnowski, Adam] on Amazon.com. *FREE* shipping on qualifying offers. Jörmungandr: A Study in Global Human Trafficking and Abolitionist Strategy

Also, for Christ's sake, tell the #11b to actually #read the field manual I wrote them! #RTFM

www.amazon.com/J%C3%B6rmung...

1 1 1 0