Viewing profile — coxley
coxley
HN member- Joined
- Sun, Jan 17, 2016, 7:28 AM UTC
- HN karma
- 238
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About coxley
Recent public activity
-
comment
Comment #48762176
From the docs: > ZeroFS fetches object data in 128 KiB parts Read/write operations in object storage are _far more_ expensive than stored bytes. I'm always afraid of anything that …
-
comment
Comment #48460407
A pure Go, in-memory Cassandra emulator Technically for work, but it was during a hackathon so we could reduce the amount of tests we need to run against real or containerized inst…
-
comment
Comment #48134384
Yeah... my .com renewal lapsed due to an expired credit card, and it was snatched before I realized it. They've always wanted $2k for it. Even if I was OK paying in principle, that…
-
comment
Comment #47308257
Right!? My mind teleported back to the TechTV era for a second.
-
comment
Comment #46467853
Not to mention you can restrict who can file issues with permissions. So you have a forcing function, whereas hoping tags are correctly applied is a never ending battle.
-
comment
Comment #45889680
> Author: frontend technical lead, setting high code standards Haha, to be fair it's common to half-ass personal projects even if it's your primary domain.
-
comment
Comment #45643573
Off-topic rant: I hate when websites hide the scrollbar. By all means, apply minimal styling to make it cohesive with the website background and foreground. But don't completely hi…
-
comment
Comment #45167348
You can definitely use this approach for large projects. No matter how big, at some point you are just reading a function or file. You don't need to read every single file to find …
-
comment
Comment #45132060
Well said!
-
comment
Comment #45042069
Both would be sick! I do spend quite a bit of time making my own "tables" and re-arranging things.
-
comment
Comment #45039003
Are there any enhancements that you've wanted to do, but haven't had the time? I'm a huge fan, and am surprised how stable Monodraw has been for me. I've kept a single, growing doc…
-
comment
Comment #44863630
Ha, I love the project name "Shadesmar". Journey before destination, friend. :crossed-wrists:
-
comment
Comment #44652495
> because interface{} is always counted as escaped from the stack Not quite - if the function accepting interface{} can be inlined (and other heuristics are groovy), then it won't …
-
comment
Comment #44592387
That makes sense. I love my iPhone 13 Mini. Its only issues are battery life (now), and non-competitive camera. I'm personally happy with the photos it takes, but then I look at my…
-
comment
Comment #44454226
I've been using Otter for ~2(?) years, and it's a good time. This post made me realize we should upgrade to v2, as we've had a craving for async refresh. Thanks to maypok86 for the…
-
comment
Comment #44292649
The OTel SDK has always been much worse to use than Prometheus for metrics — including higher overhead. I prefer to only use it for tracing for that reason.
-
comment
Comment #44289017
For many years at FB, suffixing dangerous or really-deprecated tokens with `_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` was the standard. Everyone[^1] was in on the joke. In the middle of th…
-
comment
Comment #43962687
Thank you! This is the resource I've been wanting to hand-feed web components to me. Looking forward to playing around with some personal projects. :)
-
comment
Comment #43858299
This is awesome — but sucks that support isn't widespread yet.
-
comment
Comment #43763330
I work with Bigtable a lot, and this is really cool. :)
-
comment
Comment #41409194
Expect helped launch my early career in programming. Automating tedious tasks as a network engineer and sysadmin motivated me to learn proper software development. If gluing togeth…
-
comment
Comment #40553431
Good joke and good follow-through, haha.
-
comment
Comment #40477471
Like some others in the thread, I started using Zellij last year and boy is it nice.
-
comment
Comment #40454894
On a version of Chrome from two days ago, and still blocked from visiting the site. What an aggressive, false positive, worthless check.
-
comment
Comment #40445569
They're pleasurable when you're the only author. They become a minefield unless every contributor is diligent, which happens very often.