Live data from Hacker News

Viewing profile — CITIZENDOT

CITIZENDOT

HN member
Joined
Sat, Sep 24, 2022, 8:28 AM UTC
HN karma
185
Public activity
38 items

About CITIZENDOT

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #49231319

    partly yes (with the keys and signing), but added stuff is Blockchain and TSA which is also central to the idea.

  3. comment
    Comment #49229619

    I love this too, However I'm getting mixed opinions about it ;)

  4. story
  5. comment
    Comment #49173777

    this is great! thanks for sharing

  6. comment
    Comment #49173581

    I didn't know chin/neck are slightly bluish, can we make it more explicit without side effects?

  7. comment
    Comment #49053046

    updated my website to use jsdeliver CDN for article images. thanks for pointing out.

  8. 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 …

  9. comment
    Comment #49032447

    i wish world is so fair

  10. 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'…

  11. comment
    Comment #49016041

    everything is hosted on github pages, i'll have to use some cdn for images.

  12. comment
    Comment #49016025

    hmm, i don't understand why you think this is suspicious. doing their stuff on their machine is ... fine i guess?

  13. 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.

  14. comment
  15. comment
    Comment #49015284

    It's either leetcode style interviews or take-home assessments AFAIK

  16. comment
    Comment #49015226

    might as well "curl https://citizendot.github.io/articles/fake-job-interview-git... " and read the output :')

  17. 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…

  18. comment
    Comment #49015001

    i should've highlighted that better, it has more gravitas ( https://youtube.com/shorts/LpevGTOP1-A?si=DRJUH4EMujesXiXN )

  19. comment
    Comment #49014601

    yea, i'm just lazy

  20. comment
    Comment #49014075

    fair point

  21. 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…

  22. 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?

  23. 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.

  24. story
  25. comment
    Comment #48794714

    std::accumulate is sequential and guarantes in order traversal. std::reduce is parallel version of it