thanhnguyen2187's recent activity
-
Comment on Having fun with a scamming crypto job in ~comp
-
Comment on Having fun with a scamming crypto job in ~comp
thanhnguyen2187 Thanks for the suggestion!! I'll follow it and let you know when there is an updateThanks for the suggestion!! I'll follow it and let you know when there is an update
-
Comment on Having fun with a scamming crypto job in ~comp
thanhnguyen2187 (edited )Link ParentHey thanks for the kind words!! I'm glad that you found my post useful! To be honest I'm not an expert in cyber security, but figured that on interacting with unsafe code, I need some kind of...Hey thanks for the kind words!! I'm glad that you found my post useful!
To be honest I'm not an expert in cyber security, but figured that on interacting with unsafe code, I need some kind of protection. I asked Claude (I'm sure ChatGPT can help with these kind of questions, too). The bot suggested
firejail
, so I poked around using it and felt that it is a suitable straightforward tool. -
Comment on Having fun with a scamming crypto job in ~comp
thanhnguyen2187 I’m going to cover what happened and the technical details of a crypto job scam that I’ve avoided. Let’s hope that it can be both entertaining and informative. It’s my second time encoutering this...I’m going to cover what happened and the technical details of a crypto job scam that I’ve avoided. Let’s hope that it can be both entertaining and informative.
It’s my second time encoutering this kind of scam. In the first time, I just ignored it as the sign is too obvious: a non-fitting job (frontend heavy job for a backend guy) where the recruiter is “impressed with my technical skills” and think that I’m “an exellent fit”. For this second time, I got fooled at first as it is too good, and after I realized it’s too good to be true and likely a scam, instead of stopping early, I just got… more patient and curious about what’s behind.
-
Having fun with a scamming crypto job
41 votes -
Comment on I was an MIT educated neurosurgeon. Now I'm unemployed and alone in the mountains. How did I get here? in ~health.mental
thanhnguyen2187 (edited )LinkThe video made me think about a... writing/life lesson I have learned, which is "be authentic". The way the doctor in the video spoke from his heart was compelling, and it raised many thoughts...The video made me think about a... writing/life lesson I have learned, which is "be authentic". The way the doctor in the video spoke from his heart was compelling, and it raised many thoughts from me. He detailed a healthcare system problem, but I feel like it is a bigger/more universal problem of human themselves, where everything is distorted in the name of commercialization.
-
I was an MIT educated neurosurgeon. Now I'm unemployed and alone in the mountains. How did I get here?
34 votes -
Comment on What programming/technical projects have you been working on? in ~comp
thanhnguyen2187 I've been working on an offline-first note-taking application named Cryptaa. Latest development version: https://cryptaa.pages.dev GitHub repository: https://github.com/thanhnguyen2187/cryptaa Its...I've been working on an offline-first note-taking application named Cryptaa.
- Latest development version: https://cryptaa.pages.dev
- GitHub repository: https://github.com/thanhnguyen2187/cryptaa
Its features:
- Offline-first with optional synchronization server (powered by Triplit)
- In-application encryption/decryption
- Simple tagging and filtering and sorting
I dogfood it daily and think that it's good for:
- Random notes that you sort of want to throw away
- Secretive stuff (login credentials and token-filled shell commands)
The technical stack is:
- Svelte/SvelteKit
- XState
- Triplit
I created the application as I was not satisfy with Notion/Evernote/other note-taking applications on their speed and security and not having a web version. Originally, I planned on making it more fully-fledged, but then seriously trying Obsidian changed my mind: it's nearly impossible to make my application as feature-ful. It's the best if I let it be good at its niches: encrypted notes.
-
Comment on What programming/technical projects have you been working on? in ~comp
thanhnguyen2187 I'm working on an offline-first code snippet manager named Crypta. I created it to scratch my own itch: having a place to quickly copy and paste text, with encryption/decryption for sensitive...I'm working on an offline-first code snippet manager named Crypta. I created it to scratch my own itch: having a place to quickly copy and paste text, with encryption/decryption for sensitive data.
After making a rudimentary offline-first version works, I'm working on a more sophisticated data persistence strategy: in-browser SQLite (
wa-sqlite
) and HTTP-exposed SQLite (sqliterg
) wrapped by Drizzle.You guys can try the application here: https://thanhnguyen2187.github.io/crypta. The source is available at: https://github.com/thanhnguyen2187/crypta
I sent the information to GitHub, Namecheap, the related company that has its recruiter impersonated, and Telegram. I also updated my post accordingly. Personally I think it's a bit futile, but let's hope that it can disrupt the scammer right between his/her scam, heh