HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drio

no profile record

Submissions

Show HN: The Unix Magic poster, annotated (updated)

github.com
74 points·by drio·3 ay önce·7 comments

comments

drio
·2 ay önce·discuss
We have some possible new markers, please head over the github repo -- I'd love to hear your thoughts.

https://github.com/drio/unixmagic/issues
drio
·3 ay önce·discuss
Me neither. It is fascinating to see the progress from those to the final version. I wish I could speak to the author to learn a bit more about his creative process.
drio
·3 ay önce·discuss
Not at the moment. Do you see a lot of references in the other ones?
drio
·5 ay önce·discuss
Thank you, MT.

> A lot this mental health stuff is re-training yourself to break and avoid bad habits.

:this:

> Do you have ADHD?

I haven't done any professional evaluation.

> setting a timer for 20-30 minutes

This is what I've been using, and it works most of the time, but I still get hyperfocus stints, as you say. I guess I have to keep at it.

Also, a longer break that includes a walk after a few 25-minute chunks is extremely impactful. When I come back from that, I am so much more effective.
drio
·5 ay önce·discuss
> But I realized I have to learn when to take a break and go outside or something.

This is a big problem for me. I can force myself to step away sometimes, but more often than not I end up chasing a bug or trying to finish "just one more thing". Then I fall into a vicious cycle where I'm tired but keep going anyway -- which only makes things worse. Does anyone else have that problem? Were you able to fix it?
drio
·6 ay önce·discuss
Curious to hear what integration you are working on.

I am thinking about making this (1) into an integration also. It is an alternative way to visualize forecasts. It uses the dew point instead of temperature. I currently use a dashboard that shows the site on an iframe within Home Assistant.

1. https://observablehq.com/@drio/shader-galaxy
drio
·7 ay önce·discuss
Scary stuff.

I’d love to hear your thoughts on LLMs, Jason. How do you use them in your projects? Do they play a role in your workflow at all?
drio
·8 ay önce·discuss
> Just don't rely on centralized for-profit entities, rely on stuff produced by non-profits and foundations, that you know isn't gonna screw you over as soon as they need money

What do you use that fits that philosophy and offers the basic functionality (NAT traversal, Magic DNS, failover relaying) TS provides?
drio
·9 ay önce·discuss
Yggdrasil is great, but AFAIK it doesn't have built-in NAT traversal, so you need at least some publicly reachable nodes.
drio
·9 ay önce·discuss
I'm writing a minimal, educational WireGuard implementation to practice networking and cryptography: https://github.com/drio/miniwg. It's still in heavy development, but it's been a great learning experience. I've already been able to create tunnels between two miniwg instances and between miniwg and Jason's WireGuard from the Linux kernel.

Before that I wrote: https://github.com/drio/unboxing, a c/webassembly implementation of Danielle Navarro's beautiful IFS fractals.