Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hellodanylo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
hellodanylo
3y ago
If need anything more complicated than simple $var substitution, it's time to use a general purpose scripting language with appropriate libraries to generate your data structure. A half-baked template DSL will never work.
2.
▲
by
hellodanylo
3y ago
Why not buy a giant display panel and connect it to a computer that you fully control?
3.
▲
by
hellodanylo
3y ago
I don't seem to understand where OpenAI's market segment ends and Azure's begins.
4.
▲
by
hellodanylo
3y ago
> I question just how much productivity you've gained. Me too. It's an empirical question to be answered by those who will dare to try. > It's kinda like self-driving cars Strong disagree. Yes, neural nets are blackboxe
5.
▲
by
hellodanylo
3y ago
This should give a second life to Test-Driven Development. One of the under-appreciated wisdoms of TDD is that there is a complexity asymmetry in many problems between finding a solution and (fully or partially) verifying it. Examples of as
6.
▲
by
hellodanylo
3y ago
There is a major flaw in placement of the EC2 instance in this diagram. Each EC2 instance has 1 or more Network Interfaces, where each Network Interface resides in 1 subnet and can have multiple public and private IP addresses. The diagram
7.
▲
by
hellodanylo
3y ago
I would rephrase this concern as "dconf is not a stable API" rather than "you are not supposed to do this". It's my computer, I am supposed to do whatever I want, but using unstable API comes with costs that should
8.
▲
by
hellodanylo
4y ago
There is also ECR Public Gallery, which mirrors many public images from DockerHub. https://gallery.ecr.aws
9.
▲
by
hellodanylo
4y ago
I find SQL very hard to use when the data schema and/or transformation graph needs to be dynamic (e.g. depends on the data itself). It's hard to make SQL dynamic even at build time -- Jinja+SQL is one of the worst development expe
10.
▲
by
hellodanylo
4y ago
Yeah, I am also struggling to interpret the metrics in this post positively. The 50% success rate is also best out of 3200 completions. For best out of 1 completion, the success rate is in low single digits. I think the lesson here is that
11.
▲
by
hellodanylo
4y ago
> I'm sure the recovery process is not as easy. A lot of services offer one-time backup codes and connecting multiple 2FA devices. Making Yubikey a single point of failure is certainly a bad idea.
12.
▲
by
hellodanylo
4y ago
> Authenticators are fine, except if you lose a couple of smartphones too close together, or you need a team to access one account. When you enable TOTP with a service, you can extract the TOTP secret and do all of the above with it -- b
13.
▲
by
hellodanylo
4y ago
In my recent job, I committed Jupyter notebooks to Git, and they tend to be giant JSON files. I had 10x SLOC of anyone who did not commit Jupyter notebooks.
14.
▲
by
hellodanylo
4y ago
If you had 3 days to find bottom 50% of devs to be fired, what would be your heuristic?
15.
▲
by
hellodanylo
4y ago
Sorry, you are right. I need another coffee today.
16.
▲
by
hellodanylo
4y ago
[retracted]
17.
▲
by
hellodanylo
4y ago
I have been working on an iOS/MacOS app that reminds me to stand up and/or take breaks at certain intervals. It's using the iPhone's camera and local computer vision to collect ground truth. Drop me an email at "hel
18.
▲
by
hellodanylo
4y ago
A lot of concerns are focusing on (person) -> (tiktok) -> (CCP) data flow. What about the reverse information flow? A foreign political party tuning the algorithm to affect public opinions? I think this is even more impactful than dat
19.
▲
by
hellodanylo
4y ago
What if US government makes a (secret) deal with China to get data from them? It might seem unlikely today, but politics can change any time. Data markets can be fairly efficient. Once someone has your data, they can always (re)sell it to t
20.
▲
by
hellodanylo
5y ago
They use various clustering algorithms and heuristics, but it's true that it only gives a lower bound at best. For example: https://youtu.be/D_Eqz8_Jm2E
21.
▲
by
hellodanylo
6y ago
I keep getting tricked by ML referring to either the programming language or the subfield of AI.
22.
▲
by
hellodanylo
6y ago
Do users have incentive to document and share the connections, other than helping the community's long term goal? Absence of such incentive appears to be the reason that open-source software is not always perfectly connectable -- few p
23.
▲
by
hellodanylo
6y ago
I think JIT and custom code is the same requirement in this discussion. In Chrome's case, the V8 engine is a JIT compiler from JS to ARM instructions. The code of V8 can be vetted during the review process, but the ARM instructions tha