gsm

How I made a compiler that you can Fax your code to

In this post, I will discuss how to get Samsung FRP tools for PC. These tools function beautifully in the FRP lock subject, and each of the tools listed below has unique capabilities and the capacity to overcome the FRP lock. So, to reset FRP, download FRP Unlock tool and follow our easy steps.

How I made a compiler that you can Fax your code to

#compiler #Fax #code

“Computing: the Details”

Hi, I’m Lex (they/them)
You’ve found a video about one of my many silly projects.

This one is a compiler that you communicate with by fax.

The code for it is all on github, if you want to build your own:

The original short video where I introduced it…

source

Related Articles

19 Comments

  1. 11:00 If the output fax was just the input fax, you could send a quine and have it forever print the same thing.

    (A quine is a source code file which, when compiled and run, outputs its own text. Yes, C can do this.)

  2. next time you do this if it's for something small skip the annoying OCR stuff and use GPT4-o or LLaVA. Those models are great at structured data extraction!

  3. Is there some kind of tool to automatically fix many ocr errors that result in compiler errors by replacing the char causing the problem by a lookalike until it works?

  4. Love it 🙂
    Fax resolution is odd: 204 x 98 DPI 1 bit/px. "Fine" setting would do squarer pixels = explains your odd rescaling. Perhaps dont rescale for better OCR.
    Encoding was a crude run length limit scheme: eg 15 white px,2 blk,19 white etc to fill a line…then move to the next line…
    For a while, scammers realised this and would send out faxes by bulk electronic methods…with a "competition" on and a detailed pixelly image. Fax Back with the answer box ticked and your contact details written on to win a prize.
    Many companies were charged for this as the fax back number was one of those £1/min.
    …and the optical scanning process made the return transmission reallllllyyyyy sssllloooowwwwww.

  5. You can make Hylafax working with FreeSWITCH or Asterisk. A phone number can be purchased from many of voip providers. You need to make sure the number provider support t.38 as transmitting FAX over voice codec like g.711 isn't reliable.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button