HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fcambus

no profile record

投稿

Beneath the Linux surface: the Unix legacy, a lively ecology

club.unix.rocks
12 ポイント·投稿者 fcambus·2 か月前·3 コメント

Sniffing established BLE connections with HackRF One

blog.lexfo.fr
5 ポイント·投稿者 fcambus·8 か月前·0 コメント

Post-quantum security for SSH access on GitHub

github.blog
5 ポイント·投稿者 fcambus·10 か月前·1 コメント

Speedbuilding LLVM/Clang in 3 minutes on Power10

cambus.net
2 ポイント·投稿者 fcambus·2 年前·0 コメント

Playing with DJGPP and GCC 10 on DOS

cambus.net
1 ポイント·投稿者 fcambus·2 年前·1 コメント

Previewing Meteor Lake at CES

chipsandcheese.com
5 ポイント·投稿者 fcambus·3 年前·0 コメント

16colo.rs - ANSI/ASCII art archive

16colo.rs
2 ポイント·投稿者 fcambus·3 年前·0 コメント

My FreeBSD years: 2000-2005

cambus.net
2 ポイント·投稿者 fcambus·3 年前·0 コメント

Playing with Caml Light on DOS

cambus.net
1 ポイント·投稿者 fcambus·3 年前·0 コメント

Maximum argument count on Linux and in GCC

trofi.github.io
2 ポイント·投稿者 fcambus·3 年前·0 コメント

The Chronicles of Gas-Plasma

retropaq.com
2 ポイント·投稿者 fcambus·3 年前·1 コメント

UEFI, PC boot process and UEFI with QEMU

joonas.fi
3 ポイント·投稿者 fcambus·3 年前·0 コメント

Spleen 2.0.0 released with full CP437 support

cambus.net
2 ポイント·投稿者 fcambus·3 年前·0 コメント

Digital Sound in DOS Games Without a Sound Blaster

nerdlypleasures.blogspot.com
3 ポイント·投稿者 fcambus·3 年前·0 コメント

Simdzone: Parsing Zone Files Fast

github.com
1 ポイント·投稿者 fcambus·3 年前·0 コメント

Subtext 2.0 Released with FidoNet Support

jcs.org
2 ポイント·投稿者 fcambus·3 年前·0 コメント

Logswan - Fast Web log analyzer using probabilistic data structures

logswan.org
2 ポイント·投稿者 fcambus·3 年前·1 コメント

Fun with Kermit and ZMODEM over SSH

cambus.net
151 ポイント·投稿者 fcambus·3 年前·107 コメント

ELF hash function may overflow

maskray.me
87 ポイント·投稿者 fcambus·3 年前·39 コメント

Toolchains Adventures - Q1 2023

cambus.net
3 ポイント·投稿者 fcambus·3 年前·0 コメント

コメント

fcambus
·2 年前·議論
The character and color cycling effect program mentioned at the end of the article is available here: https://www.cambus.net/character-and-color-cycling-effect-in...
fcambus
·3 年前·議論
It's a bit overkill for only building Poke, but you can use Pkgsrc [1] to do so on macOS:

Bootstrap Pkgsrc:

git clone https://github.com/NetBSD/pkgsrc.git

cd pkgsrc/bootstrap

./bootstrap --unprivileged

And then build and install Poke:

cd ~/pkgsrc/editors/poke

bmake install package clean clean-depends

[1] https://pkgsrc.org