HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eob

no profile record

comments

eob
·29 dni temu·discuss
I think because you don't know /which/ developer you're going to get.

One interesting aspect of LLMs is that each one, weights frozen, can be thought of as a single developer whose work you have already evaluated.

The cost of finding, evaluating, and negotiating with a new human is tremenous.
eob
·w zeszłym miesiącu·discuss
These comments are so filled with cool projects and visualizations I’ll throw my own out there:

Trying to generate non-slop, print-worthy recipe books for different diaspora communities.

www.robotbookclub.com

I’m pretty sure the recipes have surpassed slop. The photos are pretty close. The layouts, intros, and “chef photos” need a lot of work though.
eob
·w zeszłym miesiącu·discuss
This is how I write down recipes for myself! There’s got to be some cognitive archetype that works better with this style encoding.
eob
·2 miesiące temu·discuss
Do you have any suspicion about what is different between the backends?

That's an absolutely bonkers statistic: it would mean spurious differences in hosting container overwhelm the performance differences between models.
eob
·4 miesiące temu·discuss
My guess it's just the emergent behavior that results when a company doesn't provide developers time to fix bugs.

If their week is already booked full just trying to keep up with the roadmap deadlines, a bug ticket feels like being tossed a 25lb weight when you're drowning.

You could say: "but have pride in your work!"

But if your company only values shipping, not fixing, that attitude doesn't make it through the first performance review.
eob
·6 miesięcy temu·discuss
You think like a person who’s debugged large systems failures before :). That feels very plausible.
eob
·6 miesięcy temu·discuss
Some outlets reporting T-Mobile and ATT as well.

I assume state on state cyber attacks are commonplace but get minimized to avoid public fear.. perhaps this will be the first notable one.
eob
·7 miesięcy temu·discuss
I build coding agents for a living, and I'm struggling to map this onto the set of things I do at work.

In general, interoperability and user choice are really important for us to get right as the community of people building AI platforms...

Have others reading this document been able to map it onto their work?

As a specific example:

> ai://bank/service/payments?amount=10&currency=USD

I'm not sure what this is representing here. Is it a way to encode a clickable link to chat with `bank` about `service/payments` with a few additional args attached?
eob
·14 lat temu·discuss
As a heavy LaTeX user (phd student; can't escape it), I'm convinced that there is a small enough subset of LaTeX that actually gets used day-to-day that someone could figure out a way to shim it into something like Markdown.

And then, for the LaTeX that you can't shim in, just have some escape hatch that sends fragments out to a renderer. If I could only have:

    * Math mode
    * Citations and Bib files
    * Labels and References
Then I'd be willing to go through a lot of extra pain to get all the weird tables and precise image placements that are inevitable in a 2-column ACM format.

EDIT: Having just investigated Pandoc, which many here are talking about, I realize this might be exactly what I've been looking for :)
eob
·14 lat temu·discuss
Lots of people are with you.

I think this behavior is the better route because it accommodates both crowds. The line-wrap folks can just press enter twice; no biggie. But the console and vim users of the world can continue using line-breaks the way that work best for their environment.

On the flip side, making a single enter start a new paragraph wouldn't really help the GUI users (what's the difference between one line break and two, really?) but it would really hurt the console users of the world