Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
becurious
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
becurious
8d ago
There was Z80 code to record from the MIC socket in one of the small books (Melbourne House maybe?) that came out in the early 1980s. I remember borrowing it from the library and it worked! Heavily quantized of course by the snapping to 2 o
2.
▲
by
becurious
4mo ago
It’s a Spectrum. You’re going to do a HALT to sync with the start of the frame and then cycle count to prevent tearing. You can disable interrupts if you know how long you have to render your frame before the beam catches you (or let it pas
3.
▲
by
becurious
7mo ago
And there’s still mercury contamination from the gold rush in San Jose.
4.
▲
by
becurious
1y ago
If I remember from poking around at the 16 bit version in that timeframe (1.52?) there was still an option to generate P-code and (this is now nearly thirty years ago) that was used by Excel to minimize code size for the segmented 16 bit sy
5.
▲
by
becurious
1y ago
Did you ever work on the cross edition that would compile Windows apps for the Mac? I think that was a version 4 fork that never got another version.
6.
▲
by
becurious
1y ago
After Visual C++ 6. They broke a lot of the C++ IDE features and they weren’t as good as the prior versions (dialog editor etc) so for a long time we preferred staying on 6. I think if we could have the newer compilers but the snappiness of
7.
▲
by
becurious
1y ago
And then there’s the apex sex in The Player Of Games. I think at least Excession has one of the protagonists transition at the end of the novel.
8.
▲
by
becurious
1y ago
He wrote Programming Windows 3.1 which was the classic reference for Windows programming in the 90s and just known as ‘Petzold’. All Win16 and C. The managed languages are much later.
9.
▲
by
becurious
1y ago
ClearCase?
10.
▲
by
becurious
2y ago
You can print from iOS to printers that support AirPrint. No drivers needed, but the printer needs to support the AirPrint protocol.
11.
▲
by
becurious
2y ago
I seem to remember on one of the special features on the DVDs that they needed to change to a lighter more comic style with Moore because of the reaction to the Vietnam War.
12.
▲
by
becurious
2y ago
Garmin has incident detection and will send a message within fifteen seconds unless you cancel.
13.
▲
by
becurious
2y ago
It’s not only that but it’s also that drivers could ship custom property pages in an accompanying DLL. All using property page / dialog box classic Win32 technology. So unless you have a locked down device like a phone, you can’t magic
14.
▲
by
becurious
2y ago
Google TV for two completely different products. The initial one was an OS on Sony / Logitech devices that came out in 2010.
15.
▲
by
becurious
2y ago
There is SourceLink where you can get the mapping into the pdb files: https://github.com/dotnet/sourcelink
16.
▲
by
becurious
2y ago
Good luck getting that through a regulated company’s Quality Management System or their legal department. Way too much business risk and the last thing you want is a yellow or red flag to an inspector who can stop ship on your product until
17.
▲
by
becurious
2y ago
But Apple doesn’t have the industrial and commercial uses that Linux and Windows have. Where you can’t suddenly switch out to a new architecture without massive amounts of validation costs. At my previous job they used to use Macs to contro
18.
▲
by
becurious
2y ago
Look at what Cellares is doing. Building a manufacturing cell called the shuttle.
19.
▲
by
becurious
2y ago
Along with the reasons others have mentioned, it would also bypass any filter driver in the file system stack (Windows has the concept of a stack of filter drivers that can sit in front of the file system or hardware) and would also ignore
20.
▲
by
becurious
2y ago
There was some game (and I think a program in a book) where the border color would be changed at a specific scan line to get a horizon that would span the entire screen. I pretty much knew all the clock cycle counts for the instructions as
21.
▲
by
becurious
2y ago
Cycle counting was key on the Spectrum - for obvious things like the tape load routines but also for advanced techniques like the ‘Rainbow processor’ - updating the attribute bytes (those responsible for the infamous color clash) as each sc
22.
▲
by
becurious
3y ago
That’s great! Back in the day I’d have to take a snapshot with my +D and then disassemble parts of it and print them on my dot matrix printer. At least the HiSoft Devpac Mons debugger was relocatable so you could move it around to get out o
23.
▲
by
becurious
3y ago
But you would use unbuffered writes if you really cared. Otherwise there’s nothing actionable that can be done by the application unless there was some kind of signal or callback / APC.
24.
▲
by
becurious
3y ago
There is something like a 171 clock cycle delay in the regular tape loaded routine between looking for edge transitions in the audio signal. You just break your program up into pieces that fits into that. I did one that did a countdown time
25.
▲
by
becurious
3y ago
It’s your brain. You could always do that in ZX Basic
26.
▲
by
becurious
3y ago
It didn’t used to be this way. Books would ship in a tight fitting corrugated cardboard package that would protect them. I suspect it was some kind of custom packing machine that would fold and cut to size. Now it’s either in a padded envel
27.
▲
by
becurious
3y ago
DevDiv vs WinDev. The Windows group maintains the C++ compiler. So you get the resource editor for dialog templates and that’s about it. And that actually got worse from Visual Studio .NET onwards, my guess is that it got took over by the D
28.
▲
by
becurious
3y ago
It wasn’t CompuServe that had the patent. The gif format uses LZW, which was patented by Unisys. I remember having to get a special option on some vendor’s toolkit to unlock the GIF handling. Either an add on or you had to go license from U
29.
▲
by
becurious
3y ago
Thanks! I remember that cover now! The article has both the hex and the asm listing. I think I did an update to it to use the bank switched memory on the 128K to get 8 16K Spectrums. Of course with something like a MGT +D with the 8K ROM an
30.
▲
by
becurious
3y ago
There was a program called Switcha published as a listing in Your Sinclair. You could make a 48K Sinclair Spectrum appear as three 16K machines. It installed an interrupt mode 2 handler and checked for a key combination to swap out the lowe
More ›