HN user

lbotos

4,727 karma

Art lover in NYC.

Currently Director, Support Engineering - GitLab (YC W15).

Previously at One Month (YC13), Linode (acquired by Akamai).

Work: lee at gitlab.com

Personal: find.creativity at leematos.com

Posts5
Comments1,588
View on HN

I'll get on my high horse and say you can get solid "DID/Commercial" TVs for not that much more: https://www.bhphotovideo.com/c/product/1788343-REG/samsung_q...

I got this a few months ago -- 4k, solid brightness, and ok color.

Is it the OMG BEST? no. But I Disabled wifi, and even the channel display.

I use it with an apple TV with CEC on the TV -- I turn on the apple tv, TV turns on straight to apple interface. I turn off from the apple remote, TV turns off.

It's effectively "an apple TV" -- I'm happy.

Git is not designed to handle 1000s of clones and merges to a single repo in minute scale even.

Sure, you are right. Git allows you to keep distributed state and eventually reconcile that.

Customers are trying to do that at absurd human scales right now without AI. Git itself is a bottleneck for large enterprises with large repositories and large CI configurations.

It may be hard to believe but it’s true.

I wholeheartedly disagree.

Git has always been one of the biggest perf bottlenecks inside of the product.

First for any scaled deploy we recommended NFS. We were young and dumb and it was too slow. (We’ve all been there)

Then we went to an RPC model with gitaly and even unwrapped some of the git calls inside of that to speed it up.

Just a few months ago we had a large customer with thousands of devs and a large monorepo ground their deployments to a halt because of a cloning strategy change that introduced an accidental 10x in git calls. Git itself was the bottleneck because it’s not designed for this scale and speed.

For enterprises where thousands of developers are contributing code via git to a centralized system of record, who are firing off 1000s of CI jobs Git is absolutely a bottleneck.

Now with LLM technologies we should easily expect a 5-20x code volume increase on the conservative side. Git is being stretched to its perf limits.

(Source: see my profile)

Do you own property? Does it flood? Do you live in a place where a rapidly forming storm may cause flooding?

I was weather-status neutral until I bought a house that has flooding challenges. Knowing that enough rain that could trigger flooding helps me avoid surprise cleanups and property damage.

Feels like v2 of this will be “ducted” in that it lives next to your air handler and comes on when you are circulating air.

(Like a reef tank sterilizer)

100% right. I buy lots of Japanese cookbooks secondhand. I found an Okinawa cook book for $8. When I received it, it was clear the author was just a content farmer pumping out various recipe books with copied online recipes. Once I looked up their name I saw hundreds of books across cooking baking etc. there was no way they even tried all of the recipes.

So yes, review and “narrative voice” will be more valuable than ever.

Eng Director here: 100% True. And I'll take it a step further:

Ask this: “How does a project go from an idea to a ticket? Specifically, at what stage are engineers brought into the conversation; when the problem is identified, or after the solution has already been decided?”

The root of this question is great. The way it's phrased would be a flag for me.

I'd coach someone to ask it this way: "Can you tell me about how bugs and feature requests go from known to implemented/deployed? I want to know how it maps to my previous experiences/workflows"

This is the same question effectively. You will get your answer, and can ask a clarifying follow up if needed.

Can also vouch for this ansible script. I just updated a very outdated homeserver, postgres, and switched from nginx to traefik, and it was extremely painless. I was dreading it, but it worked amazingly. I donated to the author yesterday because of how well it went.

Read GP again.

There are some out there who would love fans of Ruby on Rails to suffer because of its association with DHH.

This isn’t about DHH spouting whatever he is spouting.

It’s about people trying to convince others to not associate with Rails because of DHH.

In the states if you are a contractor there are tons of things that you can deduct from your taxable income. So “figuring out how much you should be taxed” is after those deductions.

If uber paid you $15123 but you:

Just bought a new bike bc your other was stolen

You paid $1200 for insurance

You bought a helmet and cold weather clothes etc etc.

Those things reduce your taxable income.

FYI -- I vouched for you to undead this comment. It felt like a fine comment? I don't think you are shadowbanned but consider emailing the mods if you think you might me.

What brand and was it sized for winter load?

Im in NY, 6 heads across 3 floors with 2 heads per outdoor unit. 2500sf covered.

Mitsubishi h2i (i think im on my phone). Get plenty warm in the winter as my sole heat source. I could have gotten smaller outdoor units and had resistive backup but I didn’t want that.

#customer-incident-channel

Lbotos: okay @jane you are leading expert on problem y. Use this thread for your debugging until next sync

Lbotos: @phil your up for rebooting all the hosts. Ack this message and thread your work here. Please get started ASAP.

Lbotos: others, is there anything else that we need to get unblocked?

—-

By having one channel you can leave that open and can be up to speed on the overarching state easily. Otherwise, if I'm making subchannels I gotta make sure to invite everyone to the sub channel or switch to the “meta coordination channel” to get unplanned collaboration.

Threads have value.

Manfred (Commissioner) started 10 years ago.

He oversaw the last collective bargaining agreement in 2021/22. It’s expiring this year. That’s one of the reasons why the rule change is going through now.

I won’t deny that sports betting could be a factor, but Manfred wants faster more engaging baseball. That’s been his stated goal for a long time as he worked through rule changes.

Simon says “what I used to Google I now try AI thinking models”

I didn’t feel that he was framing it as _revolutionary_ it felt more evolutionary.

Simon, for every person miffed about your writing, there is another person like me today who said “ok, I guess I should sign up for Simon’s newsletter.” Keep it up.

It’s easy to be a hater on da internet.

42lux, if you have better articles on AI progress do please link them so we can all benefit.

I wanna know when my research goblin can run on my box with 2x 3090s.

I might half agree with the premise. I've heard some version of the phrase "make it work, then make it right" and sure, if you only vibe code, you will be left with ... vibes.

I find that when I'm reaching for AI it's because I'm actually trying to decide if I want to implement the idea I have, and need a PoC vs. expecting production ready things. For example, I was working on a UI and wanted to be able to "swap" two ul lists in JS. Not too hard of a thing to do, but I didn't remember the syntax, etc, and instead of hand writing, I asked the AI to do it.

It worked. The code was insanely overwrought and iterating over each list item 1 by 1 etc etc etc. But that's fine, I'm still not sure the "swap button" in the UI is the right UX, so I put a todo and am working on the "right problem" instead of banging out a clean list swap function. The mastery I'm seeking is not "most elegant usable list swap function, with maintainable code" but instead "Is this the best UX?" AI slop helped me stay in flow state towards that mastery.