TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Egoless Engineering

869 点作者 mcfunley5 个月前

54 条评论

spuds5 个月前
Really resonated with this, reminded me of the journey I went on over the course of my dev career. By the end, my advice for every manager was roughly:<p>* Don&#x27;t add process just for the sake of it. Only add it if seriously needed.<p>* Require ownership all the way to prod and beyond, no matter the role. (Turns out people tend to really like that.)<p>* Stop making reactive decisions. If something bad happened on a total, extremely unlikely lark, don&#x27;t act like it&#x27;s going to happen again next week.<p>* Resist the urge to build walls between people&#x2F;teams&#x2F;departments. Instead, build a culture of collaboration (Hard and squishy and difficult to scale? Yup. Worth it? Absolutely.)<p>* Never forget your team is full of actual humans.
评论 #42312084 未加载
评论 #42315283 未加载
评论 #42316459 未加载
评论 #42312461 未加载
评论 #42317296 未加载
评论 #42315045 未加载
评论 #42315363 未加载
评论 #42312270 未加载
评论 #42323176 未加载
评论 #42322304 未加载
评论 #42312570 未加载
评论 #42312260 未加载
评论 #42319025 未加载
评论 #42312364 未加载
评论 #42327507 未加载
评论 #42315763 未加载
评论 #42312092 未加载
didibus5 个月前
One thing I&#x27;ve realized is that people in different roles have different levers to solve problems, and they naturally skew to using that lever to try and solve all problems, even if that lever can&#x27;t solve the problem and could make it worse.<p>A manager, to which directors, CEOs, and so on are all included in, have this lever which is that they can hire more people and create new roles&#x2F;re-organize teams. And they skew towards it for many problems...<p>We want to deliver features faster, what can I do, me, a manager?<p><pre><code> - I could hire more engineers! - I could reorganize my engineers so each one works on a specific type of issue </code></pre> It becomes really hard to accept that, maybe, as a manager, you can&#x27;t do anything about it, except support and encourage those that can, like the engineers themselves. How could you help them deliver features faster?<p>I&#x27;m picking at managers, but every role has this issue. Engineers have this lever of &quot;technical ingenuity&quot;. And they skew to it as the solution to all problems.<p>We want to deliver features faster, what can I do, me, a software engineer?<p><pre><code> - I could rewrite this in a more productive language&#x2F;framework - I could redesign this to make it simpler and easier to work on</code></pre>
评论 #42315044 未加载
评论 #42315771 未加载
评论 #42321531 未加载
评论 #42328232 未加载
评论 #42315263 未加载
pjmorris5 个月前
An ageless idea...<p><pre><code> &quot;There once was the first software engineering best-selling book. It was called The Psychology of Computer Programming (Weinberg 1971). There was a peculiar idea contained among the many excellent ideas of that book. It was the idea that the task of programming should be egoless. Programmers, the author said, should not invest their ego in the product they were building. ... What’s the alternative to an ego-invested programmer? A team-player programmer. The team player sees the software product as a team effort and a team achievement. Error reports and reviews and questions become team inputs to help improve the product, not threatening attacks to derail progress. ... But after further thought, this notion begins to unravel. It is all well and good to advocate egoless programming, but the fact of the matter is that human ego is a very natural thing, and it is difficult to find people who can—or even should—divorce their ego from their work. ... A system that works will have to acknowledge fundamental human traits and work within the bounds they create. And ego is one of those traits. &quot; - &#x27;Facts and Fallacies of Software Engineering&#x27;, Robert Glass, 2002</code></pre>
评论 #42313001 未加载
评论 #42313018 未加载
评论 #42313241 未加载
评论 #42313202 未加载
评论 #42322828 未加载
评论 #42313022 未加载
评论 #42322301 未加载
评论 #42314299 未加载
评论 #42313040 未加载
评论 #42312750 未加载
评论 #42313832 未加载
coderintherye5 个月前
Kiva&#x27;s engineering drew quite a few lessons from Etsy, though we never got so big.<p>I think Dan is missing mentioning one ingredient: Security.<p>Not code security, the human feeling of personal security. Most especially, of being secure in one&#x27;s role.<p>And that drives so much of this. If everyone is secure in themselves, or able to transcend worrying about their personal security, then magic happens.<p>Without it, things will inevitably wander back to gatekeeping, control, and conflict. Much as in the world at large.
评论 #42317737 未加载
评论 #42322742 未加载
评论 #42314825 未加载
评论 #42322249 未加载
MrMcCall5 个月前
The success of any organization depends upon each member behaving selflessly to meet the needs of the group. Selfishness in any organization is a parasitic drain on energy and productivity.<p>Embracing compassion for all those who drift into our orbit is the only way to improve oneself in all dimensions. Compassion is the common factor in virtue, and the cure for selfishness.<p>It is also the measure of every person, so once you begin orienting yourself in the moral compass&#x27; proper direction, you can begin to see how others are aligned or misaligned. Such selfish folks are those who just don&#x27;t give a damn to become a better person, which would result in lessening the amount of hurt they inflict on others. Treat such people as well as you can, but be wary of their nature.<p>Unfortunately, very few human beings really give a damn about anyone not in their in-group. Such is our baseline mammalian heritage, which we must each overcome with deliberate spiritual self-evolution.<p>&quot;The Way goes in.&quot; --Rumi
评论 #42314062 未加载
评论 #42312248 未加载
jeromechoo5 个月前
I joined my current company to work on Growth. I was added to Gitlab, and for the first 3 months I pushed all my commits as MRs that my manager reviewed and merged into main. Standard procedure.<p>One day I needed to get a hotfix out to prod STAT. I pinged my manager to accept the MR and explained all the testing I&#x27;ve done. He said I could just accept it myself if I wanted it up now.<p>Turns out I&#x27;ve had the permission to push to prod since day one. The only red tape I had to cross was my own confidence.
weitendorf5 个月前
Definitely agree that domain experts are preferable to domain owners, and that overly explicit specialization causes problems, but at the same time I think it&#x27;s quite possible to stray too far in this direction too, and that the author didn&#x27;t really address that.<p>The problem is not just that the Designer might Break the Build or ship something broken one time (but know how to fix it). The problem is that stuff can (obviously, not in all cases, and not something you should just assume will happen without good evidence&#x2F;reasoning) start breaking all the time because you have too many people changing things that interact with other things they only partially understand. Or it&#x27;s that one team&#x2F;&quot;domain&quot; ends up downstream or dependent on another, and locally optimal but globally suboptimal decisions made upstream (eg a bad but quick to implement data model, or adding more dependencies on something you&#x27;re in the process of getting rid of) cause problems downstream. In these situations your &quot;egoless domain experts&quot; might actually need the authority to force these things to stop, or might get burnt out spending all their time firefighting or playing hero.<p>There are also some kinds of engineering mistakes that are literally business-killing, like major security breaches&#x2F;data loss. Mandatory code review isn&#x27;t a &quot;feel-bad program&quot;, it&#x27;s precisely to guard against disasters like this (also I&#x27;m pretty sure it&#x27;s literally required by SOX&#x2F;SOC2 and I&#x27;d certainly want my software vendors to implement this).<p>That&#x27;s why I think this is actually a balancing exercise that is highly case dependent, not something you can merely say &quot;just empower people we&#x27;re all on the same team&quot;. If your team is highly skilled, conscientious, and motivated you can give people a lot of autonomy - if they&#x27;re mostly unskilled and don&#x27;t give a fuck about the quality of their work, you can&#x27;t give them much autonomy. If the scope of what you&#x27;re working on is huge (so huge that any one person can only have a working understanding of a small part of the whole) you probably do need more process and guardails in place than a smaller project.
评论 #42315048 未加载
评论 #42313794 未加载
评论 #42318942 未加载
Aeolun5 个月前
Ok, but how do you deal with people that submit broken CSS, break the site, and are unapologetic? Especially when you are in no position to fire them (because laws, or organisation)?<p>All these “if you do it this way it works” posts seem to assume everyone has the best of intentions (or at least want to do the best job possible), and especially in corporate settings I just don’t think that’s always the case. People are just there for a paycheck and to divert any possible responsibility away from themselves…
评论 #42327216 未加载
评论 #42316232 未加载
评论 #42321945 未加载
评论 #42318012 未加载
评论 #42315722 未加载
caust1c5 个月前
This is great! The best teams I&#x27;ve worked on have worked towards the following:<p>Pizza teams that own the whole stack, and for the roles that don&#x27;t need a full-time individual, specialists that come in and advise but also make it possible to DIY the things they do.<p>The best examples of specialists are Designers and Security teams as this talk highlights. They can make the tools and the means for other teams to self-service those needs. For example, security teams implementing CI tools and designers building design frameworks that are easy to apply. Conversely, they can feel free to make changes themselves and are empowered to at the best organizations.<p>Everyone else in product development is a generalist, including the managers, and everyone is on-call. When everyone is on-call then it results in far fewer alerts going off because when there is an issue, it&#x27;s taken very seriously and remediated quickly in the following days &amp; weeks.<p>I think GTM teams could also benefit from this same kind of process, but instead melding Marketing, Sales and Support roles and responsibilities.<p>My theory on why this wasn&#x27;t more common in the past was that the work was too complex and specialized and that the tools and knowledge to do the job weren&#x27;t as easy to acquire as it is today. LLMs have certainly leveled the playing field immensely in this area and I&#x27;m truly excited to see the future of work myself.
farmeroy5 个月前
Part of me wants to say that it&#x27;s best to work in a &#x27;low-ego&#x27; environment as opposed to a &#x27;high-ego&#x27; one - or to avoid working with people who have &#x27;huge egos&#x27;... but I honesty find any discussion about &#x27;egos&#x27; relatively devoid of meaning. As someone else said, it&#x27;s difficult to find people who work without ego (whatever working without ego would mean). Most of my professional experience is as a working musician, and it goes without saying that artists have egos, in the sense that they try to bring something from their inner selves to the outer world, and that they invest a lot of effort in learning how to do so properly. Sometimes I&#x27;ve felt that the best musicians I&#x27;ve worked with were &quot;low ego&quot; but this could be just that they are supremely confident and also not lacking in affirmation from their audiences - and if they are kind, from their fellow musicians. The worst people I&#x27;ve worked with are talented people who can&#x27;t seem to find the affirmation they crave, but feel they deserve. They feel constantly slighted and left behind. As a band leader, I realized I simply have to stroke these people&#x27;s egos - no matter how confident, skilled, or amazing some people seem they are riddled with self doubt and absolutely need outside affirmation. I used to fight it, but eventually learned it was my job as a manager of sorts to do so...
评论 #42318562 未加载
datadrivenangel5 个月前
The part about intentional team values is very good:<p>• Digs ditches. Nobody is too good for any task. • Returns shopping carts (even if nobody&#x27;s watching). We leave things better than we found them.<p>It&#x27;s amazing how most teams don&#x27;t set norms&#x2F;values at all!
评论 #42312274 未加载
评论 #42318634 未加载
评论 #42313689 未加载
tracerbulletx5 个月前
Sports metaphors are a bit unpopular in tech, but the teams that win championships in sports have exactly the same dynamics as a good business team and we should be taking a lot more from that school of thought.
评论 #42419248 未加载
red_admiral5 个月前
There&#x27;s an old rachelbythebay post that&#x27;s relevant here: <a href="https:&#x2F;&#x2F;rachelbythebay.com&#x2F;w&#x2F;2018&#x2F;03&#x2F;21&#x2F;next&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rachelbythebay.com&#x2F;w&#x2F;2018&#x2F;03&#x2F;21&#x2F;next&#x2F;</a><p>I think it was about the blue company that&#x27;s tried to pivot to the metaverse?<p>The gist of the post is that managers started to actively discourage looking outside of their little walled garden, to the point of people getting bad performance reviews for building bridges to elsewhere.
reutsharabani5 个月前
&quot;They get up to building entire GraphQL monstrosities to avoid talking to each other.&quot;<p>I feel seen
评论 #42316137 未加载
评论 #42318064 未加载
jboggan5 个月前
I really liked the part about engineering committing to force multiplication of the other parts of the business. Once in a senior data engineering role I took it upon myself to just teach the PMs SQL and let them start running their own analyses, with regular weekly 1:1s and office hours. It totally wasn&#x27;t my job but it saved me twice the hours I normally spent responding to their ad hoc requests, allowed some wild hairs to turn into actual profitable products, and hopefully stimulated some professional development.
lijok5 个月前
Most of the issue exemplified in the article arise due to a lack of domain expertise, not ego. Parochialism, maybe, as it relates to lack of expertise. We fear what we do not understand, which translates into domain ownership and controls over guardrails.<p>The productivity of every single team that I&#x27;ve been apart of, that shipped fast, was enabled through permission, by highly experienced domain experts who knew how to build guardrails instead of controls. Canary releases, monitoring and rollbacks, not release managers. Automated testing, not codeowners.<p>Controls prohibit actors from doing certain things. Outside of regulated environments, they should only exist at the perimeter of your business, interfering in the nefarious activities of malicious external actors.<p>Guardrails on the other hand, guide actors in the right direction. Well installed guardrails can see your legal team pushing changes to your API schemas.<p>Those guardrails however take real expertise to install.
claytongulick5 个月前
Was an interesting discussion, but lost me with the sort of pointless Musk bashing near the end.<p>I remember back in the late 90&#x27;s and early 2000&#x27;s it was similarly cool to bash anything related to Microsoft.<p>I spent a good bit of time writing a lengthy comment on slashdot about &quot;Why to code&quot;. It was fairly poignant and well-received, except at the end of it I took a low effort pot-shot at Microsoft - because it was cool to do at the time.<p>Someone replied and (rightly) called me out on it. Why muddle an otherwise interesting talk &#x2F; piece with a cheap, drive-by swipe?<p>That was nearly twenty years ago, but let&#x27;s call this comment me paying it back (if the author reads HN).
评论 #42419306 未加载
评论 #42312546 未加载
评论 #42313119 未加载
评论 #42312382 未加载
评论 #42313093 未加载
instalabs5 个月前
&gt; So that was a high-level overview of how all struggling companies are unique. But they’re also all the same.<p>Reminds me of Tolstoy&#x27;s “Happy families are all alike; every unhappy family is unhappy in its own way.”
default-kramer5 个月前
Kind of tangential, but:<p>&gt; Then one day, our designer broke the build in the middle of the night. Everyone came in the next day and couldn’t work until they figured out what had happened.<p>I&#x27;ve heard this [campfire?] story before. A bad commit happens and now no one can do any work. And I don&#x27;t understand... Is it really that big of a deal to have to revert to an older commit or comment out the broken code until it gets resolved? Sure, I can see it being annoying, but not bringing an entire group of developers to a standstill. What am I missing?
评论 #42313457 未加载
评论 #42419314 未加载
评论 #42319613 未加载
评论 #42314991 未加载
awesome_dude5 个月前
This really hits<p>&gt; Computer Scientists are also really bad at it<p>&gt; Despite literally studying the asymptotic limits of work completion under various conditions<p>There are so many times that I&#x27;m looking at the workflow thinking &quot;We know how to break this up using distributed systems knowledge, why are we doing it this crazed way&quot;
评论 #42313621 未加载
fefe235 个月前
I like his other two talks better than this one.<p>I find &quot;this worked for me once at Etsy when we were a 20 person team&quot; not a very convincing argument. That does not mean I think he&#x27;s wrong. Just that the conclusion needs better arguments.<p>One argument that comes to mind is: If you treat people like children, they will start behaving like children. Treat people as adults if you want them to shoulder responsibility.<p>The main message of this talk is that when a designer tried to deploy a fix into production and it blew up production, they realized he had the wrong kind of permissions and their solution was to give him full deployment permissions.<p>Well, great if that worked for you. It might or might not work for others.<p>I would recommend not letting anybody deploy to production. You can deploy to staging, then tests are run, and only after those all pass can anyone deploy to production.<p>Also, the current process is not just the result of ego. It is also the result of evolution. We usually take steps to prevent things from happening because they have blown up in the past and we would like to not have that happen again.
评论 #42316199 未加载
kunley5 个月前
Oversimplifying warning:<p>Must of the problems described here come from a cultural setup that you can&#x27;t tell or even suggest your managers that they are stupid and&#x2F;or someone above them is even more stupid.<p>I noticed that this is especially painful in the US companies, we in Europe seem to be much more lucky with telling people that they do stupid sh*t and not lose the job after telling that. But YMMV
psunavy035 个月前
Really goes to show how the whole &quot;I have the hardest job in the company and all y&#x27;all are just morons&quot; attitude really needs to die.
评论 #42313053 未加载
julik5 个月前
This is incredibly good, and reflects most of the things I have bumped into that made me miserable. One of the takeaways for me (which transpired where I am now) is &quot;to do devops properly, do not have, hire or designate dedicated ops people&quot;. It works exactly like it should.
thanksgiving5 个月前
I want to go off a small tangent<p>&gt; In Theory There Is No Difference Between Theory and Practice, While In Practice There Is<p>I for one used to believe in a cross functional team. I used to believe that everyone in a team should be able to do every task in the team. I still believe it somewhat but my ego is shattered.<p>I worked on one team where the lead believed in this more than I ever did. Consequently, I was doing tasks I sucked at and therefore didn&#x27;t enjoy s lot more because as she said, it will help me improve.<p>Long story short, I didn&#x27;t improve. I just got frustrated and I quit. I guess it was all fine from the leader&#x27;s perspective as her team stayed the way she wanted anyway.<p>I went down this tangent to remind people that when things are going well, we can say a lot of things that are nice like kumbaya my lord but when things are tough is when our ideals and morals are actually put to the test.<p>When poop hits the fan, will leadership throw someone under the bus? Will team members feel like leadership will throw people under the bus? Kind of a difficult question that we can&#x27;t answer until we are there and at that point it is too late.
评论 #42316245 未加载
评论 #42314775 未加载
评论 #42313344 未加载
评论 #42313315 未加载
danesparza5 个月前
&quot;Like many of you, I was raised in the background radiation of Calivinist thought&quot;<p>Sorry -- you lost me in the first sentence.
评论 #42317506 未加载
评论 #42317635 未加载
maximus935 个月前
Egoless engineering is such a great mindset—focusing on team goals over individual credit really makes collaboration smoother and ideas stronger. It’s amazing how much better things get when everyone’s just working toward the best solution, not personal recognition. Definitely something more teams should embrace!
from-nibly5 个月前
I spent so much time at my last job trying to implement this with so much resistance. I felt so insane for getting resistance I ended up becoming a jerk and hated who I was. The worst part was because I was so good at what I did people started trying to protect me from getting angry. That made me even more angry and jerky. I hope I will be forgiven, I hope I can become better.
xyst5 个月前
I like the idea but it’s something that must be implemented from the top.
nvartolomei5 个月前
How does something like this scale for more than 10 people? 100? 1000?
评论 #42313549 未加载
评论 #42312782 未加载
评论 #42312361 未加载
harshaw5 个月前
Random comment: slide 10 talks about using Twisted and then adding a twisted middle layer. 2010 me (or earlier) liked Twisted a ton but not sure I would have foisted this technology on a development team. As a single dev doing all kinds of crazy shit it (sort of) worked but was pretty hard to debug or understand.
评论 #42316271 未加载
评论 #42313746 未加载
locallost5 个月前
It makes sense, but I wonder if it&#x27;s something most people feel it should be like, but the reason it&#x27;s not is that it&#x27;s not possible. I switched jobs recently looking for something like this, but still haven&#x27;t found it. Now I know the argument of the article is that it worked in one place, but maybe this was just lightning in a bottle of same minded people coming together. So maybe the answer to the problem is that it doesn&#x27;t take a large number of extremely ego driven people to mess everything up. I say extremely because I think to an extent everyone has one.<p>But it made my heart warm that someone used Amdahl&#x27;s law and applied it to people. It&#x27;s how I&#x27;ve felt for a long time, and why I value communication but kept at a minimum.
bearjaws5 个月前
The section on Deriving the Equation for a Disaster is perfect.<p>After being acquired (~80 person startup) we were part of 1000 person org.<p>As the CTO of the acquired company, coming into a larger org, I was front row to this type of infighting.<p>Especially when the CPO wants direct ROI, and less worried about creating compound value.
vitaminCPP5 个月前
Is there a video of the talk somewhere ?<p>I prefer recording over slides.
评论 #42312580 未加载
Conscat5 个月前
&gt; I also read Hackers &amp; Painters at an impressionable age and was kind of a jerk about it for a while.<p>My mom gave me Hackers &amp; Painters when I was 13 or so, but I still haven&#x27;t read it. What about it turns children into jerks?
TacticalCoder5 个月前
This completely disregards the methods that brought us the most successful software ever written, which we all rely upon and which the world rely upon to function.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Cathedral_and_the_Bazaar" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Cathedral_and_the_Bazaar</a><p>The points do &quot;soften up&quot; but it starts with this, at number one:<p><pre><code> 1. Every good work of software starts by scratching a developer&#x27;s personal itch. </code></pre> Ego.<p>&gt; &quot;We are living in the age of narcissistic personality disorder&quot;<p>With a picture of the man who revolutionized EV vehicles, worldwide. Who created a company that sends rockets into spaces and then... freaking catches the booster down to the centimeter with giant chopsticks... And who created StarLink. And all this in record time.<p>If he considers Musk has narcissistic personality disorder then the world needs way more of those people.<p>How can seriously write about methodology and criticize the one person (if there&#x27;s only one to pick) who has a proven track record showing he masters efficiency?<p>And I can tell you, for sure, a type of place where I go and see a <i>lot</i> of soul-crushed, egoless, people: public servants in inefficient public administrations.<p>It must be hard for egoless people to live in a world created by people with incredibly strong egos.<p>Linus and Theo de Raadt certainly comes to mind. And we <i>all</i> use and depend on the work of these people.<p>At some point when you see crap, you <i>have</i> to take a stand. Be it when you find crap at work or be it when you read crap online.
dmead5 个月前
This is impossible without egoless software engineering managers.
euroderf5 个月前
OT: What is this presentation format called - slides on left, text on right ? Are there any dead simple tools to optimise making them ?
评论 #42320863 未加载
RobRivera5 个月前
I always check the ego at the door, but have a high threshold for persuasion if I&#x27;ve done due diligence.
评论 #42313160 未加载
mattxxx5 个月前
From the title, I wanted to dislike this, but Dan McKinley drops another banger slide.<p>Giving people the keys to the car is both 1. how you make a happy person and 2. build systems that understand and operate with the bigger picture
shusson5 个月前
There are a lot of big egos in team sports, and in high performing teams you often have a team full of big egos, although there are usually a few &quot;team players&quot;. I wonder what coaches think about ego.
gregors5 个月前
In my opinion very little of this has anything inherently to do with development, but organization science in general. All these problems exist is every org corporate or otherwise.
fullstackwife5 个月前
Why I don&#x27;t hear such discussions coming out of other engineering fields? Is this type of hamletization specific to software engineering?
评论 #42313242 未加载
评论 #42318086 未加载
oceanparkway5 个月前
I don&#x27;t think engineers (especially non-managers) talk or write nearly enough about personality dynamics at the workplace.
motohagiography5 个月前
Slides 25-26 filled me with hollow, empty laughter.<p>we don&#x27;t have that problem where I am now, but we should teach queueing theory in middle school.
luxuryballs5 个月前
hahaha they gave the designer keys… to deploy to prod!<p>as a lead engineer this is something I don’t even want… as soon as you have keys to deploy to prod, guess what you’ll be asked to do? and always at the worst times!
评论 #42314405 未加载
choonway5 个月前
the opposite of an egoistic programmer, is the anonymous one.<p>then how do you credit those who do produce results? Just put money into the anonymous one&#x27;s bank account.
thisOtterBeGood5 个月前
Those Galadriel memes had me in tears :&#x27;)
Dansvidania5 个月前
I did not finish yet to read, but<p>&quot;Executives are well-adapted to insisting on fundamentally contradictory goals&quot;<p>Is so well worded (and also so hilariously true) that I wanted to symbolically tip my hat at the author in case they read here.
评论 #42313487 未加载
评论 #42313871 未加载
neycoda5 个月前
I mean, these seem like good passwords at least.
0xbadcafebee5 个月前
<i>&quot;How do we tear down parochialism and ego?&quot;</i><p>First, by not writing rambling, pretentious, navel-gazing, ignorant powerpoints. This would be amazing if it were satire.
评论 #42313079 未加载
评论 #42313146 未加载
dpc_012345 个月前
The stab at Musk seems out of place. You might not like him, or his politics, but he took over and reformed a slow and bloated place, and despite all the doomsayers Twitter is still working and IMO better than before. And he has a solid track record of delivering: finance app, electric cars, rockets. Sure he over-promises and under-delivers, sometimes borderline lies, etc. but there is a huge amount of wisdom behind what he&#x27;s doing, and you&#x27;re doing yourself a huge disservice by just dismissing one of the most successful technical entrepreneur of our times.
评论 #42312512 未加载
评论 #42313292 未加载
评论 #42314413 未加载
评论 #42313103 未加载
评论 #42312760 未加载
评论 #42312556 未加载
评论 #42312682 未加载
评论 #42313843 未加载
webdevver5 个月前
good guide for allowing everyone to walk all over you
评论 #42311908 未加载
评论 #42311927 未加载
mattcaldwell5 个月前
Lots of people in the comments exemplifying why I would never want to work with them.
评论 #42312278 未加载