Live data from Hacker News

Viewing profile — Nvorzula

Nvorzula

HN member
Joined
Mon, Sep 04, 2017, 4:31 AM UTC
HN karma
75
Public activity
21 items

About Nvorzula

No profile information was provided.

Recent public activity

  1. comment
    Comment #45379493

    I'll throw in my own niche usecase for thermoelectric - deep sky imaging. I do astrophotography as a hobby (taking pictures of galaxies/nebulae/etc). This involves doing long, mult…

  2. comment
    Comment #44848005

    Hello, astrophotographer here. The unique thing about astrophotography is that the subject that we are imaging is (relatively speaking) static. Any slight deviation, even the small…

  3. comment
    Comment #34238410

    How is it odd and entitled for an end user to not like it when things suddenly break? That is, I believe, the entire point of the parent, is it not? That this whole migration was n…

  4. comment
    Comment #33924396

    > Russia in rubble in two weeks from sanctions and Russia out of missiles in two weeks. I'm not sure I ever heard such promises. In fact, I distinctly remember the opposite being t…

  5. comment
    Comment #32552863

    Of all the things to backup, how does a technician NOT include Documents/Pictures? "Oh, I know, better save these DLLs. Also, a copy of the registry juuuuust in case they changed s…

  6. comment
    Comment #31633273

    > "where might I use this function?" I'm not so sure about this one. Software development is quite usually "build functionality to serve a given use case" whereas this line of inqu…

  7. comment
    Comment #26056796

    Some time ago I got into the habit of naming my home network after Pokemon that I happen to thought fit well. My Windows desktop is Charizard and it's Ubuntu dual boot is DarkChari…

  8. comment
    Comment #25960196

    Precisely, this is Rust that compiles to a C FFI that plugs into CPython.

  9. comment
    Comment #25586002

    To my understanding they're both [type, length, content] encoded formats, so they're similar there at least. In my experience people really quite enjoy the IDL aspect of protobuf a…

  10. comment
    Comment #24536520

    This is the precise insight that jumped out at me. I often get raised eyebrows when I state that, by my definition, Python and Javascript are among the mostly brutally difficult pr…

  11. comment
    Comment #23060258

    Of course there is academic interesting (as in, I wrote an emulator in BASH and it actually kinda works) and there is practical interesting (I got the emulator to be 3% faster). Th…

  12. comment
    Comment #20076790

    > The most offensive thing people are doing with design patterns is trying to use them like bricks to build code. You will end up with code that’s 90% boilerplate and 10% actual lo…

  13. comment
    Comment #19527941

    With regard to datacenter operators, I would argue that a simpler answer to that observation is that they are investing heavily in the are in which they can actually effect change.…

  14. comment
    Comment #16948195

    Here's one that always has me stare at the screen, quietly, in disbelief. 1. Carefully read and grok a small-to-medium sized module. 2. Notice that although the style is not the "o…

  15. comment
    Comment #16513151

    I actually live in the greater Phoenix area and go to school at ASU, so I see Waymo and Uber autonomous around everywhere. I frequently see these things handle aggressive rush hour…

  16. comment
    Comment #15722872

    On the whole I am very happy with Go, but this did bite me recently. We're using the X509 package which is returning an error on a handful of CA certificates due to characters that…

  17. comment
    Comment #15663608

    x := some_code_here says "x is a NEW variable whose type is whatever the result of the expression on the right hand side is". Say we have a function, GetInt64(), which...returns an…

  18. comment
    Comment #15401503

    > I argue that clear use of function pointers is the heart of object-oriented programming. Given a set of operations you want to perform on data, and a set of data types you want t…

  19. comment
    Comment #15238615

    A lot of people are commenting on how cheapskate I was. Absolutely! I was still in undergraduate and this was my first contracting gig. I am older, wiser, and ahem richer now. =)

  20. comment
    Comment #15238212

    I took a dive away from Sublime Text over to Atom a few years ago because I was starting up some contract work, didn't want to pay for a copy, and didn't want to continue doing the…

  21. comment
    Comment #15165740

    He points to a graduate student who had to pick up Python for some task and wanted to learn both the language and the tools necessary for that task. I can throw another anecdote in…