Search
1000 results for “otheorange_tag”
-
There are two kinds of #BaroqueSun musicians those who haven't yet wore glasses, and those who will! #poke
-
@silverseasun @rljenk #CRP :ms_eyes: #iLikeTOWatch
-
@allanb Heidi got up and left. #Im3 #Monsterdon
-
Happy 2nd anniversary to #BaroqueSun & host+founder @otheorange_tag !
I am here for beautiful #BaroqueMusic but mostly quiet because my tummy has been unhappy today.
❄️❄️❄️ It's a good thing the 9+ inches (and still falling!) of snow here 🧊🍎 means I ain't going anywhere -- since I no longer own boots, snow or otherwise 🤦🏻♀️
-
Now is the time when viee Dance?! #Dieter? #iLikeToWatch
-
Speaking of born to be wild, my cat Judy "cutiekittens" loves her dad! but if you look at her wrong, she WILL F YOU UP! #MurderMittens #iLikeToWatch
-
@catsalad @jbaggs Amateur hour, note the scotch on the rocks is in a glass with a handle? #SafetyThird http://timsherri.mooo.com/gelatinlab/solvent.jpg
-
@catsalad I worry about drinking from beakers. #DoubleCheck
-
@kkainz #inspired Dial soap for Murder #trollabookorplay
-
To avoid the ?oxygen? commercials celebrating really bad behavior of #Snapped watch #MadMoney highlights on youtube (not tv, and probably posted by radom non$ acct?) I miss you #JimCramer stop letting #MSNBC air these sick commercials
-
What u will c is 21 languages #ada #awk #bash #basic #C #clisp #C++ #COBOL #Forth #FORTRAN #go #java #lisp (mine) #lua #Pascal #Perl #Python #R #Rust #Ruby #SED calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients /w NO dep. besides C #xcb #sockets. 21 thin server in C,translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any #browsers (1000x footprint of my thin clients) or fonts, ask for #retro computer clients https://www.youtube.com/watch?v=Esv6xHwZRYc
-
I feel old, can chatgpt write me some code to give #powershell the same ability to stdin/stdout that #ada, #awk, #bash, #basic, #c, #cpp, #cobol, #clisp, #go, #Forth, #Fortran, #java, #lisp, #lua, #pascal, #python, #perl, #r, #rust, #ruby, #SED all share? also if you know these langs I have tons of code u could shorten for me/us calc under https://bitbucket.org/timcdoc/antibrowser/src/master/
-
An unfair line comparison of #ada #awk #bash #basic #c #COBOL #clisp #Forth #FORTRAN #lisp #Pascal #Perl #Python #R #Rust (straight and with junk DNA removed using C pre processor, ya I don't know rust well) #Ruby #SED the ada c and lisp can be used as guides for optimizing if you know any of these. I'm slowly going back through now that these all work for calc https://bitbucket.org/timcdoc/antibrowser/src/master/ also note these all produce the same(mostly) tiny over the wire to thin client via stdin/out
-
This goes for the rest of you, if you can improve on the Rosetta stone 17 languages (and it won't be hard on most of them :-P ) feel free to send me a shorter/clearer version. https://bitbucket.org/timcdoc/antibrowser/src/master/ then #ada #awk #bash #basic #c #clisp #COBOL #Forth #FORTRAN #Pascal #Perl #Python #R #Rust #Sed (others but these are the easiest to grok under those dirs are calc and some other apps depending. What language should I abuse next?
-
Where are my #clisp peeps? I suspect most lisps can do these kinds of self surgery on themselves, hopefully close to just as easily as the lisps I've written? Not the right way to write factorial, but hints at ways to write self compilers etc. I never did add macros, but I've never needed them.
-
#clisp mostly working #altair emulator runs 4K #BASIC but sin() is broken, should fix it today. 5717 bytes of human readable over the wire to a 252K footprint thin client with no fluffy dependencies. and no 300M footprint browser. Shown are all the commands including 5 RLE HRBitmaps over the thin client on the other end of the cloud/network. code on bitbucket timcdoc antibrowser clisp altair
-
@WorkWithKirk oh, I wouldn't even know how to chatgpt. I do have some pretty crappy mix of first (or near first language gui cloud apps) and used all the time languages #ada #awk #bash #BASIC #C #C++ #clisp #COBOL #Forth #FORTRAN #lisp (mine) #Pascal #perl #python and yes #SED implementations of calc, some paint, altair emulators under bitbucket timcdoc antibrowser if you know any of these I could use some optimization help. You can see runs to NOTbrowsers thin clients in my "media"
-
I'm not saying this is the *right* way to write lisp code, but MY lisp handles this JUST fine, #clisp may or may not but you'd have to bend over backwards and disable the COBOL like anally retentive bumpers! 🤦 (Cackles maniacally, now I can haz nap!?) Why yes, this is like self brain surgery, hi, this is lisp! @bunnyhero @WorkWithKirk A good way to write factorial? maybe not, a good way to self optimize while running? ABSOLUTELY 😜🤜 @DRSpalding FYA
-
Another great practice with the Popes "only" two things, but lots of wood-shedding #Vanhal #doublebass concerto 1st,2nd,3rd movements, best ever? (low bar in the 3rd tho) #Mendelssohn #violin concerto Op 64 1st, 2nd and 3rd(short bridge thingy) thanks for counting in the solo scrambles! So for me that was #bass, violin, short nap, then back to work porting my #altair emulator #gui #cloud app from my #lisp to #clisp
-
I was yesterday years old when I discovered modern lisps ( #clisp ) can't directly manipulate their own functions from within their functions (de foo (x y) 'thisgetswhacked (rplacd (caddr foo) 'thisiswhatgetssmashedinto)) or that scoping was so effed up it should be and is in my lisps if a variable is used, and it's not in the variable list going into the function you are in, then it's global, otherwise it's in the scope of the function you are in.
-
Where are my #clisp ppl? Quick question, what do I google gir best way to quickly access a slab of 64k bytes? Porting an altair emulator ftom my lisp (I hacked the poo out of fast mem (deref ptr 4 1) etc) and I kinda want to do this right for clisp. TIA
-
Don't know who needs to see this, but you don't need, in fact I have NEVER used an IDE to code in #ada #awk #bash #basic #c #cpp (msft or linux) #clisp #COBOL #forth #FORTRAN #javascript #java #HTMLorCSSorwhatevs #Pascal #perl #python #sed etc I have gotten by with vim and whatever the compiler linkers were. You also can do it quicker with make than cmake (if you even need *ake ) Get offa my lawn!
-
I ask, every once in a while, anyone know how to force #java and/or #powershell into treating stdin and stdout in the normal FKing way like #ada #awk #bash #BASIC #Clanguage #Clisp #COBOL #Forth #FORTRAN #lisp #Pascal #Perl #Python hell even #SED ?! My conductor knew a way to restart powershell every effin line of script, yeah, no,. What we are looking for here is pipe/file/console agnosticism. A switch like a real language would help, pages of shit we shouldn't have to write, not.
-
What if you only knew #SED (or ... #Ada #Awk #Bash #BASIC #C #CLisp #COBOL #Forth #FORTRAN #Lisp (mine) #Pascal #Perl #Python These are gui cloud apps the c impl only needs 1258 bytes text to draw enjoy 14 language test! more info in utube. Yes this is a gui app, yes this is a server, yes it is both(well 14, actually). https://www.youtube.com/watch?v=AU-YBfIQr5k
-
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
-
#Antibrowser #ThinCLient #NoHTMLbloatOverWire 14 languages so far working examples, free source code. Just need to finish implementing tiny nonfont functional fonts https://www.youtube.com/playlist?list=PLjilFQek73bfOhtsuL3-K9xHgo-ROJn-5 #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