Viewing profile — scottbruin
scottbruin
HN member- Joined
- Thu, Sep 17, 2009, 3:49 AM UTC
- HN karma
- 110
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About scottbruin
Recent public activity
-
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.
-
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.
-
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. …
-
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=
-
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…
-
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…
-
comment
Comment #19666240
Bill.com seems widely used and liked by AP departments.
-
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…
-
comment
Comment #18226928
Queue management, albums as first-class, actually useful social/discovery features—so much good. RIP Rdio.
-
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)
-
comment
Comment #10459725
*she
-
comment
Comment #9423811
What kind of quality shoes? Good dress-y shoes can be resoled so they should last more than 4 years.
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…