HackerTrans
トップ新着トレンドコメント過去質問紹介求人

facundo_olano

no profile record

投稿

[untitled]

1 ポイント·投稿者 facundo_olano·3 か月前·0 コメント

One Developer, Two Dozen Agents, Zero Alignment

maggieappleton.com
3 ポイント·投稿者 facundo_olano·3 か月前·0 コメント

Code is run more than read (2023)

olano.dev
144 ポイント·投稿者 facundo_olano·3 か月前·102 コメント

What is this and Why is it here?

olano.dev
3 ポイント·投稿者 facundo_olano·3 か月前·0 コメント

'I know kung-fu' Projects

olano.dev
2 ポイント·投稿者 facundo_olano·4 か月前·0 コメント

Is Code Still Relevant?

ajchambeaud.com
2 ポイント·投稿者 facundo_olano·4 か月前·0 コメント

--dangerously-skip-reading-code

olano.dev
3 ポイント·投稿者 facundo_olano·5 か月前·1 コメント

Tactical tornado is the new default

olano.dev
2 ポイント·投稿者 facundo_olano·5 か月前·0 コメント

The Cults of TDD and GenAI

drewdevault.com
22 ポイント·投稿者 facundo_olano·5 か月前·0 コメント

Worst of breed software

worstofbreed.net
112 ポイント·投稿者 facundo_olano·6 か月前·54 コメント

My first win building with agents

olano.dev
2 ポイント·投稿者 facundo_olano·7 か月前·0 コメント

"Needs to be verified in production"

olano.dev
2 ポイント·投稿者 facundo_olano·9 か月前·0 コメント

The Programmer Identity Crisis

hojberg.xyz
12 ポイント·投稿者 facundo_olano·9 か月前·0 コメント

How I influence tech company politics as a staff software engineer

seangoedecke.com
353 ポイント·投稿者 facundo_olano·9 か月前·205 コメント

Choose Your Own Adventure

filfre.net
2 ポイント·投稿者 facundo_olano·10 か月前·0 コメント

コメント

facundo_olano
·21 日前·議論
Most orgs never get to that scale
facundo_olano
·先月·議論
Absolutely annoying to have it assuming that I want to use this when I type workflow in the prompt. Like thats not already a thing in half of the software projects
facundo_olano
·2 か月前·議論
Author here. I'm surprised to see this surfacing now. I just wanted to clarify, since apparently the post doesn't do a good job at it, that what I discussed there is not a methodology I advocate for. The point of the post was: ok, since there are organizations mandating to maximize speed by reducing time spent on typing code (or even mandating to maximize agents usage), is there a way we can meet that requirement while still preserving the rigor somewhere else?

This was a follow up to a previous article[1] and the pair tried to express what I still think today (using AI daily at work): every time I use AI for coding, to some capacity I'm sacrificing system understanding and stability in favor of programming speed. This is not necessarily always a bad tradeoff, but I think it's important to constantly remind ourselves we are making it.

[1] https://olano.dev/blog/tactical-tornado/
facundo_olano
·5 か月前·議論
A Makefile is good for this, and why not checking it into git?
facundo_olano
·6 か月前·議論
Is there a recommended modern day, non mac specific, equivalent to those "Macintosh Human Interface Guidelines" linked at the beginning of the article?
facundo_olano
·8 か月前·議論
Willing to accept AI agents can replace programmers

Not willing to accept ex-US devs can do a comparable job at half the price
facundo_olano
·8 か月前·議論
I started with prelude[1], I wanted something batteries included to use as my main editor right away, but not as structurally different from vanilla as Doom or Spacemacs. Then after a couple of years I rewrote my config line by line looking at what prelude did and keeping only what I needed.

I’m happy with result, but this was 7 years ago so there may be better options than prelude to do something similar today.

[1] https://github.com/bbatsov/prelude
facundo_olano
·9 か月前·議論
I built that feature (auto mark as read by scrolling) into my feed reader if you’re up to self host and curate your sources

https://github.com/facundoolano/feedi

I did try to build a public facing news aggregator with a similar ux but I couldn’t pull it off purely based on client side state (and I didn’t want to do user management)
facundo_olano
·9 か月前·議論
> I’ve been using Magit at work because it’s what everyone uses.

Where do you work?
facundo_olano
·9 か月前·議論
I have the same issue, the chronological nature of feeds kind of breaks this flow. It feels like there’s a missing piece, like a standard to browse older content from a blog. I Wrote a bit about this here: https://olano.dev/blog/web-anthologists/
facundo_olano
·9 か月前·議論
I wrote my own org-mode static generator: https://github.com/facundoolano/jorge

More robust than my previous emacs setup and much lighter than hugo. No fancy babel generation but I don’t really need that.