Most active commenters

    ←back to thread

    V8 Garbage Collector

    (wingolog.org)
    84 points swah | 11 comments | | HN request time: 0.417s | source | bottom
    1. maartin0 ◴[] No.45925776[source]
    What does FTE stand for?:

    > From what I can tell, there have been about 4 FTE from Google over this period

    replies(4): >>45925797 #>>45926324 #>>45926654 #>>45926683 #
    2. kannanvijayan ◴[] No.45925797[source]
    Full Time Employee
    replies(1): >>45926421 #
    3. comonoid ◴[] No.45926324[source]
    FTE is a TLA.
    4. DanielHB ◴[] No.45926421[source]
    Is this a codeword for "not contractor"? I heard that at google contractors are second class citizens.
    replies(1): >>45926652 #
    5. ColonelPhantom ◴[] No.45926652{3}[source]
    I think FTE is mostly used as a 'unit'. E.g. if two people work on something 50% of the time, you get one "FTE-equivalent", as there is roughly one full-time employee of effort put in.

    Though in this context it just seems to be the number of people working on the code on a consistent basis.

    replies(2): >>45926663 #>>45927791 #
    6. ◴[] No.45926654[source]
    7. ◴[] No.45926663{4}[source]
    8. jlokier ◴[] No.45926683[source]
    It stands for "Full Time Equivalent".

    It's a measure of time spent working on something, to standardise comparisons of work capacity and acknowledge that it's not always full time, especially when aggregating the time from different people. One full time person = 1 FTE.

    For example if you work 20 hours a week on project A and 20 hours on project B, then project A will count your contribution as 0.5 FTE while you're assigned to that project.

    If you also have two other people working on it full timee, and a project manager working 1 day a week on it, then project A will count the contribution from all three of you as 2.7 FTE. (2.7 = 0.5 + 2 + 0.2).

    replies(2): >>45926723 #>>45927600 #
    9. layer8 ◴[] No.45926723[source]
    In the Google context, “FTE” actually stands for “Full-Time Employee”, as opposed to “TVC” = “Temp/Vendor/Contractor”.
    10. rahkiin ◴[] No.45927600[source]
    This example assumes 1fte=40 hours which is not nexessarily the case in all countries or under all collective agreements. 1fte can be 36, 38, or even 48 hours.
    11. Ghoelian ◴[] No.45927791{4}[source]
    Yeah, 1 FTE just equals 40 work-hours.