Viewing profile — scottwick
scottwick
HN member- Joined
- Tue, Oct 12, 2021, 1:58 AM UTC
- HN karma
- 165
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About scottwick
No profile information was provided.
Recent public activity
-
comment
Comment #40954929
Lol, I'm at the point where anything > 4 days per week is a hard no.
- story
-
comment
Comment #40857876
What happens if the 2nd signal (after the 200ms delay) is never received? Would keeping the relay closed like that cause any issues? I wonder if a more "robust" way to handle this …
-
comment
Comment #40135141
Yeah, that's definitely true. I find that I'll often be excited about an idea and immediately start putting in the time to build a rough prototype. Once I realize the true scale of…
-
comment
Comment #38744801
Nice to see that they're just using EC2 + S3 instead of a whole suite of niche cloud offerings that we see these days. Maybe this is mentioned in the linked presentation ( https://…
-
comment
Comment #38090986
How did you bail without losing your deposit? I would have thought if you were the highest bidder you'd either be on the hook for the full purchase or lose your deposit.
-
comment
Comment #38090816
Do you see the deposit amount and all the details of the escalation from the triggering offer in that case? Say I saw that the triggering offer had a measly deposit and I suspected…
-
comment
Comment #38090801
> putting down $500 earnest money on a $300K house would look suspicious enough to get you ignored by the buyer Assuming you mean the seller here? If I were the seller I too would …
-
comment
Comment #38090479
Not really related to the article but something I've been wondering... In recent years the housing market has been so competitive that escalation clauses are often written into off…
-
comment
Comment #38064105
Yeah, this is exactly what I do as well. I'd be curious to hear more about your deployment process, specifically how you get your Docker image onto the VPS. Do you just push to a r…
-
comment
Comment #37643321
Does this use the battery? Not clear to me if the Kindle program is running continuously or if it just periodically starts up, refreshes the screen and then powers back down.
-
comment
Comment #36606685
Is there something about the actual profiler that differs from existing tools like pyinstrument [1] or py-spy [2]? I know pyinstrument has various output options and I wonder if it…
-
comment
Comment #36325819
Me too! I've seen PaulHoule mention it a few times and it sounds really interesting.
-
comment
Comment #36212557
Any book in particular?
-
comment
Comment #34748443
I've never used Elm or interacted with the community but reading some of those posts remind me that the B in BDFL is quite important.
-
comment
Comment #34206152
> but humanity has closed the doors to the kinds of futures I was working toward Curious to hear more about what you mean by this.
-
comment
Comment #34196163
I feel the same way. I've been doing web-related stuff for about 13 years now and have lost much of my interest. Started dabbling with electronics and embedded systems about 5 year…
-
comment
Comment #33777421
I've been using DBeaver ( https://dbeaver.io/ ) and I think it's pretty good
-
comment
Comment #33776386
I totally agree, they're really great for simple hobby projects! I've mostly used the ATTiny85 and it's easy to understand the datasheet, easy to program, battery efficient and com…
-
comment
Comment #33484886
Fantastic write up - thank you! I also love hearing about why each part was chosen. As an electronics hobbyist I often mimic portions of others' designs but I'm not always entirely…
- story
-
comment
Comment #33317096
Does anyone have any recommendations of books or other resources that go over the theory behind full-text search? i.e. language processing, data encoding, on-disk storage and retri…
- story
-
comment
Comment #32377215
Could you point me to some documentation about this? Is this something that's built in to Apollo? Or just that Apollo enables building this sort of architecture more easily?
-
comment
Comment #32370553
A frontend application that I work on has each component making separate tiny GraphQL queries to render just what it needs. The result is often 5-10+ GraphQL requests to render a s…