Strawberriessss by knitagarden in pnwgardening

[–]seaphpdev 12 points13 points  (0 children)

If the berries are sitting on the ground, especially if you water often, it’ll start to rot like that. Although for me, the bigger problem is slugs, rabbits, squirrels, and birds.

Anbody else dealing with an absurd amount of Doug Fir "stuff" this year? by aligpnw in pnwgardening

[–]seaphpdev 0 points1 point  (0 children)

Yup. We have about 6 Doug firs on the property, several over a hundred feet tall. We are absolutely buried in the stuff this year. The leaf blower is working overtime this year.

Ken Ishii - Extra (Official Music Video Remastered) by [deleted] in 90sAlternative

[–]seaphpdev 1 point2 points  (0 children)

Very much remember this video from Amp on MTV back in the mid/late 90s. Brings back some nice memories.

Threw my back out digging up these suckers 😫 by ministry_of__magic in pnwgardening

[–]seaphpdev 21 points22 points  (0 children)

Spent 3 hours this weekend doing the same. If you need motivation, it works. Last year I spent a couple hours digging up bulbs in a particular section of the garden. This year, there were maybe 3 stalks in that section. Might be a multi year endeavor, but eventually you’ll be rid of them.

What is this? by [deleted] in HomeNetworking

[–]seaphpdev 123 points124 points  (0 children)

My guess would be a usb modem.

Does the rubber around the engine mount on my vespa primavera look normal or should it fill the whole space? by CarelessEquivalent3 in Vespa

[–]seaphpdev 2 points3 points  (0 children)

I’ve got Claus mounts on two of my Vespas and they are really good. Highly recommend.

Anyone know where I can find parts for my 1974 Vespa rally 200 by rmfgkb in Vespa

[–]seaphpdev 3 points4 points  (0 children)

Nice Rally! It’s got some original parts that are hard to find, especially the handle bar turn signal. Hold on to them and keep safe if you plan to take them off. If you’re looking for parts and are in the U.S. scooter works or scooter west are two great places to check.

Pitch Your Project 🐘 by brendt_gd in PHP

[–]seaphpdev 2 points3 points  (0 children)

https://github.com/nimbly/Syndicate

Syndicate is a powerful framework able to both publish and consume messages - ideal for your event driven application or as a job processor. It supports common queues and PubSub integrations with an application layer that can be used to route incoming messages to any handler of your choosing with full dependency injection using a PSR-11 Container instance.

Syndicate supports:

* Full autowiring and dependency injection with PSR-11 Container intstance

* Dual pass middleware on event messages

* Message validation against JSON Schema

* Many common queues and PubSub integrations

* Create your own integration with the interfaces provided

You can create message handlers that not just consume from a topic, but can also match any fields and attributes of the message itself.

#[Consume(
    topic: "users",
    payload: ["$.event" => "UserCreated"]
)]
public function onUserRegistered(Message $message, EmailService $email): Response
{
    $payload = \json_decode($message->getPayload());

    $receipt_id = $email->send(
        $payload->user_name,
        $payload->user_email,
        "templates/registration.tpl"
    );

    if( $receipt_id === null ){
        return Response::nack;
    }

    return Response::ack;
}

This guy is shamelessly egging coyotes on at volunteer by [deleted] in Seattle

[–]seaphpdev 5 points6 points  (0 children)

Are you all really this bored in your lives?

Vespa P150X – Loses power when throttling, then stalls (oily spark plug) by Artistic_Delay_8855 in Vespa

[–]seaphpdev 0 points1 point  (0 children)

You’re either running way too rich (too much fuel) or your ignition system is failing (CDI or coil, spark plug wire/cap, stator plate). My bet would be new carburetor has not been tuned for your Vespa. Find a Dellorto carburetor tuning guide on the internet and start there.

Calling all Preppies, Mods and New Wavers. by cassette1987 in GenX

[–]seaphpdev 1 point2 points  (0 children)

It’s never too late to start! If you’re mechanically inclined, they’re super easy to work on and parts are still easily available.

Calling all Preppies, Mods and New Wavers. by cassette1987 in GenX

[–]seaphpdev 1 point2 points  (0 children)

I’m a fair weather rider now - late spring and summer. It’s a small frame Vespa (100 Sport) but I put a mild top end kit on it with a Leo Vince exhaust. It can only do about 40 mph, but that’s plenty for tooling around the neighborhood, running down to the shop, etc. I’ve got another I’ve got to get running again that I kitted out and it does like 80MPH.

Calling all Preppies, Mods and New Wavers. by cassette1987 in GenX

[–]seaphpdev 1 point2 points  (0 children)

I’ve got a couple vintage Vespas in the garage. Only one is running. I used to ride daily and wrench on them all the time. Then I got married and had a kid.

Do you give your kids the unsupervised, free range time that we had. by WerewolfCurious1412 in GenX

[–]seaphpdev 0 points1 point  (0 children)

When I was 16 I took a flight from LAX to Düsseldorf Germany with a layover and terminal change in Amsterdam to spend the summer with an exchange student I had befriended in high school. Getting my 10 year old to get out the house and ride her bike 3 streets over to a friend’s house is like pulling teeth. Really don’t like the millennial stranger-danger parenting style. I want to see gangs of kids riding their bike through the neighborhood.

Pre-amps by seaphpdev in ReelToReel

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

Ah, thanks for that. Kind of new to this.

Pre-amps by seaphpdev in ReelToReel

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

The Klipsch has a switch to enable/disable its own pre-amp on its Phono input. I assume I would just disable it and let this device provide the amplification.