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.
Ask HN: What cutting-edge technology do you use?
11–20 of 42 posts
Re: Ask HN: What cutting-edge technology do you use?
#121. Solid state Lithium battery - safer, and denser power than the li-ion batteries of today. https://youtu.be/Jlt8_z86F-o
2. Well, for the goodness of planet earth - Nuclear Fusion reactor to generate power.
Re: Ask HN: What cutting-edge technology do you use?
#13Haskell
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?
#14Scala 3
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?
#15D2 steel
(as an aside the storry of how Magnacut came to be is pretty cool - https://knifesteelnerds.com/2021/03/25/cpm-magnacut/)
Re: Ask HN: What cutting-edge technology do you use?
#16I built out the library for these myself, checkout https://github.com/NimbleEdge/RecoEdge
Re: Ask HN: What cutting-edge technology do you use?
#17Software-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…
Re: Ask HN: What cutting-edge technology do you use?
#18Software-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?
rtl-sdr.com has a buying guide: https://www.rtl-sdr.com/
Re: Ask HN: What cutting-edge technology do you use?
#19Re: Ask HN: What cutting-edge technology do you use?
#20Software-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?
--
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.