The origins of Port and Starboard on ships. Chosen to be independent of a mariners orientation. Starboard - most sailors were right handed and the steering oar was placed on the right. Star = steer. Board = side of boat. Port - as steering oars got bigger, boats tended to dock on the left hand side. This became to be known as “lardboard” which sounded too much like starboard, so it was changed to “Port” (as in the si…
In French, there is babord and tribord. The mnemonic is ba-tri, or “battery”.
Ask HN: What did you find out or explore today?
141–150 of 446 posts
Re: Ask HN: What did you find out or explore today?
#142I have started exploring Seneca/stoicism again. Prompted partly by a recent submission here, partly by personal reasons. Instead of consuming other peoples interpretation of stoicism I decided to go as close to the source as feasible for me. I have read Letters from a stoic a number of times before and my copy is filled with highlights, but this time I think I will try to limit myself to one or two letters a day and…
Re: Ask HN: What did you find out or explore today?
#143My home office gets up to about 1500ppm of CO2 by the end of the workday, which explains a lot about why I often feel exhausted after the end of a long, uninterrupted session in there (especially when I’m on back to back zoom calls). I now have several plants in there that are supposed to be especially good at sucking up CO2, and my sensor reports that the current level is slightly below atmospheric ambient CO2 level…
Interesting. What hardware do you use to measure this? I have a Netatmo home device that measures PPM and have been observing the trend lines throughout the day. At some points my flat gets up to about 1400, which the device says is bad, and sometimes it goes down as low as 500. I've noticed a pattern but can't quite connect that pattern to my activity or the surroundings. It starts going up around 4pm, which could b…
Also important is using a direct CO2 sensor (NDIR or photo acoustic) and not eco2 which can give false positives from other things in the air.
Re: Ask HN: What did you find out or explore today?
#144Also been thinking about game ideas for a while. Finally settled on an open world RPG where you control multiple (>10?) characters. Core gameplay loop will be configuring / optimizing schedules (farming materials, grinding xp, etc) and watching damage / currency numbers go big. Though if I'm being honest, I just want an excuse to build something that involves a node-based UI. So even if I don't finish, I'll have at least scratched that itch.
Re: Ask HN: What did you find out or explore today?
#145Re: Ask HN: What did you find out or explore today?
#146Re: Ask HN: What did you find out or explore today?
#147I don't do any systems level programming but found myself down a small rabbit hole of learning about reverse engineering tools. https://github.com/NationalSecurityAgency/ghidra is an open source one. It will show you the assembly code, does its best at giving you a C representation of that code and lets you interactively rename variables and symbols to make it more human readable.
Re: Ask HN: What did you find out or explore today?
#148Re: Ask HN: What did you find out or explore today?
#149I got a handheld emulator console as a Christmas gift. Configuring shaders that emulate crt TVs, I realized I had no mental model of how those TVs worked at all. I’m used to “pixels are three little lights combining rgb colors”, which doesn’t work here, so I went on a rabbit hole and let me tell you, analog TVs are extremely impressive tech. Getting an electron beam to hit a glass, making the chemicals on it spark, c…
Wasn't this the reason behind different versions of the game for PAL and NTSC etc.? So I imagine the games would play quite similarly, just with a lower refresh rate in Europe?
Re: Ask HN: What did you find out or explore today?
#150I found out I can automate my 5,12kWh house battery through local-only RS485 connection, and directly setting registers using ModbusTCP from Home Assistant. I then drafted an automation with hysteresis and damping that tries to aim for Net-Zero export/import (pv surplus/grid). It appears to work!
What brand/make of battery is that? I'm tentatively interested in home battery storage, but definitely not interested in shit that requires an app, an internet connection, and shitty saas spyware...
[1]: https://du.nkel.dev/blog/2026-01-11_marstek-battery-homeassi...