home.social

#antibrowser — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #antibrowser, aggregated by home.social.

  1. Last 2 days in agnostic shell wrapping for any language (22 so far including and (yes sed)) shown scenario 74 apps on a single machine, slower than spreading out the tuples server,client,test driver on 3 different machines. Still effin fast because no , no windows manager no fekking bloated libraries, nothing but and no fonts either! don't need em

  2. Last 2 days #coding #antibrowser #gui #apps in agnostic shell wrapping for any language (22 so far including #ada #cobol and #sed (yes sed)) shown scenario 74 apps on a single machine, slower than spreading out the tuples server,client,test driver on 3 different machines. Still effin fast because no #browsers, no windows manager no fekking bloated libraries, nothing but #C and #sockets no fonts either! don't need em

  3. Last 2 days #coding #antibrowser #gui #apps in agnostic shell wrapping for any language (22 so far including #ada #cobol and #sed (yes sed)) shown scenario 74 apps on a single machine, slower than spreading out the tuples server,client,test driver on 3 different machines. Still effin fast because no #browsers, no windows manager no fekking bloated libraries, nothing but #C and #sockets no fonts either! don't need em

  4. Last 2 days #coding #antibrowser #gui #apps in agnostic shell wrapping for any language (22 so far including #ada #cobol and #sed (yes sed)) shown scenario 74 apps on a single machine, slower than spreading out the tuples server,client,test driver on 3 different machines. Still effin fast because no #browsers, no windows manager no fekking bloated libraries, nothing but #C and #sockets no fonts either! don't need em

  5. Last 2 days #coding #antibrowser #gui #apps in agnostic shell wrapping for any language (22 so far including #ada #cobol and #sed (yes sed)) shown scenario 74 apps on a single machine, slower than spreading out the tuples server,client,test driver on 3 different machines. Still effin fast because no #browsers, no windows manager no fekking bloated libraries, nothing but #C and #sockets no fonts either! don't need em

  6. Tonight I'm back down in the lab a comfy 62F and the humidity is up to 26%! #cloud #guiapps #antibrowser 22 languages

  7. #Antibrowser 234(18x13) tiny calculator cloud apps in 12 languages, using just #sockets on the same machine, this time. How do I do it? /dev/fb0 No fonts, just functionals scribbling direct no layers of x11 no layers of anything. 234 servers, 234 pairs of ports for comms, stdio for ada..cobol..awk etc. 234 thin clients 1/1082 size of bloated chrome each. 234 test harnesses sending "keystrokes and clicks" down through sockets then stdin

  8. #Cloud #Antibrowser progress 165 calculators in 12 languages 80 apps in 15ish languages altair sim in awk and lisp. Paint in C graphing calc in lisp(mine) rest calculators from ada to cobol to forth to sed(that's right) NO fonts NO X11 NO layers of crap slowing me down, framerate is off the scale. 6 machines running client(1/1000th browser) server language agnostic and universal test UI

  9. #antibrowser #Altair8800 #awk #Basic #Basic4K so this is 12 * basic graphing running on Bill's 4k basic running on an altair simulation written in awk, running on 12 language agnostic cloud servers. Then 12 antibrowser extremely thin clients with 0 dependencies except for #sockets and #C I needed to let the 12 test drivers run a little longer to at least get the x axis out. Onwards and upwards!

  10. #Linkedin "You're login looks funny, lets do some 2FA shit!" ahahahahah hahhahahahaha #blocked I'll try again in a few months, it's too bad really I just dumped a really good free #font #antibrowser stuff on it! 2FA? GFY!

  11. Asking another way. #xcb 20 frames a second, no need for an 8meg local buffer, go! Be aware this would drop my thin client #antibrowser from 8.2Mbytes to 200Kbytes. Ideally I'd like a /dev/fb without sht on top like we had in late 90s, but I know that won't happen again

  12. By using #xcb to get rid of fonts and then having to allocate memory for the screen buffer (WTF I can't use some memory I can guarantee is *somewhere* but not mine?!) my footprint for my #antibrowser thin client goes from a start of 160kbytes to 8Mbytes, this is not good, it is still less than bloated Chrome's 300Mbytes. Before, I scribbled at 1 or 2 frames a second, but couldn't do better. I need that 3rd option! decent frame rate and direct-er screen buffer access

  13. Last few days, I ripped all #string #sqrt and mem #functions from my #antibrowser thin client. Not sure why puts is still there it must be embedded in a not-my-macro? dunno. No big surprise, the notstrtol state machine kicks the standard #gcc's at least I think it does. I had to add dummy writes to dev/null to coerce the compiler to not collapse a 10million iteration loop. Really happy with the result.

  14. How to write a #gui #cloud app in any lang* in a few minutes free. Hello world and clock #program (written in a few minutes this morn) Clock was tricky, needed timeout&tic. code is out on bitbucket timcdoc antibrowser bash,hello&clock below. Hello world 2nd echo dumps events from the #antibrowser.Both apps close if right clicked ( 3 xxxx yyyy ) May not be obvious, the text in the background, the 2 or 3 lines of while loop is the entire app, yes all of it.

  15. #Antibrowser 1000th footprint of chrome thin layer client. NO effin fonts! No dependencies other than stdin/stdout on one of 20 languages (language agnostic) this app (my) lisp sockets, C, xcb ALL that is needed No effin css html whatsitz Client runs anywhere with a socket, server runs anywhere with a socket or thin layer stdiotosocket(shown)

  16. Graphing part is working, just hard coded fns for now, but it's a start! [[oh code, my lisp, ancient variant, out on bitbucket.org/timcdoc/antibrow

  17. #W3C free! No web sht! The number of digits arbitrarily at 32 could be hundreds if needed. #lisp #antibrowser #gui #cloud #application server only uses stdin/out to send/receive to/from #thinCLient on other end of socket. Red is an indication of inexact(irrational, or too complicated) Note p/q means this is going to be more exact for longer than normal. ( cc @VisualStuart ) Also there are NO effin #fonts here. I draw chars directly from 6k text fns (for ASCII 33-126)

  18. Should have a utube later today, 14 languages calc using just stdio as app server link to #cloud app. thin #antibrowser shell 1/1085 size of #chrome, 2185 human readable bytes needed to draw entire calc over the wire. #ada #awk #bash #basic #c #clisp #cobol #forth #fortran #lisp(mine) #pascal #perl #python #sed yes all standalone, yes even sed bitbucket timcdoc antibrowser a few days old source

  19. Sick of crappy/missing #fonts? write your own #functional ones! I did 6k 'functions' and a tiny state machine generate 5k-9k chars/sec #ASCII 33-126 any font size to 96. All #Clanguage, because I don't believe in bloat/slow! Will be folding this into my thin #client #antibrowser. bitbucket org timcdoc dftfont (no longer any dft, too bloated) and I guarantee I will be ripping out x11 code added to un"smart" stuff. so win-win

  20. #Antibrowser #ThinCLient #NoHTMLbloatOverWire 14 languages so far working examples, free source code. Just need to finish implementing tiny nonfont functional fonts youtube.com/playlist?list=PLji #ada #awk #basic #bash #C #C++ #clisp #cobol #forth #fortran #lisp (mine) #pascal #perl #python, #r #sed (yes sed standalone gui cloud calc app) [[ @stux here's proof. None of the server/client stuff is higher level than C and sockets no browsers necessary but did write javascript 4 thin client too