Viewing profile — savikko
savikko
HN member- Joined
- Tue, Oct 24, 2017, 1:38 PM UTC
- HN karma
- 168
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About savikko
No profile information was provided.
Recent public activity
-
comment
Comment #48659150
If i have understood correctly, Anycast is not feature of DNS but a feature of BGP. Otherwise, that is my observation also.
-
comment
Comment #43103290
Just an anecdote, but very close person of mine was diagnosed with migraine when she was 12 yo old so. Last year, being 40+ years old, suffering from weekly/daily pain events, she …
-
comment
Comment #42990155
Oh, will have to investigate that a bit.
-
comment
Comment #42990063
Yep, and there is no "ip alias" type of things. On zerotier, I route my home server ip to zerotier ip and then it just works.
-
comment
Comment #42989974
Hugged to death but what i like about zerotier is that I can access my Home Assistant instance (and other home services) with same ip address (resolved from dns and then TLS termin…
-
story
Show HN: Tttui – A Terminal UI for Toggl Track
I created a simple terminal interface for Toggl Track time tracking. While I love Toggl Track, I wanted a faster way to start/stop time entries directly from the terminal, with sea…
-
comment
Comment #42107411
Check out Asendia. They are doing consolidated shipments which might work out nicely with this. Works basically like this: You collect couple of shipments to one bigger package. Th…
-
comment
Comment #42102181
I assume it is using built-in sound. But of course, you could play saved midi on your keyboard and save that audio if using some specific sounds.
-
comment
Comment #42102175
This is great! Thanks for creating this - and as someone asked already, I would love to hear more about the process how you did this. Especially I am interested how you came up wit…
-
comment
Comment #41481979
We also use Doppler. Generally, Doppler has solved both dev and prod env issues for us.
-
comment
Comment #41204047
I have some pretty good experiences with PaddleOCR but you may refer to this Chinese and badly documented ones. For our use case PaddleOCR + LLM has been quite nice combo.
-
story
Show HN: Excelifier - Extract data from PDFs to structured JSON
Hi! We are launching Excelifier. Yes, naming is hard, but we strive to structure free-form documents into a structured format (e.g., Excel or JSON). Excel is kind of the de facto s…
-
comment
Comment #40190120
Yep, mailhpg works, but is not anymore maintained. We have been successfully using https://github.com/axllent/mailpit
-
comment
Comment #39763297
Yes, thats true, but that also means multiple zigbee networks. Goal here would be one zigbee network which is extended to satellite location over TCP.
-
comment
Comment #39755017
Ah yep. But I was mainly trying to think how to extend Zigbee-network over TCP (without LoRaWAN). Currently it seems to be almost impossible.
-
comment
Comment #39753827
This is great, thanks for doing this! I think it is somewhat common situation, when home zigbee network does not reach e.g. garage or some other near-distance building. Usually the…
-
comment
Comment #39694970
Of course, your machine can be a peer also. You can create peers to your organization with `flyctl wireguard create`.
-
comment
Comment #39291181
Nissan Leaf with OVMS (disconnected from Nissan Connect services) is something I was happy with.
-
comment
Comment #38878808
Almost all my issues with Python versions went away when starting to use HA in docker container. Everything is very smooth. One way is also to use HAOS but it is kinda limited. Cur…
-
comment
Comment #38323088
I am using it all: PoE switch, then couple injectors where it is needed for some specific reason and then also PoE splitters (one cable leaving from PoE switch, going to splitter a…
-
comment
Comment #38323027
Have you tried Neolink to make Reolink RTSP little better?
-
comment
Comment #37768905
Colima on mac is struggling with ipv6. Not sure what component is responsible, but I have been unable to connect ipv6 hosts from colima containers.
-
comment
Comment #37577457
Actually, brew install gnu-units
-
comment
Comment #37478542
There is also wifi-connected Sinilink XY-WFUSB: https://devices.esphome.io/devices/Sinilink-XY-WFUSB-USB-Swi... Not opensource hardware, but available immediately for order and ESP…
-
comment
Comment #37368399
Yep, graphile-worker seems to be so generally good that you can implement very robust pipelines with it also. I think graphile-worker as temporal.io 's little sibling.