Viewing profile — CITIZENDOT
CITIZENDOT
HN member- Joined
- Sat, Sep 24, 2022, 8:28 AM UTC
- HN karma
- 185
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About CITIZENDOT
No profile information was provided.
Recent public activity
-
comment
Comment #49247711
there's automatic credibility for the posters here. let's say, two people in the same industry, one is present on this platform, and one is not. It can be seen as the one present o…
-
comment
Comment #49231319
partly yes (with the keys and signing), but added stuff is Blockchain and TSA which is also central to the idea.
-
comment
Comment #49229619
I love this too, However I'm getting mixed opinions about it ;)
- story
-
comment
Comment #49173777
this is great! thanks for sharing
-
comment
Comment #49173581
I didn't know chin/neck are slightly bluish, can we make it more explicit without side effects?
-
comment
Comment #49053046
updated my website to use jsdeliver CDN for article images. thanks for pointing out.
-
comment
Comment #49032462
> VSCode always first asks you if you trust the author of this code until we do that, VSCode doesn't let us interact with the codebase, so we end up clicking that trust as soon as …
-
comment
Comment #49032447
i wish world is so fair
-
comment
Comment #49016411
> C2 interface do you mean the machine which is connected through the victim's machine? if so, i should put this in a VM, run and see where it's sending/receiving requests from. i'…
-
comment
Comment #49016041
everything is hosted on github pages, i'll have to use some cdn for images.
-
comment
Comment #49016025
hmm, i don't understand why you think this is suspicious. doing their stuff on their machine is ... fine i guess?
-
comment
Comment #49016006
wow > I maintained a very popular NPM package with 43+M weekly downloads makes sense why they targetted you, good that you have 2FA enabled.
-
comment
Comment #49015584
thanks!
-
comment
Comment #49015284
It's either leetcode style interviews or take-home assessments AFAIK
-
comment
Comment #49015226
might as well "curl https://citizendot.github.io/articles/fake-job-interview-git... " and read the output :')
-
comment
Comment #49015037
> I wonder if vscode would still load the script if you click “don’t trust author” It doesn't. VSCode dev replied here on it here: https://news.ycombinator.com/item?id=46719712 . B…
-
comment
Comment #49015001
i should've highlighted that better, it has more gravitas ( https://youtube.com/shorts/LpevGTOP1-A?si=DRJUH4EMujesXiXN )
-
comment
Comment #49014601
yea, i'm just lazy
-
comment
Comment #49014075
fair point
-
comment
Comment #49014036
> they could implement verification using company emails they added this back in 2023 ( https://news.linkedin.com/2023/april/linkedin-s-new-verifica... ), but very less people actu…
-
comment
Comment #49013723
sorry, i added it to set the mood for my site :') yk, like moving lamps at the top, hanging dementor at the right side (only visible on desktops). should i remove it?
-
comment
Comment #49013630
yea, i had fun looking around, this felt like a ctf challenge lol. if they had any vuln on their server, it would've been even better.
- story
-
comment
Comment #48794714
std::accumulate is sequential and guarantes in order traversal. std::reduce is parallel version of it