Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anaphor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
anaphor
3y ago
There's a functional / lazy version I like that uses a priority queue in order to get the next prime number https://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf It basically uses the priority queue to sto
2.
▲
by
anaphor
3y ago
Because they all cheated on their coursework and got graded on a curve for exams. Source: I was a TA for an intro CS course.
3.
▲
by
anaphor
4y ago
Watch EEVblog's playlist on DC theory, and then play around with a breadboard and simulations using something like circuitjs. Get some basic tools such as a soldering iron (and solder/wick/sponge/etc), breadboard, wires,
4.
▲
by
anaphor
4y ago
I have Teksavvy via Cogeco and had no issues (obviously). I just discovered Rogers owns 41% of their shares though :|
5.
▲
by
anaphor
5y ago
These are just reports people made that the sites were down. Not actual data from monitoring tools or something. I used my Canadian banking website a bunch of times yesterday and had no issues. Banking websites go down for maintenance or ra
6.
▲
by
anaphor
5y ago
Or block all of the non-educational youtube channels. Personally a good portion of my youtube usage is educational videos about electronics now. It feels like much less of a waste of time than twitter or instagram.
7.
▲
by
anaphor
5y ago
They referenced the movie on Stranger Things as well with a line similar to the one River Phoenix's character says: "It's fascinating what 50 bucks will get you at the county recorder's office"
8.
▲
by
anaphor
5y ago
You can even place a backdoor on a circuit without any noticeable physical changes (other than chemical differences which are extremely hard to detect). You basically change which chemicals are used to "dope" the transistors, whic
9.
▲
by
anaphor
5y ago
It works if you put it in "Verbatim" mode for that particular search, but I don't know how to make it permanent. Does anyone know if there's a way to always force it to use "verbatim" mode?
10.
▲
by
anaphor
5y ago
That's awesome. I didn't file an issue yet but I was hoping to try it again soon and get a better idea of what's going wrong first.
11.
▲
by
anaphor
5y ago
You can always call the C functions directly (from a shared lib) although admittedly it's a pain because you have to deal with unmanaged pointers very often.
12.
▲
by
anaphor
5y ago
I would really like to see more work on improving the use of Nim for programming microcontrollers. I stumbled on to https://github.com/elcritch/nesper recently and it looks neat, but I had issues getting my code to com
13.
▲
by
anaphor
5y ago
good to know! I was a bit confused by that at first :)
14.
▲
by
anaphor
5y ago
So this blog post covers the 1.0 hardware revision, but I just opened up mine out of curiosity and realized I have the 1.2 revision, which uses the sandisk chip, so everything is different. Not 100% sure which components need to be changed
15.
▲
by
anaphor
5y ago
I would recommend getting a roll of kapton tape as well (make sure it's not counterfeit), and then use that to mask other components so you don't accidentally damage stuff
16.
▲
by
anaphor
5y ago
you could use an appropriate hot air station + some flux as well I think (and a good pair of tweezers designed for electronics) Also, kapton tape is very useful if you're afraid of damaging stuff around it
17.
▲
by
anaphor
5y ago
Doctors google rare disease symptoms sometimes, however, and it's seen as a legitimate thing to try if you're truly stumped by a mysterious illness.
18.
▲
by
anaphor
5y ago
Named-data networking is literally what this is describing, except NDN works as a replacement for TCP, not HTTP. In the long term I'd rather have it work at a lower level and not have to think about it much. https://www.yout
19.
▲
by
anaphor
5y ago
And if you enjoy piano, there's some music specially created for this purpose https://en.wikipedia.org/wiki/Vexations
20.
▲
by
anaphor
5y ago
I find that I can focus better if I listen to a single track on repeat (I've done it literally for hours). The repetition helps for some reason because you're not surprised.
21.
▲
by
anaphor
5y ago
They're presenting a bit of a false dichotomy. You can use social media and still be sane, you just have to have some amount of self awareness so the troubling aspects don't affect you as much.
22.
▲
by
anaphor
5y ago
I'm guessing this is done with WebKit so I wonder how hard it would be to port to Linux/Windows. Also it would be neat to have vim-like keyboard shortcuts.
23.
▲
by
anaphor
5y ago
I'm assuming you've read the book and have looked at all of the arguments and evidence in it, otherwise this might seem like an uninformed opinion.
24.
▲
by
anaphor
5y ago
One of the people quoted in this article, Robert E. Bartholomew, also wrote a book on the Havana Syndrome, which is most likely another case of mass psychogenic illness. https://www.springer.com/gp/book/97830304074
25.
▲
by
anaphor
5y ago
Seems to be much more common as a thing with children who haven't finished acquiring both their L1 and L2 (as in multilingual) while still going through the biological sensitive period where you have to acquire language. https:/&
26.
▲
by
anaphor
5y ago
As someone with a philosophy degree this isn't a great list. Most of the recommended readings seem like random textbooks they found. It's pretty light on actual source material, and when they do list it, it's a bit bizarre, l
27.
▲
by
anaphor
5y ago
Sort of $ cat lol.c #include <stdio.h> #include </dev/tty> $ gcc lol.c int main() { printf("lol\n"); } // hit Ctrl+D $ ./a.out lol
28.
▲
by
anaphor
5y ago
That is complete nonsense. The study you're quoting was discredited. They essentially grouped a bunch of random symptoms together and said they were the same thing. If you run enough tests for different things you'll eventually fi
29.
▲
by
anaphor
5y ago
This is a thing, see https://www.youtube.com/watch?v=FJJTYQYB1JQ (talk by Andrei Alexandrescu at CppCon 2019 about this exact idea)
30.
▲
by
anaphor
5y ago
It exists for NYT headlines https://twitter.com/nyt_diff Also https://twitter.com/newsdiffs
More ›