threeme3 | 10 months ago | on: Vision Now Available in Llama.cpp
threeme3's comments
threeme3 | 1 year ago | on: Inside a $1 radar motion sensor
threeme3 | 3 years ago | on: Your own tiny OO language: C++? Smalltalk? What About Bob? (1991)
threeme3 | 3 years ago | on: SomaFM
https://web.archive.org/web/20040622004325/http://www.monkey...
threeme3 | 3 years ago | on: Programmer Browser – My Minimal Browser Project
threeme3 | 4 years ago | on: The smallest and worst HDMI display
threeme3 | 4 years ago | on: What is a service you would gladly pay $25/mo for?
threeme3 | 4 years ago | on: Design of a Scalable 4G Portable Network Using Low Cost SDR and Raspberry Pi
It started with piFM [1] where the possibility was explored to modulate the internal PLL Raspberry Pi with FM and output it on pin GPIO4. This was then further refined and a PWM phase and amplitude modulation technique was applied which made it possible to generate SSB signals [2]. Based on this rpitx [3] was then created which made it possible to basically modulate any type of signal, enabling to use a raspberry pi for analog and digital broadcasts, and to replace key fobs for RF smart plugs and other wireless devices. So yes, it is possible..
[1] GPIO4 piFM transmitter, by Oliver Mattos and Oskar Weigl http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspb...
[2] Direct SSB generation by frequency modulating a PLL, by Guido http://pe1nnz.nl.eu.org/2013/05/direct-ssb-generation-on-pll...
[3] Universal I/Q TX for rpi, Evariste Courjaud, https://github.com/F5OEO/rpitx
threeme3 | 4 years ago | on: The KDL Document Language
threeme3 | 5 years ago | on: Electric Cars (1967) [YouTube]
threeme3 | 5 years ago | on: I/Q Data for Dummies
threeme3 | 5 years ago | on: How Not to Be Stupid
threeme3 | 6 years ago | on: MBONE: The Multicast Backbone (1994)
The nodes here in the Netherlands used the multicast to distribute link information and IP autorouting. It was very well possible to join a multicast group somehwere in the network by multiple parties, and then stream UDP frames accross the network.
A very fun experiment at the time was to send CELP-compressed (1-2kb/s) audio packets through the multicast network, and hence it was possible to have conversation with multiple people spanning a distance larger then the radio horizon. The latency and packet loss were disrupting good operation, but it more or less worked.
threeme3 | 6 years ago | on: Fast inverse chirp z-transform found
I think this exponential decay or growth is the major difference compared to an IFFT, and hence the algorithm can work more efficient over a larger time/frequency domain.
Think of improvements anywhere FFT is used today, but where there is a need to work over a non-linear time/frequency domain.
threeme3 | 6 years ago
threeme3 | 6 years ago | on: The Most Dangerous Writing App
threeme3 | 6 years ago | on: Show HN: Bashfs – Run commands as your filesystem
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7de88b8 in __GI__IO_fread (buf=buf@entry=0x7fffffffd4f0, size=size@entry=1, count=count@entry=1024, fp=0x0) at iofread.c:35
threeme3 | 7 years ago | on: IPFS Project Roadmap