Live data from Hacker News

I'm Archiving Picocrypt

github.com

81–90 of 159 posts

Re: I'm Archiving Picocrypt

#82
post #65

I've felt similar to the author, a sort of despair that the only point of writing software now is to prop up the valuation of AI companies, that quality no longer matters, etc. Then I realized that nothings stopping me from writing software how I want and feel is best . I've stopped using LLMs completely and couldn't be happier. I'm not even struggling at work or feeling like I'm behind. I work on a number of persona…

My boss has taken this approach, and it took a load off the "LLM pressure".

Re: I'm Archiving Picocrypt

#83
post #79
post #65

I've felt similar to the author, a sort of despair that the only point of writing software now is to prop up the valuation of AI companies, that quality no longer matters, etc. Then I realized that nothings stopping me from writing software how I want and feel is best . I've stopped using LLMs completely and couldn't be happier. I'm not even struggling at work or feeling like I'm behind. I work on a number of persona…

This is also a good opportunity to remember that MIT is not a strong enough open source license, and if you want to prevent corporations making money off your work, make it AGPL or even SSPL, plus a statement that AI training creates a derivative work (the latter may or may not have any legal effect). MIT is a donation of your labour to corporations. With a stronger license, at least they're more likely to contribute…

When are we getting a GPLv4 that's AGPL + no LLM training? This is overdue.

Re: I'm Archiving Picocrypt

#84
post #79

Earlier quoted context omitted.

This is also a good opportunity to remember that MIT is not a strong enough open source license, and if you want to prevent corporations making money off your work, make it AGPL or even SSPL, plus a statement that AI training creates a derivative work (the latter may or may not have any legal effect). MIT is a donation of your labour to corporations. With a stronger license, at least they're more likely to contribute…

When are we getting a GPLv4 that's AGPL + no LLM training? This is overdue.

Like if LLM training cared about respecting licenses. :(

Re: I'm Archiving Picocrypt

#85
post #79

Earlier quoted context omitted.

This is also a good opportunity to remember that MIT is not a strong enough open source license, and if you want to prevent corporations making money off your work, make it AGPL or even SSPL, plus a statement that AI training creates a derivative work (the latter may or may not have any legal effect). MIT is a donation of your labour to corporations. With a stronger license, at least they're more likely to contribute…

When are we getting a GPLv4 that's AGPL + no LLM training? This is overdue.

Given Meta's history of torrenting every book it could get its hands on for training, I'm not convinced that the majority of AI companies would respect that license. Maybe if we also had a better way to prove that such code was part of the training set and see a couple of solid legal victories with compensation awarded.

Re: I'm Archiving Picocrypt

#86
This was really huge. I actually had to pass it to an LLM to get an abstract ....

I didn't know about picocrypt but I already have two options for safely encrypting files: 7zip with its AES-256 (simple) and veracrypt with various algorithms (more involved but allows you to mount the encrypted vols). Actually these are already mentioned in the tool's readmy, great work: https://github.com/Picocrypt/Picocrypt?tab=readme-ov-file#co...

Re: I'm Archiving Picocrypt

#87
post #79

Earlier quoted context omitted.

This is also a good opportunity to remember that MIT is not a strong enough open source license, and if you want to prevent corporations making money off your work, make it AGPL or even SSPL, plus a statement that AI training creates a derivative work (the latter may or may not have any legal effect). MIT is a donation of your labour to corporations. With a stronger license, at least they're more likely to contribute…

When are we getting a GPLv4 that's AGPL + no LLM training? This is overdue.

"Adversarial Internet" => if it touches the internet it's no longer yours. See a previous comment chain: https://news.ycombinator.com/item?id=44616163

Re: I'm Archiving Picocrypt

#88
Damn. The part about quality over quantity really hit home. I also got into software engineering as a way to exert craftsmanship and am disappointed with the state of things. It's potentially a great field for people who are interested in the pursuit of perfection. There are few areas which are as complex and take so much time and effort to master.

Software engineering provides a window into reality in a way which exposes you to its full complexity. It changes your brain, you start seeing complexity everywhere around you. You start seeing problems that nobody else sees. This is why I got into coding... But now the industry often feels like it's leading you astray and preventing you from truly flourishing.

This is sad because being skilled at coding feels great and it shapes your reality in a very positive way. Being able to think clearly is a great gift and a worthy goal to strive for. Having a logical mind feels inherently good. Being able to approach any topic, with anyone and maintaining full logical consistency feels good.

Re: I'm Archiving Picocrypt

#89
TLDR: Author of an open-source project has a crashout over other people using LLMs for coding, believes that AI will replace all developers, and decides to preemptively give up on software engineering entirely because of that.

IMO anyone who understands AI at a technical level will understand that this won't happen. No matter how many parameters, training and compute you throw at it, putting AI in direct charge of anything that's critical and not entirely predictable is going to backfire. Though, based on response from this author, it should be apparent that his response comes from a place of emotion, misunderstanding, and likely conformism to dogmatic anti-AI rhetoric of the same nature, rather than actual reason and logic.

Re: I'm Archiving Picocrypt

#90
I understand the author's sentiment but industries don't exist solely because somebody wants them to. I mean, sure, hobbies can exist, but you won't be paid well (or even at all) to work with them.

Software engineering pays because companies want people to develop software. It pays so well because it's hard, but the coding portion is become easier. Vibe coding and AI is here to stay, the author can choose to ignore it and go preach to a dying field (specifically, writing code, not CS), or embrace it. We should be happy we no longer need to type away if and for loops 20 times and instead can focus on high level architecture.

Post reply on HN