Re: [Wikitech-l] realtime notifications disabled in Phabricator

2020-08-17 Thread Sebastian Berlin
>
> Also when tasks are moved around on workboards you should see that
> again without having to reload the page.
>

I was very glad to see that this had been fixed when I came back from
vacation. Great work!

*Sebastian Berlin*
Utvecklare/*Developer*
Wikimedia Sverige (WMSE)

E-post/*E-Mail*: sebastian.ber...@wikimedia.se
Telefon/*Phone*: (+46) 0707 - 92 03 84


On Wed, 12 Aug 2020 at 17:30, Tyler Cipriani 
wrote:

> On 20-08-11 15:04:56, Daniel Zahn wrote:
> >re: >  "aphlict" service had been disabled on Phabricator because it
> >caused stability issues.
> >
> >I am happy to announce that aphlict, the notification service for
> >Phabricator using websockets, is now finally back again.
>
> \o/ This is great news!
>
> Thank you for working to get this restored.
>
> Realtime notifications are super useful for us; particularly for train
> blocker tasks: very happy this service is back!
>
> -- Tyler
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] realtime notifications disabled in Phabricator

2020-08-12 Thread Tyler Cipriani

On 20-08-11 15:04:56, Daniel Zahn wrote:

re: >  "aphlict" service had been disabled on Phabricator because it
caused stability issues.

I am happy to announce that aphlict, the notification service for
Phabricator using websockets, is now finally back again.


\o/ This is great news!

Thank you for working to get this restored.

Realtime notifications are super useful for us; particularly for train
blocker tasks: very happy this service is back!

-- Tyler


signature.asc
Description: PGP signature
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] realtime notifications disabled in Phabricator

2020-08-11 Thread Bill Pirkle
We were very happy to see workboards updating as we moved tasks during our
Platform Team Clinic Duty Triage meeting today. In fact, we took a quick
break from triaging tasks to have a moment of celebration! This is more
than just a minor convenience - in these meetings we move a lot of tasks
around as a group. These aren't exactly inexpensive meetings for the
Foundation, as we usually have several engineers and managers
participating. So the efficiency we gain via the automatic update is very
real and impactful, and this change is very much appreciated.

Bill Pirkle
Software Engineer
www.wikimediafoundation.org


On Tue, Aug 11, 2020 at 5:05 PM Daniel Zahn  wrote:

> re: >  "aphlict" service had been disabled on Phabricator because it
> caused stability issues.
>
> I am happy to announce that aphlict, the notification service for
> Phabricator using websockets, is now finally back again.
>
> If you allow it in your Phabricator settings you should get realtime
> pop-up notifications again (or for the first time ever if you are
> newer).
>
> Also when tasks are moved around on workboards you should see that
> again without having to reload the page.
>
> In your Phabricator Settings -> Applications -> Notifications you can
> choose from "Web Only", "Desktop Only, "Web and Desktop" or "No
> Notifications".  Up to you which you like most.
>
> --- snip --- some technical details follow if you care ---
>
> aphlict is now running on a dedicated VM just that is separate from
> the main Phabricator server, called aphlict1001.eqiad.wmnet. It is
> running on Debian buster with nodejs 10.
>
> We are not using Apache with "mod_proxy_wstunnel" any longer which
> caused the original instability and even
> if it was still unstable it would not affect the main Phabricator
> anymore as it did in the past.
>
> Also our caching servers (ATS/Varnish) now speak TLS to an envoy-proxy
> on the dedicated backend which then proxies to the aphlict service
> locally. So traffic is encrypted also behind the caching layer and no
> more httpd is involved.
>
> The flow is now:
>
> user client -> wss://phabricator.wikimedia.org (ATS) ->
> ws://:3120 (Varnish) -> wss://aphlict.discovery.wmnet (Envoy)
> -> (local) nodejs:22280
> and  separately  phab1001 ->  aphlict1001:22281
>
> This resolved https://phabricator.wikimedia.org/T238593
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] realtime notifications disabled in Phabricator

2020-08-11 Thread Daniel Zahn
re: >  "aphlict" service had been disabled on Phabricator because it
caused stability issues.

I am happy to announce that aphlict, the notification service for
Phabricator using websockets, is now finally back again.

If you allow it in your Phabricator settings you should get realtime
pop-up notifications again (or for the first time ever if you are
newer).

Also when tasks are moved around on workboards you should see that
again without having to reload the page.

In your Phabricator Settings -> Applications -> Notifications you can
choose from "Web Only", "Desktop Only, "Web and Desktop" or "No
Notifications".  Up to you which you like most.

--- snip --- some technical details follow if you care ---

aphlict is now running on a dedicated VM just that is separate from
the main Phabricator server, called aphlict1001.eqiad.wmnet. It is
running on Debian buster with nodejs 10.

We are not using Apache with "mod_proxy_wstunnel" any longer which
caused the original instability and even
if it was still unstable it would not affect the main Phabricator
anymore as it did in the past.

Also our caching servers (ATS/Varnish) now speak TLS to an envoy-proxy
on the dedicated backend which then proxies to the aphlict service
locally. So traffic is encrypted also behind the caching layer and no
more httpd is involved.

The flow is now:

user client -> wss://phabricator.wikimedia.org (ATS) ->
ws://:3120 (Varnish) -> wss://aphlict.discovery.wmnet (Envoy)
-> (local) nodejs:22280
and  separately  phab1001 ->  aphlict1001:22281

This resolved https://phabricator.wikimedia.org/T238593

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-12-02 Thread Trey Jones
That's great news! Thanks!

On Thu, Nov 28, 2019 at 1:15 PM Daniel Kinzler 
wrote:

> Am 28.11.19 um 02:50 schrieb Daniel Zahn:
> > You voices have been heard. We'll have a meeting next week to talk about
> > how to reactivate it.
>
> Thank you!
>
> --
> Daniel Kinzler
> Principal Software Engineer, Core Platform
> Wikimedia Foundation
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-29 Thread Deb Tankersley
Thanks, Daniel Z! I also found it quite a useful feature! :)


Deb


--

deb tankersley (she/her)

program manager, engineering

Wikimedia Foundation


On Thu, Nov 28, 2019 at 11:16 AM Daniel Kinzler 
wrote:

> Am 28.11.19 um 02:50 schrieb Daniel Zahn:
> > You voices have been heard. We'll have a meeting next week to talk about
> > how to reactivate it.
>
> Thank you!
>
> --
> Daniel Kinzler
> Principal Software Engineer, Core Platform
> Wikimedia Foundation
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-28 Thread Daniel Kinzler
Am 28.11.19 um 02:50 schrieb Daniel Zahn:
> You voices have been heard. We'll have a meeting next week to talk about
> how to reactivate it.

Thank you!

-- 
Daniel Kinzler
Principal Software Engineer, Core Platform
Wikimedia Foundation

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-27 Thread Daniel Zahn
You voices have been heard. We'll have a meeting next week to talk about
how to reactivate it.

On Tue, Nov 26, 2019 at 10:50 AM Trey Jones  wrote:

> * work on a board with multiple people remotely, with everyone having an
>> up to date view of the board, avoiding interference and confusion. This was
>> REALLY helpful.
>
>
> This use case is very valuable for our remote team as well. We got
> confused and interfered with each other during sprint planning just
> yesterday because we forgot this feature was disabled. It has been much
> easier to collectively update the workboards since it was introduced; we'd
> love to have it back.
>
> Trey Jones
> Sr. Software Engineer, Search Platform
> Wikimedia Foundation
> UTC-5 / EST
>
>
> On Tue, Nov 26, 2019 at 5:38 AM Daniel Kinzler 
> wrote:
>
>> While I don't care much about the "this task was updated" popups, I do
>> miss the
>> immediate updates of workboards. It enables two use cases previously
>> missing:
>>
>> * have a board open in a tab to keep track on progress, without the need
>> to
>> reload every time you look at it
>>
>> * work on a board with multiple people remotely, with everyone having an
>> up to
>> date view of the board, avoiding interference and confusion. This was
>> REALLY
>> helpful.
>>
>> Can we get this back, please?
>>
>> Am 26.11.19 um 02:10 schrieb Daniel Zahn:
>> > Ah. Yes, this sounds like the relatively new feature from:
>> >
>> > https://secure.phabricator.com/T13357
>> > https://secure.phabricator.com/T4900
>> >
>> > It is affected then.
>> >
>> > On Mon, Nov 25, 2019 at 6:30 PM David Barratt 
>> > wrote:
>> >
>> >> I think they mean that if you have the board open and someone else
>> moves a
>> >> task, it will update on your end in realtime.
>> >>
>> >> I imagine this *would* be affected by the change.
>> >>
>> >> On Mon, Nov 25, 2019 at 6:28 PM Daniel Zahn 
>> wrote:
>> >>
>> >>> On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
>> >>> sebastian.ber...@wikimedia.se> wrote:
>> >>>
>>  Is that also the reason why tasks don't update in realtime on the
>>  workboards anymore?
>> 
>> >>>
>> >>> If you mean tasks moving from column to column in workboards, no that
>> is
>> >>> unrelated and done by the
>> >>> Phabricator maintenance bot by Amir Sarabadani, afaik.
>> >>>
>> >>> --
>> >>> Daniel Zahn 
>> >>> Operations Engineer
>> >>> ___
>> >>> Wikitech-l mailing list
>> >>> Wikitech-l@lists.wikimedia.org
>> >>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> >> ___
>> >> Wikitech-l mailing list
>> >> Wikitech-l@lists.wikimedia.org
>> >> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> >
>> >
>> >
>>
>> --
>> Daniel Kinzler
>> Principal Software Engineer, Core Platform
>> Wikimedia Foundation
>>
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
>

-- 
Daniel Zahn 
Operations Engineer
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-26 Thread Trey Jones
>
> * work on a board with multiple people remotely, with everyone having an
> up to date view of the board, avoiding interference and confusion. This was
> REALLY helpful.


This use case is very valuable for our remote team as well. We got confused
and interfered with each other during sprint planning just yesterday
because we forgot this feature was disabled. It has been much easier to
collectively update the workboards since it was introduced; we'd love to
have it back.

Trey Jones
Sr. Software Engineer, Search Platform
Wikimedia Foundation
UTC-5 / EST


On Tue, Nov 26, 2019 at 5:38 AM Daniel Kinzler 
wrote:

> While I don't care much about the "this task was updated" popups, I do
> miss the
> immediate updates of workboards. It enables two use cases previously
> missing:
>
> * have a board open in a tab to keep track on progress, without the need to
> reload every time you look at it
>
> * work on a board with multiple people remotely, with everyone having an
> up to
> date view of the board, avoiding interference and confusion. This was
> REALLY
> helpful.
>
> Can we get this back, please?
>
> Am 26.11.19 um 02:10 schrieb Daniel Zahn:
> > Ah. Yes, this sounds like the relatively new feature from:
> >
> > https://secure.phabricator.com/T13357
> > https://secure.phabricator.com/T4900
> >
> > It is affected then.
> >
> > On Mon, Nov 25, 2019 at 6:30 PM David Barratt 
> > wrote:
> >
> >> I think they mean that if you have the board open and someone else
> moves a
> >> task, it will update on your end in realtime.
> >>
> >> I imagine this *would* be affected by the change.
> >>
> >> On Mon, Nov 25, 2019 at 6:28 PM Daniel Zahn 
> wrote:
> >>
> >>> On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
> >>> sebastian.ber...@wikimedia.se> wrote:
> >>>
>  Is that also the reason why tasks don't update in realtime on the
>  workboards anymore?
> 
> >>>
> >>> If you mean tasks moving from column to column in workboards, no that
> is
> >>> unrelated and done by the
> >>> Phabricator maintenance bot by Amir Sarabadani, afaik.
> >>>
> >>> --
> >>> Daniel Zahn 
> >>> Operations Engineer
> >>> ___
> >>> Wikitech-l mailing list
> >>> Wikitech-l@lists.wikimedia.org
> >>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >> ___
> >> Wikitech-l mailing list
> >> Wikitech-l@lists.wikimedia.org
> >> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> >
> >
>
> --
> Daniel Kinzler
> Principal Software Engineer, Core Platform
> Wikimedia Foundation
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-26 Thread Daniel Kinzler
While I don't care much about the "this task was updated" popups, I do miss the
immediate updates of workboards. It enables two use cases previously missing:

* have a board open in a tab to keep track on progress, without the need to
reload every time you look at it

* work on a board with multiple people remotely, with everyone having an up to
date view of the board, avoiding interference and confusion. This was REALLY
helpful.

Can we get this back, please?

Am 26.11.19 um 02:10 schrieb Daniel Zahn:
> Ah. Yes, this sounds like the relatively new feature from:
> 
> https://secure.phabricator.com/T13357
> https://secure.phabricator.com/T4900
> 
> It is affected then.
> 
> On Mon, Nov 25, 2019 at 6:30 PM David Barratt 
> wrote:
> 
>> I think they mean that if you have the board open and someone else moves a
>> task, it will update on your end in realtime.
>>
>> I imagine this *would* be affected by the change.
>>
>> On Mon, Nov 25, 2019 at 6:28 PM Daniel Zahn  wrote:
>>
>>> On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
>>> sebastian.ber...@wikimedia.se> wrote:
>>>
 Is that also the reason why tasks don't update in realtime on the
 workboards anymore?

>>>
>>> If you mean tasks moving from column to column in workboards, no that is
>>> unrelated and done by the
>>> Phabricator maintenance bot by Amir Sarabadani, afaik.
>>>
>>> --
>>> Daniel Zahn 
>>> Operations Engineer
>>> ___
>>> Wikitech-l mailing list
>>> Wikitech-l@lists.wikimedia.org
>>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> 
> 
> 

-- 
Daniel Kinzler
Principal Software Engineer, Core Platform
Wikimedia Foundation

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-26 Thread Sebastian Berlin
Yes, that was the feature I was referring to. It's very nice to have when
planning using workboards, especially when it's done remotely.

*Sebastian Berlin*
Utvecklare/*Developer*
Wikimedia Sverige (WMSE)

E-post/*E-Mail*: sebastian.ber...@wikimedia.se
Telefon/*Phone*: (+46) 0707 - 92 03 84


On Tue, 26 Nov 2019 at 02:11, Daniel Zahn  wrote:

> Ah. Yes, this sounds like the relatively new feature from:
>
> https://secure.phabricator.com/T13357
> https://secure.phabricator.com/T4900
>
> It is affected then.
>
> On Mon, Nov 25, 2019 at 6:30 PM David Barratt 
> wrote:
>
> > I think they mean that if you have the board open and someone else moves
> a
> > task, it will update on your end in realtime.
> >
> > I imagine this *would* be affected by the change.
> >
> > On Mon, Nov 25, 2019 at 6:28 PM Daniel Zahn  wrote:
> >
> > > On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
> > > sebastian.ber...@wikimedia.se> wrote:
> > >
> > > > Is that also the reason why tasks don't update in realtime on the
> > > > workboards anymore?
> > > >
> > >
> > > If you mean tasks moving from column to column in workboards, no that
> is
> > > unrelated and done by the
> > > Phabricator maintenance bot by Amir Sarabadani, afaik.
> > >
> > > --
> > > Daniel Zahn 
> > > Operations Engineer
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
>
>
> --
> Daniel Zahn 
> Operations Engineer
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-25 Thread Daniel Zahn
Ah. Yes, this sounds like the relatively new feature from:

https://secure.phabricator.com/T13357
https://secure.phabricator.com/T4900

It is affected then.

On Mon, Nov 25, 2019 at 6:30 PM David Barratt 
wrote:

> I think they mean that if you have the board open and someone else moves a
> task, it will update on your end in realtime.
>
> I imagine this *would* be affected by the change.
>
> On Mon, Nov 25, 2019 at 6:28 PM Daniel Zahn  wrote:
>
> > On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
> > sebastian.ber...@wikimedia.se> wrote:
> >
> > > Is that also the reason why tasks don't update in realtime on the
> > > workboards anymore?
> > >
> >
> > If you mean tasks moving from column to column in workboards, no that is
> > unrelated and done by the
> > Phabricator maintenance bot by Amir Sarabadani, afaik.
> >
> > --
> > Daniel Zahn 
> > Operations Engineer
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l



-- 
Daniel Zahn 
Operations Engineer
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-25 Thread David Barratt
I think they mean that if you have the board open and someone else moves a
task, it will update on your end in realtime.

I imagine this *would* be affected by the change.

On Mon, Nov 25, 2019 at 6:28 PM Daniel Zahn  wrote:

> On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
> sebastian.ber...@wikimedia.se> wrote:
>
> > Is that also the reason why tasks don't update in realtime on the
> > workboards anymore?
> >
>
> If you mean tasks moving from column to column in workboards, no that is
> unrelated and done by the
> Phabricator maintenance bot by Amir Sarabadani, afaik.
>
> --
> Daniel Zahn 
> Operations Engineer
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-25 Thread Daniel Zahn
On Mon, Nov 25, 2019 at 11:21 AM Sebastian Berlin <
sebastian.ber...@wikimedia.se> wrote:

> Is that also the reason why tasks don't update in realtime on the
> workboards anymore?
>

If you mean tasks moving from column to column in workboards, no that is
unrelated and done by the
Phabricator maintenance bot by Amir Sarabadani, afaik.

-- 
Daniel Zahn 
Operations Engineer
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] realtime notifications disabled in Phabricator

2019-11-25 Thread Sebastian Berlin
Is that also the reason why tasks don't update in realtime on the
workboards anymore? I for one thought that was a great addition.

*Sebastian Berlin*
Utvecklare/*Developer*
Wikimedia Sverige (WMSE)

E-post/*E-Mail*: sebastian.ber...@wikimedia.se
Telefon/*Phone*: (+46) 0707 - 92 03 84


On Tue, 19 Nov 2019 at 22:38, Daniel Zahn  wrote:

> Phabricator users,
>
> this is to let you know that the "aphlict" service has been disabled on
> Phabricator (for now) because it caused stability issues.
>
> This means you will not get realtime (pop-up) notifications on Phabricator.
> (If you had those enabled in the first place).
>
> Regular notifications (that do not pop-up) and emails are not affected by
> this.
>
> https://phabricator.wikimedia.org/T238593
>
> --
> Daniel Zahn 
> Operations Engineer
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] realtime notifications disabled in Phabricator

2019-11-19 Thread Daniel Zahn
Phabricator users,

this is to let you know that the "aphlict" service has been disabled on
Phabricator (for now) because it caused stability issues.

This means you will not get realtime (pop-up) notifications on Phabricator.
(If you had those enabled in the first place).

Regular notifications (that do not pop-up) and emails are not affected by
this.

https://phabricator.wikimedia.org/T238593

-- 
Daniel Zahn 
Operations Engineer
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l