> If you'd used `slices.Contains(s, needle)`, on the other hand, it could have such a performance bug in it and you'd never know.
Perhaps you're much better at programming than I am, but I prefer these semantics in a language because I figure they're much more likely to have been optimized empirically, support vectorization, and be less buggy than another rote loop I'm trying to speed through.
For once I wish they would've taken a more technological solution to this social problem and enforced more limited CI time and disk space quotas by default. Seems like it'd be fairer and require less active policing. My read from their post was that the resolution had more of an ideological bent than being just about resources, which is certainly their community's right to have.
> So while the following use cases are discouraged (similar to private repositories), they are likely to be tolerated in practice:
> Side projects and experiments with little resource usage
> Specific tools and custom scripts that would be unlikely to find a community anyway, even if they were not LLM-generated
I really don't want to join a commons where something I make might be "tolerated in practice" based on a given moderator's vibe. Which I suppose is the message I was meant to receive from the issue that passed the vote.
I've found LLMs useful for surfacing popular recommendations. I also get the overwhelming feeling that it's all very early days still when the machine mixes together whatever was crawled into the weights with a web search or two and dumps it into a markdown blurb.
I totally agree with the above that a more polished and less obvious use of LLMs integrated back into search engines may be more useful, but will definitely be more usable.
You may (or may not) find Paul McKenney's free book on parallel programming interesting - it has an unusual tone for a Computer Science textbook that made it less dry for me. There's a substantial section covering lock free structures.
I always figured telegram got the screws turned on them all the time because their lack of E2E encryption meant it was viable to demand they proactively police the platform in the first place. Maybe Signal would just be outright blocked in these locales if it was anywhere near as popular, though.
> Especially if you are looking for where the fun is, the idiosyncrasies of your own engine gives you a world with it's own flavour if you incorporate that flavour into your design process you could create a feedback loop that turns into something special.
I loved the old STALKER games, and the wackiness of their engines was a lot of the charm. I ended up buying the new one out of nostalgic dedication and it's probably the worst example of "Unreal slop" I've experienced, having not bought many newer games. I'm sure the butchers running Xbox have run the numbers and think they'll make even more money throwing armies of contractors with allegedly fungible skills at the next Doom games, but I'll leave others to bankroll that while I enjoy games I don't need frame generation for.
Counter question: where's the useful production-grade software that's been made entirely with "agent swarms"?
Personally, I don't think useful business problems can be solved entirely with LLM loops. If you choose not to pay others to handle part of that then it's all on you.
"I am eighteen years old, have a good set of passkeys, and believe in Sam Altman, the star-spangled banner, and the fourth of July. I have taken up a BLM lot, cleared up eighteen acres last year, and placed top of it a bitcoin mine. My vibe coded drop-shipping startup looks first-rate, and the conversion rate and total addressable market are bully.
I would be very surprised to see any "make it safe" solution that does not render these models useless for programming. I assume posts like this are mostly clout-motivated, but I really dislike the implied vision for what LLMs should offer here.
I'd be really happy to come across this in a project I were interested in. So much hobby OSS is infested with slop that I don't even want to skim the code if I pick up a hint that there's no humans at the wheel.
Stars are a really bad metric for quality/popularity but they're something here. I think some sort of impact score when combined with repo age, # contributors, etc would be pretty valuable.
I worry the sort of core classes that are in massive lecture halls (and everyone remembers hating) would be more of a "blind leading the blind" situation if run like this. Maybe not with lavish funding and small classes. I had a couple classes like you describe, but they were on specific topics I was very interested in near the end of my undergrad program.
I'm sure investors thought one or two of the ISPs laying all that fiber would be collecting fat rents on them until the sun burnt out. I'm glad they got so much in the ground before there was a reckoning. I hope this industry ships more very expensive models, ASAP.
You aren't ready to get that job until you've truly accepted your role as a genderless machine that turns salary into personal validation for the hiring manager.
I never thought I'd defend Electron, but I'd rather use the bloated web UI than a vibe coded Qt/GTK version I'm positive will not have seen any human QA.
Perhaps you're much better at programming than I am, but I prefer these semantics in a language because I figure they're much more likely to have been optimized empirically, support vectorization, and be less buggy than another rote loop I'm trying to speed through.