HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brendanfalk

no profile record

Submissions

Zeus: The fastest way to build AI agents

withzeus.com
1 points·by brendanfalk·ปีที่แล้ว·0 comments

Sierra AI's docs are restricted

docs.sierra.ai
1 points·by brendanfalk·ปีที่แล้ว·1 comments

Amazon Q Developer Agent is now SOTA on SWE-bench

swebench.com
4 points·by brendanfalk·2 ปีที่แล้ว·0 comments

A gentle introduction to automated reasoning (2021)

amazon.science
2 points·by brendanfalk·2 ปีที่แล้ว·0 comments

Gitlab's Acquisition Strategy

handbook.gitlab.com
4 points·by brendanfalk·3 ปีที่แล้ว·0 comments

[untitled]

5 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Customizing Coding Companions for Organizations

aws.amazon.com
2 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Magic Patterns

magicpatterns.com
2 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Sama Hacker News Comments

news.ycombinator.com
1 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Why I left Google (HN search results)

hn.algolia.com
6 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Cicada: Write CI/CD Pipelines in TypeScript

github.com
3 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Automatically use GPT-4 in ChatGPT

chrome.google.com
1 points·by brendanfalk·3 ปีที่แล้ว·0 comments

The word “Bug”

en.wikipedia.org
2 points·by brendanfalk·3 ปีที่แล้ว·0 comments

How to supercharge your shell workflows

fig.io
8 points·by brendanfalk·3 ปีที่แล้ว·0 comments

Startup Childhood

dalton.substack.com
1 points·by brendanfalk·4 ปีที่แล้ว·0 comments

Rafael Conde's Personal Website

rafa.design
2 points·by brendanfalk·4 ปีที่แล้ว·0 comments

How we built Fly Postgres

fly.io
11 points·by brendanfalk·4 ปีที่แล้ว·1 comments

Pants 2: The ergonomic build system

pantsbuild.org
3 points·by brendanfalk·4 ปีที่แล้ว·0 comments

Follow your favorite blogs by email

feedrabbit.com
1 points·by brendanfalk·4 ปีที่แล้ว·0 comments

Discover the software used to send any email campaign

sendview.io
2 points·by brendanfalk·4 ปีที่แล้ว·0 comments

comments

brendanfalk
·8 เดือนที่ผ่านมา·discuss
I think the real problem here is "decision making" as opposed to "collaboration"

I can't think of a single time where having someone else review my work or give me feedback is a meaningfully bad thing. It's an opportunity to learn. But getting feedback is different to making the final decision.

Instead, the real problem is the either 1) lack of knowing who makes the final decision or 2) requiring everyone must agree to a final decision. You will move a lot faster if you know who the final decision maker is, ideally have fewer (or only one person) making that final decision, and encourage people to make decisions quickly (most decisions are reversible anyway)
brendanfalk
·4 ปีที่แล้ว·discuss
We built the Shell Plugin Store into Fig[https://fig.io] to solve a lot of the problems mentioned in this thread. Namely: * Plugins are hard to install/uninstall * Plugins are hard to customise once installed * Plugins add bloat and/or degrade performance in shell load time * It's hard to find plugins in the first place (there is not centralised directory) * It's hard to sync plugins and configurations across devices

In Fig, adding a plugin is easy as clicking a button. And if you have issues with it, you can uninstall in a click too
brendanfalk
·4 ปีที่แล้ว·discuss
Founder of Fig here. For context, Fig integrates with your existing terminal and shell.

A few things we've found: 1. Developers are understandably opinionated about their terminal/shell setup. It's a matter of personal productivity. 2. We have noticed a general trend of more terminal use happening in IDE, not a standalone terminal. 3. Most terminal "collaboration" happens asynchronously not synchronously (e.g. shared scripts, CLIs, secrets etc as opposed to live terminal sharing) 4. Most of the collaboration happens at the shell level not the terminal level

Given the above, we made the conscious conscious decision not to build our own terminal.

Happy to elaborate more
brendanfalk
·4 ปีที่แล้ว·discuss
Interested!
brendanfalk
·4 ปีที่แล้ว·discuss
This Google Trend graph shows an increase popularity. The increase has been fairly linear since 2014 but there were notable spikes in late 2021 and early 2022

https://trends.google.com/trends/explore?date=all&geo=US&q=%...
brendanfalk
·4 ปีที่แล้ว·discuss
RegExr is my go to tool for testing regex. It’s always been able to solve my needs and I’ve never had any need to change. In saying that, I’ve always wondered if regexr is missing out on something that other regex build/test tools have?

What other regex tools do people use and why?