Live data from Hacker News

Ask HN: What cutting-edge technology do you use?

news.ycombinator.com

11–20 of 42 posts

Re: Ask HN: What cutting-edge technology do you use?

#11
post #9

Fully controllable pocket computers. Surprisingly, the tech has been there since the '90s, but never really caught up. Then it went into a weird walled garden direction with mobile phones that often work against you. Pocket computers are still sometimes janky, like Linux phones are, but having access to all the software and permissions is an unparalleled power.

Which one are you using?

Re: Ask HN: What cutting-edge technology do you use?

#13
Software-defined radios - you can do absolutely insane things with these. Listen to multiple radio stations as once, listen to ham radio, capture live images of the earth from geostationary satellites, watch live airplane traffic, listen to maritime radio, ...try to listen to signals using the moon as a reflector.., detect GPS jammers..., sync 5 of them to the same clock source and use them as a passive radar array to track objects' movements through walls..... use them for backyard radio astronomy to detect the ion trails due to the hydrogen emission line of blazing meteorites.... this shit is cheap too the most common basic model is like only 20 bucks.

Haskell

Jax / Awkward Array

Topological Data Analysis

Cocalc

CLIP

gitpod / vscodeweb / github codespaces

CodeQL

DDSP

mathlib

neovim

language-server-protocol

adafruit feather m0

rr

linear logic

tmux

Re: Ask HN: What cutting-edge technology do you use?

#14
post #6

Scala 3

May I ask what context you use it in? It looks like it strikes the right balance between simplicity and descriptive power - kinda like a statically typed python.

The web side of it seems rather different from a Flask or FastAPI setup, and it obviously doesn't have SQLAlchemy (which I really like). Do you have any recommendations on that front?

Re: Ask HN: What cutting-edge technology do you use?

#16
Edge computing for machine learning. Instead of running ML models on the cloud, I train them on user's device, ask these devices to offload computation between each other and give me the best performance out there. One good example is recommendations that work offline for you. Imagine you are listening to spotify in offline mode (with you downloaded playlist) and recommendations adapt accordingly even without internet!

I built out the library for these myself, checkout https://github.com/NimbleEdge/RecoEdge

Re: Ask HN: What cutting-edge technology do you use?

#17
post #13

Software-defined radios - you can do absolutely insane things with these. Listen to multiple radio stations as once, listen to ham radio, capture live images of the earth from geostationary satellites, watch live airplane traffic, listen to maritime radio, ...try to listen to signals using the moon as a reflector.., detect GPS jammers..., sync 5 of them to the same clock source and use them as a passive radar array t…

I’ve been looking to get into SDRs. Do you have any recommendations on what to buy?

Re: Ask HN: What cutting-edge technology do you use?

#18
post #13

Software-defined radios - you can do absolutely insane things with these. Listen to multiple radio stations as once, listen to ham radio, capture live images of the earth from geostationary satellites, watch live airplane traffic, listen to maritime radio, ...try to listen to signals using the moon as a reflector.., detect GPS jammers..., sync 5 of them to the same clock source and use them as a passive radar array t…

I’ve been looking to get into SDRs. Do you have any recommendations on what to buy?

I only have an rtl-sdr, it can only receive but is good enough for what I need. Also heard good things about hackRF (can tx as well as rx).

rtl-sdr.com has a buying guide: https://www.rtl-sdr.com/

Re: Ask HN: What cutting-edge technology do you use?

#20
post #13

Software-defined radios - you can do absolutely insane things with these. Listen to multiple radio stations as once, listen to ham radio, capture live images of the earth from geostationary satellites, watch live airplane traffic, listen to maritime radio, ...try to listen to signals using the moon as a reflector.., detect GPS jammers..., sync 5 of them to the same clock source and use them as a passive radar array t…

I’ve been looking to get into SDRs. Do you have any recommendations on what to buy?

The cheap RTL2832 software dongles do a surprisingly good job, and can be had with antennas for $30-40. There are many different packages which can drive them, including SDRsharp and HDSDR.

--

GNU Radio lets you build flowcharts, and compiles them (via python) into real-time data flows. I've built all sorts of things in it, including one that tells me the direction to a VOR aircraft navigation beacon near me.

It also does audio frequencies, so can work with your speaker and microphone.

It's not the slickest package around, but it gets the job done, and it's open source.

Post reply on HN