Live data from Hacker News

Viewing profile — stable-point

stable-point

HN member
Joined
Mon, Jul 18, 2016, 11:53 PM UTC
HN karma
123
Public activity
29 items

About stable-point

No profile information was provided.

Recent public activity

  1. comment
    Comment #14581851

    Perhaps SO could include the titles of questions marked as duplicate somewhere in the markup so that Google indexes it?

  2. comment
    Comment #14285884

    I think this highlights that while there are easy solutions to the problem the OP faced, they're difficult for a newcomer to discover. (I have been using Rust for a couple of month…

  3. comment
    Comment #14227260

    I think the key part is "regardless of where they come from". For instance, Scotland has free tuition for the Scottish and other EU citizens, but not for citizens of England/Wales/…

  4. comment
    Comment #14137083

    I do the same, as do others on my team. If we see an XXX in code-review, then we know someone commited something they didn't mean to.

  5. comment
    Comment #14070607

    The firmware signature ensures the updates are authentic, but not that they are fresh. An attacker could force devices to stay on an older authentic but vulnerable piece of softwar…

  6. comment
    Comment #13995180

    Arguably someone adhering to the C++ Core Guidelines, using GSL and using the new static analysis tools (currently only in VS?) can be reasonably confident about choosing C++ for a…

  7. comment
    Comment #13967981

    The article asks an interesting question which casts doubt on this theory: why does the UK ban affect UK airlines too?

  8. comment
    Comment #13930635

    I don't imagine many start-ups buy them new. My previous employer bought a bunch of Aeron chairs second-hand (from other failed start-ups...)

  9. comment
    Comment #13614286

    Fantastic. Maybe hide the word "MSDN" somewhere in the page, just for search engines. Old habits die hard. :) Slightly off-topic, but would it be possible to reinstate the code sam…

  10. comment
    Comment #13611760

    Fantastic! Thanks a lot in any case. I do find the image of "fighting the borrow checker" is quite harmful to how people view Rust. As those links state, an important aspect of tea…

  11. comment
    Comment #13611712

    The new content looks a lot better, but I think it is a shame that this is not using the "MSDN" branding. One of the nicest things about Microsoft documentation is that I can add t…

  12. comment
    Comment #13592309

    Could you provide an example where the borrowing would cause issues for immutable data? I'm still learning Rust, but I thought the fact that you could have as many immutable borrow…

  13. comment
    Comment #13422615

    It is not written in Python, it is written in RPython: > So this is written in Python? > It's actually written in RPython, the same language PyPy is written in. make build_with_jit…

  14. comment
    Comment #13401908

    Opening it in a text editor is not sufficient. With clever use of 'sleep' you can even have the server return a malicious payload only if it thinks its getting immediately piped to…

  15. comment
    Comment #13205364

    No, he doesn't: > For request, a full rewrite made sense because urllib sucked so much and we had no good alternatives.

  16. comment
    Comment #12998783

    This is called a Unikernel: https://en.wikipedia.org/wiki/Unikernel > Unikernels are specialised, single address space machine images constructed by using library operating systems…

  17. comment
    Comment #12891733

    I don't think it supports any browsers via plugin. You use a separate app to unlock your keychain, it places the relevant password on your clipboard and then it clears the clipboar…

  18. comment
    Comment #12868886

    > More likely because it's not available on-premise. Check into how many use HipChat instead, because it is. Just one data-point, but: my employer went with HipChat because we need…

  19. comment
    Comment #12718210

    I can't get it to look like a crater, no matter where I pretend the light's coming from. It's always a dome for me.

  20. comment
    Comment #12553106

    Does the government require this arbitrarily, or because that's the will of the people? Here in the UK, we have Sunday trading laws which limit how long shops can be open on a Sund…

  21. comment
    Comment #12538607

    Or TenFour refers to the announcement date: 10/4.

  22. comment
    Comment #12535370

    It's well worth reading the original 'Good Product Manager/Bad Product Manager' chapter from 'The Hard Thing About Hard Things': https://a16z.files.wordpress.com/2014/08/good-produ…

  23. comment
    Comment #12474603

    I've attempted to do Coursera's ML course, but I am not very good at learning from videos - I much prefer reading a text book and then attempting the problems in my own time. Are t…

  24. comment
    Comment #12404184

    If you have `pbpaste | sh -` on your clipboard and then paste it into a terminal, it'll continually execute itself. (`pbpaste | sh - | pbpaste | sh - | pbpaste | sh - | ... | pbpas…

  25. comment
    Comment #12264879

    > if someone has those rights, you're already screwed. I think that this was once true, but Secure Boot was an attempt to improve the situation. My understanding is that Microsoft'…