[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor acceptance emails will be sent out over the coming weeks. Make sure to check your spam folder!


[Advertise on 4chan]


File: demo.png (37 KB, 845x506)
37 KB PNG
>be me
>need to write a simple printable document
>open Word, it wants to update
>open LibreOffice, corrupted .docx from 2019
>try HTML, now I need a CSS reset and three browser tabs
>try Markdown, no page breaks, no print model
>try PDF, now I need a $400 tool to edit my own file

so I wrote a format

EPP. Easy Paper Package. .epp files. pure UTF-8 text. no binary. no embedding. no network calls. opens in notepad. prints on A4.

%epp=0.3%
@heading "My Document" {bold, align=center}
@text "This is a paragraph."
@callout "Don't forget to back up." {color=yellow}
@bullet "Item one" {type=check}
@bullet "Item two" {type=check}
@bullet "Item three" {type=arrow}
@newpage
@page 2 {lined}
@heading "Notes"
@text "Looks like notebook paper when rendered."


every command starts with @, text in double quotes, attributes in {curly braces}, semicolons are comments, unknown commands silently ignored. parser fits in ~150 lines.

has: pages, headings, paragraphs, bullets, tables, code blocks, blockquotes, callout boxes, headers/footers with auto page numbers, text highlighting, lined pages, coloured backgrounds, page rotation, metadata.

doesn't have: images, embedded anything, javascript, external references, a 40MB runtime, your soul.

spec frozen at v0.3. backwards compatible forever.

not open source because I'm one person and can't manage a community on top of paying for hosting. spec is fully public, write a parser, do whatever.

easypaperpackage.xyz

yes I know about LaTeX, groff, Typst. it's not replacing any of them. it's for when you just want to write a document and print it and never think about it again.

fyi I wrote the spec, Claude wrote the readme and site code. if you're going to call me a subhuman at least get the details right.
>>
need a few more em dashes and "it's not x, it's y"
>>
pretty cool OP
>>
fuck off
>>
>>109148431
Since it's non-standard you still need a program to render it.
>>
>>109148431
This is an interesting example of something I have noticed of late. Both Commercial software and freeware software have become bloated useless messes. It is interesting that they have become useless through different means, but have both ended up where they are today.
This mass incompetence has begun to cause a new era of creativity: people are starting to write their own software. Godspeed, OP. You may be part of a movement and you didn't even know it.
>>
>>109148845
Built an entire ecosystem for it. Check: https://easypaperpackage.xyz/ecosystem.html
>>
niggas reinventing html, episode #6742069
>>
>>109148860
True, Nothing is perfect; everything needs a change. Personally, I think my project will die, but someone else will succeed
>>
Botnet
>>
>>109148892
sort of it's HTML but with restrictions
>>
texmacs eats your lunch.
>>
>>109148892
>>109148910
looks more rtf than html imo
>>
>>109148941
TeXmacs is 50MB, requires a full install, has a GUI-only workflow, and its source files are not human-readable plain text. I can open an .epp file with cat. Can you cat a TeXmacs file and read it?
>>
>>109148994
>it's for when you just want to write a document and print it and never think about it again.
>>
>>109148942
RTF comparison is fair. RTF survived 40 years. I'll take it.
>>
>>109148942
Wait... rtf has binary image blobs
>>
File: 1782039009608409.png (67 KB, 787x628)
67 KB PNG
>>109148431
tell your clanker to fix the website
>>
>>109149330
fixed, thanks for pointing this out.
>>
>>109149330
don't help him, us snailcats gotta stick together
>>
>>109148431
hi claude
>>
>>109148860
Actually, this is caused by people constantly asking "can you add X", "can you add Y"... and soon enough you have a bloated mess that needs to do every possible combination in the universe.

See: 4chanX as an example.
>>
>>109148431
>need
>printable
That's literally where all problems in computing began from day 1.
>>
>>109148431
>pure UTF-8 text. no binary. no embedding. no network calls. opens in notepad. prints on A4
This nigga axed Claude to recreate RTF
>>
>>109148431
very cool, Sourasish Das
>>
>>109149756
Good man, Read the full thread. RTF has images.
>>
>>109149799
Thanks for the shout out
>>
>>109149847
>RTF is a better format
But we've already established this thoughever
>>
>>109149862
binarys get corrupted over time, so we ditch them completely
>>
>>109149935
shut up
>>
>>109149935
only lossy formats and even those only on spinning rust.
you do have an ssd, don't you?
>>
File: file.png (8 KB, 489x58)
8 KB PNG
>>109148431
i am just glad that this is at least not a youtube link /screencap thread
credit where it's due
>>
>>109149935
wait until you figure out how text data is stored
>>
>>109148431
just use LaTeX
>>
>>109148431
that's a cool project. however you probably didn't know about asciidoc which probably has all the features you need.
>>
>>109150001
Yes, Mr Opp SSD is what's keeping my pc alive, my HDD failed ages ago. I'm not saying EPP is better than RTF. EPP is for something more specific
>>
>>109149382
>claude fix website plz no mistakes saar!
>>
>>109150056
LaTeX is 4GB, needs a compiler, and the syntax looks like this: \begin{document}\section{Hello}\textbf{World}\end{document}. My gran can read an .epp file in notepad. different tools.
>>
>>109149935
kek kys
>>109148431
babby's first day using a computer?
>>
>>109150012
atleast it'll last for 30-50 yesrs.
>>
>>109150064
knew about it. AsciiDoc needs a Ruby runtime or a Node toolchain to render. an .epp file renders with ~150 lines of any language and prints on A4 with no dependencies. different priorities.
>>
>all those "plaintext but better" text formats and editors
>all my notes are in xlsx because there is literally zero lightweight table processors with some basic math capabilities and maybe lightweight formatting, everything is either "notepad with columns" csv or full blown excel wannabe
What do
>>
>>109150148
EPP has tables. not math, but if you just need structured notes with formatting it might be what you're looking for. easypaperpackage.xyz
>>
>>109150056
i think op doesnt know latex
>>
>>109149382
Even the reply sounds like an LLM. fuck
>>
>>109150212
I think I need to change my gender to Non-Binary LLM, so I can say I’m Claude(I use a grammar corrector to write replies)
>>
>>109150210
I think you haven't read the thread.
>>
I thank that's enough 4chan for today, I'll check the thread tomorrow. -OP
>>
>>109148431
If I could delete any software from the planet, first it would be all Google products, but my second choice would be the entire category of files you mentioned up above.

Use .png and .txt.
>>
>>109148431
Did you do your due diligence?

https://guidest.com/markdown/page-break/
>>
How do you bold or highlight text within a line?
Why does the "Revenue grew 12%." {highlight=green} only highlight the 12% while then next one highlights the whole line?
>>
File: 1777664611126624.png (632 KB, 1024x1024)
632 KB PNG
%epp=0.333333333333333%

easy pure no binary no no nooo...
>>
>>109148431
abiword
Typst
>>
File: 2026-06-27-190145.png (168 KB, 1262x340)
168 KB PNG
>>109150411
>Typst
....
>>
>>109148942
>>109150148
>table processors with some basic math capabilities
emacs org-mode
>>
Never heard of pandoc??
>>
>>109150376
You have to bold and highlight text for the whole line
>>
>>109150411
Typst needs a compiler. AbiWord is a Word clone. neither is plaintext.
>>
>>109150876
pandoc converts between formats. it's not a format. you still need something to convert from.
>>
>look inside the I made
>it's Claude made
>>
>>109151489
>it's not a format. you still need something to convert from
No shit
You pick one of the 70+ formats that it supports
And don't bother creating some new thing that no one else will ever use
>>
>>109149395
You’re a snailtrans tho
>>
>>109148431
this retard actually paid for a website for his stupid claud vomit, kwab.
more money than sense
>>
>>109148431
kys vibenigger
>>
>>109148431
I'll slit your throat when I find where you live abdullah
>>
>>109148431
uuhh anon NOT USER FRIENDLY you NEED to support drag and drop images and other files with automatic cloud upload, CLOUD synchronization, integrated AI as well as CONNECTORS to notion, onenote, obsidian and so on else there'll be ZERO adoption
>>
>>109148431
>can't be put as oneliner
already shittier than html
>>
>>109151458
Fucking garbage.
>>
>>109153084
Agree. Why OP would spend a day or two vibecoding this garbage, probably with lots of bugs (even the website is fucking bugged, and it takes less than 5 seconds to notice it). AI-generated thread written by Grok, with replies being written by some other LLM, so OP can't even learn a basic human language, let alone programming one. So, all things considered, OP should kill himself.
>>
>>109148431
Pretty cool OP.
It's good to reinvent the wheel sometimes just because you can.
Wonder if it would have been easier to just extend markdown.
>>
>>109153432
Sourasish Das even if you samefag a thousand times no one will use your vibe coded piece of shit
>>
File: sad2.jpg (38 KB, 478x465)
38 KB JPG
thanks anon

me and my team of saars have just picked this source code up and patented it. i will be closed source and positioned as a B2B SaaS we anticipate it will scale to 2M MRR by end of this year
>>
>>109148431
>fyi I wrote the spec, Claude wrote the readme and site code. if you're going to call me a subhuman at least get the details right.
Subhuman, did Claude write the 4chan_Post_Final.md too?
>>
>>109148431
>not open source because I'm one person and can't manage a community on top of paying for hosting
oh god, it's retarded dot jpg
>>
>>109148431
Even the fucking post body is AI slop. Put SOME ORIGINAL EFFORT INTO YOUR WORK YOU FUCKING CLANKER DRIVER.
>now I need a CSS reset and three browser tabs
This makes no sense. Did you tell Claude to "make an epic 4chan greentext to shill my product"?
>try Markdown, no page breaks, no print model
MD to PDF, then print.
The only text formats needed are txt and md. Print formats and text formats are different and for good reason. This post is slop, you code is most likely slop. Although I will say that the syntax looks decent, akin to a simpler version of LaTeX but with most functionality missing.
>>109149799
>Sourasish Das
Of course.
>>
>>109153771
>epic 4chan greentext to shill my product
It's so funny because it still reads like a Show HN, and the Claude constitutional limits make "subhuman" the worst possible slur it can fathom.
>>
>>109153771
Sourasish Das [s]Auto[/s]
>>
>>109151477
>Typst needs a compiler
And your shit converts plain text to formatted output by pure magic?
>>
File: sure.jpg (110 KB, 836x1024)
110 KB JPG
>I made a document format
>so I wrote a format
>fyi I wrote the spec
>>
File: 1781880098184975.png (438 KB, 800x450)
438 KB PNG
>>109148431
fuck you
>>
All targets met, color = green. It's nearly blue.
Review budgey = color yellow. It's orange.
Revenuue grew 12% = highlight green ITS FUCKING YELLOW. Lmao, what shit.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.