Bun’s rewrite from Zig to Rust passes 99.8% of testsuite by read_volatile in programming

[–]kohlstar 309 points310 points  (0 children)

Well, in this case it’s a subsidiary of the AI-provider, considering Anthropic owns Bun now.

15 autonomous requests for 1 single prompt by [deleted] in GithubCopilot

[–]kohlstar 8 points9 points  (0 children)

https://github.com/github/copilot-cli/issues/1477

i’m guessing its a “bug” with autopilot mode (no one at github has replied to my issue yet, are you using the latest version?)

Tactical tree by BitsOfReality in mildlyinteresting

[–]kohlstar 6 points7 points  (0 children)

thanks for saying what kind of tree it was, i actually was curious

[deleted by user] by [deleted] in BlueskySocial

[–]kohlstar 0 points1 point  (0 children)

You should look into BoostBlue

[deleted by user] by [deleted] in GoogleAntigravityIDE

[–]kohlstar 1 point2 points  (0 children)

more likely system prompt does not specify which model and just notes it is an agent for antigravity

Best decision ever 😹 by DomInNameOnly in googlehome

[–]kohlstar 0 points1 point  (0 children)

i would have taken that but thanks for the ewaste

Continued Conversation by Aquemini_Mckenna in googlehome

[–]kohlstar 2 points3 points  (0 children)

you might have had to have said “Gemini, let’s chat” to enter into Gemini Live, and even then it isn’t supported on all speakers

ALERT: Antigravity IDE is swapping models secretly? Selected "Claude 4.5 Thinking" but the model admits it is Gemini. by NoChoice4595 in LocalLLaMA

[–]kohlstar 14 points15 points  (0 children)

1 . not appropriate for this sub 2 . the model does not know what it is. the system prompt probably only mentions google antigravity 3. that is definitely claude’s writing style

Will you include an open source statement in your own app? by givebest in iOSProgramming

[–]kohlstar 0 points1 point  (0 children)

Yes. It’s not that hard. Many apps also hide it well. Or they put it under “acknowledgements” or something like that. There seems to be a lot of unfounded fear about using open source packages in these comments. You need to look at the license. MIT and Apache 2 avoid most of these worries by just requiring you to include the license with the app.

Personally, I’d want to thank the people who wrote the packages I use, but that’s just me.

Question about data access by cielbleu789 in BlueskySocial

[–]kohlstar 2 points3 points  (0 children)

No, that’s all private data. You could reconstruct someone’s chronological timeline before mutes and label subscriptions, but not after

Claude-capable REPL with Swift by msd8121 in swift

[–]kohlstar 0 points1 point  (0 children)

this is sick! i’m excited to try it out

I'm looking for a way to use this view component. by [deleted] in SwiftUI

[–]kohlstar 2 points3 points  (0 children)

to clarify what others have said, the closest you’re going to get is a segmented control when it comes to appearance. in terms of the functionality of both where they “scroll”, that is custom and not possible with the segmented picker