Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
whoisjohnkid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
whoisjohnkid
3y ago
The hardware wallet a.k.a cold storage, is predominantly protecting you from key exposure. The thought process is if your private key is on an internet connected device there’s always a possibility that it can get compromised. A hardware wa
2.
▲
The Crucial Layers of Bitcoin Security: A Tale of Hardware Wallets and Risks
(lucidtactics.com)
3 points
by
whoisjohnkid
3y ago
|
2 comments
3.
▲
Safeguarding Your Bitcoin: Lucid Tactics and the Power of Protocol
(lucidtactics.com)
2 points
by
whoisjohnkid
3y ago
|
0 comments
4.
▲
Hackers vs. HODLers: The Ongoing Battle for Bitcoin Security
(lucidtactics.com)
3 points
by
whoisjohnkid
3y ago
|
0 comments
5.
▲
by
whoisjohnkid
4y ago
Thinking in Systems by Donella Meadows This introduced me to systems thinking which gives an interesting perspective on how to solve complex systemic problems. Concepts can be applied to engineering or any other field
6.
▲
by
whoisjohnkid
4y ago
terraform and AWS’s free tier. Only costs are route53 costs which depending on your setup you can also eliminate. I’m usually utilizing a static site generator for main site; usually S3 behind a CDN. Then I’ll typically have my services wri
7.
▲
by
whoisjohnkid
4y ago
Hmm, even though LastPass doesn’t have access to your pass, couldn’t a malicious software update cause attacker to view your passwords when it runs since the software ultimately has access? This doesn’t seem to be the case in this incident
8.
▲
by
whoisjohnkid
4y ago
Air gapped wallets can utilize QR codes to sign transactions. Look into PSBTs (partially signed bitcoin transactions). Gist is you can create a transaction from any device that doesn’t have your private key … send that transaction via a QR
9.
▲
by
whoisjohnkid
4y ago
Woah thanks for sharing your situation. Talking about it to others sounds like a step in the right direction. One thing to consider is what you are teaching your kids by staying. Kids have a habit of picking up on these things at an early a
10.
▲
Ask HN: Has HN been loading slow for you over the last few days?
5 points
by
whoisjohnkid
4y ago
|
0 comments
11.
▲
by
whoisjohnkid
4y ago
Woah this is awesome. Does anyone know if this is using web authn under the hood? Or is this a new spec? Would love to see Pub/Priv replace passwords
12.
▲
by
whoisjohnkid
4y ago
1. 6-12 month emergency fund 2. Learn to Budget if you don’t already 3. Max out retirement accounts 4. Place remainder in index funds; S&P is a great one to start with 5. Invest some time into learning more about finance - I highly
13.
▲
Ask HN: Does anyone use the next link on comments?
10 points
by
whoisjohnkid
5y ago
|
13 comments
14.
▲
by
whoisjohnkid
5y ago
This is great. I’ve been looking for documentation of using the new al2 runtime with go and this fits the bill. Thanks for the excellent article.
15.
▲
by
whoisjohnkid
5y ago
I absolutely love DynamoDB. Would definitely recommend the DynamoDB Book by Alex Debrie and Advanced DynamoDB Patterns by Rick H on YouTube. Once you understand how to properly use dynamo and what it’s good at it you get so much power; at
16.
▲
by
whoisjohnkid
5y ago
We currently do this. Team is compromised of folks across multiple time zones so it comes in handy. However, I do feel like synchronous stand-ups are more productive
17.
▲
by
whoisjohnkid
5y ago
Are you doing this solo? I’ve found it’s good to have partner(s). Ideally with diverse backgrounds; e.g. - marketing - engineering - sales - finance This way the burden doesn’t fall on you for everything and you can lean on
18.
▲
by
whoisjohnkid
5y ago
I wish we had more systems thinking around these problems. From my perspective it seems some are quick to want to change to another system on any signs of problems in the initial system; where the new system fails to have any good feedback
19.
▲
by
whoisjohnkid
5y ago
There’s a lot of pitfalls measuring inflation in general especially when you add tech to the mix. Technology is known to be deflationary; getting faster and cheaper over time. This is how some fast food prices have been mostly staying the s
20.
▲
by
whoisjohnkid
5y ago
started off with chess.com and moved over to lichess years ago. Haven’t looked back since. Yeah sometimes it takes a while to join a game if you are trying to just play casual, but all in all I like it better. Can’t believe it’s mostly ran
21.
▲
by
whoisjohnkid
5y ago
Yes zen mode is amazing. You’d be surprised at how much better you do when you just focus on the game vs paying attention to your opponents rating.
22.
▲
by
whoisjohnkid
5y ago
All depends on what’s important to you in that startup context. If you need a good mix of high productivity and low costs on the server side I think go is a good fit. If you don’t care so much about costs and scale on the server side then s
23.
▲
by
whoisjohnkid
5y ago
Hmm, can you provide some examples of how a context based iterator is slow? If you need raw performance and you are just doing some minimal operations on a slice then yeah you’d want to use a simple for loop instead. I typically use this pa
24.
▲
by
whoisjohnkid
5y ago
Regarding your point on iterators, I typically use a channel with context; this lets you exit that range loop early and will automatically stop the related go routine. (assuming it’s context aware) e.g. func myFunc(cx context.Context) {
25.
▲
by
whoisjohnkid
5y ago
Raphael Poss did a really insightful talk on how to gracefully panic[0]; this gives try catch like functionality, though should be used sparingly IMO. - [0] https://m.youtube.com/watch?v=c78U0MZ4b_c
26.
▲
by
whoisjohnkid
5y ago
title is misleading. 70% of unregulated exchanges.
27.
▲
Reducing Memory Allocations in Go
(chris124567.github.io)
1 points
by
whoisjohnkid
5y ago
|
0 comments
28.
▲
by
whoisjohnkid
5y ago
The hype around crypto started with the revelation that bitcoin brought forward: digital scarcity. A lot of folks hopping on the hype train mentioning they are doing X with blockchain are missing the revelation. blockchain is just a piece
29.
▲
by
whoisjohnkid
5y ago
Interesting. I usually just do a two liner with envsubst envsubst < template > parsed executable $@
30.
▲
by
whoisjohnkid
5y ago
A lot of the energy consumption argument against bitcoin stems from this study [1]. Some have pointed out flaws in the study that over inflate the consumption numbers. This has sparked various indexes that have tried to measure the consumpt
More ›