HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kixxauth

no profile record

Submissions

Coffee Fueled Revolutions–and Revolutionary Ideas

history.com
1 points·by kixxauth·2 anni fa·1 comments

(Opinion) Crypto mining is nonessential and is killing our climate

18 points·by kixxauth·2 anni fa·27 comments

The email threads which led to JavaScript modules (2009)

groups.google.com
1 points·by kixxauth·2 anni fa·1 comments

The Gerber Statistic: Reducing noise in portfolio risk management

papers.ssrn.com
1 points·by kixxauth·3 anni fa·0 comments

Ask HN: What's your legal business structure and why?

2 points·by kixxauth·4 anni fa·1 comments

The False Premise of Group Brainstorming

hbr.org
2 points·by kixxauth·4 anni fa·2 comments

The Computer Revolution Hasn't Happened yet (Video Alan Kay 1997)

youtube.com
3 points·by kixxauth·4 anni fa·1 comments

comments

kixxauth
·2 mesi fa·discuss
Yeah, pinning dependencies is very similar to vendoring or cloning them. By cloning, you get to know the code better and how it is structured, plus you cherry pick only the features you want.

But, like you said, you are at risk of introducing new vulnerabilities.

I'd just prefer making that bet on myself than someone I don't know
kixxauth
·2 mesi fa·discuss
It makes me wonder if large engineering organizations are going to splinter. The coordination costs are getting, proportionally, much larger than they used to.

When I left my corporate engineering job wayyyyy back in March, there were engineers and engineering leaders going off and getting a lot done, individually or in small teams. But project management and QA couldn't keep up with it. Managers resorted to turning their tokens loose on Jira just to try to make sense of it all (which, ironically made them the first to hit their token goals on the dashboard every week, and brought Jira to it's knees).

And, even worse, the junior engineers had no idea what was going on or how to get involved in anything.

The result was an increasingly chaotic mess.
kixxauth
·2 mesi fa·discuss
I really don't like how the payment plans work with the providers right now. I feel this pressure to use all my tokens for the week, often just "wasting" them. But also, I want to take advantaged of the subsidized tokens in Claude Code and Codex for as long as I can.

There is this real danger that our thinking, and the things we make, become bloated without constraints.

IMO software has gone to shit since both mobile phones and laptops mostly have massive amounts of compute. We always seem to use it to the limit, just because it's there.
kixxauth
·2 mesi fa·discuss
Vendor your dependencies, clone or port them where needed, and freeze them. Most good packages these days do not have a deep dependency tree, and we should stop using the ones that do.

I spent a week with claude and codex re-implementing several packages which had dependency trees deeper than I would like.

Most of these packages are trivial to clone.

"But now you're not getting the upstream fixes" they will say.

"So what?" I reply
kixxauth
·2 anni fa·discuss
I heard from someone, somewhere, that coffee and free wifi may be the biggest economic value driver of all.
kixxauth
·2 anni fa·discuss
What aspects or use cases of crypto do you find important?
kixxauth
·2 anni fa·discuss
Yeah, it's appropriately ironic that these things were supposed to give power to the people (excluding the private jets), but power has become consolidated to those who have the means to consolidate it ... and the climate pays.
kixxauth
·2 anni fa·discuss
It's no longer a boom (and yes, AI is probably far worse at this point)

And proof of stake consumes less energy, but still significant.
kixxauth
·2 anni fa·discuss
Additionally, a question for you: I don't have experience in finance. Do you think this idea of having a settlement period for crypto transactions could work?
kixxauth
·2 anni fa·discuss
Ha. That's cynically hilarious.
kixxauth
·2 anni fa·discuss
The carbon emission problem with crypto currency and AI is analogous to the oil and gas industry. When you boil it down to first principles, we are extracting resources from the Earth, and destroying our climate, in the hope of some sort of economic gain.

And the economic gain is tenuous at best.

I wrote an opinion on HN about the carbon problem in crypto as well.
kixxauth
·2 anni fa·discuss
Ha, yeah. So, maybe a stretch here.

I'm thinking of use cases like distributed domain name lookup systems, identification systems, social networks.
kixxauth
·2 anni fa·discuss
I'd be really curious to know if this could be use case for AI code generation tools using speech recognition. I don't know of any, but this could be very interesting.
kixxauth
·2 anni fa·discuss
I was part of this discussion in 2009-2012, and was curious if it was still out there. It is!

It's fascinating to take dig stuff up like this and replay it, knowing what we know now.

Of course, everyone is using the new ES modules spec now, but it's hard to imagine how we would have got there without working through the ideas which led to CommonJS.

This started before Node.js, when we were playing around with the Narwhal runtime.

One really interesting concept which never got traction was creating a standard library for JavaScript.
kixxauth
·3 anni fa·discuss
Learn to love JavaScript. Then you'll always have fun building side projects.

Sounds snarky, but I'm serious. You can build anything with it, and it can be fun to use too.
kixxauth
·3 anni fa·discuss
To really become valuable in your role you need to leverage your experience and skills to become a force multiplier (as mentioned several other places in this thread).

There is some good advice in here to help junior devs level up. But I would start by boiling it down to one that is easier to remember as you become a manager / coach:

Try to remember what worked well for you when you were learning, and then do that for your team.

I have gone back to that well over and over as I've moved between senior, principal, and management roles.
kixxauth
·3 anni fa·discuss
Copilot may be one of the most valuable early use cases for chat AI.

I've been brushing off AI as overhyped, but this is very compelling. I believe the real crux of software engineering is thinking about the problem and organizing solutions today which can be changed/improved/iterated in the future. Programmers too often overweight the time it takes to type things (using short variable & function names or creating terse 1 liners). But if our objective is to make code easy to change/improve/iterate in the future, then it needs to be readable now.

The nice autocomplete features in most IDEs have been a huge win to productivity along with Google search. I think chat AI could be an order of magnitude improvement.
kixxauth
·4 anni fa·discuss
I’ve been recreating in the mountains for a few decades now, some of it pretty serious. Honestly, nothing has taught me more respect for life than being challenged in the mountains. The lessons I’ve learned I’ve applied to software, management, and life in general. It allows you to keep a cool head when the world is on fire.

+1 would recommend
kixxauth
·4 anni fa·discuss
Looking through the comments on this post, it's no surprise that many HN readers are doing the same. A self selected audience, I guess ;-)

Still, it has been fun, and rewarding. I don't feel like building these things is a waste of time, seriously.
kixxauth
·4 anni fa·discuss
> There is a ton of practical stuff written in this general area if you search for "mind mapping" or "zettelkasten" (links below).

I think sometimes we can overweight the impact of tools and systems for retaining knowledge. These tools can be useful (I'm working on my own home grown versions of them) and I am getting better with the systems as I get more practice. But, still, this is a race you can never win. As you digest more information, you consume more.

Eventually you've got to get out there and be a maker.