Readit News logoReadit News
chrisdalke commented on Show HN: Splice – CAD for Cable Harnesses and Electrical Assemblies   splice-cad.com... · Posted by u/djsdjs
chrisdalke · 9 days ago
This is awesome.

What’s your plan for pricing?

In my opinion: you should bundle this as an offline electron app that can save to the filesystem and get integrated into existing PLM. and/or sell a team plan that offers cloud design & library sync

… and partner with that YC company doing wire harness machines for a “buy now” button

chrisdalke commented on The Minecraft game score unexpectedly became big business for its composer   billboard.com/pro/how-min... · Posted by u/tunapizza
chrisdalke · a month ago
It really is great, haunting, nostalgic music that I associate with a formative time in my childhood. Beyond the game it’s also fantastic deep focus & coding soundtrack.

If you haven’t heard it, listen to Sweden or Aria Math.

chrisdalke commented on Our Journey Through Linux/Unix Landscapes   blog.kalvad.com/our-journ... · Posted by u/alekq
npodbielski · 3 months ago
Pretty sure they mentioned it:

> NixOS is the only one that we didn't hate. Technically, it's a marvel, but the learning curve is too high. Because who has time to learn a new system when you can just stick with what you know and complain about it?

chrisdalke · 3 months ago
Oh my bad, I missed that! That's well said. NixOS really does solve a lot of this but with the steepest learning curve I've ever seen.
chrisdalke commented on Our Journey Through Linux/Unix Landscapes   blog.kalvad.com/our-journ... · Posted by u/alekq
chrisdalke · 3 months ago
No mention of NixOS, which is miles ahead of every other operating system in terms of developer time spent tweaking endless configuration...
chrisdalke commented on Mexican Navy ship crashes into Brooklyn Bridge leaving two people dead   theguardian.com/us-news/2... · Posted by u/teleforce
verisimi · 3 months ago
> both lost power and drifted into the bridge

"Restart your computer to finish installing important updates".

chrisdalke · 3 months ago
You joke, but there was a ferry accident (I think an NJ to Manhattan ferry) where control was lost because the control station… ran out of SD card space for logs and crashed
chrisdalke commented on Show HN: Merliot – plugging physical devices into LLMs   github.com/merliot/hub... · Posted by u/sfeldma
chrisdalke · 3 months ago
Cool! As a moonshot fun idea I’ve been interested in MCP as a way to use informal conversations to task robots. I’ll have to play around with this!

One example on unmanned boats: a human could radio to the boat over VHF and say “move 100 meters south”… that speech-to-text would feed to an LLM which extracts the meaning and calls the MCP.

I’ll have to install this and play around.

chrisdalke commented on Show HN: MavLink Input Plugin for Telegraf   github.com/influxdata/tel... · Posted by u/chrisdalke
chrisdalke · 3 months ago
I recently contributed this new plugin for Telegraf, Influx's open source telemetry agent.

This lets you collect metrics directly from a Mavlink stream, for example from an ArduPilot drone flight controller.

The end result is that you can now use standard telemetry pipeline tools - Telegraf, InfluxDB/VictoriaMetrics/TimescaleDB, and Grafana - to visualize livestreaming and historical data from drones.

I've been using this for the past few months professionally and it's been awesome to be able to use Grafana's graphing capabilities to plot things like vehicle speed, energy consumption, etc.

chrisdalke commented on Pathfinding   juhrjuhr.itch.io/deep-spa... · Posted by u/sebg
chrisdalke · 4 months ago
Writing path planning code is one of the most enjoyable programming tasks. Love the visualizations.

The path following code is also interesting because I bet you'll run into some corner cases where the A* path thinks a path is feasible, but the vehicle overshoots and hits something. Although in a game I guess that adds to the fun & chaos.

chrisdalke commented on Show HN: Vector Charts – Add Nautical Charts to Your Web App   vectorcharts.com/... · Posted by u/chrisdalke
chrisdalke · 4 months ago
On a technical level, this is a perfect use-case for PostGIS, which I'm a huge fan of.

Charts are hand-authored by government hydrography offices and encoded into a format called "S-57". These files contain spatial data for a small area, and different charts cover different zoom levels. This presents a few problems for web apps: Charts of different intended zoom levels cover other data, the full chart dataset is too large to stream, and charts aren't divided into xyz tiles cleanly.

To solve this, I run a bespoke pipeline which processes all nautical chart data into an internal format using PostGIS. From there, I merge all chart data together, overlaying higher accuracy charts over the lower accuracy charts. The pipeline performs a lot of data validation & reconciliation to remove bad data, then simplifies & renders to vector tiles.

PostGIS is critical to this - I started by using a bunch of python geometry manipulation libraries, and slowly shifted more and more of the processing into SQL queries as I realized how fast and intuitive it is.

u/chrisdalke

KarmaCake day855May 3, 2016
About
Marine technology, robotics, autonomous surface & underwater vessels, electric drivetrains.

Contact me: https://www.chrisdalke.com/ chrisdalke (at) gmail (dot) com

View Original