Viewing profile — tedyoung
tedyoung
HN member- Joined
- Thu, Mar 13, 2008, 3:33 PM UTC
- HN karma
- 516
- Public activity
- 245 items
- HN profile
- View on Hacker News ↗
About tedyoung
Twitter (and almost everywhere else): JitterTed
Blog: https://TED.dev
Twitch: https://JitterTed.Stream
My Discord: unlisted, but DM me for an invite: JitterTed#4770
Email: tedyoung@gmail.com
Recent public activity
-
comment
Comment #46239222
dupe of: https://news.ycombinator.com/item?id=46184366
-
comment
Comment #46184367
Applies not just to database change-data capture (CDC), but also event-sourcing.
- story
-
comment
Comment #43999518
I was lucky to get in on the _Thunder_ VB 1.0 beta and, as an "expert" QuickBASIC developer at the time, was just blown away by how easy it was to create a Windows application (whi…
-
comment
Comment #39995067
Your FAQ mentions "free version you can only use it for your personal purpose", yet the license for the components on GitHub is MIT. Can you clarify what exactly is free and what y…
-
comment
Comment #39568036
These positions are all labeled as "Hybrid" (2-3 days on-site). Could you clarify that these are 100% remote? If not, please change your post to reflect this.
-
comment
Comment #38861313
Is this actually a fully remote position? The job posting does not say clearly that it is. It says "remote" at the top, but in the posting it only says "This job operates in a prof…
-
comment
Comment #37267675
I dread upgrading my 2020 iMac, because the screen is still gorgeous, but there's no way to use the screen as a secondary monitor (or is there?). I find the Studio Display to be 2X…
-
comment
Comment #37128461
Yes, but: https://twitter.com/nipafx/status/1676908785313492992 "JDK21 is a version, for which many vendors offer support." tl;dr: the Java version is not what gets "long-term supp…
-
comment
Comment #36285684
Why not htmx? If your front-end is truly a front-end and there’s not a lot of state needed in the FE, htmx.org might be a great fit.
-
comment
Comment #36107921
> POST or PUT to a resource representing the search, then you’re free to redirect and subsequently GETs of this resource can be cached. But that only means that specific instance o…
-
comment
Comment #35796311
Sorry, I didn't see anything at the top regarding laws that require disclosure of pay ranges. Did I miss it? Is this not relevant to the postings?
- comment
-
comment
Comment #35775030
I don't see pay ranges listed for the open roles. If hiring in California you have to disclose a pay range in the job listing.
-
comment
Comment #35774986
I don't see pay range(s) listed for the open roles. Not sure how many employees you have, but at least in California, if you have 15 or more, you have to disclose a pay range in th…
-
comment
Comment #35593557
Asking me for my Stripe API key is a non-starter (regardless of what you "promise").
-
comment
Comment #35497720
Guess that plan to "organically" reduce production[0] and try to gain market share didn't work out so well. [0]: https://finance.yahoo.com/news/samsung-electronics-q4-profit...
-
comment
Comment #35393461
I'd love to replace Zoom, but as a trainer/coach, I use it only on a weekly basis with multiple people, I guess you'd call them "strangers" (though they might be "regulars"). I'm u…
-
comment
Comment #35234073
Beta testing "Thunder" (code name for VB 1.0) was one of the most exciting things in my career. As a long time QuickBASIC user, looking longingly at those C++ developers writing Wi…
-
comment
Comment #34986100
I did a talk that dives into some of these topics, aimed at developers: https://youtu.be/SdvmMPcXK0Q
-
comment
Comment #34459761
Best way to learn (as with most things) is by doing. As mentioned, TDD by Example (Kent Beck) is a good start. Pairing or coding in a group ("mob programming" or "ensembling" as it…
-
comment
Comment #34404431
Yes. Continuously. There's 3 times to refactor: 1. When you're trying to add a new feature ("prepare"). 2. When the new functionality has been added ("tidy"). 3. When you're trying…
-
comment
Comment #34153222
Highly recommend Stephanie Stimac's book: "Design for Developers" https://www.manning.com/books/design-for-developers
-
comment
Comment #32881675
I have a different question: why do folks create a username+password based AuthN system on their own, instead of leveraging OAuth and letting someone else deal with the hard part o…
-
comment
Comment #32742046
Nice that this is open-sourced, but would've been useful for clean up work to be done before that happened, e.g., non-standard directory layout (which they admit is a known mistake…