Viewing profile — enjoytheview
enjoytheview
HN member- Joined
- Thu, Dec 15, 2022, 7:25 PM UTC
- HN karma
- 58
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About enjoytheview
No profile information was provided.
Recent public activity
-
comment
Comment #45170079
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
-
comment
Comment #45169051
Opengrep, the OSS sucessor to semgrep. There is no sane reason in this world to use this slopfest instead of opengrep.
- comment
-
comment
Comment #45166451
Answer starting with "You're absolutely right!" means instant ignore
-
comment
Comment #45166438
A security project vibe coded by someone who admittedly does not have a security or even software engineering background, what could go wrong!
-
comment
Comment #44555545
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 ma…
-
comment
Comment #43704168
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.
-
comment
Comment #43692808
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 stati…
-
comment
Comment #42864853
How do you even eat 3 kilograms of cheese in one day?
-
comment
Comment #42107785
This guys youtube channel (low byte productions) is an absolute gem if you like low level stuff.
-
comment
Comment #40398478
https://twitter.com/MiSvTh/status/1785767966815985893
-
comment
Comment #39028496
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 thin…
-
comment
Comment #38608278
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 …
-
comment
Comment #37166674
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/iama…
-
comment
Comment #35265437
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
-
comment
Comment #35262144
Bezier curves are easily detected by machine learning models as non-human, that software wont work on akamai or any decent anti-bot
-
comment
Comment #35244849
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 h…
-
comment
Comment #34574546
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.
-
comment
Comment #34503782
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 …