Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
enjoytheview
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
enjoytheview
1y ago
It is a good idea, that's why there are multiple mature solutions in the market, including free and open source solutions like the one I mentioned
2.
▲
by
enjoytheview
1y ago
Opengrep, the OSS sucessor to semgrep. There is no sane reason in this world to use this slopfest instead of opengrep.
3.
▲
by
enjoytheview
1y ago
Answer starting with "You're absolutely right!" means instant ignore
4.
▲
by
enjoytheview
1y ago
A security project vibe coded by someone who admittedly does not have a security or even software engineering background, what could go wrong!
5.
▲
by
enjoytheview
1y ago
Here's a really good free one: OpenSecurityTraining2 Architecture 1001: x86-64 Assembly https://p.ost2.fyi/courses/course-v1:OpenSecurityTraining2+A... They also have RISC-V and many other for debuggers and revers
6.
▲
by
enjoytheview
1y ago
In my case, I had a lung issue and CT scans are more sensitive to air being where it shouldn't be. At least two of the 5 ct scans could probaly just have been x-rays tho.
7.
▲
by
enjoytheview
1y ago
So 0.1% extra lifetime risk for every CT scan, I guess I went from 40% lifetime risk to 40.5, I guess I'll keep not drinking, not smoking and not being obese to help with the statistics.
8.
▲
by
enjoytheview
2y ago
How do you even eat 3 kilograms of cheese in one day?
9.
▲
by
enjoytheview
2y ago
This guys youtube channel (low byte productions) is an absolute gem if you like low level stuff.
10.
▲
by
enjoytheview
2y ago
https://twitter.com/MiSvTh/status/1785767966815985893
11.
▲
by
enjoytheview
3y ago
The answer is both. Devs will first try to fix it by correctly emulating the system behavior because like you said, that can also fix other games and because that is the right thing to do. There are occasions where doing that can result in
12.
▲
by
enjoytheview
3y ago
The other comment on this thread mentions that it also does something else: >disables all the system calls not explicitly invoked by the program text of a static binary This means that if the original library didn't have an execve c
13.
▲
by
enjoytheview
3y ago
I'm using an extension called "Bypass Paywalls Clean", haven't updated it in a very longe while and it still works, looks like the current versions is here: https://github.com/iamadamdev/bypass-paywa
14.
▲
by
enjoytheview
3y ago
I wonder if that would be enough to precisely identify a single user between millions like regular fingerprinting can already do, but yeah it's still a big fingerprinting vector
15.
▲
by
enjoytheview
3y ago
Bezier curves are easily detected by machine learning models as non-human, that software wont work on akamai or any decent anti-bot
16.
▲
by
enjoytheview
3y ago
You don't need to precisely identify users across sessions without their consent to detect bots, advanced anti-bots make heavy use of biometrics to detect bots and don't rely too heavily on fingerprinting, mostly because they'
17.
▲
by
enjoytheview
4y ago
This study is talking about testosterone changes in relation to number of days of ejaculation abstinence. It says nothing about testosterone levels vs ejaculation frequency.
18.
▲
by
enjoytheview
4y ago
Yeah, pretty sure that loop is to modify the lookup table for strings in runtime so you can't just statically replace it in the code, it's not strong obfuscation but in a properly deobfuscated code that loop wouldn't exist