HackerLangs
トップ新着トレンドコメント過去質問紹介求人

akdev1l

no profile record

コメント

akdev1l
·24 日前·議論
Umm my toaster doesn’t have this problem and it’s not AI …

why does this happen to you?
akdev1l
·24 日前·議論
If you put AI on a project the average consumer will think it’s using ChatGPT or something like that

I mean I agree with you just that the popular perception of that word has changed
akdev1l
·29 日前·議論
Flathub only reviews the manifest.

If your manifest is covertly injecting malware into the build it could be easily missed. Consider some of the manifests are simply downloading deb packages and unzipping them.
akdev1l
·29 日前·議論
The canonical answer to any concerns with the AUR is always “just read the PKGBUILDs bro”
akdev1l
·先月·議論
LMAO brother you should stop projecting and get little more self assurance that isn’t tied to your wealth
akdev1l
·先月·議論
I get my hair cut at a place where it costs $45 and I get a haircut every 1-2 months at best.

I wear my shoes until they break. I wear Vans Sk8 old skool high tops most of the time.

I am also on track to retire by 40 if all goes well. (Which is to say I don’t have THAT much money)
akdev1l
·先月·議論
> Why would you want people to think you're poor or cheap, except maybe when you're shopping for a car.

Personally, I don’t generally think about how other people perceive if I have money or not.
akdev1l
·2 か月前·議論
Technically linux. Not open source in its commercial forms.
akdev1l
·2 か月前·議論
You can brute force the real age this way.

Do binary search and you don’t even need that many calls.

1. Is person older than 50? 2. Older than 25? 3. Older than 18? 4. Older than 9? 5. Younger than 14? 6. Older than 16?
akdev1l
·2 か月前·議論
You could still have this 1-click experience with another system.

Like you could set some rule like “this vendor is approved for charges below $50”. We don’t need the legacy system for that.

(I don’t know if any payment systems can do that atm, just that if we wanted we could make them do that)

Visa seemed not to care too much about fraud though so at some level they do prefer ease of use over security
akdev1l
·2 か月前·議論
My biology teacher in school once tried to teach us that winds created by God. Not like spiritually or something but that God literally made the wind I guess.

My “earth sciences” teacher also once tried to argue with me against the universal law of gravitation. (no, she was not referring to Special/General Relativity. She didn’t agree two objects in a vacuum fall at the same speed regardless of mass.
akdev1l
·2 か月前·議論
As an anecdote, I provided fragnesia.c and the subsequent proposed patch to fix the issue and while it was not able to discover an entirely new vulnerability, I think it was able to find 2 new ways of exploiting the same underlying bug.

This is quite impressive considering I’m just a dumbass with a Claude subscription.
akdev1l
·2 か月前·議論
The JVM has nothing to do with Android. There is no JVM running android apps.

There was Dalvik VM at one point but now it’s just the Android Runtime.
akdev1l
·2 か月前·議論
A very comprehensive SELinux deployment for one.

SELinux will stop any process in android from loading kernel modules, that’s not allowed. The android permission model as a whole is ultimately backed by SELinux.
akdev1l
·2 か月前·議論
The thing is that we could simply split those modules into separate packages

No reason why you couldn’t just `dnf install -y kmod-rxrpc` if for whatever reason you need that.
akdev1l
·2 か月前·議論
interesting but in that case no point in keeping the x bit either and suid binaries should just be 4700 ?
akdev1l
·2 か月前·議論
F44 is safe as the kernel is greater than 6.18.22
akdev1l
·2 か月前·議論
Without read permissions you cannot execute the binary, that would not make any sense.

To execute the binary it needs to be read from disk and loaded into memory.

In fact if you have read permissions but not executable permissions on a specific binary then you can still execute it by calling the linker directly /bin/ld.so.1 /path/to/binary (the linker will read and load the binary and then jump to the entry point without an exec() call)
akdev1l
·2 か月前·議論
> you dont test exploit pocs on your daily driver.

Do you just like making fake points and pretending other people said them?
akdev1l
·2 か月前·議論
what the blog says and what the code does are two different things.

For all I know the blog itself is a honey pot. I need to know what the code does before I run it.