Viewing profile — quangio
quangio
HN member- Joined
- Sat, Feb 17, 2018, 3:47 AM UTC
- HN karma
- 92
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About quangio
Recent public activity
-
comment
Comment #25399421
you might not get it but i'd tell you a joke about UDP
-
comment
Comment #23285615
I just played with this just a few days ago to solve some crackme challenges. It is pretty cool: decompile the binary, use KLEE to symbolize inputs, ..., profit. There is also Deep…
-
comment
Comment #22624674
This is a stressful time. My school just sent out an email to kick us out a few days ago (we have one week to move out). As an international student, I have no place to go. After s…
-
comment
Comment #22621284
I am posting this while sitting in my NYU dorm room. They are kicking students out and will likely become a temporary hospital according to some emails we received.
-
comment
Comment #21806645
I used \LaTeX before switching to Texmacs completely. It is the best WYSIWYG editor I have ever used. Beside the ability to see the result instantly, I really like the memorizable …
-
comment
Comment #21784908
Software Engineers do study humanities. But, you know, there is big money involved.
-
comment
Comment #21450271
* a LOT more weird porns * we do not need passwords * eventually, human will be more empathetic * new educational system
-
comment
Comment #21341337
This AI is highly inaccurate: AI predicts I don't like dogs & like men (/r/suddenlygay after I shaved). I hope that's the author's point. The worst thing about AI is that people be…
-
comment
Comment #20567130
Julia is great. You can call codes from different libraries and they will just work together, even from C/C++/Python libraries. One of the bad things right now ihmo is toolings. De…
- story
-
comment
Comment #19992376
alterNATIVE option is kitty, gpu based, non electron, tab, font ligature... (basically has everything terminus does).
-
comment
Comment #19768968
If drawing some complicated geometry or high precision is not required, GNU Texmacs is also a good choice. You can do everything in the editor and see the immediate result, WYSIWYG…
-
comment
Comment #19739821
+1 Nim is a really nice and simple language. Extremely easy FFI and Python-like. For me, using Nim and Julia to write small "scripts" for my data science (student) works (processin…
-
comment
Comment #19737926
This book is so accessible! You can make a toy compiler from scratch just by reading this. On this topic, the LLVM's tutorial is also kind of great and if you are impatient, there …
-
comment
Comment #19359249
When seeing VM, I think about JIT, GC... This is "just" a bytecode interpreter (I don't mean to tell the project isn't worth sharing but it's quite misleading)
- story
-
comment
Comment #19023836
The benchmark seems to use only browsers' built in VMs to run WebAssembly (more like the the efficiency of different VM JIT compilers compared to native). How about running them in…
-
comment
Comment #19023188
> There is no question that half of the students in that grade 11 class could pass the Google interview process. I am quite sure this is not an average case. He likely visited a hi…
-
comment
Comment #18822150
Open redirect alone doesn't look dangerous. But combining it with another vulnerabilities like OAuth misconfiguration -> account takeover. I wrote a blog about this common mistake …
-
comment
Comment #18801049
Do you guys sponsor J1 Visa for internship positions?
-
comment
Comment #18777751
Not an experienced mouse free|multi terminal workflow user but I find Kitty, as an alternative to terminal + tmux, is quite productive. It just works and has features I-a beginner-…
-
comment
Comment #18745833
It would be quite good if this is something like VSCode/Atom extension. But as a standalone application, well, ehem, electron, ~70Mb. For more electron hate and terminal: https://n…
-
comment
Comment #18698495
It's great to see people still using C to make web servers ! But can you clarify what are the "state-of-the-art technologies and solutions?" I just skim the project and think this …
-
comment
Comment #18552531
This is my new argument for "Emacs > Vim" war.
-
comment
Comment #18495995
I personally think node based programming is suitable for DSL, high level plumbing, data visualization (imagine Jupyter cells but having branches). The best visual programming lang…