What is Hackers' Pub?

Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

This apartment is located diagonally across from mine and I have been obsessed with it since the day I moved in because it seems really tidy and the bed is always made, but I have never seen anyone in it and I've been making up elaborate reasons for why I've never seen the occupants like they work opposite schedules or they're so short they don't even reach the window sill, but my husband just broke the news that I've been diligently monitoring a vacant model unit the entire time.

View of two windows showing an apartment with a living room on the left and a bedroom on the right.
0
0
0
0
0
0
0
1
0
2
0
0
0
0
0
2
1
0
1
0
0
0

욕설 필터 플러그인 배포 #미스키_플러그인 #미스키플러그인

/// @ 0.12.5
### {
	name: "욕설 필터 플러그인",
	author: "@guiltyone@buttersc.one",
	version: "1.0.0",
	description: "욕설을 전부 동그라미로 대체",
	permissions: [],
	config: { 
		debug: {
			type: "boolean",
			label: "디버그 모드",
			description: "디버그를 위해 필터링 로그를 출력합니다.",
			default: false
		}
	}
}

@debugLog(text) {
	if (Plugin:config.debug == true) {
		print(text)
	}
}

@filterBadWords(note) {
	let badWords = [
		['씨발', '○○'],
		['시발', '○○'],
		['ㅅㅂ', '○○'],
		['좆', '○○'],
		['썅', '○'],
		['씹', '○'],
		['개새끼', '○○○'],
		['미친년', '미친○'],
		['미친놈', '미친○'],
		['씨팔', '○○'],
		['존나', '겁나'],
		['줫나', '겁나'],
		['전나', '겁나'],
		['줜나', '겁나'],
		['지랄', '○○'],
		['븅신', '바부'],
		['병신', '○○'],
		['십발', '○○'],
		['부랄', '○○'],
		['씨벌', '○○'],
		['씨방', '○○'],
		['앰창', '○○'],
		['앱창', '○○'],
		['엠창', '○○'],
		['니미럴', '○○○'],
		['염병', '○○'],
		['옘병', '○○'],
		['쪽바리', '○○○'],
		['짱깨', '○○'],
		['짱꺠', '○○'],
		['짱꼴라', '○○○'],
		['쪽발이', '○○○'],
	]
	
	// 변경 가능한 변수로 선언
	var filtered = false

	each (let pair, badWords) {
		let pattern = pair[0]
		let replacement = pair[1]

		let newText = note.text.replace(pattern, replacement)
		if (newText != note.text) {
			debugLog(`욕설 감지됨: "${pattern}", 대체: "${replacement}"`)
			note.text = newText
			filtered = true
		}
	}

	if (filtered) {
		debugLog(`노트 필터링 완료: ${note.text}`)
	}
}

@applyFilter(note) {
	if (note.text != null) {
		filterBadWords(note)
	}

	if (note.reply != null) {
		applyFilter(note.reply)
	}

	if (note.renote != null) {
		applyFilter(note.renote)
	}

	if (note.quote != null) {
		applyFilter(note.quote)
	}
}

@handler(note_) {
	let note = note_

	applyFilter(note)

	return note
}

Plugin:register_note_view_interruptor(handler)

사용 방법: 해당 코드를 복사 - [설정]의 [플러그인]으로 들어가 [플러그인 설치]를 누르고 빈 칸에 붙여넣기 후 저장

기본적인 욕설은 다 넣어놨지만 데이터베이스에서 자신이 원하는 대로 추가 및 제거 해도 됩니다

0
0
0
0
0
1
0
0
0
0
0
0
1
0
0
0
0
1
1
1

선생님: 2-5-1랑 음계 연습 하고계신가요
나: 진도카드에 안 써주시면 안 하죠 ㅎㅎ
선생님: 일퀘라고 생각하고 하세요

그다음부터 안 빼먹고 하는 중

0
0
0

I joined last week, on a whim, with no idea what to expect

Minutes later, I was welcomed by @dillyd which has never happened on any other platform and was a wonderful introduction. So I posted a couple pictures of my , and found, to my surprise, people reacting and interacting

Maybe it's because I'm not fighting an algorithm, or maybe I just found a place where folks truly appreciate cats. Either way, I'm very happy to be here, and I hope you're prepared for more cat pictures

Close-up of face of a black and white cat, eyed closed and asleep, chin resting on a blue blanket
0
0
1
1

When I came here to Mastodon, I met some wonderful people that I just really like knowing.

Some have not stayed. They are missed in this community.

One who did not stay still had a way to reach me and I woke to find a message to me, in a moment that I needed a reminder that people do like me and think about me.

After I replied to him, I remembered this chalk drawing on a pathway in the park during 2020.

I am right where I need to be.

There is something in this moment that I need so that life can be better. So, as uncomfortable and sad as I have been feeling the last few weeks, I will come out the other side a better and stronger me.

I would like that to be like next week if I can define my timeline, please.
💜

"You are exactly where you need to be" written in sidewalk chalk on a paved pathway near grass
0
0
0
1
1

OK, I think my web-based NABU Network emulator is in good enough shape to share!

information-superhighway.net/n

The NABU was a Z80-based PC, released in 1983, that had all of its software delivered over a cable TV signal - like Sega Channel, but a decade earlier. It was only ever available in a handful of cities, including Ottawa, Canada, where it was developed.

Leo Binkowski, who worked at NABU creating arcade game ports, kept virtually everything, so you can experience it just like it was 1983.

Screenshot of the NABU logoThe Nabu Network Category Menu
1. Network Services
2. Education Channel
3. Family Fun
4. World of Games
5. Home ManagementA NABU Network loading screen advertisement:
50% Off Logo Manuals
Open up a whole new world
[image of an open book on the table with turtle graphics coming off the page]
For a limited time
ONLY $10

Murder Mansion LoadingA screenshot of "Metric Converter" for the NABU, as included in the NABU Network 1984 Cycle v1
0
0
0
0