RT @matwend@twitter.com
THE RUINS x LOVECRAFTIAN x CHRISTOPHER PIKE
Coming of age
Dying logging town
Strange black flowers
What's with the commune at the old burnt-down school?
Oh yeah, let's have intersecting timelines
And why not a creepy mine?
THE GARDEN GROWS
#ya #h #csh #poc #lgbt #pitdark
#x11 application time!
This is #xdtm which is a "graphical shell for X". It appears to be a file manager and application launcher combined.
Originally written by Edward Groenendaal, Ramon J. Santiago, and Lionel Mallet, circa 1991 - 1995.
It uses the X Toolkit widgets.
It comes with a standard set of XBM icon files to represent most file types. Some of the builtin application shortcuts assume #csh as the default shell, but this can be changed.
The xdtmrc configuration file has its own grammar, courtesy of a lovely lex/yacc grammar definition.
@alexandru - Ok, I'll bite. #programming languages I used professionally:
- #basic (various flavours)
- #modula2
- #csh
- #sh
- #perl
- #clang
- #java
- #cpp
- #tcltk
- #lisp
- #fortran
- #javascript
- #python
Also played around with #functional languages and #prolog , but not professionally.
Of these, my favourite is #tcltk because https://colin-macleod.blogspot.com/2020/10/why-im-tcl-ish.html .
#prolog #functional #python #javascript #fortran #lisp #tcltk #cpp #java #clang #perl #sh #csh #modula2 #basic #programming
I’ve been playing with software since the 1970s, and worked in IT since my teens.
#c, #csh, #perl were all my thing on #BSD boxes. Wrote some #ShareWare software for classic #MacOs in #assembly and #pascal.
Now, I mostly do #infosec work, and keep my hand in building small tools in #bash and #elixir.
Married to the best guy ever, have two terrible, terrible #cats and spend a lot of time travelling around or some times above the #NorthSea.
#c #csh #perl #bsd #shareware #macos #assembly #pascal #infosec #bash #elixir #cats #northsea
Its been a late finish for me tonight. Been facilitating all day then evaluating a #communityorganising project tonight, using #CSH and #VSM. Some interesting insights are emerging. I observed a Celebration Assembly tonight- there was breakdancing, football keepy uppies and singing. All good fun but I’ve just finished and I’m shattered now. #systemsthinking #systemschange
#communityorganising #csh #vsm #systemsthinking #systemschange
Its been a late finish for me tonight. Been facilitating all day then evaluating a #communityorganising project tonight, using #CSH and #VSM. Some interesting insights are emerging. I observed a Celebration Assembly tonight- there was breakdancing, football keepy uppies and singing. All good fun but I’ve just finished and I’m shattered now. #systemsthinking #systemschange
#communityorganising #csh #vsm #systemsthinking #systemschange
War gerade im #rC3 #csh:
Hamburg Werbefrei – Volksentscheid Hamburg Werbefrei
https://www.hamburg-werbefrei.de/
#Hamburg #werbefrei #HamburgWerbefrei
#HamburgWerbefrei #werbefrei #hamburg #csh #rC3
The happiest thing today was I figured out how to substitute my #commandline history:
`!!:gs/foo/bar/`
Notably the **g** makes the substitution globally, just a slight difference from #vim.
I learned from the manpage of #csh while practiced it in #zsh. #shell #runbsd 😂
#commandline #vim #csh #zsh #shell #runbsd
#korben #blog "Comment changer de shell sous Linux ou macOS ?" #Linux #MacOS #Shell #ash #sh #bash #ksh #csh #dash #pdksh #mksh #zsh ... https://korben.info/comment-changer-de-shell-sous-linux-ou-macos.html
#korben #blog #linux #macos #shell #ash #sh #bash #ksh #csh #dash #pdksh #mksh #zsh
gentle #bash and #csh enthusiasts -- I am working through the first page of exercises in _Learn BASH the Hard Way_. One exercise is to type "echo $dirstack" in a csh shell command-line prompt. I don't have csh on my local machine so i used #SDF csh shell, and "echo $dirstack" doesn't fulfill the text's promise of meaningful output. Has the command changed?