Live data from Hacker News

Viewing profile — thomas-st

thomas-st

HN member
Joined
Mon, Oct 13, 2008, 11:32 AM UTC
HN karma
674
Public activity
85 items

About thomas-st

co-founder close.com, personal website thomasst.ch

Recent public activity

  1. comment
    Comment #44686018

    That's just the JSON equivalent of "we have data, and it's null" vs "data is missing", and consistency could be enforced using a constraint or by making it non-NULL in the first pl…

  2. comment
    Comment #42822735

    Previous discussion (with some calling it a scam): https://news.ycombinator.com/item?id=42803559

  3. comment
    Comment #42622492

    I have a power bank that is PD capable, but I cannot charge it from my MacBook even if the MacBook is plugged in to power. I get around it by using a USB-C/A dongle and correspondi…

  4. comment
    Comment #41967564

    Use (and shipping via mail) is allowed according to this article, so one of the articles is wrong/outdated: https://www.straitstimes.com/asia/se-asia/iphone-16-allowed-...

  5. comment
    Comment #41577590

    It looks a bit like a handwritten Polish ą

  6. comment
    Comment #41240653

    > (by the way, by the time you have checked in and your boarding pass has been issued, a lot of companies just don't allow you to cancel anymore, so it's really a non-issue?) Which…

  7. comment
    Comment #37139341

    A while ago I was helping a friend pick a cell phone plan with T-Mobile USA. If you study their plans, the "Essentials" plan does not include "taxes and fees", but their "Magenta" …

  8. story
  9. comment
    Comment #33354363

    I wish cookie settings were part of the browser (e.g. I want to reject all marketing cookies but not essential ones), have a way in JS/HTTP to indicate the type of the cookie, and …

  10. comment
    Comment #32999720

    Careful. My friend used Revolut virtual cards and forgot to deactivate the card after the purchase. Months (or a year) later he got a fraudulent charge and Revolut refused to waive…

  11. comment
    Comment #32476164

    To be clear, it's completely unacceptable they are charging for this repair. My intent was to give some perspective on how the repair process went overall, I needed the device back…

  12. comment
    Comment #32475674

    Honestly, if I had broken the screen, this seems like a fair cost for a new display like this. Apart from the the cost, I'd also like to mention the repair process (via mail at the…

  13. comment
    Comment #32475522

    My 14" M1 MacBook Pro screen repair cost was $809. Supervisor refused the waive the fee. The screen cracked for no apparent reason and then completely stopped working. Some firm al…

  14. comment
    Comment #28088655

    Close | Engineering and Product positions | REMOTE | https://jobs.close.com/ We're building the sales communication platform of the future. With our roots as the very first sales C…

  15. comment
    Comment #27703434

    Close | Engineering and Product positions | REMOTE | https://jobs.close.com/ We're building the sales communication platform of the future. With our roots as the very first sales C…

  16. comment
    Comment #19753009

    That's my main worry with Tesla not using LIDAR as a backup. Sure, the image recognition will work in almost all the cases, but occasionally (hopefully very rarely) there is going …

  17. comment
    Comment #19647749

    That's a false rumor. https://forums.macrumors.com/threads/macbook-pro-16-17-comes...

  18. comment
    Comment #12700020

    See https://hack.close.io/posts/ciso8601 on the use case.

  19. comment
    Comment #12699614

    I had similar issues in Python, where the available date parsers weren't fast enough. With my C module, I got 320ns, which was 62x faster than Python's less flexible strptime. See …

  20. comment
    Comment #12333441

    I need to switch between two windows of different applications. Cmd+` only switches within the same application.

  21. comment
    Comment #12332516

    Some other keys that work while using Cmd+Tab: - Press "q" to quit the selected application - Press "h" to toggle hiding the selected application - Press "1" to show all open windo…

  22. story
  23. comment
    Comment #10064561

    What's "dumb" about the hash ring, and how exactly is your solution faster/simpler? One nice thing about the hash ring is that it nicely rebalances when you add or remove nodes. Th…

  24. story
  25. comment
    Comment #7871804

    I did all the timeit benchmarks on the latest 13" retina MacBook Pro, 2.6 GHz Intel Core i5. The profiler screenshot is from one of our serves on EC2. Of course there is always pot…