HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sweetheart

no profile record

comments

sweetheart
·mese scorso·discuss
I’m kind of doing this right now for the first time as a founding engineer in a very small but tight knit team. On paper, I’m objectively in a less secure position, but holy shit is it nice to enjoy work consistently.
sweetheart
·2 mesi fa·discuss
Okay!
sweetheart
·2 mesi fa·discuss
I think it’s possible.
sweetheart
·2 mesi fa·discuss
They can learn the skills to advance research and fill the roles that help determine what sorts of guard rails there should/could be to ensure it’s used in as helpful a manner as possible.
sweetheart
·2 mesi fa·discuss
But the point OP is making is that it's entirely possible that the person doing this _does_ see it as them being as helpful as possible. That doesn't mean it doesn't suck, or that it isn't annoying, though. I dunno, just seems like a coin toss to me: was this backed by good intentions or not? Without other "evidence", assuming that it was well-meaning but misguided feels better for _both_ of us (at least in my experience).
sweetheart
·2 mesi fa·discuss
I felt this way VERY strongly last year and into the beginning of this year. I was definitely burned out, but that doesn’t mean I wasn’t right in noticing a lot of the same stuff described in the blog post. I was dangerously close to trying to talk my wife into liquidating our 401ks to buy an off grid cabin and resign from modern life.

What helped in the end was seemingly some sort of combination of acceptance + commitment, plus a looot of reflection on the nature of mind/mindfulness. Basically, understanding that our planet is a roiling ball of material simply unfolding over billions of years, and any apparent boundaries between “me” and “everything else” (including all the stressful stuff!) is an illusion caused by my silly limited human capacity to understand and perceive.

Sounds woo-woo and silly, but it has changed my life and provided me a framework to hold both “modern society is a chaotic train wreck” and “the only thing to do is be present and kind” at the same time in a way that’s free of contradiction and completely obvious in hindsight. I hope you feel better soon, blog post author! you deserve to.
sweetheart
·2 mesi fa·discuss
So, so much of human history is just us trying and failing to find reasons we're unique, as if uniqueness is somehow the source of value, meaning, or joy in life. We really seem to react strongly against the widening of our consideration for the experience of non-human life (or human life, if it looks just a little different).
sweetheart
·2 mesi fa·discuss
I'm pleasantly surprised to see this! Last year a few people I know in person, and a podcast I enjoy, talked about or to Ed Zitron and I felt like I was going crazy because so, so much of what he argued was either woefully outdated, or just a fallacy. It's also annoying because it'd be such an interesting topic to explore rigorously and without motive. As mentioned in the article, those analyses _can_ be found. But man, Ed Zitron just seems loud and silly.
sweetheart
·3 mesi fa·discuss
yeah
sweetheart
·3 mesi fa·discuss
I'm in the same boat. Tailwind always seemed insane to me, even after really giving it the benefit of the doubt and trying it out. I use it now only because its so easy for the LLMs to use, so I don't need to actually interface with it at all.
sweetheart
·3 mesi fa·discuss
I didn’t follow the mission much as it occurred, but it’s striking to me how much I understand what the author means. Feels like the first event in many, many years that doesn’t amplify the feeling of being in the absurdist nightmare timeline. Artemis II felt like a 2013 event, not a 2026 event!
sweetheart
·3 mesi fa·discuss
the drone that gives hugs, right??? right????
sweetheart
·4 mesi fa·discuss
can i come
sweetheart
·4 mesi fa·discuss
holy shit I cannot believe how polished that is.
sweetheart
·5 mesi fa·discuss
The recent developments of only the last 3 months have been staggering. I think you should challenge your beliefs on this a little bit. I don't say that as an AI fanboy (if those exist), it's just really, really noticeable how much progress has been made in doing more complex SWE work, especially if you just ask the LLM to implement some basic custom harness engineering.
sweetheart
·5 mesi fa·discuss
> I started programming when I was seven because a machine did exactly what I told it to

What a poetic ending. So beautiful! And true, in my experience.
sweetheart
·5 mesi fa·discuss
This is my first time hearing of Oxide, but I had the same initial thought after reading this blog post then poking through their site. The degree of careful thought put into their policies and culture is really impressive, at least from the outside. Good for them, I hope they continue to be in a position to have that luxury (genuinely).
sweetheart
·5 mesi fa·discuss
The "UI" is indeed represented in memory in tree-like structure for which positioning is calculated according to a flexbox-like layout algo. React then handles the diffing of this structure, and the terminal UI is updated according to only what has changed by manually overwriting sections of the buffer. The CLI library is called Ink and I forget the name of the flexbox layout algo implementation, but you can read about the internals if you look at the Ink repo.
sweetheart
·5 mesi fa·discuss
React's core is agnostic when it comes to the actual rendering interface. It's just all the fancy algos for diffing and updating the underlying tree. Using it for rendering a TUI is a very reasonable application of the technology.
sweetheart
·6 mesi fa·discuss
What an amazing blog post. Such a treat to have read this. Thanks for sharing.