Live data from Hacker News

Viewing profile — trumpeta

trumpeta

HN member
Joined
Thu, Dec 29, 2016, 9:25 AM UTC
HN karma
316
Public activity
112 items

About trumpeta

No profile information was provided.

Recent public activity

  1. comment
    Comment #46003720

    sure but so is social media and ultra processed food. Both with much greater impact, why not start there?

  2. comment
    Comment #44510195

    Have a look at https://github.com/hannobraun/fornjot

  3. comment
    Comment #43759649

    The reason I chose Synology over others was their SHR "filesystem", where you can continue adding heterogeneously sized disks after constructing the FS and it will make the most us…

  4. comment
    Comment #42273501

    angry Python noises

  5. comment
    Comment #41876995

    I think it's great advice, but the "finish rarely" part is maybe understated. The goal is to try as many things as possible, as quickly as possible in order to find your true calli…

  6. comment
    Comment #41867986

    It's meant to imply that it's as performant as, but safer than c/c++.

  7. comment
    Comment #39136518

    no it says it includes “human review”

  8. comment
    Comment #39136434

    You can choose a different game engine or write your own. You can not write an app for iOS without Apple SDK

  9. comment
    Comment #38515757

    Interesting article. I wonder if the FS abstraction is not too large, maybe it could be split into various layers, such as the Physical layer (block KV store), intermediate with bu…

  10. comment
    Comment #38233499

    Great! Now do trilingual!

  11. comment
    Comment #38096381

    I'd still rather stare at a blank screen for 20s than view the ads.

  12. comment
    Comment #38066773

    What do they do when GitHub is down?

  13. comment
    Comment #37996868

    I think the self-hosted bit is just for syncing, as long as you have multiple devices its not likely to lose data even if you don't follow the 3-2-1 backups.

  14. comment
    Comment #36932770

    They were making austerity jokes in Yes Minister!

  15. comment
    Comment #36394052

    I hope Apple loses and is forced to change their logo i to something like a bitten iPhone. The other company make actual apples and for longer than Apple, so they should have the r…

  16. comment
    Comment #36188664

    also much less likely to get shot there than at school!

  17. comment
    Comment #34245654

    Another way of doing this is assign Hyper key to Caps Lock with Karabiner and then use that to set up hyper+X shortcuts to different or macros using Hammerspoon. So e.g. I have hyp…

  18. comment
    Comment #34232544

    The battery won't spin and lose all charge, it has a breaker mechanism that will stop it similar to how seatbelts work, it gets stuck if it pulls too hard. This is to prevent damag…

  19. comment
    Comment #34007356

    At what scale have you decided you’ve outgrown it?

  20. comment
    Comment #34007327

    ELT approach means you copy raw data from transactional sources, events, external APIs and dump it in the first “layer” of your data warehouse. Then you progressively clean it and …

  21. comment
    Comment #31782899

    what makes Ante low level? Just from a cursory look over the website seems pretty high level to me.

  22. comment
    Comment #31482665

    We operate a (small?) Airflow instance with ~20 DAGs but, one of those dags has ~1k tasks. It runs on k8s/aws setup with a MySQL backing it. We package all the code in 1-2 differen…

  23. comment
    Comment #30061906

    Torvalds (I think): > Bad programmers worry about the code. Good programmers worry about data structures and their relationships. The problem with dogmatic OOP is that it mixes dat…

  24. comment
    Comment #29407402

    ddg has the same issue though

  25. comment
    Comment #26272295

    Maybe I can offer an answer to your question, I have worked at a couple of companies where we ran "small" scale k8s clusters (1-100 nodes as you say). We have chosen k8s and I woul…