Don’t worry, they “fixed it”.
PenguinCoder
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?
- 15 Posts
- 151 Comments
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.
PenguinCoder@beehaw.orgto
Linux@lemmy.ml•What are some of your most useful or favorite terminal commands?English
1·2 个月前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.fileUsing
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
PenguinCoder@beehaw.orgto
Technology@beehaw.org•Mozilla’s new CEO is doubling down on an AI future for FirefoxEnglish
8·2 个月前+1 for Librewolf. Works just as I expect it to without getting in the way. The way Firefox used to be.
PenguinCoder@beehaw.orgto
Open Source@lemmy.ml•Nanogram: Private Small Scale Self Hosted Social MediaEnglish
8·2 个月前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.
PenguinCoder@beehaw.orgto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?English
2·2 个月前Conventions I have are:
- Downloads folder is ephemeral, don’t store/keep things in there I might want
- ~/scripts - personal scripts and one offs
- ~/Documents/projects/[subdir] - any tech project I may be working on, gets homed here
- /tmp - always mount it
noexec
I 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.
PenguinCoder@beehaw.orgto
World News@lemmy.ml•White House unveils ‘media bias’ trackerEnglish
17·3 个月前About as trustworthy as a pedo in a daycare.
PenguinCoder@beehaw.orgto
World News@lemmy.ml•Putin: Trump's New Peace Plan May Become Foundation of Ukrainian Conflict's ResolutionEnglish
2·3 个月前That isn’t a peace plan it’s a surrender.
Graphene is the most secure Android OS, hands down. Nation State actor tools like Cellebrite (and others) have difficulty or an impossible experience trying to Crack it. No saying it can’t be done or ain’t done already, but they claim an inability to do so.
That ranks pretty high and counters the FUD.
PenguinCoder@beehaw.orgto
Technology@beehaw.org•It’s getting harder to skirt RTO policies without employers noticingEnglish
12·6 个月前I have never met my manager in person. Going on 15 yrs. He manages, I do the work. All remotely. Works just fine for technical knowledge work.
PenguinCoder@beehaw.orgto
World News@lemmy.ml•US demands allies' plans in event of Taiwan war eruptingEnglish
135·7 个月前Why would allies share their plans with an entity that has zero opsec, is probably hacked at the signal intelligence level, let alone with Russian puppet circus that is the US government?
Hard pass.
I stopped playing at shadowbringers. Till then, was playing since the calamity. Lil dark knight potato. Edit: I mained on Siren.
PenguinCoder@beehaw.orgto
Gaming@beehaw.org•Join the "beehaw" seeded Luanti server (Minecraft clone)English
4·7 个月前I get that. I think my side projects get more work done than my actual work does! Have fun.
PenguinCoder@beehaw.orgto
Gaming@beehaw.org•Join the "beehaw" seeded Luanti server (Minecraft clone)English
11·7 个月前Please don’t advertise this as being Sanctioned by or associated with Beehaw site or administration. It’s okay to leave up, and of course just fine for your seed of such ; just setting expectations.
Thanks.
So change the shebang to explicitly reference the venv python.
Solved problem. Python virtual environments. Or install another python version with your package manager and make sure the python script calls it in the shebang instead of a generic
/usr/bin/env python.
PenguinCoder@beehaw.orgto
Linux@lemmy.ml•What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?English
1·8 个月前I think that is a signal limitation not a flameshot one.













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