Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adamisntdead
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
adamisntdead
3y ago
I guess back when I wrote it I didn't see the need given that single qubit gates along with CNOT are universal and they're implemented. I think airing on the side of 'as few features as is educational' was my mentality o
2.
▲
by
adamisntdead
3y ago
I wrote something similar a couple of years ago - https://github.com/adamisntdead/QuSimPy Happy to answer any questions people have, including on other simulation methods other than state vector!
3.
▲
by
adamisntdead
5y ago
I'm currently a mathematics undergraduate at Cambridge and there's quite a few students who live type notes in various different formats. I think that the majority of the learning curve comes when getting used to the format of wri
4.
▲
by
adamisntdead
5y ago
If we're talking about Fun maths, there's a couple of really good channels that look at Olympiad problems. - vEnhance ( https://www.youtube.com/c/vEnhance ), an MIT student and IMO Gold Medalist who solved prob
5.
▲
by
adamisntdead
5y ago
I'm a big fan of this video from Reducible on Huffman codes: https://www.youtube.com/watch?v=B3y0RsVCyrw , and from 3Blue1Brown on Hamming codes: https://www.youtube.com/watch?v=X8jsijhllIA
6.
▲
The 5/8 Theorem: Maximum Probability of Group Elements Commuting
(ak2316.user.srcf.net)
2 points
by
adamisntdead
5y ago
|
0 comments
7.
▲
by
adamisntdead
5y ago
I'm surprised that something like point compression can even be patented, considering that it's relatively straightforward mathematically (all of the difficulty seems to lie in the number theory to compute a solution, which I assu
8.
▲
Will Any Crap We Put into Graphene Increase Its Electrocatalytic Effect?
(pubs.acs.org)
2 points
by
adamisntdead
7y ago
|
0 comments
9.
▲
Protect Yourself with Password Recipes
(luigimontanez.com)
4 points
by
adamisntdead
7y ago
|
0 comments
10.
▲
by
adamisntdead
7y ago
Because the pacemakers rotated, they weren't the same all of the way through.
11.
▲
The Genius Who First Predicted Black Holes
(medium.com)
3 points
by
adamisntdead
7y ago
|
1 comments
12.
▲
Rethinking Set Theory (2012)
(arxiv.org)
3 points
by
adamisntdead
7y ago
|
0 comments
13.
▲
by
adamisntdead
8y ago
That article had a really nice depth to it, answered all of my questions that I had yesterday when I first saw the project.
14.
▲
by
adamisntdead
8y ago
Well if you get assigned bad seats you might not come back, for this sort of thing I would say happy customers would lead back into more money
15.
▲
by
adamisntdead
8y ago
I have been thinking about this sort of thing quite a lot - while I do think it's wrong to split people up on a plane, it is quite an interesting concept. A similar but less malicious case would be one of organising the seating on a tr
16.
▲
Simulating Quantum Computers Using OpenCL
(arxiv.org)
3 points
by
adamisntdead
8y ago
|
0 comments
17.
▲
by
adamisntdead
8y ago
Quantum computing won't require much extra power that python can't provide, the only heavy processing will be circuit generation which is (as far as we can see at the moment) fine to use python for. In the sort term though there&#
18.
▲
Qusim.py – A toy quantum computer simulator in 100 lines of Python
(github.com)
1 points
by
adamisntdead
8y ago
|
0 comments
19.
▲
Writing a JavaScript Module Bundler
(adamisntdead.com)
2 points
by
adamisntdead
8y ago
|
0 comments
20.
▲
by
adamisntdead
8y ago
As someone who read this with an editor full of OpenCL kernels, I think apple must really have missed the point of these sort of frameworks - heterogeneous computing. If I wanted the best possible speed, latest features ect. I would write m
21.
▲
WebAssembly Based Npm Module Starter Code
(github.com)
1 points
by
adamisntdead
8y ago
|
0 comments
22.
▲
by
adamisntdead
8y ago
Me too, and they say it will be over $500 to fix as they need a whole new casing
23.
▲
by
adamisntdead
8y ago
Love the idea - what API are you using for summarization?
24.
▲
by
adamisntdead
8y ago
I am always impressed by the amount of content posted about Quantum Computing on hn. As a subject I find really interesting, it's really encouraging to see other people with the same interest, even if it is just casual!
25.
▲
by
adamisntdead
8y ago
I also read those notes, and to a large extent they were my first introduction to the field of quantum computing after studying some quantum mechanics
26.
▲
by
adamisntdead
8y ago
I wrote a little about why rust below!
27.
▲
by
adamisntdead
8y ago
Hello, author here - The choice to use rust mainly came from the fact I have more experience with it than with C++. Also, the compiler makes it really easy to write good code. This, along with really simple testing, benchmarking and the eas
28.
▲
A GPU-Accelerated Quantum Computer Simulator
(github.com)
68 points
by
adamisntdead
8y ago
|
13 comments
29.
▲
by
adamisntdead
8y ago
A bash script works too: https://github.com/adamisntdead/devmymac
30.
▲
by
adamisntdead
8y ago
I would also have to recommend "Quantum Mechanics, The Theoretical Minimum" by Leonard Susskind, if you wish to go a little bit further into general quantum mechanics
More ›