Readit News logoReadit News

Dead Comment

jas- commented on Why Quantum Engineering Is Emerging as a Distinct Industrial Sector   spectrum.ieee.org/quantum... · Posted by u/rbanffy
billti · 6 months ago
I work on the quantum developer tools team at Microsoft. We put a lot of work into what we call the Quantum Katas to learn the basics via coding - https://quantum.microsoft.com/en-us/tools/quantum-katas

Our VS Code extension is trivial to install (https://learn.microsoft.com/en-us/azure/quantum/install-over...) or just try it entirely in the browser with Visual Studio Code online (https://vscode.dev/quantum/playground/)

To support that last scenario, where the language service, debugger, simulator, even package references, can run entirely in the browser, we built the whole thing using Rust compiled to WebAssembly, and our VS Code extension runs as pure JavaScript and Wasm. If interested you can dig into the implementation at https://github.com/microsoft/qsharp .

Happy to answer any questions!

jas- · 6 months ago
Thanks for providing this!

Deleted Comment

jas- commented on One engineer said "retarded" in a meeting. I just fired him   twitter.com/Forever_Wario... · Posted by u/markus_zhang
jas- · 7 months ago
If we are just going to stigmatize one word, perhaps, as a group, you should also consider the following list and fire people for these as well?

The only real consistent thing is as each generation becomes "woke" or "enlightened" (as previous generations called it), one or more phrases will be termed offensive by the younger generation and changed to something else.

https://en.wikipedia.org/wiki/List_of_disability-related_ter...

jas- commented on AES-GCM and breaking it on nonce reuse   frereit.de/aes_gcm/... · Posted by u/_tk_
jas- · a year ago
Great post! Thanks for taking the time to put this up.

What do you think the ratios are regarding improper use of nonce with this mode?

Most implementations that I am familiar with intentionally generate a random nonce to help lower the percentage of app devs doing this very thing

jas- commented on Physical cash is dying–and you don't need to be a conspiracist to worry   prospectmagazine.co.uk/id... · Posted by u/rwmj
jas- · 2 years ago
Be worried when laws get passed against barter systems that would circumvent these systems
jas- commented on Open-Source Detector of CISA's Known Exploitable Vulnerabilities   github.com/Ostorlab/KEV... · Posted by u/alaeddine001
retrochameleon · 2 years ago
Useful for scanning your network for devices with known vulnerabilities.
jas- · 2 years ago
Doesn't metasploit, OpenVAS and others already do a lot of this? Why not contribute modules there vs. write a new framework?

Deleted Comment

jas- commented on DHCP is not blocked by ufw/iptables   unix.stackexchange.com/qu... · Posted by u/timost
jas- · 2 years ago
ARP? Don’t you need arptables for this? OSI model 101
jas- commented on Ask HN: Those making $0/month or less on side projects – Show and tell    · Posted by u/code_Whisperer
jas- · 3 years ago
Kruptein: https://github.com/jas-/kruptein

A node.js module which implements a standard API for symmetric encryption and does so by providing the requisite key derivation from a supplied secret, strong key and cipher selections, performs validate then decrypt of cipher text while supporting most language character sets and ASN.1 encoding ensuring compatibility with most if not all database engines.

Used best practices documentation and am currently using famous cryptographers throughout history to name each release.

Example: v3.0.4 Étienne Bazeries - He is best known for developing the "Bazeries Cylinder", and is described as "one of the greatest natural cryptanalysts the science has seen".

u/jas-

KarmaCake day34August 1, 2014View Original