<sb0>
that's the only application i find for NdGaO3
<sb0>
whitequark, did you get your helium cryocooler to work?
fengling has quit [Ping timeout: 245 seconds]
nicksydney has quit [Remote host closed the connection]
Mon_ has joined #m-labs
Mon_ is now known as Guest9185
<sb0>
actually it seems you can make a josephson junction with a film of tin (easy to evaporate and nontoxic), oxidize it, and redeposit another layer of tin. you just need to cool it below 3.7K, but liquid helium under vacuum can do it
<sb0>
lead works as well but is toxic
fengling has joined #m-labs
Guest9185 has quit [Quit: This computer has gone to sleep]
Guest9185 has joined #m-labs
fengling has quit [Ping timeout: 245 seconds]
fengling has joined #m-labs
Guest9185 has quit [Quit: This computer has gone to sleep]
Guest9185 has joined #m-labs
fengling has quit [Ping timeout: 245 seconds]
fengling has joined #m-labs
fengling has quit [Ping timeout: 245 seconds]
Guest9185 has quit [Quit: This computer has gone to sleep]
<cr1901_modern>
Making a Josephson Junction at home? o.0;
supman has quit [Remote host closed the connection]
<whitequark>
sb0: my cryocooler only goes down to 20K
<sb0>
should be good for high temperature superconductors, but the films and barriers are probably a lot more painful
<sb0>
you do need that NdGaO3 stuff, combine it with ytterbium in some way (there is little info I can find about that), and for the barrier - I have no idea
<whitequark>
btw I did not yet bring it up, it needs some fittings...
<whitequark>
well, I think this can be a reasonable thing to try and manufacture in HK, they're very simple
Mon_ has joined #m-labs
Mon_ is now known as Guest76522
FabM has quit [Ping timeout: 250 seconds]
Guest76522 has quit [Quit: This computer has gone to sleep]
Mon_ has joined #m-labs
Mon_ is now known as Guest4135
FabM has joined #m-labs
balrog has joined #m-labs
<larsc>
has anybody worked with rifaa? The license information is somewhat confusing on the website the state that you need to get a permission for commercial usage, but in the source itself the only license terms ever mentioned seem to be standard BSD
<larsc>
riffa
<sb0>
larsc, have you tried litepcie?
<larsc>
no
<larsc>
I'm in the research phase at the moment
<larsc>
does it have a Windows driver?
<sb0>
I'm not sure...
<sb0>
whitequark, should we keep dependency_links in setup.py?
<cr1901_modern>
larsc: litepcie?
<larsc>
yes
<cr1901_modern>
AFAIK it only has a Linux driver. I asked _florent_ about the feasibility of adding a BSD driver (Idk enough about Windows internals to add a Windows driver)
<larsc>
the windows driver is unfortunately the important component for my project
<cr1901_modern>
I really should get another laptop so I can write Windows drivers without BSODing my mainlaptop
<sb0>
use a vm?
<sb0>
hm, wait, pcie won't work perhaps
<cr1901_modern>
VirtualBox has USB passthrough; I would suspect that PCIe emulation would be minimal; just enough to support, say, a serial port/classic PC-compatible peripherals on the PCIe bus. But I'm not sure.
<cr1901_modern>
(Idk if on-board USB chipsets are typically accessed through a PCIe controller or not)
<larsc>
I think kvm supports PCI(e) passthrough
<cr1901_modern>
That would be good if I were running Linux lol
rohitksingh has joined #m-labs
supman has joined #m-labs
<whitequark>
sb0: what the hell is dependency_links?
<sb0>
I guess something that lets setup.py download and install dependencies?
<sb0>
ysionneau, why did you add dependency_links?
<ysionneau>
to tell setup.py where to fetch the packages
Guest4135 has quit [Quit: This computer has gone to sleep]
rohitksingh has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
<whitequark>
ohh, links as in URLs
<whitequark>
cr1901_modern: PC-compatible peripherals aren't on the PCI-e bus
<whitequark>
besides, from the point of view of the OS, PCI and PCI-e look exactly identical
<whitequark>
and no, vbox doesn't have PCI passthrough
<whitequark>
KVM and Xen do
ylamarre has joined #m-labs
<larsc>
~.
<larsc>
ignore that obviously
<cr1901_modern>
whitequark: There exist e.g. PCIe Serial port cards; that was what I was thinking about. I don't think they would be addressed the same way as the ones that would be available through the SuperIO chip/LPC bus/whatever it's called.
rohitksingh has quit [Quit: Leaving.]
<whitequark>
virtualbox does not emulate those
ylamarre has quit [Ping timeout: 255 seconds]
_whitelogger has joined #m-labs
<GitHub8>
[migen] enjoy-digital pushed 1 new commit to master: http://git.io/v8jnz
<GitHub8>
migen/master 598638b Florent Kermarrec: fhdl/structure: fix last test in _Value.__bool__ (a instead of b)
<robtaylor>
whitequark: if i recall correctly, that's not entirely true - istr that MSIs are different at the OS level
<robtaylor>
(MSI-X)
<whitequark>
robtaylor: hm right
<robtaylor>
PCIe can bu *used* by PCIe-unaware systems, but you get more goodies if you understing PCIe :)
<cr1901_modern>
How can you use PCIe by PCIe-unaware systems? Wouldn't there need to be a PCI=>PCIe bridge so PCIe cards know how to respond to requests?
<felix_>
from the hosts point of view pcie is a superset of pci; the different physical layer doesn't matter for the logical interface
<felix_>
if the system isn't pcie aware, it can't use the new features though
nicksydney has joined #m-labs
<felix_>
a pcie serial port card could be addressed the same way as a legacy serial port on the superio when it uses a legacy io bar as interface; the pcie to serial port card i had, used mmio bars though