Viewing profile — bladecd
bladecd
HN member- Joined
- Wed, Jan 04, 2023, 10:48 AM UTC
- HN karma
- 3
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About bladecd
No profile information was provided.
Recent public activity
-
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.
-
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…
-
story
Show HN: LLM-assisted research paper reproduction and understanding
a live demo to show how LLM + visualization transforms paper reproduction and understanding.
-
story
Show HN: Realistic malicious encrypted traffic datasets for ML
Realistic malicious traffic with labels
-
comment
Comment #44539144
The only real important thing in AI is data, not infrastructure, not fancy methods.
-
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 …
- story
-
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.
-
comment
Comment #36404216
"I am alone. I'm not lonely"
-
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…
-
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.