Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
olafalo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
olafalo
8mo ago
Thanks, this rings true to me. The struggle is an investment, and it pays off in good judgement and taste. The same goes for individual codebases too. When I see some weird bug and can immediately guess what’s going wrong and why, that’s my
2.
▲
by
olafalo
2y ago
Quoting Trump directly, from Agenda 47: > Furthermore, I will direct the Department of Justice to pursue federal civil rights cases against schools that continue to engage in racial discrimination. And schools that persist in explicit un
3.
▲
by
olafalo
3y ago
For me, it's configinator[0]. Write a spec file for a config like [1], get a Go file that loads a config from environment variables like [2]. Code-gen only, no reflection, fairly type-safe, supports enums, string, bool, and int64. I ma
4.
▲
by
olafalo
3y ago
The whole comment: $ echo -n "Well, this nerd sniped me... I made a quick Go tool for this. You simply write a string {like|this}, and then it finds a hash with the same prefix automatically. (Hash this comment, it's also 182a7c9)
5.
▲
by
olafalo
3y ago
Well, this nerd sniped me... I made a quick Go tool for this. You simply write a string {like|this}, and then it finds a hash with the same prefix automatically. (Hash this comment, it's also 182a7c9)
6.
▲
by
olafalo
3y ago
I'm not very good at this but I'll see if I can explain my thought process: (is tiger fed) requires (eats tiger ?food) which means there must exist ?what such that (is ?what eatable) and (is ?what ?food) But in the fact table, not
7.
▲
by
olafalo
7y ago
> Less water [use], sure, but more electricity Well, no. As dishwashers get more energy efficient, they tend to use less water as well[0]. And dishwashers have steadily been using less electricity and water. > One in five homes have j
8.
▲
by
olafalo
7y ago
This is cool! I came up with something similar for hosting a few personal sites from my home network, except I did it the other way around - I built a docker image that does the SSH tunneling part. The external host is just a cheap droplet
9.
▲
by
olafalo
8y ago
Yes, that's the solution we came up with. One stack with lambdas, managed policies, roles, user pool, etc; one stack with the APIGateway::RestApi and some resources and methods, and then another stack with yet more resources and method
10.
▲
by
olafalo
8y ago
I'm guessing it's heavily dependent on what you're using it for, what kind of resources are you describing in CFN? In my case, it's Lambda + API Gateway that's the main culprit. For each endpoint in an API, there&#x
11.
▲
by
olafalo
8y ago
IMO the limits of CloudFormation are a bigger pain point than they're made out to be here. The limit of 200 resources per stack is easy to hit, and so is the 450KB template size limit (well, it's possible at least). It's frus
12.
▲
by
olafalo
8y ago
There's some great information about how GPUs are organized here. It's interesting that GPUs and CPUs aren't that different, even though maximizing performance requires different considerations. SIMD lanes are just wider on
13.
▲
by
olafalo
8y ago
This is a fantastic tool! When I was younger, it was great to be able to experiment without needing any hardware and while having more visibility into what was happening. Especially cool that it lets you play with memristors.