I 💕 free software. I especially like #KDE #okteta which I frequently use for viewing PDF files when hacking on Poppler and #okular

Okteta 0.26.23 released for Haiku.

Okteta is an editor & viewer for the raw data of files. Its functionality is
mainly implemented in software libraries with a public API and thus also
available to other software.

Learn more at https://apps.kde.org/okteta

#HaikuOS #haikuports #KDE #Qt #Okteta #HexEditor #opensource

Tócame la #Okteta https://docs.kde.org/trunk5/en/okteta/okteta/index.html

ÎÂÚÊ^ÆÞÜìÊäæÂèÒÞÜæ^êÜÆ^æèÞäÚæ^æèÚ¾æÂÚ¾æÆÂܾäÊæÊÂäÆÐ¾Ä¾ÂêèÞàÊä̾¾ÄêÜÈØÊª

es en realidad

game/conversations/unc/storms/stm_sam_scan_research_b_autoperf__bundleU

byte >> 1

Lel.

Los símbolos ASCII tienen una longitud de 7 bits. Antes de serializar desplazan cada byte de las cadenas de texto un bit a la izquierda.

The Okteta Handbook

Okteta is a simple editor for the raw data of files. This type of program is also called hex editor or binary editor.

Turns out, i don't need to figure out a complicated script that de- and remuxes #MKV - i just throw 'em into a hex editor and fix the (SRT-type) #subtitles like a hacker. 😎

#KDE #Okteta handles this task quite nicely; i can search and replace. In order to not mess up pointers, i did maintain the overall length of the file, though.

It would probably be better if Okteta was named something like "KHex" because it's really hard to remember its name otherwise.

#Okteta

Today I (re-)discovered #Okteta which is really useful for optimizing and reimplanting the binfile driver for #navit.
I am currently in the process of writing the structure of the binfile tile format as a structure which is really easy. Only thing I find that Okteta is missing is the ability to jump to the next struct in order.
The tile format is basically a singly-linked list and it would be nice if it would be possible to jump to the next item.
#fileformat