HN user

brycethornton

690 karma

Backend engineer, music lover, traveler, husband, father, overall geek

http://www.brycethornton.com

Posts1
Comments31
View on HN
Facebook is cooked 5 months ago

I still use Groups and Marketplace but my home feed is blocked thanks to News Feed Eradicator. Check it out if you haven't heard of it. It's a browser extension that can block the home feed (and more) for a number of social sites.

Really cool. It'll be interesting to see how Multigres (by Supabase) shapes up compared to this. I think it's great to have more/better competitive hosted Postgres offerings.

The Llama 4 herd 1 year ago

I believe Mixture-of-Experts is a way for a neural network to group certain knowledge into smaller subsets. AFAIK there isn't a specific grouping goal, the network just figures out what goes where on it's own and then when an inference request is made it determines what "expert" would have that knowledge and routes it there. This makes the inference process much more efficient.

Wait Until 8th 2 years ago

Apple Watches have been great for us. Both of my kids (ages 10 & 13) use a cellular Apple Watch which gives them a way to call/text with us and their friends but it doesn't give them access to social media. I know they'll want a phone soon (my youngest is already asking) but it's an easy "no" for us. I think waiting until around age 14 (or later) sounds about right. I'd like to delay even longer if possible. We'll see how hard they push.

ToothFairy for macOS is what I've been using to handle this. It has an advanced setting for headphones that "Improve sound quality by disabling audio input from device". It's always good to have multiple tools out there to solve problems like this.

Thanks for the reply. My question was specifically about the MVCC feature that creates new rows for updates like this. If you're backfilling data into a new column then you'll likely end up creating new rows for the entire table and the space for the old rows will be marked for re-use via auto-vacuuming. Anyway, bloat like this is a big pain for me when make migrations on huge tables. It doesn't sound like this type of bloat cleanup is a goal for pgroll. Regardless, it's always great to have more options in this space. Thanks for your work!

I used Evernote for a decade before switching to Apple Notes a couple years back. It took some getting used to but now it feels seamless. I'd highly recommend it if you don't need anything too fancy.

I'm blown away by this:

"Starting today, users get full usage rights to commercialize the images they create with DALL·E, including the right to reprint, sell, and merchandise. This includes images they generated during the research preview."

I assumed this was going to be the sticking point for wider usage for a long time. They're now saying that you have full rights to sell Dall-E 2 creations?

Deploys at Slack 6 years ago

Sure, I see your point. I'd just like to see a pattern that works for most that could gain some traction. At the end of the day we're all trying to do the same thing (deploy high quality software), just in different ways. Deployment strategy shouldn't need to be a main competency of most teams.

Deploys at Slack 6 years ago

It's always nice to see how other teams do it. Nothing too groundbreaking here but that's a good thing.

I did notice the screenshot of "Checkpoint", their deployment tracking UI. Are there solid open source or SaaS tools doing something similar? I've seen various companies build similar tools but most deployment processes are consistent enough to have a 3rd-party tool that was useful for most teams.

ORIS Intelligence | https://www.orisintel.com/about-us/join-us/ | Columbus, OH | Full time | REMOTE

ORIS monitors ecommerce sites for some of the biggest brand manufacturers in the world. Many of the brands you use everyday choose ORIS to ensure retailers adhere to their minimum advertised price (MAP) policy.

We have three engineering teams that work closely together to keep our systems humming and we're looking for our next teammates.

We value transparency, motivation, customer focus, simplicity, and grit.

We are looking for:

- PHP Software Engineer - This role helps to build our best-in-class SaaS product called PROWL. We run Laravel 5.7, PHP 7.2, MySQL 5.7, Nginx, React, RabbitMQ, Redis.

- Data Quality Engineer - This role is half data analysis, half software engineering. We use SQL, R, Python. This is a small team that makes a BIG impact.

- Ruby/Node Sofware Engineer - This role helps aggregate ecommerce data using a variety of web scraping techniques. Ruby & Node are the primary languages used. RabbitMQ, Redis, ElasticSearch are used heavily as well.

Apply by email at careers@orisintel.com w/ the job title in the subject.

VR 10 years ago

I've been reading "Ready Player One" over the past few weeks and it's description of a VR-filled future is blowing my mind. It's really a great look into the possibilities for VR in the next 30 years. Highly recommended!

Agreed. Heroku makes it dead simple to use their Varnish proxy. Just set one http header and they'll cache the page for you. After that, your app doesn't do anything until the cache expires. This obviously won't work for highly dynamic pages, but for semi-static front pages/blog entries it can be a lifesaver.