Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tjholowaychuk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
tjholowaychuk
3y ago
I'm fine :) just taking a much needed break from software
2.
▲
by
tjholowaychuk
6y ago
Compared to Elastic's Cloud offering Apex Logs would be roughly half the cost. I forgot to mention in the post that it's 100% serverless, so there's nothing to maintain and no need to resize clusters as you grow. Kibana defin
3.
▲
Apex Logs structured logging public beta access
(medium.com)
3 points
by
tjholowaychuk
6y ago
|
2 comments
4.
▲
by
tjholowaychuk
6y ago
How so? It's just a basic marketing site, nothing newsworthy at all
5.
▲
by
tjholowaychuk
6y ago
I installed Hey to check it out and it’s useless from the app itself, it’s not too surprising they don’t want bad UX.
6.
▲
by
tjholowaychuk
6y ago
yeah absolutely nothing new here
7.
▲
by
tjholowaychuk
6y ago
They've been doing this for ages, it's nothing new haha
8.
▲
by
tjholowaychuk
7y ago
I'm good, I like to actually have data when a customer reports an issue... or you know, figure out why a system fails haha. Also, Sentry is logging, it just groups by a fingerprint.
9.
▲
by
tjholowaychuk
7y ago
I suppose it depends, but throwing out node and migrating everything to Go was one of the better choices we made at Segment, before the platform grew too large.
10.
▲
by
tjholowaychuk
7y ago
Personally I think css utils are better suited for layout related stuff, acting more like layout primitives (hbox, vbox) etc since those tend to be pretty ad-hoc. As far as concrete UI components go, I'm not sure this technique is any
11.
▲
by
tjholowaychuk
7y ago
Or just don’t be a huge noob and create a real business, without privileged funding.
12.
▲
by
tjholowaychuk
7y ago
Facebook pays for this kind of stuff? Why not spend the time incorporating a decent language instead of trying to fix the fragmented hot mess that is js
13.
▲
by
tjholowaychuk
7y ago
There's inherent value in supporting something with money though, it's likely to actually stick around and improve, rather than some hacky OSS project that will die in a few months.
14.
▲
by
tjholowaychuk
7y ago
Yeah $250 is nothing if you're building a real product, fuck these cheap developers.
15.
▲
by
tjholowaychuk
7y ago
Great job, this looks awesome! I wish something polished like this was around when I started my stuff. I'm not sure how I feel about Tailwind being almost 1mb of CSS :D, but it's probably worth all the time you save, especially fo
16.
▲
by
tjholowaychuk
7y ago
Haven't used many AWS services have you? :D hahah
17.
▲
by
tjholowaychuk
7y ago
These days I think most people deploy static sites to a CDN, they get you such great performance I can't imagine not using a CDN, my site loads in 10ms in London for example.
18.
▲
by
tjholowaychuk
7y ago
You can definitely do that, but I find this appealing for development, just write some routes as you normally would and the templates all re-render etc, no need for watching file changes and re-compiling. But you're right, if you have
19.
▲
by
tjholowaychuk
7y ago
Yeah it doesn't work if you're relying on JS for interactions and layout, but wget's crawling technique works great if you're happy with using server-side rendering for content.
20.
▲
by
tjholowaychuk
7y ago
Just go to the VCs, they're pretty dumb, they'll throw millions at just about anything with a lot of GitHub stars these days.
21.
▲
Pre-rendering static websites with the 23 year-old wget command
(apex.sh)
34 points
by
tjholowaychuk
7y ago
|
15 comments
22.
▲
by
tjholowaychuk
7y ago
GitHub stars will pay your rent if you sell out the hype to a VC instead of building a real company. I can definitely name a few startups that have almost no product, certainly not technically challenging or particularly well built ones, bu
23.
▲
by
tjholowaychuk
7y ago
Which can be solved with a snippet bound to `e`.
24.
▲
by
tjholowaychuk
7y ago
I'd rather have nice command output, that could use a lot more love than this try() stuff, and maybe ditching the weird go.mod format it doesn't really add value—if anything it hurts because you can't manipulate those files w
25.
▲
Ask HN: What's your product's log volume?
1 points
by
tjholowaychuk
7y ago
|
0 comments
26.
▲
by
tjholowaychuk
8y ago
Anyone know if this is what CloudWatch Insights uses? If so, it doesn't even come close to competing with Elasticsearch performance (with a tiny cluster), it seemed quite slow.
27.
▲
by
tjholowaychuk
8y ago
Dozens of emails / notifications, people pinging / bothering you on multiple platforms, multiple emails, etc. It's stupid to blindly trust someone's code, regardless of who they are of if they are the current maintainer,
28.
▲
by
tjholowaychuk
8y ago
Ah sometimes you get people asking to use a name such as my "log" pkg in npm, but bumping from 2.0 to 3.0 so that dependencies aren't messed up. Assuming the person has no bad intentions I think it's a perfectly reasonab
29.
▲
by
tjholowaychuk
8y ago
Easy for people who have zero packages and no pressure to say. Don't contribute to OSS and you have no problems. If these huge companies profiting off OSS work actually contributed financially and with time, maybe maintainers would hap
30.
▲
by
tjholowaychuk
8y ago
Not to blame them NPM, they're great people, but I often get requests from random people going through NPM support to use an existing name (saying they will bump major). The centralized naming scheme is to blame here, it normalizes the
More ›