HackerTrans
TopNewTrendsCommentsPastAskShowJobs

winterqt

288 karmajoined 4 ปีที่แล้ว

comments

winterqt
·6 วันที่ผ่านมา·discuss
What’s the sigh to, out of curiosity, just because this makes revocation hard?
winterqt
·21 วันที่ผ่านมา·discuss
Interesting, it’s still live!
winterqt
·2 เดือนที่ผ่านมา·discuss
> `absorb` assigns the changes based on whichever previous commit most recently touched those files, which sometimes doesn't actually correspond to which commit should own these particular changes.

I’m pretty sure `jj absorb` (and its predecessors, `git-absorb` [0] and `hg absorb`) are smarter than this, instead looking at the actual diffs.

[0]: https://github.com/tummychow/git-absorb
winterqt
·3 เดือนที่ผ่านมา·discuss
It’s possible this is just a Nest limitation? It appears that all the data is there to construct a diff with context, and I’d hope the CLI would do so…
winterqt
·3 เดือนที่ผ่านมา·discuss
Comments here seem to be talking like they've used this model for longer than a few hours -- is this true, or are y'all just sharing your initial thoughts?
winterqt
·3 เดือนที่ผ่านมา·discuss
> Codex switched to paid API tokens only.

They’re still doing subscriptions: https://developers.openai.com/codex/pricing
winterqt
·4 เดือนที่ผ่านมา·discuss
As in, participants would copy output from one LLM as a question to another?
winterqt
·4 เดือนที่ผ่านมา·discuss
In my limited time using it, I’ve never seen it ask for permission to read files from within the working directory, what cases have you run into where it does? Was it trying to run a read-only shell command or something?
winterqt
·4 เดือนที่ผ่านมา·discuss
(This is a response to a different devlog entry on the same page, not TFA.)
winterqt
·5 เดือนที่ผ่านมา·discuss
https://archive.fo/Xfyni
winterqt
·5 เดือนที่ผ่านมา·discuss
> I think OpenBSD actually does support static libc though.

How does that work, with syscalls being unable to be called except from the system’s libc? I’d be a bit surprised if any binary’s embedded libc would support this model.
winterqt
·6 เดือนที่ผ่านมา·discuss
Won’t IDEA automatically index/execute some Gradle code when possible? As soon as you execute an arbitrary binary/script from the project directory, the isolation of the JVM doesn’t matter.
winterqt
·6 เดือนที่ผ่านมา·discuss
Looks like some were automod and some just went into modqueue, only one was actually removed by mods.
winterqt
·7 เดือนที่ผ่านมา·discuss
Supposedly the ARM ThinkPads are alright on Linux.
winterqt
·9 เดือนที่ผ่านมา·discuss
rubygems.org will still be operated by Ruby Central, though, so you still have to trust them. Given the state of affairs, this is less than ideal, but it’s probably a better outcome than nothing changing.
winterqt
·10 เดือนที่ผ่านมา·discuss
Is changing your password to at least stop {some of, all} the 2FA requests not helping?
winterqt
·10 เดือนที่ผ่านมา·discuss
See https://news.ycombinator.com/item?id=45171576.
winterqt
·10 เดือนที่ผ่านมา·discuss
Thank you for the swift and candid response, this has to suck. :/

> The author appears to have deleted most of the compromised package before losing access to his account. At the time of writing, the package simple-swizzle is still compromised.

Is this quote from TFA incorrect, since npm hasn’t yanked anything yet?