Viewing profile — _davidchambers
_davidchambers
HN member- Joined
- Mon, Apr 08, 2013, 10:07 PM UTC
- HN karma
- 40
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About _davidchambers
No profile information was provided.
Recent public activity
-
comment
Comment #47612228
From the readme on GitHub: > A full-stack TypeScript CMS built on Astro and Cloudflare. EmDash takes the ideas that made WordPress dominant -- extensibility, admin UX, a plugin eco…
-
comment
Comment #39221057
SEEKING WORK • Berlin, Germany • Remote or on-site • Software developer I'm a software developer with 13 years of experience. I love leveraging software to save people time. I have…
-
comment
Comment #39220892
Location: Berlin, Germany Remote: Yes Willing to relocate: Possibly Technologies: JavaScript, TypeScript, Python, Haskell, Clojure, Bash, SQL, HTML, CSS, React, htmx, functional pr…
- story
- story
-
comment
Comment #9923698
It's a contrived example, certainly. Your counterexample is informative. I hadn't thought of exceptions in this way. The downside of putting everything in a `try` block, of course,…
-
comment
Comment #9920044
These two functions are equivalent: const f1 = function(s) { let data; try { data = JSON.parse(s); } catch (err) {} if (data != null && data.a != null && data.a.b != null && typeof…
- story
- story
-
comment
Comment #7975303
There's an off-by-one error in this thread's title. ;)
-
comment
Comment #7653065
https://github.com/davidchambers/dotfiles/pull/1 Fix for ugly `npm` output.
- story
- story