Viewing profile — chrisdalke
chrisdalke
HN member- Joined
- Tue, May 03, 2016, 12:48 AM UTC
- HN karma
- 855
- Public activity
- 178 items
- HN profile
- View on Hacker News ↗
About chrisdalke
Contact me: https://www.chrisdalke.com/ chrisdalke (at) gmail (dot) com
Recent public activity
-
comment
Comment #45137632
Exactly! I run a service that handles >1M tile requests per month served directly from PostGIS with ST_AsMVT etc. and file caching.
-
comment
Comment #44981050
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…
-
comment
Comment #44624379
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 hav…
-
comment
Comment #44062959
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.
-
comment
Comment #44052178
No mention of NixOS, which is miles ahead of every other operating system in terms of developer time spent tweaking endless configuration...
-
comment
Comment #44021114
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
-
comment
Comment #44011435
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…
-
comment
Comment #44009076
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 ArduPil…
- story
-
comment
Comment #43995517
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 c…
-
comment
Comment #43953507
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 "…
-
comment
Comment #43953497
If you just want to play around with the nautical chart rendering, check out https://app.vectorcharts.com/ - A free nautical chart viewer that demonstrates the vector charts API.
-
story
Show HN: Vector Charts – Add Nautical Charts to Your Web App
(TLDR: I made a new API to render maritime maps. If you just want to scroll around for fun, check out https://app.vectorcharts.com/ , a free nautical chart viewer. And if you're in…
-
comment
Comment #42566290
It's probably the wrong place in the stack to implement this, these are very low-cost commodity microcontrollers running the firmware and the design of flight controller software i…
-
comment
Comment #42566242
That was my thought, at least one of those packets in their snooping (src. port 14551 / dest port 14550) is the standard Mavlink port to send to the GCS. I wonder if the proprietar…
-
comment
Comment #42519387
Which is… never trivial. I’d say 25-50% of my career so far has been repeatedly “fixing” clunky deployments of ROS, OpenCV, L4T, CUDA, cudnn, libc, etc. in Docker and Nix. Fun stuf…
-
comment
Comment #42519370
Oh that’s awesome! I’ll have to try that.
-
comment
Comment #42515916
There's actually two completely separate games (Java edition and Bedrock) that can't cross-play with each other. You can buy a Bedrock edition Minecraft for Windows that should be …
-
comment
Comment #42508747
There are lots of companies using NixOS for this, BalenaOS (Yocto + Docker), or building their own bespoke tooling on top of a minimal Linux setup. Although many places start with …
-
comment
Comment #42475558
The whole plaza should be grass and trees, agree it would change the entire look.
-
comment
Comment #42408818
This is great. I can't count how many times I've setup an ad-hoc Slack bot that posts to a channel using the API. Each time it's usually the same, a lot of boilerplate to handle ea…
-
comment
Comment #42190571
Yup. I work a lot with MVTs and one of the headaches is, after you have your nice shiny state-of-the-art maps, turning them back into PNG raster tiles for all the various clients t…
-
comment
Comment #41903183
Wow that comment is super detailed, thanks for linking that. “ IIRC the end solution that every browser went for was to just say "screw this" and drop most SVG features from SVGs l…
-
comment
Comment #41899920
I got nerd sniped by a tweet talking about JavaScript in SVG, and set out to find out if I could run DOOM inside an image. And it works, with some caveats. This is technically an S…
- story