
I think I've learned more here than I did at MIT. ∨ ∧_∧ ( ´_ゝ`)  ̄\ / / ̄ ̄ ̄ ̄ ̄/  ̄ ̄| / ./ UNIX ./  ̄| |(__ニつ/_____/_ 田| | \___))\ ノ||| | ⌒ ̄Discussion of UNIX and technology.
>>24
Tar zxf is convenient compared to cpio, the true UNIX archiver. While cpio -i extracts the files from an archive like you would expect, cpio -o is very different from most other archive programs, expecting to read a list of files from standard input. Replicating the behavior of '7z a archive directory' requires something like 'find directory | cpio -o (| gzip > archive)'.
Too bad cpio hasn't been standardized since System V Release 4 or i would send it more often to people.
>>27
I don't use it, because it's rarely part of the base system and i always type tar out of habit. Iterating on the ar/tar syntax and badgering everyone to link tar to their new and slightly incompatible ar!pax program would have been the smarter choice honestly, which is sort of what libarchive did with "bsdtar". The pax format seems fine, but i have no idea what the benefit over ustar is.
>>28
As it should, since you ought to encrypt on the file level at least.
>>42
Do you know where it was hosted? G*rmany seems to be on a spree
I wonder if some AI supercomputers could be used to crack open proprietary software/firmware/chipsets so better solutions could be made.
Nano rocks. When I'm writing a program in C++ I have two terminal windows open on the left/right side of my screen. On one I have nano open and the other I use to run cmake/make. Honestly the best dev setup I've come up with since I started programming
I am the bone of my SICP.
Scheme is my body, and Lisp is my blood.
I have typed over 1024 parentheses.
Unknown to Java.
Nor known to C#.
Have withstood emacs to write many programs.
Yet these skills will never lead to a career.
So as I pray, Unlimited Satori Works!
>>31
You type like 10 parenthesis per line when programming Lisp, so you've written like 102 lines of code? I get the joke, but still it doesn't add up.
i use nix btw
https://github.com/RsyncProject/rsync/issues/929
https://mastodon.gamedev.place/@JeremiahFieldhaven/116654345332213390
>So my systems recently updated to rsync 3.4.3, and as soon as that happened my backup system - which does incremental backups using multiple --compare-dest= arguments - started to fail on anything but a full backup.
>Revert to 3.4.1 and it works.
>So I go look at the source in GitHub to see what might have changed, because there doesn't seem to be anything relevant in the changelog.
>Since 3.4.1, 36 commits by "tridge and claude"
>Oh for fuck's sakes.
Where do you stand on the issue of LLM-generated code?
>Where do you stand on the issue of LLM-generated code?
I think it's really lazy and am against it since it really messes things up in ways you don't want it. The only way to make what is projected in your head is to do it yourself, a robot will never understand what you mean exactly.
What I really don't like is how it just makes shit up sometimes. It sounds plausible too. It is the ultimate bullshitter.
If it can't find you an answer, it will just make up one instead of telling you it failed.