HackerTrans
TopNewTrendsCommentsPastAskShowJobs

threeme3

no profile record

Submissions

[untitled]

1 points·by threeme3·w zeszłym roku·0 comments

Open Source DMR Modem Implementation in SDR with GNU Radio and Codec2

qradiolink.org
103 points·by threeme3·w zeszłym roku·17 comments

Leningrad-1: a 44-IC Soviet style ZX-Spectrum clone

alex-j-lowry.github.io
13 points·by threeme3·w zeszłym roku·0 comments

Homemade polarimetric synthetic aperture radar drone

hforsten.com
4 points·by threeme3·w zeszłym roku·0 comments

What DeepSeek Means for Open-Source AI

spectrum.ieee.org
3 points·by threeme3·w zeszłym roku·0 comments

Λ-2D: An Exploration of Drawing as Programming Language

media.mit.edu
246 points·by threeme3·2 lata temu·55 comments

A decent way to render Markdown files directly in your terminal

codeberg.org
3 points·by threeme3·2 lata temu·2 comments

AMD Funded a Drop-In CUDA Implementation Built on ROCm: It's Now Open-Source

phoronix.com
7 points·by threeme3·2 lata temu·0 comments

Direct Memory Access computing machine RP2040

people.ece.cornell.edu
181 points·by threeme3·3 lata temu·17 comments

Dotfiles Management

mitxela.com
311 points·by threeme3·4 lata temu·138 comments

Perhaps its time to talk about all those fakes and clones

hackaday.com
2 points·by threeme3·4 lata temu·0 comments

The 1 Percent Are Many Times Worse Than the Rainforest Wreckers

currentaffairs.org
20 points·by threeme3·4 lata temu·0 comments

Your own tiny OO language: C++? Smalltalk? What About Bob? (1991)

txbobsc.com
3 points·by threeme3·4 lata temu·1 comments

I don’t believe in sprints

robinrendle.com
337 points·by threeme3·4 lata temu·450 comments

Drawing a circle, point-by-point, without floating point support

yurichev.com
79 points·by threeme3·4 lata temu·39 comments

comments

threeme3
·w zeszłym roku·discuss
another tryout here: https://simonwillison.net/2025/May/10/llama-cpp-vision/
threeme3
·2 lata temu·discuss
More details https://github.com/jdesbonnet/RCWL-0516
threeme3
·4 lata temu·discuss
Source: https://github.com/dbetz/bob
threeme3
·4 lata temu·discuss
Me too.. monkey radio was really great!

https://web.archive.org/web/20040622004325/http://www.monkey...
threeme3
·4 lata temu·discuss
Very nice! I was wondering what rendering engine is used behind the scenes?
threeme3
·4 lata temu·discuss
http://www.technoblogy.com/show?TV4
threeme3
·4 lata temu·discuss
A flat fee on-demand self-driving/rental electrical car service with total driving distance of 500km/mo.
threeme3
·5 lat temu·discuss
Unfortunately the article does not provide an explanation how the GPIO transmit function was achieved, but most probably it was based on prior art here:

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
·5 lat temu·discuss
Love to use this in my projects. Anyone aware of a C implementation?