Private
Public Access
samples
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 205 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 443 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 333 KiB |
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: "no Tokens and no ASTs. (easier because its Forth-like)."
|
||||
author: "/i:'mɪər/"
|
||||
handle: "@VPCOMPRESSB"
|
||||
post_url: "https://x.com/VPCOMPRESSB/status/1991383117571957052?s=20"
|
||||
post_id: "1991383117571957052"
|
||||
timestamp: "2025-11-20 05:48:27"
|
||||
post_count: 1
|
||||
reply_count: 0
|
||||
repost_count: 0
|
||||
like_count: 4
|
||||
view_count: 292
|
||||
---
|
||||
|
||||
# @VPCOMPRESSB — no Tokens and no ASTs. (easier because its Forth-like).
|
||||
|
||||
## Post 1 (2025-11-20 05:48:27)
|
||||
|
||||
no Tokens and no ASTs. (easier because its Forth-like).
|
||||
|
||||
all i'm doing is transforming the source directly via byte shuffling and bit magic, and its parallelizable at a per-byte basis [theoretically, because i have yet to try that out].
|
||||
|
||||
code is awful because i'm using Java as if it's C, and it isn't optimized (plenty of optimizations that i've setup) nor cleaned.
|
||||
|
||||
the <\> represents NULL. (this was debugged with print 🙂).
|
||||
|
||||
[Media 1](./media/1991383117571957052_1.png)
|
||||
[Media 2](./media/1991383117571957052_2.jpg)
|
||||
[Media 3](./media/1991383117571957052_3.jpg)
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"root_post_id": "1991383117571957052",
|
||||
"posts": [
|
||||
{
|
||||
"post_id": "1991383117571957052",
|
||||
"author": "/i:'mɪər/",
|
||||
"handle": "VPCOMPRESSB",
|
||||
"text": "no Tokens and no ASTs. (easier because its Forth-like).\n\nall i'm doing is transforming the source directly via byte shuffling and bit magic, and its parallelizable at a per-byte basis [theoretically, because i have yet to try that out].\n\ncode is awful because i'm using Java as if it's C, and it isn't optimized (plenty of optimizations that i've setup) nor cleaned.\n\nthe <\\> represents NULL. (this was debugged with print 🙂).",
|
||||
"timestamp": "2025-11-20 05:48:27",
|
||||
"media_urls": [
|
||||
"https://pbs.twimg.com/media/G6LJrEgXkAA2Z26?format=png&name=orig",
|
||||
"https://pbs.twimg.com/media/G6LPXFOWAAABSVy?format=jpg&name=orig",
|
||||
"https://pbs.twimg.com/media/G6LPYhqXgAA2rvt?format=jpg&name=orig"
|
||||
],
|
||||
"reply_to_id": null,
|
||||
"quote_of_id": null,
|
||||
"metrics": {
|
||||
"reply_count": 0,
|
||||
"repost_count": 0,
|
||||
"like_count": 4,
|
||||
"view_count": 292
|
||||
}
|
||||
}
|
||||
],
|
||||
"source_url": "https://x.com/VPCOMPRESSB/status/1991383117571957052?s=20",
|
||||
"source_urls": [
|
||||
"https://x.com/VPCOMPRESSB/status/1991383117571957052?s=20"
|
||||
],
|
||||
"member_targets": [
|
||||
"1991383117571957052"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user