Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jzm2k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jzm2k
2y ago
Looks like Nebula uses go-libp2p and all of the supported networks listed in the README use libp2p for their p2p networking. Mainline DHT doesn't support the same transport protocols that libp2p supports (such ash TCP+Yamux+Noise) whic
2.
▲
by
jzm2k
3y ago
I'd like to recommend giving Daylio [1] a try if you want to start journaling. Someone on HN recommended this two years ago and I decided to try it because all past attempts at journaling had failed miserably after few weeks. I'm
3.
▲
by
jzm2k
3y ago
Isn't this criticizing the discussion of (new) programming languages, not the new languages themselves?
4.
▲
by
jzm2k
3y ago
>I mean how do you even use the numbers? Who looks at code and says "no, this should be exactly 8 lines below this one." I just Alt + Down until it's right. I'd spend more time trying to write the command right than I
5.
▲
by
jzm2k
3y ago
I still don't understand what this has to do with WebRTC/WebSocket. You can combine, e.g., mDNS with WebRTC and build a pure peer-to-peer network.
6.
▲
by
jzm2k
3y ago
Is there any P2P network that fits that criteria? The first time you connect, you need to know at least one publicly reachable node but I fail to see how that relates to WebSocket/WebRTC. I think central server is somewhat ambiguous be
7.
▲
by
jzm2k
3y ago
>Sadly both WebRTC and WebSockets seem to have been designed in such a way that excludes pure peer-to-peer operation. What do you mean by pure peer-to-peer operation?
8.
▲
by
jzm2k
3y ago
git-rebase is stupid because somebody doesn't know how to use it? I use it all the time and I really like how I can make garbage commits (wip, test) and then squash them into atomic commits which are easy to review and later on easy to
9.
▲
by
jzm2k
3y ago
You can still enjoy the language without engaging in this drama. I only know about this because it's on the front page of HN (maybe I'm living under a rock) and yet the language still works nicely and I enjoy writing it immensely.
10.
▲
by
jzm2k
3y ago
>You can also tell on company hardware and on company accounts if the junior's browsing history represents getting better or just resting on their haunches because they want someone else to do the thinking. Are you saying the mentor
11.
▲
by
jzm2k
3y ago
Kakoune has macros: https://github.com/mawww/kakoune/blob/master/doc/pages/keys....
12.
▲
by
jzm2k
3y ago
Genuine question, why? It's not like the project (at least by default) owes anybody any explanation why it's run the way it is or why contributions are not accepted.
13.
▲
by
jzm2k
3y ago
Maybe you should try committing longer? I had used Vim for nearly 8 years and had learned the crazy tricks you can do with Vim before switching to Kakoune and it took maybe 2 weeks to feel comfortable. I think people may overestimate how lo
14.
▲
by
jzm2k
4y ago
I don't think it is. There are times in projects where you're exploring the problem space and figuring out how to get implement whatever you're doing and to speed up that process, you can take shortcuts such as assuming that
15.
▲
by
jzm2k
4y ago
Disaster Breakdown video of the accident for anyone interested: https://www.youtube.com/watch?v=Jsch6vFlcE4
16.
▲
by
jzm2k
4y ago
Could you elaborate on why it can't scale if it's stateful?
17.
▲
by
jzm2k
4y ago
Probably this one: https://drewdevault.com/2020/09/25/A-story-of-two-libcs.html
18.
▲
by
jzm2k
4y ago
I have probably looked angry while working because people tell me I look angry in general, probably more so when I'm in focused but it has never stopped anyone from interrupting me while I'm working. Also mandatory Seinfeld refere
19.
▲
by
jzm2k
4y ago
Disaster Breakdown made a video about this accident: https://www.youtube.com/watch?v=8rXmskgv8nw
20.
▲
by
jzm2k
4y ago
I tried googling all three + "abbreviation" so for example "SRE abbreviation" and the first result for all three was the actual term for the abbreviation.
21.
▲
by
jzm2k
4y ago
>But many times, I do want immediate action-operator when I know exactly what I need to operate on. This argument doesn't make sense, it's just as fast to type in Kakoune. The order is just different but it makes it possible fo
22.
▲
by
jzm2k
4y ago
It switches from "action selection" to "selection action" which allows you to first select the thing you want to operate on and only then specify what you want do with it. So for example in Vim you may accidentally selec
23.
▲
by
jzm2k
4y ago
Seconding this. I had used Vim for nearly 8 years and felt very comfortable with all the crazy tricks you could do with modal editing but I genuinely felt Kakoune's way of doing modal editing was an improvement so I committed to learni
24.
▲
by
jzm2k
4y ago
I think there is a major difference between consensus-breaking bug which unites the community in adopting a new change and a BIP which proposes a change to the network and modifies the consensus rules. But I fully agree with you that it is
25.
▲
by
jzm2k
4y ago
I don't think your original comment was curious but had a snarky tone and demonstrated a lack of knowledge about the history of Bitcoin and what has been tried. As GP pointed out, it's not as simple as miners choosing to follow a
26.
▲
by
jzm2k
4y ago
I'd say there's also a ton of interesting work to be done, especially on L1: cryptography, distributed storage, peer-to-peer networks etc.
27.
▲
by
jzm2k
4y ago
I don't think it's that simple when you're collaborating with others on a large project. I think Wine [0] is a great example of how small and atomic commits can create a very nice history that allows to you track down weird r
28.
▲
by
jzm2k
4y ago
They are very useful! As a long time Vim user who switched to Kakoune[0] a while back, I didn't even realize I needed a good multiline cursor from my editor before it tried Kakoune. Highly recommend it! [0] https://kakoune.o
29.
▲
by
jzm2k
5y ago
Yes it's very readable and easy to understand. I had made a huge design mistake in my OS's scheduling which basically prevented any task from going to sleep but it was hard to understand what other way was there to do it. Reading
30.
▲
by
jzm2k
5y ago
Doesn't git stash save -p accomplish that?
More ›