foft's comments

foft | 1 month ago | on: GPT-5.3-Codex

Having used codex a fair bit I find it really struggles with … almost anything. However using the equivalent chat gpt model is fantastic. I guess it’s a matter of focus and being provided with a smaller set of code to tackle.

foft | 4 months ago | on: Meta projected 10% of 2024 revenue came from scams

Yes. If you haven’t yet read it Cory Doctorow’s new book Enshittification is well worth a read. I am still reading it but it certainly explains some of the bad practices by these major advertising/spying giants and the resulting market distortion. We need to up our game as technologists and hold our employers to account.

foft | 5 months ago | on: Synology reverses policy banning third-party HDDs

It was a strange decision to limit the drives. I can see they might want to accredit drives which would give a 'Synology Approved Experience', though outright only support their own was bizarre. I'm very pleased they are reversing this. Aside: Now we just need Apple to do the same and resume support for industry standard expandable memory and storage.

From my perspective it lined up exactly with when I was looking to upgrade. I decided to bite the bullet and go with Duplicati, storing to a European based S3 service. I decided against US cloud providers since the US is looking too politically unstable to put anything important there. It was easy to set up and so far is running well.

foft | 5 months ago | on: Alibaba cloud FPGA: the $200 Kintex UltraScale+

If you are interested in FPGA PCIe or PCI cards there are also a lot of Gidel boards available second hand. ProcSpark/ProcStar etc. The official software is proprietary and they often contain multiple FPGA devices so there is again an exercise working out the pinouts etc if you want to simply use them with Quartus. I got one with a massive Stratix IV on.

A Kintel UltraScale+ is quite a prize though, really nice write up.

foft | 5 months ago | on: Ask HN: What are you working on? (September 2025)

As a big openscad fan I love the idea of designing circuits with code.

I do wonder though about designing circuits vs designing schematics. I see you have ‘wire down 100’ making it a more visual language than defining the nets. Be interesting to separate the schematic layout from the nets, so rule base schematic layout can then be applied.

foft | 5 months ago | on: Addendum to GPT-5 system card: GPT-5-Codex

I've had great results with Codex, though I found ChatGPT 5 was giving much better results than the existing model. So ended up using that directly instead. So very excited to have the model upgraded in Codex itself.

The main issues with Codex now seem to be the very poor stability (it seems to be down almost 50% of the time) and lack of custom containers. Hoping those get solved soon, particularly the stability.

I also wonder where the price will end up, it currently seems unsustainably cheap.

foft | 9 months ago | on: Don't guess my language

In Switzerland pretty much all sites have a setting for French, German, Italian and often English. It is very much a multi-language country.

It is great to be able to select individually per site. I often like to use the native French and just drop back to English if its technical language.

I do find that every site has the setting in a different place which is annoying, it would be great to be able to select it in a standard place on the browser.

The worst offenders are the single language per country sites. For example Ebay insists on only using German in Switzerland, which is rather frustrating since I only know English and French so far.

foft | 11 months ago | on: Amiga 600: From the Amiga No One Wanted to Retro Favorite

If anyone was interested in the Amiga but has not kept up with recent developments, I suggest looking up the Vampire V4. It is mentioned in the article but I thought I'd add a few more details.

It has a reimplementation of the ECS and AGA chipset. It includes custom extensions to the chipset to 'SAGA' which is an attempt at extending the registers to more modern standards.

It also has a reimplementation of the 680x0 CPU, which is using more modern design techniques. The developer used to work on Power.

Anyway putting it all together its a great system in the vein of the Amiga. Of course it is not as fast as a modern ASIC, being consumer low end FPGA based. Still it is great fun.

Relevant to the Amiga 600? Well there is a standalone version but there is also a version called 'Manticore' that fits into the Amiga 600.

Many people will say you can get similar performance with emulation. This is of course true though, as someone who studied microelectronics, I see the value in real hardware. Both in future potential for making an ASIC and for more precise sub-microsecond level timing.

There is an alternative semi-emulation approach. i.e. emulating the CPU with a raspberry pi and using the rest of the original hardware. This is known as PiStorm and connects the GPIOs from PI onto the 68K to replace the original CPU.

foft | 1 year ago | on: DigiKey's Tariff Resources

Ouch, if that is the case this is only going to boost the non US suppliers. Has anyone tried lcsc.com? Digikey and mouser are great but if all semiconductors go up 50% that is a problem.

foft | 1 year ago | on: Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud FS

Interesting. Reminds me of FlexFS (https://flexfs.io/). I spoke to a very knowledgeable person there when investigating what to use but we ended up using EFS instead.

An annoying feature of EFS is how it scales with amount of storage, so when its empty its very slow. We also started hitting its limits so could not scale our compute workers. Both can be solved by paying for the elastic iops but that is VERY expensive.

foft | 1 year ago | on: Furnace – the biggest multi-system chiptune tracker ever made

Is it possible to use this to make songs for multiple chips at once?

In the pokeymax and sidmax projects I have dual pokey, dual sid, dual ym2149 and a simple dma sample engine available. It would be great to make some songs using all of them for their strengths at the same time.

foft | 1 year ago | on: Affordable DE10-Nano compatible boards for MiSTer FPGA retro platform

There are a few improvements that could still be useful:

i) FPGA on a newer process so it can clock higher. For faster 68k in the Amiga core and pentium 1 equivalent speeds in the x86 core.

ii) Faster ARM chip and better ARM-FPGA fabric, opening up hybrid emulation. Currently the ARM-FPGA layer is a real bottleneck and also the ARM core is a little slow.

iii) More spare IO to allow per-system custom io boards.

iv) Built in IO/memory board so they can fit in a nicely designed case rather than the current eyesore.

foft | 1 year ago | on: What is going wrong for Intel?

To do a fab build out and restructuring of this scale clearly they need to spend a lot of money. In that context the numbers from the financial report do not seem that shocking. This all seems to be quite an overreaction in the market. They still have a lot of revenue. They are still dominant in terms of market share. Their CPU products are competitive and reliable despite the process disadvantage. Yes there are issues some percentage of the consumer CPU high end but I'm sure the investigation will be completed and the right thing will be done, they cannot afford the reputational risk of not doing so.

I'm more concerned about how well 18a and beyond is coming on. Also how well is the sales side and client support for this going? I was thinking they were working more with TSMC to learn how this works from a client perspective so they can build something similar.

Regarding AI. Technically speaking isn't the AI hardware largely cut and paste? A much simpler CPU of which there are a few thousand copies. With the expertise they have in RTL design it does not seem that difficult.

That said I do not think that parallel compute of this nature is going to be future of AI, it is too expensive in terms of power. I'm sure a much more efficient structure will be designed in the coming years, e.g. neuromorphic.

foft | 1 year ago | on: Intel confirms oxidation and excessive voltage in 13th and 14th Gen CPUs [video]

The tricky thing here is that as this mostly affects unlocked CPUs it is going to be hard to prove when the fault is from this algorithm vs user/motherboard manufacturer overlocking. Unless there is any internal monitoring with fuses blown. Is there?

As part of the bathtub reliability curve its usual for a large fraction of failures early in life, how much over the usual failure curve are we?

It's still unclear what fraction of CPUs are impacted for both issues. Was oxidation a single fab just for a month and only 5% of produced CPUs? Is the microcode issue in TB 3.0 or TVB, so would only impact the 1[34]900s?

It's also unclear if once degraded it can still reliably work at say 95% peak frequency. In the case of a partial recall it might be worth a discount option if that is the case.

Anyway it's mostly speculation beyond Intel's post on their forum (+Reddit responses), it will be interested to see the next stages which will hopefully clarify some of these. This is just a discussion forum I'm sure the final detailed announcement will the made via their main communication channels.

page 1