I got downgraded for the first time today. Because I was using a library with the characters "bio" in it. The classifier is strict beyond reason. It got the name from a commit message in the git history (wasn't even in…
The enclosure is the real added value, hardware-wise; and the H2D has even better environmental control (active heating and cooling of chamber). While the open-source part of me loves the more open nature of Prusa, the…
Let me just throw in: ETL State Chart and Hierarchial FSM https://www.etlcpp.com/state_chart.html and https://www.etlcpp.com/hfsm.html Quantum Leaps https://www.state-machine.com I've used them primarily in…
There are plenty of embedded chips which only provide RMII. No RGMII or alternatives.
To truly fix this would require revisiting of some very old fundamentals. The C0 control set (ASCII 0x00 to 0x1F) contains all sorts of esoteric functions, most of which are generally unused, and only a few of which are…
This is broadly correct, but not entirely. Terminals have historically had additional capabilities, be that ringing a bell (BEL) or outputting to a line printer. There are escape codes dedicated to doing file/tape…
True, I missed that. I suppose with symlinks you have the reverse problem: you can point to deleted filenames and then have broken links. The cycle detection is still an issue though--it has indeterminate complexity and…
Historically, it made deletion rather difficult with some problematic edge-cases. You could unlink a directory and create an orphan cycle that would never be deleted. Combine that with race conditions on a multi-user…
When they used to have to fit the whole thing onto six floppy discs, it had to be constrained in size and scope. Today there are no constraints and it really shows. I think having hard constraints, be it storage,…
Likely. Whenever I see that it usually means it itself created the test failures but won't admit to it!
Just for a bit of balance, another book I bought was the ZYNQ book and companion materials. It's made by a university in collaboration with Xilinx. They don't hide that because it's niche and low volume, they used a…
It's not just Amazon. I bought a copy of an ARM assembly book from a proper bookseller (Blackwells) which was a proper hardback for a high price--something like £80, and I received a print-on-demand mess with a…
If it loads at all. The last two days, the start menu refuses to launch it when you click on it. The lack of quality in Windows is simply astonishing. And the new start menu and taskbar are terrible. Quite how a company…
I started on the cheapest £15/mo "Pro" plan and it was great for home use when I'd do a bit of coding in the evenings only, but it wasn't really that usable with Opus--you can burn through your session allowance in a…
I've found it to be terrible when you allow it to be creative. Constrain it, and it does much better. Have you tried the planning mode? Ask it to review the codebase and identify defects, but don't let it make any…
It's the other way around. It's the GPL which is incompatible with the CDDL (and many other licences). The CDDL is actually very permissive. You can combine it with anything, including proprietary licences.
Yes, this is a prime example of completely gratuitous breakage. The change adds zero value. It's a deliberate API break. And it could have been made a non-breaking change all for the sake of a single one-line macro or…
Recently it's got really bad though. The taskbar is badly broken. * If you use auto-hide, it won't show when some applications are open. Edge in particular is bad. * Some applications simply don't show on the taskbar at…
And also in QtXmlPatterns (now also retired). Just for the record, Xalan-C is even less maintained than libxslt. It had no releases for over a decade, and I made a final 1.12 release in 2020 adding CMake support, since…
It's more than generous. You can run it with much less resource utilisation than this. It only needs a few tens of kilobytes of flash (and you can cut it right back if you drop bits you don't need in the library code).…
The main source of complexity isn't the .deb format, but the tooling and infrastructure around the format. It's mired in overcomplexity, and it's very much still in a '90s mindset of building locally with multiple…
Honestly, I found that one of the most user-hostile workflows they implemented to date. It's really obnoxious. The number of times I've wanted to save in their native XCF file format is... zero. But I always want to…
It really depends upon the target market. That's fine for hobbyists. But I use the Bambu X1 for small-scale prototyping in a company, and it has to be usable out of the box. We can't justify an entire week of labour for…
sbuild is at least 25 years old, it might be nearer to 30 at this point. I did a lot of cleanup of it during the mid-2000s, including adding the schroot support to it which is being removed here, and that included…
Good to see schroot is being replaced in sbuild, given that it's nearly 20 years old and no longer a cutting-edge solution to the problem of creating build environments. Can't believe time flies that fast since I wrote…
I got downgraded for the first time today. Because I was using a library with the characters "bio" in it. The classifier is strict beyond reason. It got the name from a commit message in the git history (wasn't even in…
The enclosure is the real added value, hardware-wise; and the H2D has even better environmental control (active heating and cooling of chamber). While the open-source part of me loves the more open nature of Prusa, the…
Let me just throw in: ETL State Chart and Hierarchial FSM https://www.etlcpp.com/state_chart.html and https://www.etlcpp.com/hfsm.html Quantum Leaps https://www.state-machine.com I've used them primarily in…
There are plenty of embedded chips which only provide RMII. No RGMII or alternatives.
To truly fix this would require revisiting of some very old fundamentals. The C0 control set (ASCII 0x00 to 0x1F) contains all sorts of esoteric functions, most of which are generally unused, and only a few of which are…
This is broadly correct, but not entirely. Terminals have historically had additional capabilities, be that ringing a bell (BEL) or outputting to a line printer. There are escape codes dedicated to doing file/tape…
True, I missed that. I suppose with symlinks you have the reverse problem: you can point to deleted filenames and then have broken links. The cycle detection is still an issue though--it has indeterminate complexity and…
Historically, it made deletion rather difficult with some problematic edge-cases. You could unlink a directory and create an orphan cycle that would never be deleted. Combine that with race conditions on a multi-user…
When they used to have to fit the whole thing onto six floppy discs, it had to be constrained in size and scope. Today there are no constraints and it really shows. I think having hard constraints, be it storage,…
Likely. Whenever I see that it usually means it itself created the test failures but won't admit to it!
Just for a bit of balance, another book I bought was the ZYNQ book and companion materials. It's made by a university in collaboration with Xilinx. They don't hide that because it's niche and low volume, they used a…
It's not just Amazon. I bought a copy of an ARM assembly book from a proper bookseller (Blackwells) which was a proper hardback for a high price--something like £80, and I received a print-on-demand mess with a…
If it loads at all. The last two days, the start menu refuses to launch it when you click on it. The lack of quality in Windows is simply astonishing. And the new start menu and taskbar are terrible. Quite how a company…
I started on the cheapest £15/mo "Pro" plan and it was great for home use when I'd do a bit of coding in the evenings only, but it wasn't really that usable with Opus--you can burn through your session allowance in a…
I've found it to be terrible when you allow it to be creative. Constrain it, and it does much better. Have you tried the planning mode? Ask it to review the codebase and identify defects, but don't let it make any…
It's the other way around. It's the GPL which is incompatible with the CDDL (and many other licences). The CDDL is actually very permissive. You can combine it with anything, including proprietary licences.
Yes, this is a prime example of completely gratuitous breakage. The change adds zero value. It's a deliberate API break. And it could have been made a non-breaking change all for the sake of a single one-line macro or…
Recently it's got really bad though. The taskbar is badly broken. * If you use auto-hide, it won't show when some applications are open. Edge in particular is bad. * Some applications simply don't show on the taskbar at…
And also in QtXmlPatterns (now also retired). Just for the record, Xalan-C is even less maintained than libxslt. It had no releases for over a decade, and I made a final 1.12 release in 2020 adding CMake support, since…
It's more than generous. You can run it with much less resource utilisation than this. It only needs a few tens of kilobytes of flash (and you can cut it right back if you drop bits you don't need in the library code).…
The main source of complexity isn't the .deb format, but the tooling and infrastructure around the format. It's mired in overcomplexity, and it's very much still in a '90s mindset of building locally with multiple…
Honestly, I found that one of the most user-hostile workflows they implemented to date. It's really obnoxious. The number of times I've wanted to save in their native XCF file format is... zero. But I always want to…
It really depends upon the target market. That's fine for hobbyists. But I use the Bambu X1 for small-scale prototyping in a company, and it has to be usable out of the box. We can't justify an entire week of labour for…
sbuild is at least 25 years old, it might be nearer to 30 at this point. I did a lot of cleanup of it during the mid-2000s, including adding the schroot support to it which is being removed here, and that included…
Good to see schroot is being replaced in sbuild, given that it's nearly 20 years old and no longer a cutting-edge solution to the problem of creating build environments. Can't believe time flies that fast since I wrote…