home.social

#forth — Public Fediverse posts

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

fetched live
  1. kolja.rs/algorithm-d/ giving me nightmare flashbacks, along with skanthak.hier-im-netz.de/divis

    i feel somewhat vindicated to have implemented division in my #forth using shift-and-subtract, not using knuth or any derivative thereof, because even after staring at the algorithm in hacker's delight for ages, i couldn't convince myself it worked right, but for shift-and-subtract i could. sometimes i like to think i am smart but division is just too complicated for me, man.

  2. kolja.rs/algorithm-d/ giving me nightmare flashbacks, along with skanthak.hier-im-netz.de/divis

    i feel somewhat vindicated to have implemented division in my #forth using shift-and-subtract, not using knuth or any derivative thereof, because even after staring at the algorithm in hacker's delight for ages, i couldn't convince myself it worked right, but for shift-and-subtract i could. sometimes i like to think i am smart but division is just too complicated for me, man.

  3. kolja.rs/algorithm-d/ giving me nightmare flashbacks, along with skanthak.hier-im-netz.de/divis

    i feel somewhat vindicated to have implemented division in my #forth using shift-and-subtract, not using knuth or any derivative thereof, because even after staring at the algorithm in hacker's delight for ages, i couldn't convince myself it worked right, but for shift-and-subtract i could. sometimes i like to think i am smart but division is just too complicated for me, man.

  4. kolja.rs/algorithm-d/ giving me nightmare flashbacks, along with skanthak.hier-im-netz.de/divis

    i feel somewhat vindicated to have implemented division in my #forth using shift-and-subtract, not using knuth or any derivative thereof, because even after staring at the algorithm in hacker's delight for ages, i couldn't convince myself it worked right, but for shift-and-subtract i could. sometimes i like to think i am smart but division is just too complicated for me, man.

  5. kolja.rs/algorithm-d/ giving me nightmare flashbacks, along with skanthak.hier-im-netz.de/divis

    i feel somewhat vindicated to have implemented division in my #forth using shift-and-subtract, not using knuth or any derivative thereof, because even after staring at the algorithm in hacker's delight for ages, i couldn't convince myself it worked right, but for shift-and-subtract i could. sometimes i like to think i am smart but division is just too complicated for me, man.

  6. Spending some minutes every day going through this excellent (and very long) article:

    ratfactor.com/forth/the_progra
    (from @ratfactor)

  7. reading about small forth impls is such a great palette cleanser (they're all impeccably old and impeccably dustless little gems)

    you will not regret reading about small forth impls


    #forth
  8. reading about small forth impls is such a great palette cleanser (they're all impeccably old and impeccably dustless little gems)

    you will not regret reading about small forth impls


    #forth
  9. reading about small forth impls is such a great palette cleanser (they're all impeccably old and impeccably dustless little gems)

    you will not regret reading about small forth impls


    #forth
  10. Tired AF: Using #slop spigots to re-write already mature software in the ${meme_language} of the day.

    Wired: Write honest code in honest, non-corporate-controlled/fascism-embracing languages. And take pride in your flipping work. Do less, and be able to gaze into your childrens' eyes, knowing that to the best of your ability, you didn't contribute to the destruction of the world they're inheriting.

    Inspired: Write it in #Forth, maybe. On paper. While in the forest. Drinking tea. And talking to the birds and squirrels.

    #TiredWired #Inspired

  11. Tired AF: Using #slop spigots to re-write already mature software in the ${meme_language} of the day.

    Wired: Write honest code in honest, non-corporate-controlled/fascism-embracing languages. And take pride in your flipping work. Do less, and be able to gaze into your childrens' eyes, knowing that to the best of your ability, you didn't contribute to the destruction of the world they're inheriting.

    Inspired: Write it in #Forth, maybe. On paper. While in the forest. Drinking tea. And talking to the birds and squirrels.

    #TiredWired #Inspired

  12. Tired AF: Using #slop spigots to re-write already mature software in the ${meme_language} of the day.

    Wired: Write honest code in honest, non-corporate-controlled/fascism-embracing languages. And take pride in your flipping work. Do less, and be able to gaze into your childrens' eyes, knowing that to the best of your ability, you didn't contribute to the destruction of the world they're inheriting.

    Inspired: Write it in #Forth, maybe. On paper. While in the forest. Drinking tea. And talking to the birds and squirrels.

    #TiredWired #Inspired

  13. Tired AF: Using #slop spigots to re-write already mature software in the ${meme_language} of the day.

    Wired: Write honest code in honest, non-corporate-controlled/fascism-embracing languages. And take pride in your flipping work. Do less, and be able to gaze into your childrens' eyes, knowing that to the best of your ability, you didn't contribute to the destruction of the world they're inheriting.

    Inspired: Write it in #Forth, maybe. On paper. While in the forest. Drinking tea. And talking to the birds and squirrels.

    #TiredWired #Inspired

  14. Tired AF: Using #slop spigots to re-write already mature software in the ${meme_language} of the day.

    Wired: Write honest code in honest, non-corporate-controlled/fascism-embracing languages. And take pride in your flipping work. Do less, and be able to gaze into your childrens' eyes, knowing that to the best of your ability, you didn't contribute to the destruction of the world they're inheriting.

    Inspired: Write it in #Forth, maybe. On paper. While in the forest. Drinking tea. And talking to the birds and squirrels.

    #TiredWired #Inspired

  15. It seems that #forth can be a good language for quick one liners that do data processing. I basically needed something like an RPN calculator but for matrices stored as files in disk. #python #numpy scripts were used before but they were quite verbose. I can also get #netcdf data, process that as a forth pipeline, then dump to window for quick animation.

    #programming #dataprocessing

  16. It seems that #forth can be a good language for quick one liners that do data processing. I basically needed something like an RPN calculator but for matrices stored as files in disk. #python #numpy scripts were used before but they were quite verbose. I can also get #netcdf data, process that as a forth pipeline, then dump to window for quick animation.

    #programming #dataprocessing

  17. It seems that #forth can be a good language for quick one liners that do data processing. I basically needed something like an RPN calculator but for matrices stored as files in disk. #python #numpy scripts were used before but they were quite verbose. I can also get #netcdf data, process that as a forth pipeline, then dump to window for quick animation.

    #programming #dataprocessing

  18. It seems that #forth can be a good language for quick one liners that do data processing. I basically needed something like an RPN calculator but for matrices stored as files in disk. #python #numpy scripts were used before but they were quite verbose. I can also get #netcdf data, process that as a forth pipeline, then dump to window for quick animation.

    #programming #dataprocessing

  19. It seems that #forth can be a good language for quick one liners that do data processing. I basically needed something like an RPN calculator but for matrices stored as files in disk. #python #numpy scripts were used before but they were quite verbose. I can also get #netcdf data, process that as a forth pipeline, then dump to window for quick animation.

    #programming #dataprocessing

  20. 🔥 Oh, look, someone managed to combine #Lisp and #Forth into a 'Lispy' Forth! Because what the world really needed was another esoteric programming Frankenstein 🧟‍♂️. Also, congratulations on writing a book as clear as mud, with all the eloquence of a syntax error. 📚💥
    letoverlambda.com/textmode.cl/ #EsotericProgramming #ProgrammingLanguages #SyntaxError #TechHumor #HackerNews #ngated

  21. 🔥 Oh, look, someone managed to combine #Lisp and #Forth into a 'Lispy' Forth! Because what the world really needed was another esoteric programming Frankenstein 🧟‍♂️. Also, congratulations on writing a book as clear as mud, with all the eloquence of a syntax error. 📚💥
    letoverlambda.com/textmode.cl/ #EsotericProgramming #ProgrammingLanguages #SyntaxError #TechHumor #HackerNews #ngated

  22. 🔥 Oh, look, someone managed to combine #Lisp and #Forth into a 'Lispy' Forth! Because what the world really needed was another esoteric programming Frankenstein 🧟‍♂️. Also, congratulations on writing a book as clear as mud, with all the eloquence of a syntax error. 📚💥
    letoverlambda.com/textmode.cl/ #EsotericProgramming #ProgrammingLanguages #SyntaxError #TechHumor #HackerNews #ngated

  23. 🔥 Oh, look, someone managed to combine #Lisp and #Forth into a 'Lispy' Forth! Because what the world really needed was another esoteric programming Frankenstein 🧟‍♂️. Also, congratulations on writing a book as clear as mud, with all the eloquence of a syntax error. 📚💥
    letoverlambda.com/textmode.cl/ #EsotericProgramming #ProgrammingLanguages #SyntaxError #TechHumor #HackerNews #ngated

  24. 🔥 Oh, look, someone managed to combine #Lisp and #Forth into a 'Lispy' Forth! Because what the world really needed was another esoteric programming Frankenstein 🧟‍♂️. Also, congratulations on writing a book as clear as mud, with all the eloquence of a syntax error. 📚💥
    letoverlambda.com/textmode.cl/ #EsotericProgramming #ProgrammingLanguages #SyntaxError #TechHumor #HackerNews #ngated

  25. Already posted this years ago, but still keep thinking a lot about this seemingly trivial quote/insight and more generally what it means to build futures, not just the future, whilst choosing different lenses of the past and present as selective references/tools for aiming at, achieving (or even avoiding) said futures:

    "Fredric Jameson establishes that in postmodernism we have experienced a weakening sense of historisity such that what is, what was, and what will be all exist as presents in time. 1970, 1991, 1992, and 2017 all happen simultaneously. Hence developers working on new projects while still coding in decades-old text editors. They write the future in the past and are made present in so doing."

    (via 1-9-9-1.com/, last paragraph)

    #Historicity #Time #Technology #Forth

  26. Already posted this years ago, but still keep thinking a lot about this seemingly trivial quote/insight and more generally what it means to build futures, not just the future, whilst choosing different lenses of the past and present as selective references/tools for aiming at, achieving (or even avoiding) said futures:

    "Fredric Jameson establishes that in postmodernism we have experienced a weakening sense of historisity such that what is, what was, and what will be all exist as presents in time. 1970, 1991, 1992, and 2017 all happen simultaneously. Hence developers working on new projects while still coding in decades-old text editors. They write the future in the past and are made present in so doing."

    (via 1-9-9-1.com/, last paragraph)

    #Historicity #Time #Technology #Forth