DocScrutinizer05 changed the topic of #qi-hardware to: Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs and http://irclog.whitequark.org/qi-hardware
kristianpaul has quit [Ping timeout: 245 seconds]
FDCX_ has quit [Ping timeout: 246 seconds]
valhalla_ has quit [Ping timeout: 250 seconds]
arhuaco has quit [Read error: Connection reset by peer]
kristianpaul has joined #qi-hardware
arhuaco has joined #qi-hardware
fengling has joined #qi-hardware
kristianpaul has quit [Read error: Connection reset by peer]
kristianpaul has joined #qi-hardware
kristianpaul has joined #qi-hardware
kristianpaul has quit [Ping timeout: 250 seconds]
kristianpaul has joined #qi-hardware
kristianpaul has joined #qi-hardware
fengling has quit [Ping timeout: 240 seconds]
atommann has joined #qi-hardware
xiangfu has joined #qi-hardware
<wpwrak> xiangfu: nice pictures ! in Anelok-led-on.jpg, is that LED really on ?
<wpwrak> also, in Anelok-wrong-usb-connector.jpg the connector looks good. are you sure this it the wrong one ?
<xiangfu> wpwrak: Hi. I mean the oled was on. :)
<wpwrak> aaah ! ;-)
<xiangfu> wpwrak: the connector pin was not 100% match the pad.
<wpwrak> did that cause a problem ?
<wpwrak> it looks as if it should still work. though the leg hidden under the cable may be a bit close to the via
<xiangfu> the connection is right. but the pin is not 100% match the PCB pad.
valhalla has joined #qi-hardware
<xiangfu> no. it works fine. and pretty stable.
<wpwrak> ah well, details :) i'm not using the connector correctly anyway - there should be board cut-outs for the little "horns". of course, i noticed that only very late ...
<xiangfu> next time I will find the ring connector.
<xiangfu> ah. Yes.
<wpwrak> by the way, i made some changes that may break things. 1) i fixed a bug in touch screen polling that - ironically - made it work. i'm still not entirely sure why it mattered, but it did. i also changed how the input system handles time, so that it should now be independent from delays elsewhere. but this may introduce surprises. my devices work fine with the new code, though, so hopefully i didn't do too much damage.
<wpwrak> 2) i kicked out the non-open register definitions and linker script and replaced them with things i can legally redistribute. had to make some small changes for that, so i may have broken something. things look good here, though, so again there's hope that nothing bad will happen. just wanted to warn you.
<xiangfu> I will test the new code. then let you know.
<xiangfu> lunch time.
<wpwrak> in general, the touch sensor driver will see more changes in the future: right now it polls actively which a) wastes quite a lot of energy, especially in standby, and b) makes its timing fairly chaotic. the above changes should already bring some sanity to input.c, but touch.c still needs more work. the idea is to make it interrupt-driven and then let the CPU enter a sleep mode when there's nothing else to do. all this means that the
<wpwrak> characteristics of the touch sensor may change a bit. e.g., the threshold value and such may have to be adjusted at some point.
porchaso0 has joined #qi-hardware
porchao has quit [Ping timeout: 240 seconds]
fengling has joined #qi-hardware
fengling has quit [Ping timeout: 252 seconds]
fengling has joined #qi-hardware
wej has quit [Ping timeout: 272 seconds]
fengling has quit [Ping timeout: 264 seconds]
wej has joined #qi-hardware
wolfspraul has joined #qi-hardware
pcercuei has joined #qi-hardware
FDCX has quit [Ping timeout: 252 seconds]
xiangfu_ has joined #qi-hardware
xiangfu has quit [Ping timeout: 246 seconds]
atommann has quit [Quit: Leaving]
wej has quit [Ping timeout: 245 seconds]
wej has joined #qi-hardware
<DocScrutinizer05> forget the particular schematics, but the service digikey offers here actually looks very smart: http://www.digikey.com/schemeit/#wp6
<DocScrutinizer05> the idea is great anyway
<DocScrutinizer05> EDA as a web service, offered with component lib already
<whitequark> >EDA as a web service
<whitequark> and in a year they get acquihired and write you a message about "an incredible journey" you had together, and tell you they'll delete all your designs in a month
<viric> :)
<viric> I envision Xilinx software for the web
fengling has joined #qi-hardware
<whitequark> they'll get there eventually
<viric> nice, this incredible journey
<whitequark> but it'll be just same old shit, now in a web browser
<whitequark> no innovation in EDA
<viric> but you will be able to design from your iphone
<eintopf> :D
<eintopf> via iphone while sitting on the toilet!
<whitequark> so that's why none of the iot devices work
fengling has quit [Ping timeout: 250 seconds]
* eintopf making iot stuff
<eintopf> so my work doesn't work? Yea, it's mostly wip.
<whitequark> eintopf: does your iot stuff depend on a central server provided by $COMPANY?
<whitequark> does it stash a remotely exploitable ancient version of linux somewhere it's accessible by network?
<eintopf> I improve the 802.15.4 /6lowpan stack in linux kernel to make it in some useable state
<eintopf> all open source
<eintopf> common solution with 6lowpan/802.15.4 is a contiki mcu as adaptation layer
<eintopf> but, we want remove the contiki stuff
<whitequark> yeah, contiki is terribad
Akiraa has joined #qi-hardware
<eintopf> whitequark: I also working on a contiki replacement. The goal is to have a easy development -> copy linux implemented IPv6 IoT application into the $CONTIKI_REPLACEMENT and just add it to the buildsystem
<eintopf> I mean from userspace view, it should be the same interface
<eintopf> also contains, Kconfig as builsystem and such things... like linux
<eintopf> but this is my little hobby project
<eintopf> first I want only add a "generic" firmware application for atusb, so we can also run the firmware on the RZUSBSTICK (it's something like atusb, but different mcu and at86rf230)
<eintopf> then you need just replace two ".config" configs to making one atusb firmware and one RZUSBSTICK firmware
<eintopf> but I will keep the name atusb firmware :)
<eintopf> so, that are big plans...
<Akiraa> hello, are you aware of ready-made solutions to implement a 'mass storage device' api for a device like 'banana pi' or olinuxino, boards that have USB-OTG
<Akiraa> so that they may present themselves as 'removable storage' to computers or other USB hosts
<whitequark> eintopf: lately i have been doubting how wise it is to put linux in iot devices
<whitequark> heartbleed, right? basically none embedded devices with heartbleed will ever get patched
<whitequark> and if we find an exploitable vulnerability in the network stack, it's going to be an apocalypse, pretty much
<whitequark> s/if/when/ really
<qi-bot> whitequark meant: "and when we find an exploitable vulnerability in the network stack, it's going to be an apocalypse, pretty much"
<eintopf> whitequark: time will changes and for a IPv6<->6LoWPAN bridge is linux the best solution
<eintopf> and thats a stationary nodes with power connection
<Akiraa> whitequark: regardless, IoT devices are too low power to survive attacks if hooked directly to the internet, they require a separate box to act as a firewall, rate-limiter, load-balancer etc.
<whitequark> how many routers get vendor firmware updates?
<whitequark> how many vendor firmwares aren't horribly vulnerable by themselves?
<whitequark> Akiraa: well, most iot devices i have seen so far are pretty big. think nest thermostat or smoke
<whitequark> that's a full-fledged linux board. the immediate future will be dominated by this form
<Akiraa> they are expensive enough to have a fully powered CPU inside that can handle crypto, I guess, but wouldn't bet on it
<whitequark> well, you /have/ to handle crypto in /any/ wireless device, it's not even a question, but this is not what i am talking about
<whitequark> they use arm boards running linux and openssl and all that
<whitequark> and that doesn't help
<eintopf> these devices does exists already, atheros sells arm socs with integradted 802.11
<eintopf> I want something like that, but with 802.15.4
<eintopf> with ~4MB flash
<eintopf> such things, all is in one chip
<eintopf> but do really power managment with very low power and via battery...
<eintopf> don't know how possible that is currently
<Akiraa> I would be interested even in some useful keywords for search if you can help (implementing USB "mass storage device" from a linux box with USB-OTG)
fengling has joined #qi-hardware
Akiraa has quit [Quit: Leaving]
fengling has quit [Ping timeout: 250 seconds]
kristianpaul has quit [Ping timeout: 244 seconds]
kristianpaul has joined #qi-hardware
Akiraa has joined #qi-hardware
fengling has joined #qi-hardware
<wpwrak> Akiraa: g_file_storage seems to be what you're looking for. (search term linux gadget mass storage)
kristianpaul has quit [Remote host closed the connection]
<wpwrak> whitequark: (web-based EDA) we also have mbed, so also sw engineers can work the modern way :)
<wpwrak> and haven't we come a long way ? from SaaS (whatever-S-was-as-a-Service) to X-a-a-S *(Whatever-as-a-Service) now to YJaaS (Your-Job-...), all the way building up to YCaaS (Your Company)
<wpwrak> thinking of it, the mafia selling protection and vandalism insurance did some quite pioneering work in that domain :)
<Akiraa> wpwrak: thanks
FDCX has joined #qi-hardware
woakas has left #qi-hardware ["WeeChat 0.4.2"]
fengling has quit [Quit: WeeChat 1.0]
xiangfu_ has quit [Remote host closed the connection]
<whitequark> lol
<DocScrutinizer05> the funny stray signal at start of http://neo900.org/stuff/joerg/random-media/IR-photodiode/BPW34+1kR_electron-flash_detail2us_rise.jpg is prolly via inductive or capacitive interference from camera to the 5cm GND wire of the probe
<DocScrutinizer05> most likely inductive, by the trigger inductor that creates high voltage to trigger electrode of electron flash tube
<DocScrutinizer05> sidenote: the BPW provides an incredible 25mW power from a tiny electron flash fired ~10cm distant from it
<DocScrutinizer05> even with the aleggedly "1m dist" which actually rather been 60cm, in http://neo900.org/stuff/joerg/random-media/IR-photodiode/BPW34+1kR_electron-flash-1m-dist.jpg
<wpwrak> next: "wireless charging" :-)
<DocScrutinizer05> well, I guess you can calculate the distance ratio from power ratio more accurate than my guesstimations
<DocScrutinizer05> I bet it's exactly the radiation-power / area * efficiency
<wpwrak> that would indeed kinda make sense :)
<DocScrutinizer05> but the camera has a way to modulate flash power. Dunno how it does that
<DocScrutinizer05> anyway SEVEN volt!!
<DocScrutinizer05> now you see why they test photovoltaic panels in factory with strong electron flashlight
<DocScrutinizer05> I guess on defective PV panels some traces simply will burn out
<DocScrutinizer05> afk
<wpwrak> it's good to know that the panels will be able to resist the sun going supernova, just in case :)
<wpwrak> the aftermath will be messy enough. i guess the panel makers wouldn't want to have to worry about warranty claims on top of it, too
<DocScrutinizer05> thunder lighting
<DocScrutinizer05> fireworks
<wpwrak> you must have quite some fireworks ;-)
<DocScrutinizer05> there exists quite some fireworks, yes
<DocScrutinizer05> some of those 20cm diameter bombs are filled with flash power
<DocScrutinizer05> well, maybe 12cm only
<eintopf> z/win 3
<eintopf> oops
<eintopf> I meant win 300
<eintopf> just for clarify
kristianpaul has joined #qi-hardware
<eintopf> DocScrutinizer05: why do you need something like that?
<DocScrutinizer05> just pondering synergies
<eintopf> wahhh, the guy hold a radioactive clock
<DocScrutinizer05> yeah
<DocScrutinizer05> well, the girls who painted the phosphorescent paint on the clock hands formed their brushes by licking them ;-o
<DocScrutinizer05> no surprise they _all_ died during max 10 years iirc
<eintopf> DocScrutinizer05: do you think in moscow is the radioactive higher than in... germany?
<DocScrutinizer05> no, why?
<eintopf> don't know, maybe because it's easier to get radioactive material
<eintopf> (don't know if this is true)
<DocScrutinizer05> well, the _total_ average radioactivity, incl all hotspots, even shielded ones, for sure is higher
<DocScrutinizer05> for 99.999% of normal places though I don't think there's a significant difference
<eintopf> ah, ok.
<DocScrutinizer05> in germany we have quite some vaiance in average environmental radioactivity too. Thanks to Chernobyl fallout which hit mostly Bayern
<whitequark> moscow underground uses quite a bit of granite
<DocScrutinizer05> yeah, there might be Radon
<pcercuei> < DocScrutinizer05> in germany we have quite some vaiance in average environmental radioactivity too. Thanks to Chernobyl fallout which hit mostly Bayern
<pcercuei> now everything suddently makes sense :)
<eintopf> ahh, I know radon. You can use it for measurement time?
<eintopf> instead of quarz
<whitequark> no
<DocScrutinizer05> hmm?
<whitequark> atomic clocks do not use radioactivity
<eintopf> mhhh
<DocScrutinizer05> they work like a microwave oven
<whitequark> they use... basically resonance of the nucleus of some elements, cesium usually
<DocScrutinizer05> filled with vapor of usually Caesium
<eintopf> yes, caesium... but there exists something between caesium and quarz. Something with R...
<whitequark> so the thing is, the nucleus of caesium has spin, and that spin can flip, and flipping it takes a very small and also very consistent amount of energy
<eintopf> other material
<whitequark> which happens to be in microwave range
<DocScrutinizer05> aaah maybe
<whitequark> so you can use that difference as a frequency standard
<DocScrutinizer05> some weird stuff, yes I seem to remember, Notr Raduim. Ruthenium?
<whitequark> rubidium
<DocScrutinizer05> ta
<eintopf> yeaa rubidium
<eintopf> I know some guys sells that on ebay
<whitequark> it's just an alkali metal
<DocScrutinizer05> well, it's maybe something pretty "normal"
<whitequark> it catches fire in air
<whitequark> otherwise nothing very interesting about it
<DocScrutinizer05> like alkaline
<whitequark> now what /is/ interesting is chip-scale atomic clocks
<whitequark> MEMS
<whitequark> for use in GPS chipsets
<DocScrutinizer05> hah
<whitequark> commercially available
<DocScrutinizer05> wow
<eintopf> :o
<eintopf> indoor gps comes possible
<whitequark> not really
<eintopf> ah, ok.
<whitequark> what this makes possible is instant fix
<whitequark> and more precision
<DocScrutinizer05> indoor is not related to timebase
<whitequark> i've seen a fun paper about indoor
<whitequark> using MIMO receiver to fingerprint various locations
<whitequark> i.e. NOT triangulation, that doesn't take into account multipath
<eintopf> I know the solution to use RF and ultrasonic
<DocScrutinizer05> 35g. 17cm^3. I wonder how many bucks
<whitequark> rather this one /depends/ on multipath propagation to make fingerprints unique
<eintopf> to measurement the ultrasonic wave traveling time
<whitequark> eintopf: that's not really used
<eintopf> yea, but works in labor enviornment
<whitequark> well, if you need to measure a meter or two, sure
<DocScrutinizer05> whitequark: hehe, sounds like what I started in part1 of "GPS revised"
<whitequark> but there are indoor positioning systems for warehouses
<eintopf> RFID marks on the floor?
<whitequark> eintopf: that's a cheap way yes
<whitequark> barcodes on the ceiling
<whitequark> if you are REALLY cheap
<eintopf> you mean something like this?
<DocScrutinizer05> >>Front of OM Ap. building, 3m away<<
<DocScrutinizer05> that's the concept of highres-fingerprinting, done by me in 2008
<eintopf> I make a bookmark to the thesis, thanks
<DocScrutinizer05> >>The max and min readings where obtained by moving the phone ~60cm!<<
<DocScrutinizer05> once you got a "map" of your location fingerprints, you can even do pattern matching as soon as your receiver is moving
<DocScrutinizer05> assuming there will never be jumps / teleports from ne location to another
<DocScrutinizer05> assuming further that movement usually is mostly linear, you can check the sample pattern against plausible fottprint pattern sequences
<DocScrutinizer05> but the most reliable and simple indoor location is U-TDOA done with e.g. WLAN
<whitequark> don't you need many access points for that?
<DocScrutinizer05> when you're the location owner and want to locate "arbitrary" visitors that happen to have a WLAN-enabled device with them
<whitequark> with precisely synchronized clocks
<DocScrutinizer05> wpwrak: yes
<DocScrutinizer05> the E-OTD-alike "fingerprinting" by calculation of reflexion/multipath phase to original signal needs pretty specialized receivers
<DocScrutinizer05> U-TDOA nees specialized APs
<DocScrutinizer05> poor man's E-OTD like in http://lists.openmoko.org/pipermail/openmoko-kernel/2008-April/002434.html relies on interference between direct and multipath signal creating local standing waves that modulate signal aplitude over distances in the range a a few dozen or hundred wavelengths
<DocScrutinizer05> you also need several distinct stationary transmitters for that
<DocScrutinizer05> downside: such standing-wave-interferences are very unstable, they change a lot with every change in environment, like different temperature or air humidity
<DocScrutinizer05> s/wprak/whitequark/ sorry
<whitequark> yeah
<DocScrutinizer05> U-TDOA is the method of choice. And for smartphones many carriers already offer location detection assisted by U-TDOA
<DocScrutinizer05> UMTS--U-TDOA works fine indoors, and incredibly fast too. My N900 meanwhile gets a location fix during no more than 4s no matter where I am
<DocScrutinizer05> cold
<DocScrutinizer05> thanks to the GPS controlled by the modem
<DocScrutinizer05> ~rrlp
<infobot> rrlp is, like, the Radio Resource LCS (Location Service) Protocol as specified first in GSM TS 04.31, or http://security.osmocom.org/trac/wiki/RRLP
<DocScrutinizer05> I didn't look into the RRLP detals but I guess there must be info from BTS to MT about the actual location of MT as seen by "the network" - in addition to the mere A-GPS "raw" data about which codes to check for at which frequency
<DocScrutinizer05> so the N900 GPS gets enabled, the modem controlling the GPS asks network for RRLP assistance, network does a U-TDOA trilateration and sends the info with a estimated horizontal precision of maybe 10 or 20m back to the modem, which then decides this is already a nice "first fix" even when GPS has not yet correlated to the SVs
<DocScrutinizer05> (this is _my_ semi-educated guess on what's going on)
<DocScrutinizer05> quite possible that carriers do U-TDOA for _all_ MT they service, by default, nowadays
<DocScrutinizer05> all the time
<DocScrutinizer05> why waste a transmission? why delay stuff when you can do it in advance already, so to speed up LCS
<DocScrutinizer05> and it's known the TLA agencies run their own independent U-TDOA networks, I just wonder about the bandwidth of RX bands they receive and record with timestamp for later computations when they are interested in a particular transmitter's exact position
<whitequark> they seem to be using stingrays actually
<DocScrutinizer05> what's a stingray?
<whitequark> fake BTS
<DocScrutinizer05> well, yes, that too
<whitequark> used for intercepting calls / SMS / locating
<DocScrutinizer05> just to crack encryption
<DocScrutinizer05> when they want to eavesdrop on a particular communication
<whitequark> i doubt they'd use stingrays, which are relatively easily detected by public, instead of proper U-TDOA if they could
<DocScrutinizer05> U-TDOA only records, it doesn't do MITM
<DocScrutinizer05> so encryption is effective in the U-TDOA records
<whitequark> well you can do any MITM you want using the network as well as a stingray
<DocScrutinizer05> as long as it's effective at all
<DocScrutinizer05> the purpose of U_TDOA is completely different than that of an IMSI-catcher anyway
<DocScrutinizer05> and actually I guess only the "poor folks" like regular law enforcement still use IMSI-catchers. The mighty TLA's use direct interception interface of the carriers
<DocScrutinizer05> U-TDOA however is not limited to cellphones
<DocScrutinizer05> they can trilaterate virtually every RF-device
<DocScrutinizer05> and prolly not only real-time but alsio from records, for at least hours back
<DocScrutinizer05> only need to know the signal signature
<DocScrutinizer05> I wonder if they already record the complete spectrum from say 50kHz to 4GHz
<DocScrutinizer05> prolly long wave is useless for U-TDOA
Jay7x has quit [Read error: Connection reset by peer]
Jay7 has joined #qi-hardware
<DocScrutinizer05> since U-TDOA by physics can't go significantly more accurate than a fraction of wavelength
<whitequark> what if you also record phase?
<DocScrutinizer05> that's why I say "fraction of wavelength"
<DocScrutinizer05> you can't record phase to arbitrary precision
<DocScrutinizer05> sort of RF Heissenberg
<DocScrutinizer05> anyway assume they'd sample 16bit at 8G-samples/s
<DocScrutinizer05> that's a "ridiculous" 16GB/s
<DocScrutinizer05> and somewhat covers 0...4GHz
<DocScrutinizer05> 16bit logarithmic would prolly also yield sufficient precision as well as sensitivity
<DocScrutinizer05> if not, go 24 or even 32
<DocScrutinizer05> place a grid of such "total receivers" evenly spaced over a country, grid pitch of maybe 50 or 100km
<DocScrutinizer05> record *all* transmitting devices, incl location down to 10m precision
<DocScrutinizer05> data volume in the 1digit TB per minte range, per station
<DocScrutinizer05> how many 2TB HDDs will they spend on that?
<DocScrutinizer05> are a 1000 per station reasonable?
<DocScrutinizer05> (long wave) even for 100kHz the wavelength is 2.7km if my math doesn't suck
<whitequark> 10PB per week per station
<whitequark> 1000 HDDs per station is a LOT
<whitequark> that would be a substantial part of global production
<DocScrutinizer05> 1000 a lot? why?
<DocScrutinizer05> nah
<DocScrutinizer05> if somebody uses a significant fraction of global HDD production then that's the NSA data vcenter in... err Utah?
<whitequark> yeah
<DocScrutinizer05> for germany you would prolly get away with some 2 digit number of stations, that would sum up to maybe 80k HDD. Samsumg sells more laptops every day
<DocScrutinizer05> and I bet my scratchpad design can get significantly streamlined by some network engineers
<DocScrutinizer05> and some smart math cracks to apply data compression and whatnot
<DocScrutinizer05> nd maybe they do snapshots whenever something worrying happens
<whitequark> ha
<whitequark> snapshots
<whitequark> the only way you can do snapshots with this amount of data is physically moving hard drives around
<DocScrutinizer05> well, call it "freeze"
<whitequark> nothing else comes close
<whitequark> in bandwidth
<whitequark> amazon offers a backup service where they record backup on HDDs and mail them you
<DocScrutinizer05> and yes, I actually expect them to carry those HDD arounf in racks a 128 each
<DocScrutinizer05> some guy pushes a button for station 2,3,4,18,19,20. A 2h later a lorry with spare racks drives by each of those 6 stations and some guys swap the new racks for the snapshotted ones
<DocScrutinizer05> the poor noob is the one to carry the 8 new racks up to 3rd floor and the ones with the data down to the lorry
<DocScrutinizer05> nothing comes close to the bandwidth of a lorry full of HDD
<DocScrutinizer05> poor RTT but mega bandwidth ;-)
<DocScrutinizer05> but hey, connect the stations with decent DSL to make a grid of distributed computing and analyze the data without moving it around in lorries
<DocScrutinizer05> after all you're not interested in the complete set of raw data, only in a very specific negligible part of it
<DocScrutinizer05> so as long as the stations have sufficient spare HDD for the next snapshot/freeze, no need to supply them with swap racks
<DocScrutinizer05> a simple calculation: you want to save or swap or process the spare set of HDD with that snapshot before the HDD set in charge to store new data is filled up
<DocScrutinizer05> unless you got a 3rd set of HDD, aka a 2nd spare
<DocScrutinizer05> anyway consider *total* radio surveillance a fact
<whitequark> a fact is way too strong. it's a possibility
<whitequark> it's entirely possible that it doesn't offer enough return for the (substantial) investment
<DocScrutinizer05> in that context I consider everything faintly possible a given fact and already accomplished
<whitequark> so, where's our cold fusion plants?
<DocScrutinizer05> the investment is negligible for the return
<whitequark> or even hot fusion :]
<DocScrutinizer05> how, that context?
<DocScrutinizer05> to supply NSA with electricity?
<DocScrutinizer05> and you forgot that fusion is not even theoretically stable yet
<DocScrutinizer05> they hope to make it *work* in maybe 20 years or so
<DocScrutinizer05> a 0..8GHz RF scanner is "available on ebay"
<DocScrutinizer05> and expense for one station is prolly significantly < 1 million
<DocScrutinizer05> that's peanuts for those guys
<DocScrutinizer05> particularly when return benefit is "total TF surveillance". They'd pay 1000 times as much for that
<DocScrutinizer05> s/ TF / RF /
<qi-bot> DocScrutinizer05 meant: "particularly when return benefit is "total RF surveillance". They'd pay 1000 times as much for that"
<whitequark> hard drives: $80,000
<whitequark> yeah sounds about right
wej has quit [Ping timeout: 272 seconds]
wej has joined #qi-hardware
pcercuei has quit [Ping timeout: 250 seconds]
Haswell has joined #qi-hardware
<DocScrutinizer05> http://www.mit.edu/people/jhow/papers/Prigge_thesis_draft.pdf >> I certify that I have read this dissertation and that, in my opinion, it is fully adequate in scope and quality as a dissertation for the degree of **Doctor of Philosophy.**<< Oh WOW, what PHILOSOPHY Doctors deal with, incredible
<whitequark> PhD
<whitequark> means Doctor of Philosophy
<whitequark> regardless of the actual domain
<wpwrak> cf. "natural philosophy" :)
wolfspraul has quit [Ping timeout: 244 seconds]
wolfspraul has joined #qi-hardware
<DocScrutinizer05> I guess I'm spoiled by the very precise german nomenclature regarding academic degrees, and the bad reputation _our_ philosophy graduates have, regarding their perspective and usefulness for real life
<DocScrutinizer05> nevr heard of "natural philosophy"
<DocScrutinizer05> (very precise) well until recently they introduced all that "bachelor" (SIC)and whatnot stuff
<wpwrak> they have perspectives ? :)
<wpwrak> (nat. phil.) -> wikipedia. and it seems that you haven't read the fine works of Neal Stephenson :)
pcercuei has joined #qi-hardware
<DocScrutinizer05> >>Deutschland: Dr. rer. nat. für lateinisch doctor rerum naturalium<<
<DocScrutinizer05> this?
<DocScrutinizer05> anyway seems I confused PhD with Dr. phil.
<whitequark> no you did not
<whitequark> "Doctor of Philosophy, abbreviated as PhD,"
<DocScrutinizer05> Ohhh >>Dr. phil. nat. (philosophiae naturalis): Doktor der Naturwissenschaften, wie er an der Johann-Wolfgang-Goethe-Universität Frankfurt am Main anstelle des Dr. rer. nat. verliehen wird.<<
<wpwrak> the german and the anglosaxon system are different
<wpwrak> the anglosaxon system is basically based on the scientific culture of ancient greece, where all the "scientists" (as opposed to craftsmen) where "philosophers"
<DocScrutinizer05> in Germany Philosophers are hardly scientists at all ;-)
<wpwrak> (dr. phil. nat.) of course, no rule without exception ;-)
<DocScrutinizer05> didn't know of that
<DocScrutinizer05> anglo PhD == german Dr.
<DocScrutinizer05> roughly
<DocScrutinizer05> german Dr. phil. ~= PhD of Philosophy
<DocScrutinizer05> or whatever
<wpwrak> yes, they're equivalent. but the PhD comes from the origins of modern science in england, which in turn - that being the renaissance - adopted greek terminology
<DocScrutinizer05> while Germany didn't (except Johann-Wolfgang-Goethe-Universität)
<wpwrak> the german "dr." probably just shed the "phil." at some point
rejon has joined #qi-hardware
<DocScrutinizer05> whatever, puzzled me
<DocScrutinizer05> here Doctors of Philosophy usually end as taxi drivers
<wpwrak> surely a great place to discuss weighty matters of the universe - and all that transcends it - with a diverse audience
<DocScrutinizer05> hehe, yes
<DocScrutinizer05> some make it into an occasional TV show
<DocScrutinizer05> talk shaw ;-D
<DocScrutinizer05> show*
<DocScrutinizer05> industry anyway rarely ever pays for their living
<DocScrutinizer05> and I'd feel scared when they now started messing with engineering topics
<wpwrak> some of the more meandering standards could come from this sort of branch of society ...
<DocScrutinizer05> lol
<DocScrutinizer05> yes, USB for example
<wpwrak> they provide the structural discourse, some engineering grunts get to fill in the numbers
<DocScrutinizer05> the only plausble explanation for stuff like CARKIT
<DocScrutinizer05> OSI also sounded like that sort of thing
<wpwrak> i'd attribute this more to the easy availability of cheap glue :)
<wpwrak> (carkit, that is. osi, itu, etsi, .. yes)
<DocScrutinizer05> oooh, now that took until the glue pun arrived. Oh yes, that's the better explanation
* DocScrutinizer05 never again will get that glue out of the USB jack
* DocScrutinizer05 might need to open up an Edding pen and see what it smells like
<wpwrak> enjoy the trip ! :)
<DocScrutinizer05> returning to previous monologue, I wonder if there already are digital frontend receivers available, i.e. stuff that digitizes directly after antenna and does all further signal processing digitally
<DocScrutinizer05> I'm not even sure if some spectrum analyzers maybe work that way
<whitequark> I believe satellite receivers almost work that way
<whitequark> they digitize the IF signal, not original
<DocScrutinizer05> well, the IF still is some 2GHz, right?
<whitequark> yes
<DocScrutinizer05> I guess what's a major roadblock for doing this sort of stuff on plain direct RF is the AGC you find in any conventional receiver
<DocScrutinizer05> a front end digitizer would need a dynamic range of... well some 80 or 90 dB
<DocScrutinizer05> I wonder if the SAT LNBs have AGC built in
<whitequark> LNB?
<whitequark> oh
<DocScrutinizer05> Low Noise Block(?)
<whitequark> "low-noise block downconverter"
<DocScrutinizer05> also SAT signals are relatively "clean"
<DocScrutinizer05> i.e. no far off signals of high amplitude
<DocScrutinizer05> the LNB already filters all that out
<DocScrutinizer05> a - say - terrestrial digital frontend receiver would have to cope with signals that are maybe 80 below the "noise" from a nearby broadcast station
<DocScrutinizer05> and since we don't do any filtering before ADC in our simple all digital design, all that "noise" (which actually is a valid signal as well, for above discussed total surveillance receiver) needs to get digitized as well, while not covering and garbling very weak signals
<DocScrutinizer05> so yes, the ADC for such a receiver will need quite a dynamic range and will cost a few bucks
wej has quit [Ping timeout: 245 seconds]
<DocScrutinizer05> simply switching off the LO in RTL2832 dongle should turn it into a shortwave receiver with frontend digitizing. Would need to remove any highpass filters in input though
<DocScrutinizer05> I think some guys already did this
<DocScrutinizer05> anyway with such evidently feasible ~20Mhz upper freq digital frontend receiver, you could already receive _all_ shortwave broadcast with just one computer and store it to your HDD, and later on "tune in" to whatever broadcast station you like on that stored data
<DocScrutinizer05> s/_all_/concurrently, simultaneously _all_/
<qi-bot> DocScrutinizer05 meant: "anyway with such evidently feasible ~20Mhz upper freq digital frontend receiver, you could already receive concurrently, simultaneously _all_ shortwave broadcast with just one computer and store it to your HDD, and later on "tune in" to whatever broadcast station you like on that stored data"
wej has joined #qi-hardware
wej has quit [Ping timeout: 272 seconds]
wej has joined #qi-hardware
wej has quit [Ping timeout: 250 seconds]
wej has joined #qi-hardware
wolfspraul has quit [Quit: leaving]
wej has quit [Ping timeout: 245 seconds]
wej has joined #qi-hardware
pcercuei has quit [Ping timeout: 250 seconds]
wej has quit [Ping timeout: 245 seconds]
wej has joined #qi-hardware
wej has quit [Ping timeout: 272 seconds]
wej has joined #qi-hardware
Haswell has quit [Quit: Saliendo]
rejon has quit [Ping timeout: 252 seconds]