Noah Wood

Results 29 comments of Noah Wood

I haven't seen any of these programs opening up backdoors in your system however, you should still not use them because: 1. You clearly have zero clue what you're doing...

@jkid291 That's not very nice :^( Besides it's more fun to let then run around using a system running everything as a root user thinking they're invincible to haxoring because...

Hey, if you can show me where it's installing backdoors I'm all ears. All I found was it tries to open a root shell. Never take my word for anything...

I've tested apache-ssl-linux_v1,2,3 on OpenSSL 1.0.2g-1ubuntu4.6; whatever vulnerability they were exploiting has been patched.

There's no proof, and nobody is saying you should trust them. In fact everyone will explicitly tell you NOT to run any of these scripts without personally verifying them for...

1. You should not be running these. 2. You need to disable Windows Defender because it automatically deletes any "suspicious" .dll's such as the exma.dll files the program is trying...

> Sounds like an open source opportunity. Yeah, we kinda need it for our IDE, so I'll probably wind up building one. > A full language server with linting, refactoring...

> Wonder if other IDEs can use VSCode language server. They should be able to, it's an open specification. I know Eclipse and Theia can both use VSCode plugins, so...

A full language server it is not, but I created a [VSCode extension]( https://github.com/NoahGWood/OpenQASM-LanguageSupport) and got some basic syntax working I'll be looking at semantic highlighting, code snippets, and adding...

Types are pretty well standardized, IIRC: Floats are 32 bits. Doubles are 64 bits. Quads are 128 bits, and Octuples are 256 bits. The question of accuracy really depends on...