Live data from Hacker News

Viewing profile — cbushko

cbushko

HN member
Joined
Thu, Aug 23, 2012, 6:09 PM UTC
HN karma
422
Public activity
153 items

About cbushko

No profile information was provided.

Recent public activity

  1. comment
    Comment #48664103

    Crosspoint is very popular and very easy to flash onto the device. Locking and preventing flashing of firmware only happened in China.

  2. comment
    Comment #48664075

    I picked the X4 over X3 because the usb-c is convenient for charging (which you barely need to do) I love it and use it every day.

  3. comment
    Comment #47651171

    This article makes the assumption that Bob was doing absolutely nothing, maybe at the Pub with this friends, while the AI did all his work. How do we know that while the AI was wri…

  4. comment
    Comment #47211751

    All of those terminals work for you now because someone went and added terminfo to ncurses which distributed it across all versions of linux. Kitty needed to do it too back in 2018…

  5. comment
    Comment #42518829

    | In the linked speed demo one command was 8 milliseconds faster than another. Ok? For day to day, ls'ing files that speed up won't matter too much. It is when you are tailing logs…

  6. comment
    Comment #42518108

    I think you've done an excellent job running the community for Ghostty and it is a prime example of how to do it right. From the Discord to Github repos you've been a class act all…

  7. comment
    Comment #41483939

    Tailscale ssh is very useful when away from your home network. Setup was pretty easy and the only 'gotcha' that I found was you cannot assign ssh to a mac machine if you are using …

  8. comment
    Comment #35907854

    I am 47 and I am the best I have ever been. I might code slower than people 20 years younger than me but I produce much much better code than they do. There is definitely ageism ou…

  9. comment
    Comment #35749274

    I've used everything. Windows for gaming/work, linux for prod/home and now Mac for work/play. I use docker every day and it's performance on Intel Mac used to be pretty terrible. U…

  10. comment
    Comment #34950596

    I disabled the checker on startup because that dialog was annoying me. In /config/lazy.lua: checker = { enabled = false }, -- automatically check for plugin updates I've never had …

  11. comment
    Comment #34939792

    There are a couple things: - Most distros seem to like wrapping functionality and having you use their own convenience functions to get things done. For example, for AstroVim, astr…

  12. comment
    Comment #34937982

    Please help the community and make sure that these issues are documented in Github/whatever issue tracker. Or if you have the skills please contribute back and fixes these things t…

  13. comment
    Comment #34933098

    That is too bad. If they did then they would probably garner huge community support and the gaps would be quickly filled in.

  14. comment
    Comment #34933086

    I have played with helix and I do like how it comes with everything out of the box. Helix is doing great things but it isn't there yet. I can customize Neovim the way I want and th…

  15. comment
    Comment #34931862

    I've re-built my neovim config like 3 times this year as I have played with several 'distributions' and styles. SpaceVim, LunarVim, AstroVim, and NVChad to name a few. This last we…

  16. comment
    Comment #34889326

    I've only had successful paired programming in one situation and it was amazing. I believe it worked because we were friends and at the same knowledge level. In three days, we ripp…

  17. comment
    Comment #34541743

    Yes, it is "foot the bill" in regards to paying for it. My mistake but I am glad everyone had some fun learning!

  18. comment
    Comment #34430080

    The same goes for huge open source projects like Kubernetes. The amount of money to run the infrastructure for CI/CD and CDN is in the millions per year. Someone has to pay for tha…

  19. comment
    Comment #34421509

    I recently noticed a decline in battery on my M1. It is ridiculous to complain about 10h battery life but the decline was noticeable. I fixed it by: 1) Turn off siri suggestions & …

  20. comment
    Comment #33399659

    Folks tend to get so upset about the title of "DevOps". I am unsure if it is because of: - just dealing with bad Ops engineers at work that "don't do much" - employees taking advan…

  21. comment
    Comment #33137863

    I use hop only for specific characters using `HopChar1`.

  22. comment
    Comment #32830047

    My example was for non-prod and saving money there as I found that our development clusters tended to be the most under utilized per dollar spent. In development it was ok to put a…

  23. comment
    Comment #32828958

    As someone else mentioned in the replies, this sounds more of a problem of not having a top level design than a naming problem. You have bigger problems if your `PaymentService` mo…

  24. comment
    Comment #32828706

    Think of the new people you hire! It is difficult enough being onboarded to a new company without having to learn two dozen names for random services and libraries. I feel sorry fo…

  25. comment
    Comment #32827672

    HPAs can definitely save you a lot of money when running Kubernetes and they are extremely useful, especially for non-production environments where you want to be efficient as poss…