Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
encse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: Ditdah – A Morse App for the Terminal
(encse.github.io)
2 points
by
encse
25d ago
|
0 comments
2.
▲
by
encse
2mo ago
Thanks
3.
▲
by
encse
2mo ago
It’s SDR only, because i was mostly interested in how to process the signal.
4.
▲
Show HN: ADS-B Receiver for the Terminal
(github.com)
3 points
by
encse
2mo ago
|
6 comments
5.
▲
by
encse
2mo ago
I started to learn about radios a few years ago, and slowly picking up enough DSP knowledge to write 1-2 decoders (mostly for satellite signals). This project of mine is an ADS-B receiver that works with an SDR dongle connected to your Pc.
6.
▲
Show HN: Juggling Game
(encse.github.io)
2 points
by
encse
2y ago
|
0 comments
7.
▲
Dialup – How things worked 40 years ago
(finger.csokavar.hu)
1 points
by
encse
4y ago
|
1 comments
8.
▲
by
encse
4y ago
A joke landing page, demonstrating modem speeds and showing off my twitter (for how long...) and github activity. Send me a pgp message, I'd love to try it out :D
9.
▲
by
encse
4y ago
Thanks!
10.
▲
Show HN: My 404 page is a text adventure
(csokavar.hu)
6 points
by
encse
4y ago
|
4 comments
11.
▲
by
encse
4y ago
I was playing with Typescript and created a small text adventure game to make my retro themed home more geeky. Wdyt?
12.
▲
by
encse
6y ago
I would be really really happy if someone could boot it on a real machine and made a photo of it...
13.
▲
by
encse
6y ago
Time to time I feel a need going back to the good old days and recently ran into some really old stuff from my childhood. While browsing my archives I found a mandelbrot set drawer I wrote around 1998 or so in C for DOS. I decided to give i
14.
▲
Show HN: Mandelbrot Set in a Bootloader
(github.com)
2 points
by
encse
6y ago
|
2 comments
15.
▲
by
encse
7y ago
One interesting way to extend this is to implement ‘call with current continuation’ or call/cc from Scheme. It’s a great challenge. I’ve done it in the past with rewriting the interpreter to continuation passing style. This also make