Readit News logoReadit News
mixologic commented on Why are anime catgirls blocking my access to the Linux kernel?   lock.cmpxchg8b.com/anubis... · Posted by u/taviso
ok123456 · 12 days ago
Why is kernel.org doing this for essentially static content? Cache control headers and ETAGS should solve this. Also, the Linux kernel has solved the C10K problem.
mixologic · 12 days ago
Because its static content that is almost never cached because its infrequently accessed. Thus, almost every hit goes to the origin.
mixologic commented on GPT-5   openai.com/gpt-5/... · Posted by u/rd
Aurornis · 25 days ago
As someone who spent years quadruple checking every figure in every slide for years to avoid a mistake like this, it’s very confusing to see this out of the big launch announcement of one of the most high profile startups around.

Even the small presentations we gave to execs or the board were checked for errors so many times that nothing could possibly slip through.

mixologic · 25 days ago
They let the AI make the bars.
mixologic commented on Eleven Music   elevenlabs.io/blog/eleven... · Posted by u/meetpateltech
mixologic · a month ago
Well, so much for culture. Every use case where you can plausibly use AI generated music removes one more method that provided an avenue to a reasonable career making music.
mixologic commented on OpenAI prepares to launch GPT-5 in August   theverge.com/notepad-micr... · Posted by u/ghoulishly
bgribble · a month ago
I am still skeptical about the value of LLM as coding helper in 2025. I have not dedicated myself to an "AI first" workflow so maybe I am just doing it wrong.

The most positive metaphor I have heard about why LLM coding assistance is so great is that it's like having a hard-working junior dev that does whatever you want and doesn't waste time reading HN. You still have to check the work, there will be some bad decisions in there, the code maybe isn't that great, but you can tell it to generate tests so you know it is functional.

OK, let's say I accept that 100% (I personally haven't seen evidence that LLM assistance is really even up to that level, but for the sake of argument). My experience as a senior dev is that adding juniors to a team slows down progress and makes the outcome worse. You only do it because that's how you train and mentor juniors to be able to work independently. You are investing in the team every time you review a junior's code, give them advice, answer their questions about what is going on.

With an LLM coding assistant, all the instruction and review you give it is just wasted effort. It makes you slower overall and you spend a lot of time explaining code and managing/directing something that not only doesn't care but doesn't even have the ability to remember what you said for the next project. And the code you get out, in my experience at least, is pretty crap.

I get that it's a different and, to some, interesting way of programming-by-specification, but as far as I can tell the hype about how much faster and better you can code with an AI sidekick is just that -- hype. Maybe that will be wrong next year, maybe it's wrong now with state-of-the-art tools, but I still can't help thinking that the fundamental problem, that all the effort you spend on "mentoring" an LLM is just flushed down the toilet, means that your long term team health will suffer.'

mixologic · a month ago
> And the code you get out, in my experience at least, is pretty crap

I think that belies the fundamental misunderstanding of how AI is changing the goalposts in coding

Software engineering has operated under a fundamental assumption that code quality is important.

But why do we value the "quality" of code?

* It's easier for other developers (including your future self) to understand, and easier to document. * Easier to change when requirements change * More efficient with resources, performs better (cpu/network/disk) * Easier to develop tests if its properly structured

AI coding upends a lot of that, because all of those goals presume a human will, at some point, interact with that code in the future.

But the whole purpose of coding in the first place is to have a running executable that does what we want it to do.

The more we focus on the requirements and guiding AI to write tests to prove those requirements are fulfilled, the less we have to actually care about the 'quality' of the code it produces. Code quality isn't a requirement, its a vestigal artifact of human involvement in communicating with the machine.

mixologic commented on Getting forked by Microsoft   philiplaine.com/posts/get... · Posted by u/phillebaba
lachie83 · 4 months ago
Hi Philip, I'm Lachlan from the Cloud Native Ecosystem team at Microsoft. Our team works in the cloud native open-source community with a goal of being great open-source collaborators in these projects and communities, and I’m sorry that this happened.

We appreciate your leadership and collaboration on Spegel and see your project solving a real challenge for the cloud native community. I wanted to thank you for your blog post https://philiplaine.com/posts/getting-forked-by-microsoft/, let you know what we’re doing, and address a few points.

We’ve just raised a pull request https://github.com/Azure/peerd/pull/110 amending the license headers in the source files. We absolutely should have done better here: our company policy is to maintain copyright headers in files – we have added headers to the files to attribute your work.

I also wanted to share why we felt making a new project was the appropriate path: the primary reason peerd was created was to add artifact streaming support. When you spoke with our engineers about implementing artifact streaming you said it was probably out of scope for Spegel at that time, which made sense. We made sure to acknowledge the work in Spegel and that it was used as a source of inspiration for peerd which you noted in your blog but we failed to give you the attribution you, that was a mistake and I’m sorry. We hear you loud and clear and are going to make sure we improve our processes to help us be better stewards in the open-source community.

Thanks again for bringing this to our attention. We will improve the way we work and collaborate in open source and are always open to feedback.

mixologic · 4 months ago
> When you spoke with our engineers about implementing artifact streaming you said it was probably out of scope for Spegel at that time, which made sense.

It seems like it would have been a much better strategy to add artifact streaming, submit a pull request and then if the maintainer isn't interested in adding it, proceeding with a fork.

"Probably out of scope" sounds like "I dont have time to implement a feature of that scope"

mixologic commented on Show HN: Benchi – A benchmarking tool written in Go   github.com/ConduitIO/benc... · Posted by u/lmazgon
mixologic · 5 months ago
How do you control for changes in the host os environment that would affect performance of the system being observed?
mixologic commented on US Securities and Exchange Commission beginning to bring on DOGE staff   reuters.com/world/us/us-s... · Posted by u/voxadam
giantg2 · 5 months ago
I have no idea how anyone is disagreeing with you. Looking it up in the dictionary, government imposed fees are absolutely taxes.
mixologic · 5 months ago
Sure its a tax, but its not paid from "general funds that every taxpayer contributes.

We could call postage for the usps a tax too, but nobody thinks of it that way.

mixologic commented on Tj-actions/changed-files GitHub Action Compromised – used by over 23K repos   stepsecurity.io/blog/hard... · Posted by u/varunsharma07
v1sionSec · 6 months ago
Thank you, unfortunately we have a multiple of repositories with multiple runs that use this action so checking the logs one by one will be hard. Any idea how to get all logs? Thank you
mixologic · 6 months ago
also the secrets will be published as double base 64 encoded, so it will just look like a string of random chars at the end of the changed-files action in the log.
mixologic commented on Tj-actions/changed-files GitHub Action Compromised – used by over 23K repos   stepsecurity.io/blog/hard... · Posted by u/varunsharma07
dan_manges · 6 months ago
GitHub Actions should use a lockfile for dependencies. Without it, compromised Actions propagate instantly. While it'd still be an issue even with locking, it would slow down the rollout and reduce the impact.

Semver notation rather than branches or tags is a great solution to this problem. Specify the version that want, let the package manager resolve it, and then periodically update all of your packages. It would also improve build stability.

mixologic · 6 months ago
All the version tags got relabled to point to a compromised hash. Semver does nothing to help with this.

your build should always use hashes and not version tags of GHA's

mixologic commented on Treasury Announces Suspension of Enforcement of Corporate Transparency Act   home.treasury.gov/news/pr... · Posted by u/greyface-
nullc · 6 months ago
How does a regulation that creates an invasive federal ownership registry with no meaningful legislative controls on the confidentiality of that information help to protect the public?
mixologic · 6 months ago
None of that information has any right to confidentiality. It's in the public's interest to know who owns all the fraudlent accounting trick shell companies that exist solely to steal money from "hardworking taxpayers"

u/mixologic

KarmaCake day1289October 2, 2013
About
Multi disciplinary generalist. Fullstack Developer + DevOps + IA + Consultant.

irc:mixologic:irc

View Original