Viewing profile — bh213
bh213
HN member- Joined
- Mon, Jul 15, 2013, 10:35 AM UTC
- HN karma
- 5
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About bh213
Recent public activity
-
comment
Comment #43923912
It does validate UUID and detects a few versions (I'd have to check which npm package is used for UUID ) but just copy one into input and it should be validated.
-
comment
Comment #43920063
I did something similar but with focus on auto-detections and in-browser only: https://wt.tools/tools
-
story
Show HN: Wt.tools – Collect and handle exceptions in your workflows and more
Hi HN, We built Exceptions Inbox to handle rare exceptions, edge cases, and manual workflows without rebuilding tools each time. Send exceptions via a single HTTP request and get n…
-
story
Show HN: A Simple Inbox for Your Exceptions and Odd Events
Hi HN, Our Slovenia-based team has worked on numerous projects over the years, and we kept running into the same challenge—handling rare exceptions, edge cases, and one-off manual …
-
comment
Comment #41199979
My team worked remotely from the EU for a similarly sized ($100-$200M) US-based company in the print-on-demand space for over 8 years as an external provider, building much of the …
-
comment
Comment #7998095
LINQ has expression trees (or maybe I should say .NET has them). Libraries like autofac or moq would not be possible without them.