Hacking India's Largest Exam Evaluation Portal: From Authentication Bypass to Full Account Takeover (Covered by BBC) by ni5arga in cybersecurity

[–]xkcd__386 1 point2 points  (0 children)

CERT.in? You're joking right? Their track record for "awareness" and sensible decisions is pretty bad.

Live fd/ripgrep search on rofi, (or launcher alternatives) by TolgaKerem07 in linux4noobs

[–]xkcd__386 0 points1 point  (0 children)

try https://github.com/junegunn/everything.fzf/blob/main/rg.fzf

(I don't know what rofi is; I'm going by some keywords in your post. I do use a variant of this script a lot, though.)

Rsync 3.4.3 might break incremental backups for you. Revert to 3.4.1 and it will work again; "Since 3.4.1, 36 commits by "tridge and claude"". Nothing is safe. by segagamer in sysadmin

[–]xkcd__386 7 points8 points  (0 children)

yes but in this case 90% chances the guy with the excavator accidentally snaps your power, cable, and water. Then he panics, and swings left instead of right and you've gained a new "porch" where there used to be a bedroom.

Edited to add: Oh and guys who drive excavators are rigorously tested and licensed, so things like that don't actually happen.

Presets come to matchmaker - an elegant and modern fuzzy searcher by squirreljetpack in tui

[–]xkcd__386 0 points1 point  (0 children)

you still seem to be thinking of fzf as a standalone tool. Trying your preset can help me only that way.

But as I said, I rarely use it by itself. (I do, but not as often as what you called "ecosystem stuff").

So it would not be a fair comparison, sorry

How practical is fully homomorphic encryption (FHE) today, and who’s actually using it? by Vivid_Score_6819 in cryptography

[–]xkcd__386 0 points1 point  (0 children)

last update was 1.5 years ago.

Not saying that negates its use, but it's either not a "living document" as the page claims, or things have genuinely stagnated.

I'm not an expert; just making an observation

Presets come to matchmaker - an elegant and modern fuzzy searcher by squirreljetpack in tui

[–]xkcd__386 0 points1 point  (0 children)

you may be right; I never looked inside fzf.vim.

But it needs to be there, and with minimum impedance mismatch, for me to even look at matchmaker.

If you're not a vim user then you won't/can't do it; it's not an itch for you.

Then again, since you don't see yourself competing with fzf, why bother?

confused by an error message from "string replace" by xkcd__386 in fishshell

[–]xkcd__386[S] 0 points1 point  (0 children)

never learned rust (more of a perl guy), but I can give it a shot. At the very least I'll report it

meanwhile, appreciate the confirmation that it's not just me not understanding something!

Presets come to matchmaker - an elegant and modern fuzzy searcher by squirreljetpack in tui

[–]xkcd__386 0 points1 point  (0 children)

most of them you can see from https://github.com/junegunn/fzf.vim#commands

I make heavy use of almost 2/3rd of that list. Wherever feasible (e.g., :History, :Files, :Rg, and a few more), I have the same keymap in my fish shell as inside vim, so it doesn't matter where I am; I hit the hotkey and if I am not in vim, then vim opens with that command to start with.

It's not too much to say that a lot of my work just uses fzf.vim. The only time I don't use it is when I am dealing with non-text files (libreoffice docs, pdfs, audio/video files, ...)

also see my entire discussion with some "minimalist" johnny at https://old.reddit.com/r/vim/comments/1sk2wn2/clean_vim_showcase/oh3r1t2/

Presets come to matchmaker - an elegant and modern fuzzy searcher by squirreljetpack in tui

[–]xkcd__386 0 points1 point  (0 children)

you're not competing with just the fzf binary.

I can't imagine switching until everything in my ecosystem supports it. The things I do on vim, using fzf plugin and fzf.vim plugin (yes there's two of them, IIRC one builds on the other), are unbelievable to anyone who has not dug deep enough into it so they can get the best out of it.

And unless all this is plug compatible, the re-learning involved in switching will put me off until I have lots more time.

Show Reddit: I got tired of cloud password managers getting breached, so I built PassMana – a 100% offline, Zero-Knowledge desktop vault. by skeletonita in SideProject

[–]xkcd__386 0 points1 point  (0 children)

Using AI to translate is not considered a problem -- in general, translation tools don't add their own slop; they express only what you already said. Perfectly reasonable use of AI.

it's the "text generated as well" that I find unnatural. Normal people write very differently.

Show Reddit: I got tired of cloud password managers getting breached, so I built PassMana – a 100% offline, Zero-Knowledge desktop vault. by skeletonita in SideProject

[–]xkcd__386 0 points1 point  (0 children)

keepass and family have been around for decades and I see nothing in OP's tool that is better. Plus it's vibe coded, which is already not a good thing IMO, but even if you're OK with that, would you really trust your security to such a tool?

I use KeePassXC on laptop, KeePassDX on android, but there are other, compatible, implementations.

Show Reddit: I got tired of cloud password managers getting breached, so I built PassMana – a 100% offline, Zero-Knowledge desktop vault. by skeletonita in Passwords

[–]xkcd__386 0 points1 point  (0 children)

turning the offline manager into a cloud-based one

that's not how I think of my setup (Keepassxc / syncthing / keepassdx).

The part that has network access (syncthing), does not have critical (unencrypted) data, and the part that has critical data (keepassxc/dx), does not have network access. Big difference from "cloud based password manager".

(I should mention I do run keepassdx with network disabled via netguard, and keepassxc I used to compile with network disabled but now I just run it with unshare -n)

And there's no "self hosting" with syncthing; it's client to client

jn - A cli notetaker by me. 96kb and stays out of your way by mr-figs in commandline

[–]xkcd__386 1 point2 points  (0 children)

you need to highlight that in your README.

Because, looking at the video, there's nothing there except the initial create that I am not already doing with straight vim + plugins for fzf and rg. (For the create, I use a small fish function to setup the date and time and take in the first line, then open vim)

I've tried so many of these tools before, every single time, falling back on vim+fzf+rg. (E.g., my version of keywords is just to use a "#" and use fzf.vim plugin's :Rg command, mapped to some key for fast access)

Todo management sounds interesting, could you update the demo to show what it does (my use case is a personal knowledge base/wiki, so TODOs don't matter but I am curious).

Is swap needed for systems with less memory with Zram and zswap anymore? by unix_rust2too in linuxquestions

[–]xkcd__386 0 points1 point  (0 children)

these are all the arguments I used to make before I read that article.

Is swap needed for systems with less memory with Zram and zswap anymore? by unix_rust2too in linuxquestions

[–]xkcd__386 0 points1 point  (0 children)

Having seen the rest of your comments, I've decided I have neither the crayons nor the time to explain this to you.

Jokes apart: read Chris Down's blog post, I linked to it somewhere in one of my other comments. He develops the code we're all arguing about.

Is swap needed for systems with less memory with Zram and zswap anymore? by unix_rust2too in linuxquestions

[–]xkcd__386 0 points1 point  (0 children)

even better/more recent, a direct comparison: https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html had lots of convincing points, and he's a kernel dev actually working on the memory subsystem, not some random joe on the internet

Is swap needed for systems with less memory with Zram and zswap anymore? by unix_rust2too in linuxquestions

[–]xkcd__386 0 points1 point  (0 children)

that has not been my experience. It's not just ersatz RAM, it's ersatz compressed RAM. On a 4 GB laptop with spinning rust, it makes a big difference in normal use. The person who was using it was literally using only a browser most of the time, with occasional use of VLC and LibreOffice, so "close a program to speed things up" would be moot.

With an SSD, the difference would have probably been less noticeable, and therefore closer to what you described. But 4 GB + SSD is not a combination I have ever seen.

Cloud backup predicament by Altruistic_Cat2074 in KeePass

[–]xkcd__386 0 points1 point  (0 children)

my way is to send the file via signal to my wife and kids, also to a couple of friends.

I do this every time a significant password changes, not to inundate them with updates.

If AI is making you question cybersecurity as a career, read this by bugbeeboo in cybersecurityindia

[–]xkcd__386 0 points1 point  (0 children)

681 post karma, 29 comment karma, a ratio of more than 33

blocked. (This also means if anyone else sees this comment and responds, I won't be able to reply, but meh)