HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tretiy3

no profile record

Submissions

Flathub prohibits AI-generated code

github.com
21 points·by tretiy3·2 miesiące temu·9 comments

comments

tretiy3
·9 miesięcy temu·discuss
last time i was installing mermaid with npm, noted that installation lasts too long. i checked and found that it is installing headless chrome under the hood...
tretiy3
·9 miesięcy temu·discuss
gui app for linux with base magit features https://flathub.org/en/apps/io.github.aganzha.Stage
tretiy3
·10 miesięcy temu·discuss
Life saver! New version lacks OpenKeychain integration (they discuss in issues that it is also no longer maintained). Abandoned version of Android Password Store had some issues with embedded PGP manager and was not working for me. But this fork works!
tretiy3
·11 miesięcy temu·discuss
i did not get it until learning rust. and only then u realized that: if let Some(msg) = read_message(&mut stream) { is the same as if msg := read_message(stream):
tretiy3
·w zeszłym roku·discuss
while inspecting some code inside loop, i prefer to put print and see all iterations at once in my screen, instead of countless clicking "continue" in debugger.