Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 131 words in the discussion.

Trending Topics

#perl#ruby#pack#https#game#bigf#format#github#project#course

Discussion (3 Comments)Read Original on HackerNews

tn1β€’about 2 hours ago
Ruby's un/pack is of course heavily inspired by Perl's: https://perldoc.perl.org/functions/pack

However, slicing strings is a little easier syntax-wise than in Perl.

davidslvβ€’4 days ago
Author here. This started as a hobby attempt to understand Codemasters' old driving AI, which had received quite a few interesting game reviews at the time. Which meant first reading their "BIGF" archive format. The surprise was Ruby: String#unpack is basically a fast, C-backed binary parser hiding in the stdlib, and the whole reader is dependency-free. Repo (MIT): https://github.com/davidslv/bigf

Honest note: AI-assisted throughout β€” I steered and verified every claim against the bytes. No game data committed; tests synthesise fixtures from the documented format.

fwipsyβ€’about 2 hours ago
Neat project. I just wrapped up a somewhat similar, but very limited project to rip assets from Multimedia Fusion 1.5 (.cca) files. I'll throw it up on Github one of these days...

The writeup and even your comment also scan as AI-written to me. Are they?