comicscamp.club is part of the decentralized social network powered by Mastodon.
A friendly home in the Fediverse for creators and lovers of comics and narrative art of all sorts.

Server stats:

27
active users

Learn more

#shell

1 post1 participant0 posts today

POLL! I used the `reset` command on my iMac this morning in -- I dunno, forever. It took me a minute to remember it was there.

Without looking, what do you know about the `reset` command?

EDIT: I am asking about the Unix/Linux command `/usr/bin/reset`. Not some other thing called reset.

Boost for reach if that's your thing.

675 - Fish la primera shell de Linux en Rust

#fish es la #shell amigable en #linux con muchas características que la hacen realmente potente e interesante y ahora además está reescrita en Rust

Llevo ya mas de un año utilizando esta shell en mi equipo personal, y ahora ya te puedo decir que acerté totalmente con el cambio. Fue un proceso largo

youtube.com/watch?v=UyVeQFtoJWU

I just discovered Jshell, a Java REPL shell. It's like Python's interactive shell , but in Java ;-)

It's not new. Jshell was introduced in ... Java 9. Shame to me I only learn about it in Java 23!

asciinema.org/a/nKxwuTgFPEeHgL

asciinema.orgJshell 23.0.2 demoAre you aware you can now *script* Java ? Did you know Java has an interactive shell? Showing use of the shell, performing Base64 encoding/decoding, functions, completion etc.
#java#repl#shell

@atareao #rust #shell #linux #fish
....Mi gozo en un pozo. Nada mas lejos de la realidad, ni se ha roto la compatibilidad, ni he tenido que atar mis dedos al teclado. Así se hacen las actualizaciones, sin romper nada.

!!!! A ver si otros aprenden. !!!!

Aquí estás pletórico.

Muy buena tu labor

Artículo original: atareao.es/podcast/fish-la-pri

atareao con Linux · Fish, la primera shell de Linux en Rust#fish es la #shell amigable en #linux con muchas características que la hacen realmente potente e interesante y ahora además está reescrita en Rust

Communities in #Nigeria take #Shell to court for oil spills

At least 1.5 million tons of crude oil has been spilt in the Niger Delta since 1958, writes PAVAN KULKANI

JUSTICE OVERDUE: Activists stage an ‘Ecocide Babe’ stunt outside The Royal Courts Of Justice, central London where the Ogale and Bille communities v Shell hearing is taking place

NIGERIA has suffered hundreds of oil leaks and spills from Shell’s infrastructure in the country. Devastated by the contamination of their land and water sources, the Bille and Ogale communities have successfully put the oil giant in the dock at the London High Court after a decade-long struggle.

#fossilfuels #EnvironmentalLaw #extractivism #pollution #colonialism #ecocide

morningstaronline.co.uk/articl

Your web server having an interactive shell (REPL) where you can live update entries in your site/app’s database is pretty neat (if I do say so myself) :)

kitten.small-web.org/reference

(I’m porting the Small Technology Foundation site¹ from Site.js² – and hence from being a static site generated via Site.js’s integrated Hugo³ – to Kitten⁴. In the process, I’m creating an admin panel⁵ for the news, events, and videos sections, which will make them easier to update, and storing the data in Kitten’s internal JavaScript Database⁶.)

¹ small-tech.org
² sitejs.org
³ gohugo.io/
kitten.small-web.org
⁵ It’s trivial to create authenticated routes in Kitten. You just add a lock emoji (🔒) to the end of your route’s name. e.g., admin🔒.page.js or /admin🔒/index.page.js (see kitten.small-web.org/reference).
codeberg.org/small-tech/jsdb

#Kitten#REPL#shell

Been wondering for a while what I could use to test tori's interactive dialogs. Trying to find a "selenium of TUIs". Today I was exploring what other projects do to test theirs, and it occurred to me that perhaps tmux could do what I needed.

It took me a few minutes in its man pages to realize I had been developing tori all along inside the very answer to my question.

tmux has commands allowing you to spawn panes and immediately get their ID, then send arbitrary key inputs to that pane, and also read its current contents. Everything I needed!

brew.bsd.cafe/jutty/tori/src/b