Hacker Newsnew | past | comments | ask | show | jobs | submit | Tade0's commentslogin

> Scaling has hit a wall and will not get us to AGI.

That was never the aim. LLMs are not designed to be generally intelligent, just to be really good at producing believable text.


IIRC most of the fighting is happening over the southern, fertile lands.

A lot of conflicts are over mountainous zones which tend to be beautiful. Kashmir and Chechnya would be two cases in point.

Let dashcam footage be used as evidence of traffic violations and behold how quick will drivers themselves be to send every such piece of footage to the police.

In Poland this default was changed some time ago. Specifically trucks are not allowed to overtake on two-lane highways and express roads:

https://trafficban.com/news.1590.html

There's an exception made for cases where there's a vehicle on the right lane going much slower than the speed limit for trucks.

The public broadly agrees that this move was beneficial, as the miniscule benefit of some trucks arriving 15min earlier overall was not worth slowing down everyone else, particularly light commercial vehicles.


That's a hard one.

In terms of beverages alcohol-free beer gained popularity in recent years because it's not sweet, has half the calories of juice/soda yet actually carries some taste.

If I were to imagine something fitting this description, it would have to be something you have to chew for extended periods of time.


Doesn't have the same ring to it in English.

> I attribute the somewhat significant economic edge US society has over the rest of the world is due to its addiction to amphetamines

Over here in Europe getting prescription stimulants against ADHD is a fairly straightforward process. Or, at least, that's what I gathered from a conversation I recently had with a person taking them - they had no difficulties in this regard.

As an outsider I think one of the many reasons is the sheer amount of (often unreported) hours Americans put into work annually (and pay for that in their health).

For this same reason South Korea recently overtook Japan in terms of GDP per capita.

By this measure the mentioned countries (descending):

1. South Korea 2. USA 3. Japan


Am in Europe and have certainly not found it straightforward. It took several years for my friend to get prescribed, as well.

I never said its the only factor, but its typical for Empires of the last 150 years to get their populations hooked on stimulants, whether this is outright intentional (probably), or a side effect of growing Empires is up for debate.

Do your school counselors in elementary school work with psychiatrists to get parents to get children hooked in 5th grade because they are a more active than other kids?


There exists domestic supply, it's just not scaled up:

https://www.goodram.com/en/

You don't see their products in stores too often as they're focused on B2B - particularly the automotive sector.

That being said I have a 128GB memory stick from this manufacturer and I hope they make the most out of this windfall.


I'm pretty sure they're just assembling DIMMs (and SSDs), not fabricating the memory ICs on it. The latter are what are in short supply.

Thats assembly, couple lanes of PCB Reflow ovens. They have been at this since mid nineties, always offering lifetime ram warranty too. Ram and SSD pretty commonly seen in retail.

Manufacturers already reacted and intensified efforts to replace silver in panels with copper:

https://finance-commerce.com/2026/02/solar-panels-silver-to-...


I know. AIKO has been using copper in their BC cells, and LONGi is making the transition. Many TOPCon cell manufacturers are using silver-coated copper pastes, but full copper metallization is unlikely to happen in the next year or two.

Pitch this to whoever is in charge of performance at Wordpress.

A Wordpress instance will happily take over 20 seconds to fully load if you disable cache.


Are you talking about a new, empty WordPress instance running the default theme? Because if so, that doesn't match my anecdotal experience.

If you're talking about a WordPress instance with arbitrary plugins running an arbitrary theme, then sure — but that's an observation about those plugins and themes, not core.

As someone who has to work with WordPress, I have all kinds of issues with it, but "20 seconds to load core with caching disabled" isn't one of them.


Can concur. I bought a plugin a few years ago after using the free version for many years, wanting to support the devs for making such a useful plugin. I installed it on a few sites, and left my PC running overnight with a tab open to the plugin and woke up the next day to a lovely rebooted Windows (I hate how default Windows behavior after BSOD is a reboot with ZERO indication that it crashed or if it was an update that rebooted). Re-opened all my tabs, and queue the same waking up the next day to a freshly rebooted Windows, which made me suspicious. I assumed at that point it must have been a BSOD, so dug into Windows event logs, eventually realizing it was Firefox. Restored tabs yet again, left browser open over night, while installing more and more debugging tools for Firefox, none of which helped me track down the culprit. What pissed me off the most was that Firefox even allowed a process to consume > 30GB of RAM and cause my PC to crash! I finally caught it one night after > 10 BSODs - the tab had been open for 20+ hours, and right as it started to spiral out of control and my PC was about to crash, as programs were starting to error out and Windows was madly paging things to disk. I got lucky, and was able to open about:memory to see the culprit - this plugin had some kind of memory leak that wasn't noticeable but then suddenly went nuts. I emailed the devs multiple times with the full debug output, and was ignored for weeks until finally they responded, which pissed me off even more having finally paid for the pro version, only to be greeted with this. The free version didn't seem to have this issue either, which was like an extra slap in the face.

Naked Wordpress is plenty fast, but as soon as you start adding sketchy plugins and Themes, things can spiral out of control.


A memory leak should not be able to BSOD your install. Something else is wrong with your machine, too.

Microbenchmarks are very different from optimizing performance in real applications in wide use though, they could do great on this specific benchmark but still have no clue about how to actually make something large like Wordpress to perform OK out of the box.

Wordpress is something that I cannot believe hasn't been displaced by a service that uses a separate application for editing and delivery.

It seems like something like vercel/cloudflare could host the content-side published as a worker for mostly-static content from a larger application and that would be more beneficial and run better with less risk, for that matter. Having the app editing and auth served from the same location is just begging for the issues WP and plugins have seen.


As someone who built full ecommerce websites on wordpress over 15 years ago, I can tell you exactly why it hasn't been replaced - the plugin/theme ecosystem.

There are tens of thousands of plugins and themes to make a Wordpress website do whatever you want and look however you want, either for free or a very low fee. You have to replace that entire ecosystem for the same price to replace Wordpress.

No matter how many times people get hacked, the perceived value of getting something for nothing outweighs the eventual cost.


I did a short contract a few years back where multiple WordPress plugins were pulling different versions of guzzle and I had to use a namespace rewriter to be able to run multiple guzzle versions at the same time.

The thing about WordPress is you can put it on a box and lock it down so hard you just treat it as an untrusted process on your server.


Maybe it's just my poor imagination but how many plugins are truly unique to WP that you can't find on other CMSs? The only ones that come to mind would be those plugins that help connect to various B2B or B2C workflows, is that where the gold is mostly found?

WP essentially lets plugins do anything they want. The plugins are just scripts that register callbacks to events. WP calls events on BASICALLY EVERY FUNCTION. This is without exaggeration. I don't remember the exact names right now, but if you have a function like wp_get_title that gets the title of a post, there will be a "get_title" event that can modify which title is returned. So for every function first the data is computed using the default WP way, then plugins are allowed to discard all that work and replace it without something else entirely. There are events for deciding the canonical URL, for deciding the description of a post, for deciding whether RSS links will be displayed or not (the callback just returns true or false), etc.

In other words, every property can be modified through global event callbacks. Some events are called very early in the whole pipeline that let plugins just render whatever they want (e.g. render custom XML sitemaps).


That's often a skill issue.

skill issue being they only know php

Much like anything else your performance is going to vary a lot based on architecture of implementation. You really shouldn't deploying anything into production without some kind of caching. Whether that's done in the application itself or with memcached/redis or varnish or OPcache.

Either you use a slow language and deal with caching or you use a fast language and just put Cloudflare/Bunny/etc in front.

Aren't CF, Bunny, etc CDNs and therefore cache?

> You really shouldn't deploying anything into production without some kind of caching.

Citation needed? You only need cache if a render is expensive to produce.


I’ve long since abandoned WP but this seems like an SQL resource issue as it bogs up against the oom reaper dealing with no swap. WordPress is like a mid level V6 Kia with all the options and a huge aftermarket.

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

Search: