HackerTrans
TopNewTrendsCommentsPastAskShowJobs

klaxce

35 karmajoined السنة الماضية

comments

klaxce
·قبل 4 أيام·discuss
Oops. It wasn’t in the announcement, it’s in their Prompting Best Practices. I just noticed it because of the announcement.

https://developers.openai.com/api/docs/guides/latest-model#u...
klaxce
·قبل 5 أيام·discuss
No, I don’t think I would. Filling the model’s context with a bunch of junk and actively making it perform worse isn’t the same as adding opinionated defaults/settings. The GPT-5.6 announcement just made it clear that these huge agents files are actually doing more harm than good.

If this just added skins or something I wouldn’t be arguing against it.
klaxce
·قبل 5 أيام·discuss
Pi makes you think about what you’re doing with it on purpose. This defeats that, as the Mario quote on the page says, and therefore isn’t worth using.

People really need to try out “less is more”. The new models are quite smart, so suffocating their context with dozens of MCPs and skills isn’t necessary like it used to be. A cli tool with good built in help and good errors is amazingly easy for the model to figure out.

If Pi is too minimal for you and you don’t want to dig into it, OpenCode is pretty good out of the box. I use it for general work I haven’t setup Pi for. The only thing I add to OpenCode is some commands that are shortcuts to save me typing frequent prompts, and a subagent with a fixed model for implementing changes.
klaxce
·قبل 17 يومًا·discuss
I like Brave search a lot. I don’t use the Brave browser though.
klaxce
·الشهر الماضي·discuss
Are you thinking of Cursor? OpenCode is a TUI like Codex.
klaxce
·قبل 3 أشهر·discuss
I’m trying the demo now, since I’ve been looking for something like this and haven’t been happy with any of the options. This is really close, so I want it to be right so I can be done looking.

I have “Displays have separate Spaces” enabled for a few reasons, and I’d like to keep it that way.

I have “Show on all displays” in BoringBar turned off, because if I turn it on, then I lose the per-monitor window on the bar, which I want.

My MBP and First External Display have the opposite windows on their bars. Spotify is open on MBP, but showing on the monitor, and vice versa. The Main display is fine. External Display 2 is my “Main display” and External Display 1 and the MBP display are “Extend display”.

On the extended monitors, BoringBar doesn’t stop windows from going behind it (it auto resizes on the main display) when I maximize them.

I would really like if it had an option like Windows to group windows by application, but not to put them all in one “chip” as you call it. I just want all of my VSCode windows to be next to each other, without another app’s window in between. If I use your “Group windows by app” then I don’t like how hiding and showing from the bar works. In Windows 11, I always show window title and group windows by app.

Lastly, I’d like if all “chips” were the same size, even if some title text is shorter than others.

Great work so far. It feels far less janky than uBar or others I’ve tried. I’m hopeful and will keep an eye on it! Is there any way to reset my trial if you come out with these changes at a later date? For now I’ll be uninstalling it, as the windows on the wrong display is unusable.
klaxce
·قبل 11 شهرًا·discuss
I’m also looking at this as a replacement for wkhtmltopdf as well. I had reimplemented with Puppeteer, but it’s very ram heavy for the 200-500 page PDFs I generate. I’m hoping this renders what I need properly.