Live data from Hacker News

Viewing profile — jbylund

jbylund

HN member
Joined
Tue, Oct 19, 2021, 3:49 PM UTC
HN karma
11
Public activity
8 items

About jbylund

No profile information was provided.

Recent public activity

  1. comment
    Comment #35168984

    These headlines usually work by the dept asking a researcher for a 10 sentence summary of their work. Someone in the dept summarizes that to 3 sentences, and sends that to the univ…

  2. comment
    Comment #32764466

    Typosquatting is a thing that has been looked at and is being looked at: https://github.com/pypi/warehouse/pull/5001 - had to be reverted because it was too noisy https://github.co…

  3. comment
    Comment #32764347

    Pip can use range requests to fetch just a part of the wheel, and lift the metadata out of that. So it can sometimes avoid downloading the entire wheel just to get the deps. Some p…

  4. comment
    Comment #32098562

    Did you consider a type of continuous aggregate that works over pre-aggregated partitions for time buckets without modifications and swapping those buckets in the continuous aggreg…

  5. comment
    Comment #31167465

    Yeah, wanted to be able to programmatically ask the window manager such that I can tell new shells to source "~/.bashrc.d/{desktopname}.sh".

  6. comment
    Comment #31167443

    I have a browser profile per workspace and git/aws/maybe some other env vars that are set up on a per workspace basis. To switching from project 1 to project 2 or personal I just c…

  7. comment
    Comment #31167362

    As a new mac user (~4 weeks with new employer) my biggest N are: 1) inability to ask the window manager "which workspace/desktop am I on" - it also seems like this ability has been…

  8. comment
    Comment #28919663

    What's the explain plan for a pipeline like this look like? In my experience one of the biggest things scaring devs away from moving more logic over the wire towards the db is lubr…