Live data from Hacker News

Viewing profile — shadowwolf007

shadowwolf007

HN member
Joined
Tue, Feb 11, 2014, 2:19 AM UTC
HN karma
91
Public activity
42 items

About shadowwolf007

No profile information was provided.

Recent public activity

  1. comment
    Comment #28600048

    Ok thank you! I appreciate from your POV this probably is silly but for us it’s very helpful to have explicit clarity since investors are questioning and demand certainty. I once h…

  2. comment
    Comment #28598233

    So this is a very relevant question and I have been trying to figure out if I need to migrate off timescaledb asap coincidentally over the last 2 weeks (We're pre-production anyway…

  3. comment
    Comment #28229279

    We looked at it and there were a few problems we had with where it would force us to put VMs that we just weren't super comfortable with due to the in-process-ness. More a byproduc…

  4. comment
    Comment #28229236

    Honestly with the schema thing I'd probably be fine with either/or! A checksum would be crude and user-hostile, only being able to say "you did it wrong" but not really good at tel…

  5. comment
    Comment #28224351

    Yeah - I used to lead a department that would process somewhere around 10TB of CSV formatted data per day. The edge cases are a hassle but they don't become less of a hassle from a…

  6. comment
    Comment #28133649

    On the flip side, the only time I've ever felt like my work was fulfilling and valuable was when was under-compensated and insanely overworked (like 80 hours was a pretty reasonabl…

  7. comment
    Comment #26906924

    The "Tiny town" is 70,000 people who live in an multi-city metro area of around 600,000. That may not be like SF or NYC big, but it's also not just a random metro area. Having live…

  8. comment
    Comment #26415182

    I've worked with several recruiters who are trying to shop around as an outsourced recruiter. Basically, they take your resume and slap their name on it in an effort to show compan…

  9. comment
    Comment #24756564

    As of Windows 10 1903 you can set the codepage of the application to UTF-8 - in fact for UWP Microsoft recommends you do that ( https://docs.microsoft.com/en-us/windows/uwp/design/…

  10. comment
    Comment #22960945

    I work in this industry as well. That said - private label is a small (but growing) area in the US markets, so it's hard to make a generalized statement of how much someone does or…

  11. comment
    Comment #18830410

    A struggle I've had is I'm used to casing performance in terms of errors or negative feedback. So far the feedback I've had is almost all positive (team is far above previous perfo…

  12. comment
    Comment #18829492

    I'm really glad you were able to avoid that scam. That's super scummy. I built this premise because I do read a lot of car forums and, quite frequently, people would ask "Hey my ca…

  13. comment
    Comment #18826776

    To be honest a lot of your suggestions are probably very solid but come off like the "Find a mechanic you can trust" solution. By that I mean the advice of "find a mechanic you can…

  14. comment
    Comment #16711780

    I've been working on this for a product launch we are trying to do and have had the problem you are talking about. The problem is that explaining that without ending up mired in de…

  15. comment
    Comment #14692101

    You nailed why I think many object oriented designs fall flat. People presuppose both that the objects within their domain encompass all objects (just students and courses) as well…

  16. comment
    Comment #14660873

    Yeah BA is way over-priced, but aside from a few of their completely nonsensically simple recipes I've never made anything comparable for $2 - $3 a person. The $5.50 mark sounds ab…

  17. comment
    Comment #14542968

    Fwiw, this page blocks when you come from HN. I suspect the author wouldn't want their stuff posted here.

  18. comment
    Comment #14487956

    > I've shown my resume to various people in the field and they said it was fine aside from a few conflicting opinions of moving one thing somewhere else or other minor details. I l…

  19. comment
    Comment #14061360

    I am also often similarly loathe to apply to positions without posted salary ranges. Unfortunately, in my experience, it's often "taboo" to bring up pay early-on in the discussions…

  20. comment
    Comment #13189486

    Anecdote to back up what you wrote: When I bought my first home my loan (P+I) payment was $1300 per month on average (paid every 2 weeks), which was not only affordable but cheaper…

  21. comment
    Comment #12660970

    The standard rounding for financial applications is typically Banker's Rounding, which is another way of describing rounding to the nearest even. E.g. 1.5 rounds up to 2 but 6.5 ro…

  22. comment
    Comment #10897484

    Yeah - not surprised the DNX stuff is wonky. It seems like every time there's a new project format the first version is just really awful. I think they really only test it on small…

  23. comment
    Comment #10895424

    I hate to say this, but a lot of your issues might also be coming from the TFS integration. I know I used to have a bear of a time with random crashes and issues. Since switching t…

  24. comment
    Comment #9655684

    We use git exclusively as a Windows-based shop and only 1 person uses the git integration with Visual Studio. Everyone else uses different solutions from tortoise to source tree to…

  25. comment
    Comment #9144196

    .net is moving away from LINQ? Where is that and how did I miss this? Do you have a link? That seems totally insane.