Readit News logoReadit News

Deleted Comment

auchenberg commented on Charlie Munger has died   berkshirehathaway.com/new... · Posted by u/mfiguiere
auchenberg · 2 years ago
RIP Charlie
auchenberg commented on Show HN: Magic Loops – Combine LLMs and code to create simple automations   magicloops.dev... · Posted by u/jumploops
auchenberg · 3 years ago
Very cool usage of LLMs! Are you planning to build a business around this? Open source?
auchenberg commented on Ask HN: What developer tools would you like to see?    · Posted by u/avg_dev
flohofwoe · 4 years ago
A truly "next generation debugger" as replacement for gdb, lldb and the MSVC debugger which allows me to watch my program working in realtime (and pause/step/rewind at any time). Visualization should include things like a memory-read/write/execute heatmaps, a realtime flame-graph profiler, a data structure browser which "knows" the entire program state, and a much tighter integration of such a debugger into the regular edit-compile-test workflow.

As it is now, debugging is still stuck in the 20th century (I realize that the "realtime part" is hard to do, and may require to get the compiler and even hardware peeps on board too).

auchenberg · 4 years ago
If you are doing web development have a look at http://replay.io
auchenberg commented on Ask HN: Those making $500/month on side projects in 2021 – Show and tell    · Posted by u/folli
auchenberg · 4 years ago
I built http://inspect.dev, a new developer tool for macOS, Linux, and Windows to inspect and debug your mobile web apps and websites on iOS devices.

Crossed $1000+ MRR pretty quickly and it's been growing organically since.

auchenberg commented on Stripe Checkout   stripe.com/payments/check... · Posted by u/0xedb
cj · 6 years ago
> As a developer and a user I'm very happy with this trend.

From the perspective of a dev starting a new app, it's a great trend.

From the perspective of a dev maintaining a Stripe integration first built in 2014, the breaking changes and migrations haven't always been fun. Stripe circa 2016 "just worked". Today, we regularly run into stripe issues (ie. irregularities in webhook data structure) as a result of new edge cases introduced when Stripe has added new functionality + features.

Then again, I think we're at a point in technology where we basically need to assume that nearly 100% of an application's code will need a significant refactor (or complete rewrite) at least every few years in order to remain maintainable.

auchenberg · 6 years ago
Hi, Kenneth here from Stripe. I'd love to chat with you about the problems you have with webhooks. How can I best reach you? My email is auchenberg@stripe.com
auchenberg commented on Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices   inspect.dev/... · Posted by u/auchenberg
untog · 6 years ago
Does this use the existing iOS Chrome proxy or is it built from scratch?

https://github.com/google/ios-webkit-debug-proxy

auchenberg · 6 years ago
This is a new pure JavaScript implementation. No native dependencies. See more on https://inspect.dev/why

u/auchenberg

KarmaCake day552May 5, 2010
About
kenneth.io
View Original