Hacker News new | past | comments | ask | show | jobs | submit | melbourne_mat's comments login

So a 145% tariff on high tech goods will hurt the US too much? China should ban high tech exports to the US. That's gonna hurt both sides but the war was already started by Trump.

From an alternate universe:

I apologize for my erratic behavior which has tarnished our brand and created unnecessary turmoil within our organization. Regrettably, we will need to implement a 16% reduction in headcount to address the financial challenges we now face. I have decided to step aside and hand over control to my deputy, who I believe will provide the steady leadership needed to rebuild trust and restore our company's vision.


He'll never admit he was wrong or step down. He'll drive Automattic into the ground and Wordpress along with it (until someone forks it, like say...WP Engine, heh. Or Redhat, or IBM, or some huge web design firm, etc.)

He considers Wordpress "his" even though...he took it over from the original author who was abandoning the project.

It reminds me of the rage-bender Jamie and Jim Thompson went on, attacking OPNsense for "stealing" their work and doing a lot of immature things taking over opnsense's domain, their subreddit, etc. via legal actions. And at least one lawsuit. They lost on every front - reddit gave the subreddit back to the opnsense developers, ICANN gave them back their domain name, etc.

Attacking OPNsense for "stealing" pfSense was pretty rich given pfSense's origin; netgate slapped their logo on m0n0wall and started working on their fork. Which is exactly what opnsense did that enraged them...

Especially as pfsense software started getting more user-hostile and shifting functionality into the paid versions, pfsense has rapidly become less and less popular. I almost never see anyone recommend it anymore.


> He considers Wordpress "his" even though...he took it over from the original author who was abandoning the project.

Non Wordpress user here, not a blogger, don’t use CMSs. Curious about this line. Reading the history on Wikipedia, the original b2 was the precursor. It was pretty small and being abandoned. Matt proposed forking it in January 2003, and worked with Mike to bring the first version to fruition a few months later. 22 years later it’s a goliath.

Given that history it seems totally fair for Matt to consider WP his thing. You don’t seem to think so, can you explain?


That's all true and does not conflict. There is nothing to explain.


I have a bright red m0n0wall firewall on the shelf above my desk. Nothing to add here, just its very rare I run across anyone who might think its cool, or even know what it is.


If only we had real leaders...


We do, but the sociopaths outcompete them.


You can trust me, facile3232, instead. I will improve upon all things the leader of automattic.com failed to improve upon.


This messaging is compelling. Are you also perchance against all bad things, and in favor of all good things?


You can't just say "perchance."


You got this random internet stranger


I read this out of context and thought it was referring to Trump.

Actually I wrote it for Elon then added the headcount reduction!

I think it's smart to start with a high level language which should reduce development time, prove the worth of the application, then switch to a lower level language later.

What was that saying again? Premature optimisation is the root of all evil


https://news.ycombinator.com/item?id=29228427

A thread going into what Knuth meant by that quote that is usually shortened to "premature optimization is the root of all evil". Or, to rephrase it: don't tire yourself out climbing for the high fruit, but do not ignore the low-hanging fruit. But really I don't even see why "scripting languages" are the particular "high level" languages of choice. Compilers nowadays are good. No one is asking you to drop down to C or C++.


I think (personal opinion / belief) Go hits that sweet spot; it's an "easy" language, but compiles down to a binary instead of e.g. Java, C#, JS etc.

Mind you I'm sure there were similar attempts at a language with those goals, but they didn't have the backing of Google.


I think that early in development you should be able to spam a lot of hypothesis and quickly test them and check how people interact with your software. Whether your software makes sense is more important than whether it's fast.

People are also highly unpredictable, so it is usually a matter of trial and error, very often their feedback may completely erase wide sets of assumptions you were building your product around.

It's borderline impossible to do it on mature product, but rewriting mature product to something faster is not borderline impossible - it's just very hard.

Note that it doesn't apply if you just program something in accordance from an rfc where everything is predefined.


I think a lot of people are running on facts that are between 10 to 25 years out of date. There was a time when the scripting languages had a very, very large step up in prototyping capability, because the static languages of the time were frankly terrible.

But the static languages have changed, a lot, for the better since then. I now find that when I'm greenfielding something, if I have even a clue how I want to structure it overall, that static languages end up being faster somewhere around a week into the development process. Dynamic languages are superficially easier to refactor, but the refactorings tend to take the form of creating functions that take more and more possible inputs and this corrodes the design over time. Static programs stay working the whole time, and I can easily transform the entire program to take some parameter differently or something and get assurance I'm not missing a code path.

I personally actively avoid dynamic languages for initial development now, for anything that is going to be over a week in size. The false economies are already biting by that point and it gets progressively and generally monotonically worse over time.

This comes from someone who was almost 100% dynamic scripting language in the first 15 years of my career. It's not from lack of understanding of dynamic scripting languages, used at scale.


> static languages end up being faster somewhere around a week into the development process

And when you factor in LLMs being ridiculously good at scaffolding basic apps, the time to reach that turning point will continue to decrease. It takes me time to write out test harness boiler plate, or making a nice dev/staging environment configuration. It is why many languages come with a `mylang create proj` command line tool to automate a basic project. But the custom scaffolding that a LLM can provide will eventually beat any command line project creation tool we can imagine.

This is one of the driving realizations of my point. I've coded in a lot of dynamic languages and a lot of static languages and the distance between their developer experiences are shrinking drastically. I would expect a decent dynamic language expert to become productive in Go very quickly. Rust may be more difficult but again should be totally possible for any competent programmer. Then you add on top of that the fact they will be ramping up using an LLM that can explain the code they are looking at to them, that can provide suggestions on how to approach problems, that can actually write example code, etc.

And then there are all of the benefits of deploying statically compile binaries. Of managing memory layouts precisely. Of taking direct advantage of things like simd when appropriate.


A spectroscope is a handheld optical device which allows you to see the light distribution coming from a light source. Should be able to pick one up for under a hundred bucks.


I've actually looked into this in the past (for measuring the spectra of LED bulbs), but they're significantly more expensive than I expected! Gratings are cheap, but digital models seem to run upwards of $2k. Any suggestions for midrange models would be appreciated!



Thank you!


Save money and go analog! Calibrate against a known spectrum. One example would be a sodium vapour street light but there aren't as many around these days.


Right now I'm wishing I had a transparent skull



Agreed from a software engineering perspective. I can't imagine who still uses stack overflow.

However I'm still in the phase where I think of opening a browser before realising my IDE with it's LLM is a better first choice.


Did you find a legit use case for blockchain? Nice work bro!


The great thing about young people is that they haven't had much time to develop a moral compass. I'd say that makes them perfect for the roles they've been given


Interestingly, I see it the other way.

Young people tend to be more ideological and ready to fight for what they care. The older you get, the more problems you have (bills, health, children, etc) the less you care imho.


The older you get the more discerning you become around what is worth caring about.


I think there's a middle ground. Very young people are inexperienced but old people are also manipulable too. Probably the most fruitful average ages for doing the right thing are between 40 and 65. I think there are a lot more exceptions for older people than younger ones.


To put your sentiment a different way: The older you get, the more you realize you're a surgeon who should potentially only 'cut once.'


Maybe it's a cultural thing but to me this comes across as racist


I think it may be, depends on how much of a sense of humour you have. The offensive part suggesting smoking weed in large amounts can make your eyes look half closed. The punchline being Asians are not white males and Asians also (some of them) have eye shapes that do not look like white males.


I'm not a cheerleader of China by any means but the attitude you have towards China is scary. Why does the US have to control the world in order to be safe?


because if we do not, we are falling on the mercy of foreigners who cannot be trusted. China's value system is basically contradictory to ours - most nations' are - so the world will not go our way unless we, or one of a few close allies, are the foremost power.


So america has good values and can be trusted?

Ha! How many civilians have been killed in the last 50 years by the american military vs the Chinese?


America has better values than most countries. And Americans should generally trust America more than foreign countries and certainly more than the chinese government.

here are some civilian deaths within china:

- land reform killed 1-4.7 million

- campaign to suppress counterrevolutionaries killed 712k-2mm

- three-anti and five-anti campaigns killed at least 100k

- sufan movement killed ~53k

- anti-rightist campaign killed 550k-2mm

- '59 tibetan uprising killed 87k

- violence in the great chinese famine killed 2.5mm

- socialist education movement killed 77k

- guanxi massacre killed 100-150k

- inner mongolia incident killed 15-100k

- yangjiang massacre killed 3.5k

- daoxian massacre killed 9k

- ruijin massacre killed 1k

- zhao jianmin spy case killed 17k

- shadian incident killed 1.6k

- tiananmen square protests & massacre killed 200-10k

that's just a sample. this doesn't show the ongoing genocides, the economic colonization of SE asia and africa, the abuses of chinese-supported states (DPRK, burmese junta, naval intervention in libya, etc.)

objectively the American system seems to work out much better and is based on vastly superior principles.

all that aside, I am an American and place the interests of my people ahead of those of foreigners. as such, I will support a world order led by the government most likely to maximize our welfare and very nearly any means needed to preserve that.


LOL

> all that aside, I am an American and place the interests of my people ahead of those of foreigners. as such, I will support a world order led by the government most likely to maximize our welfare and very nearly any means needed to preserve that.

The last sentence you said explained what you said above, it also explained many other *Amerikkans* minds

Interestingly, even the most loyal and fervent American imperialists have to find some ridiculous moral excuses.

Despise your hypocrisy, but appreciate your honesty.


Not a question to you personally, but I find it interesting that US Companies were so eager for short term profitability that they basically handed China an obvious manufacturing win for a good few decades.

China is the powerhouse it is today because it was essentially funded by US greed.

It's actually pretty funny (if I look at it like a movie script rather than real life - which is a coping mechanism) watching the US tying itself into pretzel shapes around things like free speech and general values of "freedom" that it's espoused for it's couple of centuries because it's chickens (bats?) have come home to roost, and they're shitting everywhere making people unhealthy.


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: