HN user

Max-q

805 karma
Posts1
Comments184
View on HN

That usage is not a generic payment usage. This is a use case it is good for. But if 8 billion people should use Bitcoin for their everyday shopping, that is a totally different case...

Products for children, medical equipment and all things with a radio (nfc, Bluetooth, mobile radios, WiFi +++) requires an external accredited lab.

You can test electronics without a radio yourself, but it requires a very extensive lab. Few companies can do this. But you can save money by using a non accredited lab.

Very interesting. I tried to make a tree based agent two years ago but back then the LLM couldn’t manage to navigate the tree effectively. But today everything is different: better LLMs, and we have better understanding on how to instruct them.

I’ll try it and maybe I’ll be inspired to make my current home brewed agent more document focused again.

One drawback is much higher token usage because we get a very good saving in the cached data.

A little heads up: in your web page, the header download button force double screen with on mobile (iPhone 17 pro). No big problem but always an annoying when a page scrolls in two directions.

The issue with COBOL code is that it’s hidden. It’s mostly internal systems so little code available for training. HTML, TypeScript, JavaScript, C, etc, are readily available, billions of code lines.

She’s a good writer, I really enjoyed the article. It was one topic regarding being a writer today I was curiously waiting for while reading: gpt. Nothing can be more transforming for writers right now? The erotic novella will probably be written by AI very soon. YouTube is overflowing with AI generated and narrated stories now. Just a couple of months ago they were quite bad, but it’s huge improvements weekly and this week they have become so good that I’ll say they are better than magazine stories. We can just imagine how good they will be in two months from now.

I liked the piece on corruption. You say it’s not everyone, it’s the system. I think it might be the culture, not the system? It has become the culture of the country to think that way. This is something I’m often thinking about, how can this be changed? How can a leader say “we as a country have to change. We need to change our culture, think of corruption as illegal and destructive” , and get the citizens on board with it. Because, with my, unfortunately limited, knowledge about Africa, I have understood that in many countries a government employee can’t make a living of their salary. The position is a position enabling taking bribes, and that’s what’s putting food on the table. When it’s that ingrained, how is a transformation possible? Where to start?

One idea I’ve had, is transformation via a system similar to corruption, but regulated. If you go to a government office, you don’t pay a bribe, but you pay some kind of tip to the representative. And that tip is listed on a “menu” and is reported to the employer, and a small tax is paid. The amounts are set at a level around the commonly known bribe paid today.

Then, year by year, those tips are reduced (or stay the same, not adjusted for inflation), while the salary is increased. This is possible due to the small tip tax.

Doing this while information campaigns are running on TV, internet, schools, and so on, continuously.

Let’s say this is a 20 year project, with a clear goal of a higher level of civilization, imprinting in people that this good and this will make life better for you, your children and grandchildren.

I hope that your country will be able to fix the problem.

RPG in a Box 1 year ago

There’s a new generation that played Minecraft when they where kids, so a new generation of nostalgia ;)

While the ESP32 is great for many applications, it’s not for battery operated stuff. When an nRF draws 1-2 mA when using BLE, ESP32 will draw 40 mA. And the chip they selected is even more efficient.

The low power chips can also run in low power mode without BLE running using micro amps, something the ESP can’t match.

I really like ESP32 and I hope they have a low power chip on their roadmap.

I think that conclusion is wrong, they are absolutely for beginners. No bed leveling. Lidar scan of first layer. Filament sensors. Good software. Enders are sold to beginners but you actually need to be an expert to get good results and keep them running.

The issue I first think about if HTML goes away and the web is WASM blobs instead is text. Accessibility, rendering, all the different languages. The amount of code in the browsers making HTML accessible and working in all languages is enormous. If we are going in that direction, we at least need a standard library handling this, so that we don’t take a big step back to the times of Flash.

Today, with swichmode supplies, I think DC would make most sense. We lose much power to frequency deviation and inductive loads causing phase shift.

It would also make sense to have a high voltage and low voltage nets in houses. Low voltage for lighting and other low power equipment. High voltage for power hungry equipment. For example 48V and 480V.

Autonomous isn’t a problem, the open source firmwares for drones include fully autonomous mode. I don’t know if this particular one does but it should be easy to port. The size and range, however, doesn’t make this particular drone very scary.

Do you really need the phone? The dual core 240MHz ESP32 seems to be able to do the job at lower weight and power consumption.

Maybe the old phone is better used as a controller?

Ignoring performance is what gives you slow code, costing you a lot if the code you write will be a success because you have to throw a lot more hardware at it. Think back to early Twitter that crashed and went down often hours each day.

Most optimization will improve on all or some VMs. Most will not make it slower on others.

If you write code that will be scaled up, optimization can save a lot of money, give better uptime, and it’s not a bad thing, the better code is not less portable in most cases.

ChatGPT Pro 2 years ago

$200 is two man hours. So if you save two hours a month, you are breaking even.

ChatGPT Pro 2 years ago

I would say using performance of Perplexity as a benchmark for the quality of o1-pro is a stretch?

The mistakes they make are very similar to mistakes we humans do. Just like you can confuse a human with irrelevant information, you can distract the LLM. We are not good at big tables of integers, just as them.

An LLM isn't a calculator. But we probably can teach it how to use one.