Live data from Hacker News

Viewing profile — scottbruin

scottbruin

HN member
Joined
Thu, Sep 17, 2009, 3:49 AM UTC
HN karma
110
Public activity
55 items

About scottbruin

http://scotthulbert.com/

Recent public activity

  1. comment
    Comment #34733462

    Or you can view it as marketing spend. Getting lots of attention online from SWEs circa 2016 is far from a bad thing for a dev tools company.

  2. comment
    Comment #33528333

    That’s kind of like saying an IDE has no clear productivity benefit when authoring software. It’s an IDE for note-taking.

  3. comment
    Comment #31662131

    We're in a golden age of note taking so I'd check out some of the stuff in the "second brain" space. Obsidian, in particular, is like an IDE for notes that you can customize (e.g. …

  4. comment
    Comment #31546796

    Going with the point re: cursor links, if your URLs look something like this then they would be shareable and more stable than page=11. ?startWith= &sortBy=

  5. comment
    Comment #31420610

    A student or intern (first-year resident) doing your surgery in orthopedics would be pretty shocking. If that’s really the case you should be upset. In teaching hospitals in the US…

  6. comment
    Comment #29882419

    I think you have that backwards. Asymptomatic infection with likely transmission (plus presyptomatic transmission) was a big characteristic of COVID since day one (and one of the r…

  7. comment
    Comment #19666240

    Bill.com seems widely used and liked by AP departments.

  8. comment
    Comment #19418629

    AWS Fargate may be interesting as you can use containers but don’t need to manage VMs. There is support for scheduled tasks as well. I’d consider looking for convenience CLIs or wr…

  9. comment
    Comment #18226928

    Queue management, albums as first-class, actually useful social/discovery features—so much good. RIP Rdio.

  10. comment
    Comment #15850481

    FYI Kowloon refers to the peninsula part of Hong Kong which is incredibly, not to be confused with the removed walled city (the area of which is being redeveloped IIRC)

  11. comment
  12. comment
    Comment #9423811

    What kind of quality shoes? Good dress-y shoes can be resoled so they should last more than 4 years.

  13. comment
    Comment #9148721

    I used to like the aesthetics of naked domains but after having dealt with DoS issues and integrating a CDN, I'd say it's better not to use one for future flexibility. Since you (m…

  14. comment
    Comment #8525743

    Hey, I tried this out. There are some solid playlists in there. A couple things I found confusing: - I don't have flash installed in Safari (comes packaged in Chrome) and there was…

  15. comment
    Comment #7460265

    We've had issues with saturated upstreams and then been negotiating new ISP connections. All the ISPs I've asked (Level3, NLayer, Cogent) won't put an active restriction to only CD…

  16. comment
    Comment #7236707

    I see this issue a lot with blogs related to tracking companies (Mixpanel, for example). These companies are serving their blog CSS from the same hostname as they serve their track…

  17. comment
    Comment #7020494

    I'm not entirely sure why they say that since www.github.com is using Github's own BGP IP space whereas the CDN they're talking about is Fastly. In other words, github.com may not …

  18. comment
    Comment #6597285

    You know, you're right but until I saw parent's comment I didn't realize why I found it hard to scan through the first page of the review. I wonder if orange is harder to scan thro…

  19. comment
    Comment #6081353

    Hey, quick question: is there a way to make ngrok preserve the Hostname it passes to my local machine? E.g. we're using virtualhosts and I need the requests to hit my local host wi…

  20. comment
    Comment #5882713

    It should be www., generally, unless you're a huge site and then you can do whatever you want (cf. Twitter) The reason I say this is for smaller operators who may not be running mu…

  21. comment
    Comment #5660584

    This is pretty much Textmate to a T. Uses OS X conventions, heavily configured for doing real work out of the box instead of installing 10 packages, has a built-in system for langu…

  22. comment
    Comment #5600585

    > Anyone with an ounce of server knowledge would know it's impossible to keep a website up for 100% of the time As far as I know Google has 100% uptime, so it's not impossible. May…

  23. comment
    Comment #5417036

    They tend not to post about interruptions on Twitter. In a lot of ways, they fail as an API-type service provider: * require you to use user:pass instead of keys * no historical se…

  24. comment
    Comment #5065976

    No, not really. Sounds like you want to update the backend servers that your load balancer is proxying to while the load balancer is up? Can't you just create an internal network i…

  25. comment
    Comment #5065965

    I'm not terribly experienced with Nginx, but HAProxy was (and is) a load balancer first where Nginx is a server with load balancing abilities (same as Apache can, though it gets le…