Live data from Hacker News

Viewing profile — awild

awild

HN member
Joined
Wed, Sep 14, 2016, 3:07 PM UTC
HN karma
426
Public activity
187 items

About awild

No profile information was provided.

Recent public activity

  1. comment
    Comment #33355267

    Sort by lowest start, merge left when they overlap. Emit current span if not. Repeat.

  2. comment
    Comment #33353727

    It's not a US thing and not even necessarily related to being bullied in school. Lots of parents scold their children for being into useless or eclectic hobbies.

  3. comment
    Comment #33013199

    I found out yesterday that our facility management is employed with us. But we also handle seriously sensitive data.

  4. comment
    Comment #32627779

    Have you looked at Millercsv or jq?

  5. comment
    Comment #32368310

    Kill9 can keep ports locked for a bit after exiting which is a quite annoying

  6. comment
    Comment #32290190

    > To change a person's behavior. If someone keeps lying, cheating, and stealing in society, we want to make them to stop so that they can reintegrate and become a beneficial member…

  7. comment
    Comment #32256461

    Have you had a look at arrow? It has those capabilities

  8. comment
    Comment #32226102

    I try to encourage newcomers to refractor the code into a form they understand, fix the problem and then undo that refactoring as much as possible. If they actually come up with a …

  9. comment
    Comment #32135477

    I most definitely go to Italy and complain about the quality of the coffee. And I do actually appreciate bitterness in coffee.

  10. comment
    Comment #32135430

    Sorry, but the modern form of DIPA most definitely is one of the most accessible forms of craft beer. They usually aim for low to no kettle hops, only whirpool and high levels of r…

  11. comment
    Comment #31634121

    This looks really neat. Haven't taken much time to look in depth, it it took me a while to find info on whether this was k8s or podman related. Maybe the docs could make it a littl…

  12. comment
    Comment #31520938

    They also offer tanzu as on prem cluster where you can somehow use kubernetes to provision kubernetes virtualised kubernetes clusters.

  13. comment
    Comment #31483254

    > Even with a few DAGs, Airflow will spike the CPU utilization of the VM to 100% for X minutes (in my case about 15 minutes) which is quite interesting. My tasks basically query SQ…

  14. comment
    Comment #31467730

    Especially since its not really a language safety feature. As a reader of code I much prefer knowing what I need to pay much attention and what not. As a writer I want to be remind…

  15. comment
    Comment #31467263

    > If they decided one day that - "let's make immutable by default", then it'd be performance hit - wouldn't it? Not really. It's just a syntactic default, reassigning local variabl…

  16. comment
    Comment #31467125

    It's usually on a syntactical level, to disable reassigning a value. For objects this means the reference is still mutable, value types are locked. Js has const, C has const, Java …

  17. comment
    Comment #31458901

    Ggplot is extremely powerful if you can grok its grammar, which takes some getting used to. But I'd assume that if you see a graph in a scientific paper it's made with ggplot. Havi…

  18. comment
    Comment #31456449

    I've recently got back into Card games after growing up on mtg, and there is a whole bunch of games where you don't buy random boosters but whole expansions. Netrunner/nisei being …

  19. comment
    Comment #31449296

    > try loading a 15GB CSV in Excel. Or visualising it in r or pandas without meaningful subsampling.

  20. comment
    Comment #31445099

    They are most likely more capable but Cosmopolitan which this is built upon has a different use case than just instrumentation

  21. comment
    Comment #31380430

    Question for people who've implemented these kind of compression schemes: some of these mechanisms require local context (rle and s8b) how do you handle random access in these case…

  22. comment
    Comment #31336630

    I very much feel you. I have a pretty large mp3 collection that is a mix of pirated, bought or ripped from (library) CDs. I started using Spotify only a few years ago when maintain…

  23. comment
    Comment #31295144

    Get yourself one of those coffee dosing spoons or just a normal tablespoon. Have not had any problem with dosing.

  24. comment
    Comment #31087640

    > The official docs basically solve your problems without much fuss, you don't have to rely on horrible vendor-specific forums. tdodbc also comes with examples that are so far beyo…

  25. comment
    Comment #31056576

    It depends on how complex your usecase is, but using pods and just scripting your containers' composition isn't such a hassle in podman.