HN user

williadc

508 karma
Posts5
Comments174
View on HN

I do it the opposite way, disable my kids' devices at night, but I suspect your desired method would also be supported using native features. I have found LLMs to be very helpful in providing the right settings.

There is a plugin marketplace that provides more features, like ad-blocking. I haven't played with those yet, so I cannot vouch for them.

OpenPrinter 17 days ago

I had an Epson Ecotank for a couple of years. The printer heads got clogged all the time. We bought a series of cleaning products to address it, they often solved the problem for only a few prints. We finally gave up and bought a Brother laser printer.

This project seems like it's trying to address a similar market to the Ecotank. What assurances can the project team provide that OpenPrinter will have better reliability?

The biggest blocker to this vision is the lack of libre EDA tools for "modern" process nodes. As things scale down, new types of analysis are required. The OpenRoad project has some great stuff, but there's a long way to go if we want to build a compelling open IP ecosystem.

Chuwi Minibook X 2 months ago

I bought a Chuwi Lapbook[0] for my wife a few years ago. It was great at first, but got unusably slow running Windows within ~1.5 years. I got her a new laptop and put Linux on the Chuwi. It worked fine for checking email and light browsing. The touchpad had strange sensitivity and seemed to be hard-coded so that scroll worked the opposite of my preference. It was tolerable until the keys stopped responding to my typing. I found that if I pushed really hard in the center of the key, it would sometimes register, but required firmer pressing. Ctrl and Shift stopped working altogether after awhile. The problem crept up from the bottom-right side of the keyboard, and I eventually gave up on it at the end of last year.

[0] https://techtablets.com/chuwi-lapbook-14-1/review/

From the article you linked:

With the new Panther Lake mobile processors, Intel has managed to successfully combine the two previous generations, Arrow Lake and Lunar Lake, as the performance is even better than with Arrow Lake, while efficiency has been improved at the same time. Even with low power limits, the performance is very competitive, and Intel (in conjunction with the new GPUs) is therefore the better choice for slim laptops.

For the same reason that Yahoo should have bought Google after the dot-com bust. AI is useful and will eventually change the world. Many companies won't be able to provide sufficient returns, but will still have useful assets that Apple could buy at a discount.

This is a really well-thought out comment, and I agree with just about everything in it. One comment I'd like to call out for additional consideration is the comment on retirees being priced out due to rising property taxes.

In my experience, most retirees have more rooms/land than they can make productive use of. I feel that there should be some pressure for them to sell that property to families who can use it more productively. That's the stick, but I feel there needs to be a carrot, where builders are constructing homes that these retirees will be drawn to. There are retirement communities in the southern US like "The Villages" https://www.thevillages.com/, but as the population here ages, we need to build these everywhere so retirees can move into the communities that meet their needs without being forced to leave their cities.

Claude Sonnet 4.6 5 months ago

Is it your fault when someone puts a bad file on the Internet that the LLM reads and acts on?

I'm shocked that SRAMs would be considered a luxury item for open silicon. They're essential for building anything that would be commercially viable, since area is far from free.

I use atime to identify archives that can be retired. It's common for circuit designer to release a lot of large files for their peers to analyze or incorporate into a parent/grandparent simulation. They will use that data for as long as it is still relevant, which means different things for different types of data, and the only consistent thing we've found is that if the data hasn't been accessed in awhile, then we can retire it.

Tcl Tutorial 1 year ago

Tcl is more-or-less required if you're involved with the physical design of silicon (most EDA tools only provide a Tcl interface). It's a good fit for that purpose. If you need a language which is easy to embed and you want non-programmers to be able to use it, Tcl is a good choice, though I've heard that Lua has supplanted Tcl for that purpose.