Live data from Hacker News

Viewing profile — bladecd

bladecd

HN member
Joined
Wed, Jan 04, 2023, 10:48 AM UTC
HN karma
3
Public activity
11 items

About bladecd

No profile information was provided.

Recent public activity

  1. story
    Show HN: Cryptography Interactive Visualization

    Cryptography Interactive Visualization enables in-depth understanding the internals of crypto behind math. The first showcase is for AES-128-ECB.

  2. story
    Show HN: Cryptography Interactive Visualization

    Cryptography Interactive Visualization enables in-depth understanding the internals of crypto behind math. The first release is for AES-128-ECB. Features - Intuitive: code/data syn…

  3. story
    Show HN: LLM-assisted research paper reproduction and understanding

    a live demo to show how LLM + visualization transforms paper reproduction and understanding.

  4. story
    Show HN: Realistic malicious encrypted traffic datasets for ML

    Realistic malicious traffic with labels

  5. comment
    Comment #44539144

    The only real important thing in AI is data, not infrastructure, not fancy methods.

  6. comment
    Comment #38887556

    Cryptoshark is an open source(Apache License v2)and educational crypto library written mostly in C and partial C++(string, vector, etc). Cryptoshark is a good start for people who …

  7. story
  8. story
    Show HN: Codeshark – a repository of C/C++ code on for beginners

    A beginner-friendly C/C++ code repository on common data structures and algorithms.

  9. comment
    Comment #36404216

    "I am alone. I'm not lonely"

  10. comment
    Comment #36403640

    The fundamentals of computer science, as well as programming, is solve practical problems. To learning and master programming, one has to build something even it's simple at the be…

  11. comment
    Comment #35641562

    A good approach is learn from others' code. Read their code, build and optimize. One day, you will be able to build an all-new software or system.