Viewing profile — joecarpenter
joecarpenter
HN member- Joined
- Sat, Mar 17, 2012, 6:56 PM UTC
- HN karma
- 328
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About joecarpenter
Recent public activity
-
comment
Comment #47488916
Great analysis! The Go binary was also compromised, but there's almost no information what the compromised binary did. Did it drop a python script? Did it do direct scanning? If tr…
-
comment
Comment #46890321
In my case I'm decompiling into C and it does a pretty good job at translation. There were situations where it missed an important implementation detail. For example, there is an R…
-
comment
Comment #46888796
Reverse engineering with LLMs is very underrated for some reason. I'm working on a hobby project - reverse-engineering a 30 year old game. Passing a single function disassembly + G…
-
comment
Comment #46307249
Isn't it the opposite? From the link: Scores range from -100 to 100, where 0 means as many correct as incorrect answers, and negative scores mean more incorrect than correct. Gemin…
-
comment
Comment #45164161
Well, there's also mine https://github.com/VectorOps/know with some details what it does and how: https://vectorops.dev/blog/post-1/
-
story
Show HN: VectorOps Know
VectorOps Know is an extensible code-intelligence helper library. It scans your repository, builds a language-aware graph of files / packages / symbols and exposes high-level tooli…
-
comment
Comment #25183156
Ah, the memories! Around the fall of the Soviet Union, there was an IBM-compatible clone called Poisk. It was not 100% compatible with with IBM PC, had 128 KB built-in RAM (extensi…
-
comment
Comment #17340170
Which is really weird. Because the code is reverse-engineered and I'm 99% sure the author used Hex-Rays Decompiler (due to variable names, etc).
-
comment
Comment #10035019
Typography is horrible in this one
-
comment
Comment #9760660
They're being used side by side and running in separate processes. For Campus Bubble, tornado app is a relatively simple push broker. Whenever something happens, Flask app pushes n…
-
comment
Comment #9760057
There were requests to create read-only views, but they're domain specific and can be done with existing machinery.
-
comment
Comment #9760040
Unfortunately, you can't compare development frameworks to UI frameworks. No one knows that you're a dog on the Internet. But anyone without technical knowledge can see a site that…
-
comment
Comment #9759782
Uh, that's typical rhetoric about default Bootstrap interface. Like if someone used default bootstrap skin then he's just lazy and didn't really care. Thus unprofessional. Personal…
-
comment
Comment #9759645
Flask-AppBuilder is opinionated fork of the Flask-Admin. It follows similar conventions and uses some of the Flask-Admin code, but comes up with non-default skin and a little more …
-
comment
Comment #9759354
Good point, added disclaimer on top.
- story
-
comment
Comment #9496304
Mod is just a JAR file that's loaded into Minecraft process. So yeah, no protection whatsoever.
-
comment
Comment #6514018
It is mostly number of documents and their size. Single schema. There are no indexes, so whenever client wants to find something in synchronized collection, it'll have to scan thro…
-
comment
Comment #6514005
> Started using the SmartCollections package which ditches polling altogether and goes with the MongoDB OPLOG for synchonization. Yes, I'm aware about this package. However, in my …
-
comment
Comment #6513778
Interesting enough, I found that Meteor is not production ready, in both current implementation (not mature) and some design decisions. I was thinking about writing blog post about…
-
comment
Comment #5938120
> Greenlets don't magically make synchronous libraries asynchronous! That's gevent! That's right - I wrote that they allow writing code in synchronous fashion and I didn't say that…
-
comment
Comment #5935019
I'm just sharing my personal experience with both. And no, I prefer Flask (WSGI) and Tornado working side by side, in separate processes.
-
comment
Comment #5934834
Thanks for feedback, I added link to the wikipedia article.
- story
- story