Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nmz787
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
nmz787
8y ago
anyone care to pastebin a copy of the text?
2.
▲
by
nmz787
9y ago
I think that's solved now though, at least for a few ICs and toolchains, via things like MyHDL and/or rhea (tldr; Python wrappers) and websites like fpga4fun.com
3.
▲
by
nmz787
9y ago
Why don't these numbers ever list the width AND height AND length... I'd really like to know how many atoms each transistor was composed of.
4.
▲
by
nmz787
9y ago
doesn't the Willamette and Columbia river run along mountain range for a long while?
5.
▲
by
nmz787
9y ago
Is that really smaller than any of these??? https://scholar.google.com/scholar?q=microfluidic%20qpcr
6.
▲
by
nmz787
9y ago
I use BRL-CAD for 3D modelling via Python ( https://github.com/nmz787/python-brlcad-tcl )... using it for the base CAD tool for my nano/MEMS fabrication pipeline
7.
▲
by
nmz787
10y ago
I wrote a tool like this for big high-performance test boards at work, the input was a spreadsheet, and I automatically generated (visual) schematics after assigning the netlist using a constraint solver. The analog guys review and debug us
8.
▲
by
nmz787
10y ago
Oh, by 'package' I meant heat-seal in plastic bags. 'Packaging' a silicon chip for electrical use should be pretty similar regardless of the production technique, given chemical compatibility, stress/strain of the c
9.
▲
by
nmz787
10y ago
I do part time work packaging FIBbed gizmos, the 'machinist' has done at best a 50nm diameter aperture in metal film (from what I recall, maybe it was 100nm) using a beam diameter of 10nm. This is on a machine that was new 20 year
10.
▲
by
nmz787
12y ago
spectruino's ADC isn't fast enough to capture all the data from a CCD data frame, thus to get an entire spectrum one needs to sample multiple times and shift the ADC sample clock... or deal with not having all the pixels. This met
11.
▲
by
nmz787
12y ago
Very good point, I would think before making a fancy case and adding useless colorful LED rings, you would try to prove the actual detection concept, which hasn't been shown by the maker.
12.
▲
by
nmz787
12y ago
That's exactly what expensive notch filters do.
13.
▲
by
nmz787
13y ago
"What happened to the FDA's mission to protect the consumer? Why aren't rice imports tested for heavy metals?" 'FDA spokesman Noah Bartolucci told BBC News that the "FDA plans to review the new research on lead levels in imported rice relea
14.
▲
by
nmz787
13y ago
I suffered through childhood lead poisoning and I'm still here on HN!
15.
▲
by
nmz787
13y ago
Seems like the smart thing would be pushing rendering to the client. This is already done in real-time for coarse and simple models like PDB.
16.
▲
by
nmz787
14y ago
Thanks for the kind words! The $800 price tag was just a kickstarter only price, since we were still largely in the development phase we weren't sure of final pricing. Now it looks like a UV capable scientific instrument with a chinese grat
17.
▲
by
nmz787
14y ago
I think daniel_reetz put it right with "good enough". This isn't a lab or scientific instrument. But its cheap enough to use as a teaching tool, to get people interested and in-the-know about light and its connection to common life.
18.
▲
by
nmz787
14y ago
using a 2D sensor, you could actually just block one half of the slit at a time with your sample, and let the other half of the slit pass through unchanged... that way you could get a calibration shot for every sample, assuming the dynamic
19.
▲
by
nmz787
14y ago
You want a "peaky" light source to build the spectral response model, xenon or deuterium flashbulbs are cheap on amazon... I would lean towards using deuterium because I think the relative power of the peak to the blackbody floor (the rest
20.
▲
by
nmz787
14y ago
The link at: http://www.iontorrent.com/career/ just re-directs me to the homepage.
21.
▲
by
nmz787
15y ago
As to your last comment, JCVI already did that, synthesis is lacking for speed and cost as compared to sequencing today.
22.
▲
by
nmz787
15y ago
current behemoth machines have errors too, often the best way to get a really polished sequence is to sequence on machines which have different type of errors, and interlace the data appropriately.
23.
▲
by
nmz787
15y ago
Different here. Bug found when I switch resolution... other cams keep playing rather than pausing... thus synchronicity is lost.
24.
▲
We're building an open source spectrometer
(openspectrometer.com)
2 points
by
nmz787
15y ago
|
0 comments
25.
▲
by
nmz787
15y ago
I'd also like to know the answer to this question. Also isn't openFrameworks supposeds to be more frame-worky than just a library (someone mentioned earlier simplecv aims to be more of a framework rather than just a library) Did the develop
26.
▲
by
nmz787
15y ago
That doesn't really make any comparison between open and simple CV. The example towards the end thqt compares two code snippets isn't even comparing the same operation, in the C code it creates a new image and places text on it, while the p