Live data from Hacker News

Viewing profile — 1-KB-OK

1-KB-OK

HN member
Joined
Thu, Dec 27, 2018, 3:11 PM UTC
HN karma
43
Public activity
25 items

About 1-KB-OK

No profile information was provided.

Recent public activity

  1. comment
    Comment #38194910

    Huge! Congrats to the team.

  2. comment
    Comment #36902800

    Yes, agreed. To me this work feels impossible. The author makes it sound so easy and intuitive, it's unreal.

  3. comment
    Comment #35550824

    It had some good results but made up a command called `cargo publish --workspace` when asked about publishing a Rust workspace project to crates.io -- that command would be handy, …

  4. comment
    Comment #35031889

    I agree with the article. The SAT is a chance for any student, regardless of background, to demonstrate academic skills and the ability to succeed. I was one of those students -- m…

  5. comment
    Comment #34627927

    Just find a new gig. I also worked from 2019-2022 for a company without a raise for 3 years. Arguably, I stayed six months too long, but we were doing some greenfield stuff that wa…

  6. comment
    Comment #34531992

    The papers are all based in cryptography and zero-knowledge proofs specifically. I would argue they are in the first category you described. They seem to be descriptive and walk th…

  7. comment
    Comment #34514174

    Thanks, this is really helpful! I think I'm on the "just trust that the papers you receive are the state of the art in this field and think about how to implement their conclusions…

  8. comment
    Comment #34514107

    I would agree. I'm actually quite a few years out of school though, I have around 5 years of experience. I do have a bit of graduate-level experience but basically never did any re…

  9. story
    Ask HN: How do you read an academic paper?

    In my new course I'm provided academic papers to read, as well as in my job. I don't have any background in how to read research papers as a software engineer. What are some tips y…

  10. comment
    Comment #34295402

    I've been using `:x` successfully for years after finding it. I had no idea that `:X` actually encrypts the file and can cause havoc lol.

  11. comment
    Comment #33983789

    I find it a bit surprising that only a few people knew about this code change. I expect other engineers found that piece of code and probably didn't ask any questions. It's normal …

  12. comment
    Comment #33915639

    Great work! Keep up the high productivity. Miss playing ping pong in New York together :)

  13. comment
    Comment #32628952

    Containers are great tools that can encapsulate an application and its dependencies, allowing apps to run anywhere in a streamlined way. Some container images contain commands to s…

  14. story
  15. comment
    Comment #25495527

    Looks great! Well done jake, joey, jimmy

  16. comment
    Comment #24783735

    I'm actually running into this issue right now, in the context of a test that I'm writing. The test needs to copy some data out of an image. The image contains a full filesystem, a…

  17. comment
    Comment #24222889

    Interesting how they enforce the namespaced scope for ACK custom resources. This is a logical design choice but makes it trickier for operators to use. Say I have an operator watch…

  18. comment
    Comment #23416611

    Makes me think of that one Simpsons scene where Mr Burns finds atoms in his factory https://www.youtube.com/watch?v=DqgvHUg_vxY

  19. comment
    Comment #23214040

    A dilemma that we are running into at work is that we have all our software open source and readily available on github but use an internal bug tracker to manage bugs picked up by …

  20. story
  21. comment
    Comment #22217353

    How much of being a 10x dev comes down to understanding the existing system really well and being able to iterate quickly? I wouldn't call myself a 10x dev but at my last startup I…

  22. comment
    Comment #21955574

    I mostly read fiction books and technical O'Reilly stuff. Would highly recommend both. Reading books is infinitely more relaxing than browsing content online aimlessly.

  23. story
  24. comment
    Comment #19152796

    It's a fair criticism of the older versions of Go - it did not have good dependency management out of the box. Probably due to the famous Google monorepo and how they did not need …

  25. comment
    Comment #18769858

    It's a good point that a language needs a platform to really shine. I think one place where Rust can find it is by targeting WASM and being the first systems language that can comp…