HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fcambus

no profile record

Submissions

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

club.unix.rocks
12 points·by fcambus·2 tháng trước·3 comments

Sniffing established BLE connections with HackRF One

blog.lexfo.fr
5 points·by fcambus·8 tháng trước·0 comments

Post-quantum security for SSH access on GitHub

github.blog
5 points·by fcambus·10 tháng trước·1 comments

Speedbuilding LLVM/Clang in 3 minutes on Power10

cambus.net
2 points·by fcambus·2 năm trước·0 comments

Playing with DJGPP and GCC 10 on DOS

cambus.net
1 points·by fcambus·2 năm trước·1 comments

Previewing Meteor Lake at CES

chipsandcheese.com
5 points·by fcambus·3 năm trước·0 comments

16colo.rs - ANSI/ASCII art archive

16colo.rs
2 points·by fcambus·3 năm trước·0 comments

My FreeBSD years: 2000-2005

cambus.net
2 points·by fcambus·3 năm trước·0 comments

Playing with Caml Light on DOS

cambus.net
1 points·by fcambus·3 năm trước·0 comments

Maximum argument count on Linux and in GCC

trofi.github.io
2 points·by fcambus·3 năm trước·0 comments

The Chronicles of Gas-Plasma

retropaq.com
2 points·by fcambus·3 năm trước·1 comments

UEFI, PC boot process and UEFI with QEMU

joonas.fi
3 points·by fcambus·3 năm trước·0 comments

Spleen 2.0.0 released with full CP437 support

cambus.net
2 points·by fcambus·3 năm trước·0 comments

Digital Sound in DOS Games Without a Sound Blaster

nerdlypleasures.blogspot.com
3 points·by fcambus·3 năm trước·0 comments

Simdzone: Parsing Zone Files Fast

github.com
1 points·by fcambus·3 năm trước·0 comments

Subtext 2.0 Released with FidoNet Support

jcs.org
2 points·by fcambus·3 năm trước·0 comments

Logswan - Fast Web log analyzer using probabilistic data structures

logswan.org
2 points·by fcambus·3 năm trước·1 comments

Fun with Kermit and ZMODEM over SSH

cambus.net
151 points·by fcambus·3 năm trước·107 comments

ELF hash function may overflow

maskray.me
87 points·by fcambus·3 năm trước·39 comments

Toolchains Adventures - Q1 2023

cambus.net
3 points·by fcambus·3 năm trước·0 comments

comments

fcambus
·2 năm trước·discuss
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 năm trước·discuss
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