Live data from Hacker News

This blog is now hosted on a GPS/LTE modem (2021)

blog.nns.ee

1–8 of 8 posts

Re: This blog is now hosted on a GPS/LTE modem (2021)

#4
There was also work to replace the modem OS wholesale: https://hackaday.com/2022/07/12/open-firmware-for-pinephone-...

That would, I expect, help with the unfortunately old kernel version and generally give greater confidence in what's running on the second computer inside the computer.

Re: This blog is now hosted on a GPS/LTE modem (2021)

#5
post #3

That’s pretty awesome Isn’t such an old kernel dangerous for hosting though?

Good question! I wasn't too concerned about this, because the only way you could even interact with the OS where the server was running was via HTTP requests, which are fairly limited in nature. The OS or kernel itself wasn't directly exposed per se.

Re: This blog is now hosted on a GPS/LTE modem (2021)

#7

There was also work to replace the modem OS wholesale: https://hackaday.com/2022/07/12/open-firmware-for-pinephone-... That would, I expect, help with the unfortunately old kernel version and generally give greater confidence in what's running on the second computer inside the computer.

That isn't wholesale, it only replaces the OS on the ARM processor of the modem, the OS on the Hexagon processor of the modem handles radio stuff and lots of the layers of LTE.

https://github.com/the-modem-distro/

Re: This blog is now hosted on a GPS/LTE modem (2021)

#8
post #5
post #3

That’s pretty awesome Isn’t such an old kernel dangerous for hosting though?

Good question! I wasn't too concerned about this, because the only way you could even interact with the OS where the server was running was via HTTP requests, which are fairly limited in nature. The OS or kernel itself wasn't directly exposed per se.

ISTR Linux has had RCEs in IPv6 related stuff in recent years.

https://security-tracker.debian.org/tracker/CVE-2023-6200