02:12:56
##forth
<tpbsd>
ok, FURS is released, I hope there arent too many errors, if anyone reads it and finds some, please let me know ?
11:31:36
##forth
<veltas>
tpbsd: I'm hoping I'll get some time to look at that after work, will let you know if I do and whether I find anything
11:33:08
##forth
<tpbsd>
veltas, awesome, I'm really looking forward to your comments
12:58:56
##forth
<KipIngram>
M-Sci: Intresting device. I don't have a lot to say about it; it's tube-like behavior seems to arise pretty clearly from its geometry. Primarily that really low on resistance being due to its vertical structure and thus very short drain-to-source distance.
12:59:37
##forth
<KipIngram>
I find it a little interesting that it didn't sticka around better - that must be telling us that the market that's so into tube-like sound and so on really just isn't big enough to drive economics.
13:11:26
##forth
<veltas>
What's funny is a physical block size on a lot of new devices is going to be 4K or 8K, which means the 1K block size of Forth makes a bit more sense
13:12:11
##forth
<veltas>
I say because at some point your data was being managed in 1K blocks in Forth even though physically it was stored as 512 byte blocks, so you'd think that would be inefficient
13:12:30
##forth
<veltas>
I guess not that inefficient though, if you've already 'spun up' to read one block you might as well read 2
13:12:50
##forth
<veltas>
Or however those janky disks work
13:13:46
##forth
<veltas>
The claim was that PolyForth was a lot more efficient than anything running on an OS with a filesystem because you knew the physical block to read a record from immediately, without any intermediate lookups
13:14:25
##forth
<veltas>
I think with the amount of RAM and caching going on that's not really true now, but it's an interesting historical point anyway
17:03:35
##forth
<M-Sci>
tpbsd: You dismissed SIT like some people dismis Forth ;) .
20:48:13
##forth
<tpbsd>
M-Sci, Im a retired electronics tech who grew up with real triodes and beam tetrodes etc, I guess I have strong opinions there in the same way that programmers are so polarised about Forth.
20:59:07
##forth
<M-Sci>
tpbsd: OK
20:59:55
##forth
<M-Sci>
All FETs, J and MOS, have Bulk electrode, 4 in total.
21:00:51
##forth
<M-Sci>
Is SIT hiding in every JFET?
21:00:53
##forth
<tpbsd>
M-Sci, and of course I could be wrong and the SIT could be a massively important device, I just wasn't overly impressed at first glance, and the article did say it was discontinued
21:02:09
##forth
<M-Sci>
And it didn't say why at all. I need to understand it better.
21:03:20
##forth
<tpbsd>
we do have a ton of fet designs thesedays like 'finfets' in very high density devices, due to the reductions in size
21:04:18
##forth
<tpbsd>
I have a fondness for the good old BJT myself
21:06:00
##forth
<tpbsd>
lol, and Ive been mistaken many times, initially I thought AI was just another search engine, then I ended up buying hardware to use it locally as it has some very useful functions (not design)
21:07:28
##forth
<tpbsd>
to me AI is like a Intern, but at least I can ask it all my dumb questions and it doesnt get annoyed with me :)
21:07:56
##forth
<tpbsd>
and it's tireless and free, another useful tool in my kit
21:11:09
##forth
<tpbsd>
M-Sci, and of course when it comes to electronics, everything is a compromise, no exceptions. What are the compromised made with the SIT ?
21:11:30
##forth
<tpbsd>
compromises
21:12:35
##forth
<M-Sci>
IDK yet.
21:13:58
##forth
<tpbsd>
is it capacitance of the gate ?
21:15:23
##forth
<tpbsd>
they talked about use in hi-fi, so I suspect that the gate capacitance, like all fets is high in the case if the SIT
21:41:14
##forth
<KipIngram>
I believe that video specicifcally said the gate capacitance is low - it's one of the things that makes it fast in switching applications.
21:41:23
##forth
<KipIngram>
I could be misremembering, though.
22:15:49
##forth
<veltas>
tpbsd: Got an open <i> tag on your home page on "Headers" that doesn't close
22:15:56
##forth
<veltas>
For furs
22:16:13
##forth
<tpbsd>
veltas, thnaks!
22:18:37
##forth
<veltas>
Where are the web pages stored, are they in the fossil database or something?
22:19:23
##forth
<tpbsd>
yeah
22:19:42
##forth
<tpbsd>
everything is in the 5mb Fossil repo inc the webserver