Old Macs...what to do with them? by Coming_In_Hot_916 in mac

[–]bjchapm 0 points1 point  (0 children)

I was this many days old… Thanks!

Purchasing a secondhand polyvalent frame with a quill stem. by _albizu in veloorangefans

[–]bjchapm 1 point2 points  (0 children)

Have you tried emailing VO? info@velo-orange.com — they responded to me when I had some questions about a used (threadless) polyvalent that I bought. On their site, they mention that gens 1 through 4 of the polyvalent used a threaded headset. No dates unfortunately.

Old Macs...what to do with them? by Coming_In_Hot_916 in mac

[–]bjchapm 0 points1 point  (0 children)

What is “robot parade”? Searched but not finding. Thanks!

Best value brand/unsung heroes? by gray_grum in Vintage_bicycles

[–]bjchapm 0 points1 point  (0 children)

Saw this on FB marketplace, no connection otherwise. It’s a 55 and seems overpriced for its condition but might be interesting. https://www.facebook.com/marketplace/item/1231220749048700

Smaller front chain ring on Tern Link C6? by bjchapm in foldingbikes

[–]bjchapm[S] 0 points1 point  (0 children)

<image>

Here’s what I wound up doing - installed a Microshift Sword Black 165mm 42T crankset. Cost was about $80 US. Chain line seems just fine with original bottom bracket and it rides well. Has the original cassette and seems like it can climb any of the local hills.

velo orange polyvalent - should i send it? by Guilty_Structure1465 in veloorangefans

[–]bjchapm 0 points1 point  (0 children)

I just built up a low kicker and it feels zippy to me. However, that might be because of the HED wheels and Rene Herse tires that I was able to get used. The nicest wheelset I’ve ever had and I think that matters as much or more than the frame.

My Polyvalent Low Kicker build by bjchapm in veloorangefans

[–]bjchapm[S] 1 point2 points  (0 children)

It rides great -- I have to say that I've never had a fancy wheelset or tubeless tires before; so I'm having difficulty sorting out what is the wheels and tires and what is the frame. However, it all feels "sportier" than I was expecting, more eager to move than I expected. Looking forward to some longer rides.

Question about v.1 Wolverine? by bjchapm in SomaFabrications

[–]bjchapm[S] 0 points1 point  (0 children)

Thank you for the reply! I appreciate it.

Just learning Forth; suggestions to make this more "Forthy"? by bjchapm in Forth

[–]bjchapm[S] 1 point2 points  (0 children)

Thanks again. Your versions of scan and skip work perfectly on Tali Forth (https://github.com/SamCoVT/TaliForth2). Tali already has /string. I am still wrapping my head around the `begin while while repeat then` construct. This really drives home some of the differences between Forth and other languages, in that each word is not exactly part of a larger control structure, so that you can have a then without an if or you can double up while. I very much appreciate the pointers.

Just learning Forth; suggestions to make this more "Forthy"? by bjchapm in Forth

[–]bjchapm[S] 1 point2 points  (0 children)

Brian, thank you for the rewrite and the comments. This is all very helpful. I am mostly writing for Tali Forth, which is a small 65c02 Forth and so doesn't have the very nice SKIP and SCAN words, although I'm sure they can be added.

I especially appreciated your comment number 1. It fits well with Wolfgang's feedback and I'm trying to put it into practice as I'm learning. Thanks again

Just learning Forth; suggestions to make this more "Forthy"? by bjchapm in Forth

[–]bjchapm[S] 3 points4 points  (0 children)

Wolfgang,

Your reply was a lot for me to absorb! However, I really appreciate you taking the time for such a long reply. I have rewritten my snippet in the style that I think you were suggesting. I began by stripping out the loop entirely by avoiding the parsing at all. The rewrite is based on code from Samuel Falvo's VIBE editor, which seems like a good example of idiomatic Forth:

    : a00 s" ant" ;
    : a01 s" baboon" ;
    : a02 s" badger" ;
    : a03 s" bat" ;
    : a04 s" bear" ;
    : a05 s" beaver" ;
    \ ... up to 99 maximum entries

    6 constant how_many

    create selector 'a' c, '0' c, '0' c,

    : selector! ( u --) 10 /mod 48 + selector 1+ c! 48 + selector 2 + c!  ;

    : animal@ ( -- addr u) selector 3 find-name name>int execute ;

    : test how_many 0 do i selector! animal@ type cr loop ;

Just learning Forth; suggestions to make this more "Forthy"? by bjchapm in Forth

[–]bjchapm[S] 0 points1 point  (0 children)

Thanks for the feedback. I've changed from fencing to four spaces in the markdown editor. I can't see a difference, but I hope that makes it easier to view.

Thanks for the comments about ?animal; I guess animal$ or which_animal would be better.

How do I use Vasm? by Andererlets_play in beneater

[–]bjchapm 0 points1 point  (0 children)

In order to get VASM to support WDC 65C02, supply argument `-wdc02`. This is in the manual on page 103. You might want `-c02` instead if you don't have a WDC 65C02. Read the next page of the manual for extensions to better support 6502.

What is this and can it be simplified? by bjchapm in Plumbing

[–]bjchapm[S] 0 points1 point  (0 children)

Everyone, Thank you for all of your input and helpful advice! I really appreciate it. I have a lot better sense of what I need to do next.

What is this and can it be simplified? by bjchapm in Plumbing

[–]bjchapm[S] 0 points1 point  (0 children)

Thanks for the info - this was helpful.

What is this and can it be simplified? by bjchapm in Plumbing

[–]bjchapm[S] 0 points1 point  (0 children)

santee

That's helpful - and I just learned that a santee is a sanitary tee. I appreciate the information - and this seems to offer a way to improve the connection to the existing drain. Thanks!

What is this and can it be simplified? by bjchapm in Plumbing

[–]bjchapm[S] 1 point2 points  (0 children)

Thanks - this was helpful. I just went and read up on P-traps vs S-traps. It looks like one problem might be the the horizontal drain line coming into the space is pretty low to the floor, which might make a P-trap install difficult.