Readit News logoReadit News
wngr commented on Kagi for Kids   help.kagi.com/kagi/plans/... · Posted by u/ryanjamurphy
7thaccount · 5 months ago
Yeah that works. I've done piano, jujitsu, hockey, and half a dozen other things with my kid. If they ask to do something I let them, but make them do a commitment. If they hate it, they can stop when the season is over and try something else. The tricky part is to balance ensuring they learn not to quit just because something is hard, with not making them do something for too long that they've just figured out is not for them. Piano and gymnastics were a big no, while they fell in love with the right jujitsu gym.

Not everything has to be competitive or official either. Like you can just go to the community pool during the summer without joining a swim team. I think some parents forget this, but this was normal for previous generations.

So my kid has a few extra curricular activities and then I also do plenty of activities with them at the house like play chess or card games or whatever. They're also watching some of my old favorite sci-fi shows with me. Nearly all of YouTube kids is steaming garbage designed to turn your kid into a mindless consumer. Netflix kids is pretty good though. There are a lot of shows that have character progression and multi season plot arcs that cover complex subjects. Avatar the Last Airbender is an example of a show I was comfortable with my 7 year old watching without worrying about brain rot. Mind you, I think all screen time needs a limit.

wngr · 5 months ago
That’s a great, nuanced view! Thanks for sharing!
wngr commented on Palantir suggests 'common operating system' for UK govt data   theregister.com/2025/03/2... · Posted by u/rntn
sorokod · 5 months ago
Given the anti Europe stance expressed in the leaked Signal chat [1] any consideration of embedding Palantir in the fabric of European life is to say the least, foolish.

[1] https://www.theguardian.com/world/2025/mar/25/stunning-signa...

wngr · 5 months ago
One might even say PATHETIC.
wngr commented on Show HN: Decentralized robots (and things) orchestration system   docs.p2p.industries... · Posted by u/hannesfur
hannesfur · 7 months ago
You are right. At the moment, we are an opinionated wrapper, but we take a different approach to discovery than other libp2p-based networks with our custom batman-adv-based neighbor discovery.

Abstractions for collaboration are currently in the works, and we hope to release that soon. The work on consensus has already started. Your suggestions seem all very interesting, and we'll definitely consider them. We are also currently in the process of talking to potential users to build handy and approachable abstractions for them.

I saw that [freenet](https://docs.freenet.org/components/contracts.html) went with CRDTs, but I think they made it too complicated. We were thinking about a graph (or wide-column) with an engine similar to Kassandara and a frontend like (or ideally just) SurrealDB.

I remember that iroh moved away from libp2p when they dropped IPFS compatibility and moved to a self-built stack: https://www.iroh.computer/blog/a-new-direction-for-iroh When we got started, the capabilities of iroh didn't really fit our bill, but it seems like it's time to reevaluate that. As a former contributor to rust-libp2p, I never quite got the frustration with libp2p that many people have, Iroh included, especially since many of the described problems seemed fixable, and I would have preferred if they did that instead, and libp2p remains the shared base people build these things on.

I remember Actyx being a rust-libp2p user, but I wasn't aware that they failed. Do you have more info? How and why? It would be great if we could learn from them.

Grammar will be reviewed ;) thank you!

wngr · 7 months ago
> I remember Actyx being a rust-libp2p user, but I wasn't aware that they failed. Do you have more info? How and why? It would be great if we could learn from them.

They (we?) unfortunately never found product-market-fit. Actyx targeted the SME factory space with a p2p application platform. Turns out that developers in general don’t want to deal with the additional complexities of anything lesser than strong consistency, especially if they don’t fully drank the distribute-everything kool-aid. And SMEs don’t really bother either.

Philosophically decentralization is the right thing to do, but I’m thinking more and more that federation might actually be the compromise in the long run, at least for consumer apps. The only valid use cases for p2p edge devices with loose connectivity are in military applications.

wngr commented on Show HN: Decentralized robots (and things) orchestration system   docs.p2p.industries... · Posted by u/hannesfur
wngr · 7 months ago
Great idea combining batman with libp2p! You guys have the heart in the right place :-).

Currently, your project seems to be an opinionated wrapper ontop of libp2p. For this to become a proper distributed toolkit you lack an abstraction to for apps to collaborate over shared state (incl. convergence after partition). Come up with a good abstraction for that, and make it work p2p (e.g. delta state based CRDTs, or op-based CRDTs based on a replicated log; event sourcing ..). Tangentially related, a consensus abstraction might also be handy for some applications.

Also check out [iroh](https://github.com/n0-computer/iroh) as a potential awesome replacement for p2p; as well as [Actyx](https://github.com/Actyx/Actyx) as an inspiration of similar (sadly failed) project using rust-libp2p.

Oh, and you might want to give your docs a grammar review.

Kudos for showing!

wngr commented on My little sister's use of ChatGPT for homework is heartbreaking   old.reddit.com/r/ChatGPT/... · Posted by u/ajdude
Pet_Ant · 8 months ago
I don't know how that helps. Watching TV with my kid has been the best way to teach him I've found. There are great videos and shows that you can watch together and then discuss afterwords. Baking videos. Chemistry. Physics. History. Seeing something on TV is great way to fire up the imagination and inspiration for real world activities.
wngr · 8 months ago
I totally agree with you, but those shows are not what parent means.
wngr commented on Show HN: connet – A P2P reverse proxy with NAT traversal   github.com/connet-dev/con... · Posted by u/Ingon
r3trohack3r · 8 months ago
This looks great!

Have you seen the libp2p project? Might help get you pluggable NAT traversal and transport strategies plus peer discovery. We’ve been using rust-libp2p for building an overlay network and have had decent success.

wngr · 8 months ago
Also take a look at iroh [0]. It doesn't come with the bloat of ipfs, provides robust core building blocks. They really figured out NAT traversal.

[0]: https://github.com/n0-computer/iroh

wngr commented on An IRC client in your motherboard   axleos.com/an-irc-client-... · Posted by u/codyd51
codyd51 · a year ago
Thank you very much, I've spent a lot of time on them over the past week and am really pleased to hear that you enjoyed them!
wngr · a year ago
I was really impressed when I clicked the reload button -- inspiring attention to detail! How did you create those?
wngr commented on ZeroMQ – Relicense from LGPL3 and exceptions to MPL 2.0   github.com/zeromq/libzmq/... · Posted by u/excerionsforte
oarfish · 2 years ago
Remarkable, up until recently, requests for a new release were somewhat brusquely rejected and marked as spam. e.g.

https://github.com/zeromq/libzmq/issues/4315 and https://github.com/zeromq/libzmq/issues/4455

I wonder what made the maintainer change his mind.

wngr · 2 years ago
Issues have been deleted in the meantime ..
wngr commented on Ask HN: Leaving Germany – where to find quality of life as experienced engineer?    · Posted by u/bartminton
commonlisper · 3 years ago
I know that being a tourist in Canary Islands is fun but is it a good country for a German to move to permanently? Does it have the kind of infrastructure and healthcare Germany has?
wngr · 3 years ago
There is quite a bit German community there incl doctors, lawyers etc. the big hospitals are also okay, although the local youth is fleeing the island.

u/wngr

KarmaCake day37January 1, 2019View Original