Zucca

joined 2 years ago
[–] Zucca@sopuli.xyz 33 points 1 year ago* (last edited 1 year ago) (3 children)

Ok.

I'm lost now. Somebody, please, explain.

Does he value the honesty of the shopkeeper that much, that he then, instead of going to the competitors store, buys whole lot of the "wrong type" of peaches from the honest seller?

[–] Zucca@sopuli.xyz 3 points 1 year ago

Kyllähän noilla isommilla NATO-mailla kasvaa kokoaika paine puuttua enemmän ja enemmän tämän pallon suurimman valtion toimiin.

[–] Zucca@sopuli.xyz 2 points 1 year ago

Yes. And many people here doesn't seem to get that.

I'm not a dev of any kind. I occasionally write some bash and awk scriots to automate some things and if I need some kind of plain text (non-binary) data format I prefer tsv over json.

So why do I still get this? Is it just that many json advocates want to make sure others know json does support other data types than plain string?

[–] Zucca@sopuli.xyz 2 points 1 year ago

I had several tests at the beginning of the script. These tests define the "low-level" functions based the capability of the shell. To test new features I "simply" ran all the necessary commands on the test environments (bash, busybox, toybox+mksh).

The script would error out if some necessary capability was missing from the host system. It also had a feature to switch shell if it found a better one (preferring busybox and its internal tools).

Yeah... It was tedious process. It was one of those "I'll write a simple script. So simple that it'll work on almost every posixy shell."... rest is history.

[–] Zucca@sopuli.xyz 5 points 1 year ago* (last edited 1 year ago) (3 children)

I would then assume those scripts weren't written properly to begin with.

But yes, shell scripts should be used (normally) to automate some simple tasks (file copying, backups...) or as an wrapper to exec some other program. I've written several shell scripts to automate things on my personal machines.

However shell script can be complex program while at the same time being (somewhat) easy to maintain:

  • functions, use functions, alot
    • comment every function and describe what it expects in stdin or as an arguments
    • also comment what it outputs or sets

This way at least I don't break my scripts, when I need to modify a function or some way extend my scripts. Keeping the UNIX philosophy inside shell scripts: let one function do one thing well.

And of course: YMMV. People have wastly different coding standards when it comes to personal little(?) projects.

[–] Zucca@sopuli.xyz 3 points 1 year ago
  • utilize awk if you need to process (=more complex than just grepping) large amounts of text.
    • make your awk code conform to at least busybox awk for compability

I once did a sh script that needed (because I wanted a challenge?) to be compatible with vanilla Android shell too. So I needed to test it with regular bash, busybox and mksh+toybox. That was 'fun'.

I've had some initial plans to spllit the code out from that project and develop a "shell" library that would ease building shell scripts that are compatible with different systems... But I bet someone else has already done that.

[–] Zucca@sopuli.xyz 3 points 1 year ago

$() instead of

So much this!

[–] Zucca@sopuli.xyz 2 points 1 year ago

Mökillä, mutta liekö taas korona tai sitten alleegiat vieneet kaiken tehon. Eikä nuo saatavilla olleet allergialääkkeet ainakaan auta väsymykseen, muut oireet ne kyllä vie.

[–] Zucca@sopuli.xyz 10 points 1 year ago (1 children)

Initially the bug report was shot down by systemd developer Luca Boccassi of Microsoft with:

Emphasis mine.

While MS at least tries to be good guy nowdays, I just can't trust their code too much.

[–] Zucca@sopuli.xyz 10 points 1 year ago

Hiljaiseksihan tuo vetää.

Kaksi puukotusta noin lyhyen ajan sisään.

view more: ‹ prev next ›