Live data from Hacker News

Viewing profile — sjansen

sjansen

HN member
Joined
Wed, Jul 22, 2015, 12:44 PM UTC
HN karma
405
Public activity
83 items

About sjansen

No profile information was provided.

Recent public activity

  1. comment
    Comment #41039839

    They (re)wrote most of the client SDKs on a Rust core, but the Temporal server is still written in Go.

  2. comment
    Comment #41039741

    The site loads fine for me. See also: https://downforeveryoneorjustme.com/temporal.io

  3. comment
    Comment #41039694

    Putting work in a queue is only the start. Most organizations start there and gradually write ad hoc logic as they discover problems like dependencies, retries, & scheduling. Depen…

  4. comment
    Comment #40628128

    Would "we screwed up by blindly trusting ChatGPT" annoy you less? Because that's how I read it. Or more specially, given the context: "We were in a rush to translate a bunch of cod…

  5. comment
    Comment #40628043

    Line 56 is executed as the file is loaded. Simplified, the line is essentially: id = Column(default=str(uuid.uuid4())) As written, a UUID is generated once and used to set a class-…

  6. comment
    Comment #39094286

    The author defined fair in a pretty industry standard way: > One user should not be able to block another's work. A multi-tenant architecture implies over committing resources to a…

  7. comment
    Comment #38574158

    It actually uses Flex/Bison, and does take advantage of the extended features they provide.

  8. story
  9. comment
    Comment #34580781

    Was just going to say, they're merely making more obvious a situation that has long existed. But most people don't bother checking if packages they depend on are part of `main` or …

  10. comment
    Comment #33388679

    > Why would you decouple the change from its context? The issue is the context. At work, we require a link to the issue/story because it makes SOC2 audits much easier. The commit m…

  11. comment
    Comment #33302661

    Experience has shown that often “worse is better”. Go does an amazing job of balancing complexity and power. I haven’t seen a ”better” language that isn’t either slower, harder to …

  12. comment
    Comment #33302424

    In Go, `rune` is an alias for `int32` and is used to indicate the value is a Unicode "code point". For characters in the ASCII range, that means it's just a character encoded using…

  13. comment
    Comment #31727805

    > Fake crypto is not, as far as I know, a problem. As it happens, crypto-less cryptocurrency is very much possible as demonstrated by the OneCoin scam: https://en.wikipedia.org/wik…

  14. story
  15. comment
    Comment #30523837

    Goramit! You've reminded me Firefly was killed too ruttin quickly.

  16. comment
    Comment #30318650

    Unfortunately that's not necessarily true. There are plenty of examples of prosecutorial over reach and unfair sentencing because our laws were written by people who fundamentally …

  17. comment
    Comment #30313641

    As someone who watched this bit if history unfold, and someone who diagnosed similar issues "back in the day", I see it as an example of sitting around the virtual water cooler tra…

  18. comment
    Comment #30313512

    > Figuring out problems like this when nobody else can and saving the day makes you feel like a wizard. You're right. It was an awesome intellectual high each time. But only the fi…

  19. comment
    Comment #30040098

    They’re not required to stay at the old employer, they’re just not allowed to start at the new employer. Cold comfort for anyone with bills to pay, but they aren’t being targeted b…

  20. comment
    Comment #29836202

    My perspective on the piece is completely different, and I think you're being unfair. Clearly your experience was painful, and I can understand why you hear echos in the author's e…

  21. comment
    Comment #29671328

    > Stockholm syndrom much? Yes, but not how you'd imagine. I spent years as a hard core Linux fanboy. Advocating for Linux. Declaring Linux the future when many thought Windows woul…

  22. comment
    Comment #29671108

    There is so much truth to what you say. I used Linux exclusively from January 2000 until April 2012. A lot has changed in that time, but out of all the changes the three I'm most t…

  23. comment
    Comment #29605593

    You've made the mistake of expressing an unpopular opinion, so you're getting down voted. I strongly dislike proprietary software, but you raise valid concerns that should be consi…

  24. comment
    Comment #29324430

    Although the author says his advice is for people "building new infra at large companies", there's certainly a number of points that apply to a larger audience. For example: > Meas…

  25. comment
    Comment #28870058

    One of our lead developers used it at the height of cloud hype. You could always tell which pages of our internal wiki he had edited recently. Amusing at first, but I got tired of …