dharmik
@dharmik@linuxusers.in
Location: 23.014509,72.591759
81 following, 27 followers
- mail at dharmiik [at] proton [dot] me
- i occasionally post in long-form at: https://dhrm1k.github.io
Human
Link: https://quarter--mile.com/Human
Discussion: https://news.ycombinator.com/item?id=43991396
@dharmik I feel like unless you're packaging for Debian there's no point on using Debian for python packages
@crmsnbleyd @dharmik better than running out of space because too many virtualenv. Idk how disastrous pip user install has become since that extra flag thing
https://dhrm1k.github.io/experimenting-with-stable-diffusion.html
You know, I discovered Aladdin the same way 🙈. Check this.
i guess I like musicals.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas
every core unix command I use
https://wizardzines.com/comics/every-core-unix-program-i-use/
where this came from was really just I ran `history` and I wondered if everything I used that felt like a "core unix tool" would fit on one piece of letter paper and it seemed to fit
@b0rk I suppose the "official" definition of "core unix tool" would be the ones defined by POSIX (https://pubs.opengroup.org/onlinepubs/9799919799, specifically the list of utilities in https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html)
Though that doesn't really matter that much. This seems like a good list of commands to know.
@b0rk I wonder: How far back in your history did you look to make this list? I guess it would be many days, not only a few.
https://allpoetry.com/poem/17487308-Delusion-Angel-By-David-Jewell-by-ColinT1
#emacs #unix Miscellaneous notes on reading @ramin_hal9001 https://tilde.town/~ramin_hal9001/articles/emacs-fulfills-the-unix-philosophy.html
https://tilde.town/~ramin_hal9001/articles/emacs-unix-01_emacs-is-an-app-platform.html
https://tilde.town/~ramin_hal9001/articles/emacs-unix-02_what-is-the-unix-philosophy.html
https://tilde.town/~ramin_hal9001/articles/emacs-unix-03_unix-is-lesser-fp.html
https://tilde.town/~ramin_hal9001/articles/emacs-unix-04_lisp-does-fp-better-than-bash.html
https://tilde.town/~ramin_hal9001/articles/emacs-unix-05_unix-and-lisp-history.html
https://tilde.town/~ramin_hal9001/articles/emacs-unix-06_rebutting-critiques.html
For starters, excellent early history showing that unix and lisp are not direct relatives.
One small note that occurs to me is that in Mashey and Kernighan '84, they point at unix's shell's success at stopping people more C. 1/?? (but two for my purposes here)
@ramin_hal9001
In contrast, in the revised article presenting gnu emacs, it is a stated goal to get secretaries who were not trained as programmers an entrypoint to begin writing lisp. This is echoed by a much later essay by Strandh noting that lisp, moreso than other languages has a bunch of self-taught eccentrics [].
@ramin_hal9001
3 / >2
I think it might be worth clarifying writing elisp defuns, which I identify with programs, and the practice of writing emacs major and minor modes.
@screwtape @ramin_hal9001
Nice series of articles.
I would add that both emacs and unix were created to get a job done (both were *originally* about comparatively simple text processing), and had a lot of ad hoc elements to that end, which are awkward to say something cohesive about. It's easier to talk about things that had some over-arching goal to start with and that stuck to that goal/philosophy at all costs -- not that such things happen very often, at least not successfully.
> gnu emacs, it is a stated goal to get secretaries who were not trained as programmers an entrypoint to begin writing lisp.
I can't tell if you had it in mind, but (as is well-documented) Unix began as a system for secretaries. Well, that was their official excuse anyway. :)
STORAGE is a Medley Interlisp tool that shows a bar chart of the amount of storage allocated to each Lisp data type. The black part of a bar represents the number of items or pages currently in use, the gray part the number of free items or pages.
My design goal on websites is that bright young teenagers could learn HTML and CSS with the "View Source" button without having to decipher obfuscated code that looks like it's meant to summon a Lovecraftian horror.
@amin worthy of a follow ESPECIALLY given your wonderful avatar.
Haha, I appreciate it! I drew it in pure HTML/CSS, years ago. ;)
https://codepen.io/benjaminhollon/pen/pogVzbY
I then ended up turning it into a live coding demo with editable source on an old version of my website.
Edsger W. Dijkstra (1975):
"The tools we use have a profound (and devious!) influence on our thinking habits, and, therefore, on our thinking abilities."
@jameshowell or (far less eloquent) "if all a man has is a hammer, every problem will look like a nail"
I hear you like dialogs and property sheets, so here goes. This is the TEdit rich text editor of Medley Interlisp with an open document and the free menus (i.e. dialogs) for controlling text attributes, paragraph formatting, page layout, index and TOC.