Live data from Hacker News

Viewing profile — kartoshechka

kartoshechka

HN member
Joined
Fri, Nov 01, 2019, 12:04 AM UTC
HN karma
129
Public activity
105 items

About kartoshechka

No profile information was provided.

Recent public activity

  1. comment
    Comment #49069394

    my friend had been waiting for offer after passing final interview, but recruiter suddenly went silent. she responded nearly 2 years after saying that she had been on parental leav…

  2. comment
  3. comment
    Comment #48828225

    I found cockpit to be incredibly useful for managing NAS and VPS. Even though any configuration is not an issue with LLMs, having a dashboard with toggles, formatted logs and such …

  4. comment
    Comment #48615979

    - cors docs are written either from solution or implementation point of view, not the "why this exists, and how we successively deal with bad actors trying to game cors", cors RFC …

  5. comment
    Comment #48274804

    imo books for programming language should be roughly a guide to docs, with better context collocation and more elaborate examples, otherwise it would be really painful to use langu…

  6. comment
    Comment #47948376

    just like hashicorp, its careers site redirects to IBM site with no filter to find hashicorp positions

  7. comment
    Comment #46943328

    engineers pay for abstractions with more powerful hardware, but can optimize at their will (hopefully). will ai be able to afford more human hours to churn through piles of unfamil…

  8. comment
    Comment #46498442

    I think part of the experience is actually remembering by feeling what time does this song come from, and making it available in one click kinda kills the magic

  9. comment
    Comment #46171574

    I was confused by its plugins. Despite reading docs over a few days I still have no idea what does runtime for plugins look like, does zellij download them once? on each server sta…

  10. comment
    Comment #41949184

    the most useful ML feature for me is text recognition on photos, helps to copy phone numbers and such

  11. comment
    Comment #41762765

    does zoom screen sharing works? it's the only thing preventing me from daily driving it

  12. comment
    Comment #40760625

    offtopic, but I can't fathom why academia and Nature specifically thinks that 2 columns of tiny text is a comfortable format for reading off screen

  13. comment
    Comment #40593208

    for the sake of being marketable to recruiters and other hiring people, I think being honest won't do much good. I'd leave a handful of jobs, not necessarily the most recent, but f…

  14. comment
    Comment #39695039

    you should set up semantic token highlighting together with highlight on cursor hold for your language of use, former is usually a feature of language server, latter should be out …

  15. comment
    Comment #39490036

    we tried to break up features into smaller PRs at one $dayjob, and the problem with small increments is that you have to plan out to some degree of detail upfront, which can't be a…

  16. comment
    Comment #39024110

    gosh, I've been thinking about making this for years, now I have to generalize for planes

  17. comment
    Comment #38804154

    rust teams claim aside, having golang as primary lang in your stack is the bulletproof way to suck all the joy out of daywork. I feel like I'm golang typist, rather then programmer…

  18. comment
    Comment #38778186

    rss bridge [1] seems to do the same, but it's not coupled to any rss reader [1] https://github.com/RSS-Bridge/rss-bridge

  19. comment
    Comment #38725093

    golang almost accomplished to be non scary language, but the users have been fighting back

  20. comment
    Comment #37712416

    IMO, lack of support from strong typing leaves you with nothing but writing better code in general. Undoubtedly type checker prevents obviously/not that obviously invalid code, but…

  21. comment
    Comment #37573921

    it's kinda funny to me when people with latest macbooks, loaded with actually useful but comically expensive programs, open up goland that itself has a shit ton of features, to wri…

  22. comment
  23. comment
    Comment #37553030

    great post! I'd like to mention one more "indie" tip - physical security key is nice to have (2 even better) if you plan to lose/break your phone, or travel frequently. Add the mos…

  24. comment
    Comment #37387043

    rclone allows you to mount remote fs via ssh, it has some quirks but overall I'm able to maintain my self host setup with this. also I'm sure there are plenty of similar plugins, m…

  25. comment
    Comment #37359196

    sometimes it's not easily achievable, when code is owned by other team or data comes from external source. I guess forbidding invalid state is the best option, and checking invaria…