HN user

baptou12

809 karma
Posts50
Comments18
View on HN
news.ycombinator.com 2mo ago

If society had a scorecard, what would be on it?

baptou12
2pts9
github.com 6mo ago

Type-safe contracts for AMQP/RabbitMQ

baptou12
2pts0
github.com 1y ago

Show HN: Simple Webhook Chat for N8N

baptou12
1pts0
baptou12.notion.site 1y ago

Awk CheatSheet

baptou12
4pts0
news.ycombinator.com 2y ago

Is there still a need for non-linear Git histories in product development?

baptou12
1pts2
twitter.com 2y ago

Open-source LLM Qwen-72B and Qwen-1.8B

baptou12
2pts0
betterprogramming.pub 2y ago

Try/Catch Considered Harmful

baptou12
4pts2
medium.com 4y ago

A Git Workflow Using Rebase – How I learned to stop worrying and love the rebase

baptou12
1pts0
www.linkedin.com 4y ago

Web 2.0 vs. Web3. What’s going on here?

baptou12
1pts0
www.mining.com 4y ago

Gallium helps convert CO2 into Carbon and Oxygen

baptou12
279pts178
twitter.com 5y ago

Always be your first reviewer

baptou12
1pts0
gitlab.inria.fr 6y ago

French Team for StopCovid just upload a zip of the code in Git

baptou12
2pts0
github.com 6y ago

Ask HN: How do you scale with ActiveAdmin

baptou12
5pts1
www.parkmycloud.com 6y ago

AWS vs. Azure vs. Google Cloud Market Share

baptou12
1pts0
www.youtube.com 6y ago

Neural Network Learns to Play Snake Using A Genetic Algorithm

baptou12
1pts0
fbnewsroomus.files.wordpress.com 7y ago

Transcript: Mark Zuckerberg Personal Challenge – Yuval Noah Har [pdf]

baptou12
1pts0
www.thedroidsonroids.com 7y ago

How to Split Pull Requests – Good Practices, Methods and Git Strategies

baptou12
1pts0
edition.cnn.com 7y ago

Why 2.7M Americans still get Netflix DVDs in the mail

baptou12
1pts0
mailarchive.ietf.org 7y ago

My Chromecast Ultra would not start until I began answering 8.8.8.8

baptou12
810pts496
mkdev.me 7y ago

How to Write an MVC Framework in Ruby

baptou12
1pts0
www.reddit.com 7y ago

Interview with Lethean CSO Discussing the Lethean VPN Network

baptou12
1pts0
news.ycombinator.com 7y ago

Ask HN: Does anyone use Active Admin and solve their memory problems?

baptou12
2pts0
tinysite.aadrake.com 8y ago

The biggest smallest website

baptou12
4pts0
status.heroku.com 9y ago

Heroku: Potential Platform Issues

baptou12
2pts0
www.nytimes.com 9y ago

Bernie Sanders: Where the Democrats Go from Here

baptou12
116pts121
productforums.google.com 9y ago

Feature Request: Manual Refresh of external calendar feeds

baptou12
70pts92
support.google.com 9y ago

Who knows when Google calendar fetch ical urls? Can I trigger it?

baptou12
1pts0
apps.google.com 9y ago

Any good alternatives to Google app for work?

baptou12
2pts4
medium.com 9y ago

Why Experts Make Bad Teachers

baptou12
98pts66
news.ycombinator.com 10y ago

Best PC Laptop for Development (July 2016)?

baptou12
2pts2

Humans can share context outside the code, while LLMs need it to be more explicitly structured inside. And if we keep the slightly verbose good practices that already help humans understand the intent, we kind of get the best of both worlds.

I agree, but “write code like a human will maintain it” can also be limiting: if LLMs reduce the cost of maintaining more explicit or verbose code, we should use that to raise the standard, not preserve compromises made for human convenience.

Interesting, but this feels very economic.

It seems possible to optimize for these metrics and still end up with a society where I wouldn’t want to live if I were randomly placed in it (high stress, low trust, poor quality of life).

Would you add anything to capture that?

  But to me, what matters is the actual change to main/master at the time the thing is merged — that is what affects the team.
Totally agree, if the developper goes in wrong product direction at the beginning and add 10 additional commits afterwards: team + 6 month actually don't care about it.
  I certainly see no point in merging it in when it based on an ancient ancestor
If you want the CI to run, before the merge on the result it will produce on main branch ?

We are using ActiveAdmin to manage our backoffice since few years, but we are facing some issue, especially in dev env, where the more you have models, the slower will be hot reloading of the code. Before considering to kill it to create a new backoffice in our rails app from scratch, I wonder if some HN people faced these issue and found some best practice to put AA at scale.