Live data from Hacker News

Ask HN: What did you find out or explore today?

news.ycombinator.com

141–150 of 446 posts

Re: Ask HN: What did you find out or explore today?

#141
post #95

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”.

Oh I didn't know this one. For me the mnemonic was " 'ba' has an 'a' like 'gauche' (left), and 'tri' has an 'i' like 'droite' (right)".

Re: Ask HN: What did you find out or explore today?

#142
post #82

I 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…

This reminded me of this post (https://www.reddit.com/r/Stoic/comments/1823mip/). I don't really know what stoicism means but that was hilarious.

Re: Ask HN: What did you find out or explore today?

#143
post #117

My 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…

By far the largest impact I’ve observed on my CO2 levels are from the hvac. When the fan is on the levels go down and tend to stay down, so I usually leave it on circulate which runs every ~15 mins (based on the graph structure). I use an SCD30 in the corner opposite to where I sit.

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?

#144
Set up motion detection on my home security camera. Caught four stray cats playing in the driveway at like 2am. Kind of annoying that the detection is unconditionally "object-based" (ANN is used to filter false positives like lighting changes).

Also 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?

#147
On the command line the `strings` command will list out printable characters in a file (including compiled binaries).

I 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?

#149

I 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…

> Turns out that the logic in consoles of the time was tied to the speed of the beam, which in turn used alternating current’s frequency as a clock. This means that since European current changes 50 times per second rather than 60, our games played in slowmo (about 0.8x). American sonic was so much faster! And the music was so much more upbeat!

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?

#150

I 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...

MARSTEK VENUS E 5.12kWh. Got it in August 25 for 1050,00 EUR. It is awesome how open it is designed, I was able to activate and automate it without adding it to my local network (wifi) or using the Marstek App even once. I wrote a blog post here [1].

[1]: https://du.nkel.dev/blog/2026-01-11_marstek-battery-homeassi...

Post reply on HN