

I hate that especially on github and reddit. I don’t want your half asssed shitty implementation of code search with difference hot keys to do what I expect it to do.
Bit-breaker working in cybersecurity/IT. Only languages I know are English and Programming ones.
Sometimes I write things about technology.
If I told you the SHA256 for this sentence starts with 'c, 5, four, a, and a', would you believe me?


I hate that especially on github and reddit. I don’t want your half asssed shitty implementation of code search with difference hot keys to do what I expect it to do.


since coding a whole game in assembly indicates deep understanding of what you’re doing, whereas the problem with vibe coding is that it requires only the shallowest understanding.
Yes, that was indeed my point. That and being, who else really can understand the assembly coded game, compared to who can understand the AI written vibe coded app. The Dev who wrote it in assembly certainly understands it and a lot. The person who vibe coded an app…probably doesn’t understand most of it.


Yes, it does. Sure it works, but at what cost to security and actual human understanding?? RollerCoaster Tycoon works and I’m not saying its insecure or vibe coded, but it’s written in friggen assembly!
The problem isn’t the vibecoding inherently, it’s the people that are doing it. Vibecoding just enables them to exist.
They have no concept of what it means to produce general software for actual users using different setups. They generally have little patience and will abandon their projects very quickly. They are completely reliant on the models to fix any problems (or add features), so anything that, for whatever reason, a model can’t fix will remain broken.
Look at this vibe coded app and thread on reddit for just one example https://old.reddit.com/r/selfhosted/comments/1rckopd/huntarr_your_passwords_and_your_entire_arr_stacks/
Was that vibe coded tool used correctly? Done, does not mean good, or safe, or even usable.


It’s not human. Stop having this expectation.
Then it needs to stop being interjected and trying to take over the Human aspect of tech, art, creativity, etc.
Till then…


I’m gonna sound like Prof Snape here, but Goddamnit Poettering!


Some key components of Sailfish OS have been licensed proprietary by Jolla from the start and ever since (as of Sailfish OS 5.0 in February 2025). Since September 2025 some closed parts of Sailfish OS have been open sourced, with the announcement that more parts are to be followed.


I cannot believe that was actually said by a United States representative, where it is and has been codified in the nations constitution, that freedom of religion is a right of the people via the first amendment. Freedom of religion means any religion, but also, freedom from religion.
to wit: The civil rights of none shall be abridged on account of religious belief or worship, nor shall any national religion be established, nor shall the full and equal rights of conscience be in any manner, or on any pretext, infringed.


A computer (AI) can never be held accountable. Therefore, a computer (AI) must never make any human decision.


The linked article has improper HTML for the link to the source. https://news.samsung.com/global/samsung-electronics-and-kt-corporation-verify-x-mimo-technology-in-7-ghz-band-for-6g-development
Is what it points to.
What TUI browser are you using? With browsh or carbonyl (which uses a headless firefox or chrome instance, respectively) I am able to login and view any sites requiring javascript, as well as logging in to Lemmy/Beehaw

Don’t worry, they “fixed it”.
Lynx is awesome but not really suited for modern web pages. I’ve used lynx, elinks, browsh, and w3m. Tried chawan and brow6el. I really like browsh, but it uses a headless firefox though, so not really CLI/TUI. This is the newest CLI based browser I found, but I suppose it’s not a true CLI either; using chromium blob under the hood.


I did. I have an s22 flip. Not fully “dumb”, it runs android mobile. But so lacking on resources it is basically a dumb phone, with Spotify and maps. Fits my use case fine and much less distractions and constant gamifiyijng. I Miss NFC payments the most and my banking app won’t even run on it, but it does the job of being a communications device just fine.


A couple I use (concept of not exact), that I haven’t seen in the thread yet:
Using grep as diff:
grep -Fxnvf orig.file copy.file
Using xargs -
xargs reads items from the standard input, delimited by blanks (which can be protected with double or single quotes or a backslash) or newlines, and executes the command (default is /bin/echo) one or more times with any initial-arguments followed by items read from standard input.
EG:
$ find ~/Pictures -name "*.png" -type f -print0 | xargs -0 tar -cvzf images.tar.gz


+1 for Librewolf. Works just as I expect it to without getting in the way. The way Firefox used to be.


This is fun side project I made for myself.
Contradicts:
Spin up your own instance on termux for Android.
It’s great if its for yourself, or learning something new to you. Releasing it like this and telling others to install software you didn’t even write is a security nightmare and disingenuous. Nowhere in your readme or any other repo files, does it specify that YOU don’t code, and this product is all due to AI and LLMs.


Except, it was little Bobby tables.


Conventions I have are:
noexecI also start off allocating ~ 50GB to / (root) volumegroup. Wine and proton have been taking up nearly the full space though, may need to expand it on my desktop soon.


About as trustworthy as a pedo in a daycare.
vim, mainly cause I haven’t figured out how to quit yet.