Kissaki

joined 2 years ago
MODERATOR OF
[–] Kissaki@programming.dev 1 points 5 days ago

The article isn't very concrete on what the substance of this Anyway System is.

The FAQ answered my question though, and it seems mostly about dynamic management of PCs as execution nodes.

I assume that means I could run the model on one of those PCs as well, despite the article claiming you can use as few as four PCs? Or does this system somehow distribute a single model prompt process into multiple execution pipelines?

[–] Kissaki@programming.dev 1 points 6 days ago

Did you remove your earlier post from two or three days ago? https://programming.dev/post/43579392

I posted a comment there, but looks like what I was asking about is no longer part of the post or repo readme this time around.

While trying to determine whether this is that I noticed you wrote “566 pages of theory” but then 573-page manuscript. I assume it became more pages, or are they different things?

[–] Kissaki@programming.dev 2 points 6 days ago

Without understanding how it’s built, how do I know if there’s duplication, dead code, or poor patterns? I used to obsess over this. Now I’m less worried that a human needs to read the code, because I’m genuinely not sure that they do.

What you do need: simple entry points, explicit code with fewer abstractions, minimal coupling, and linear control flow.

Seems to be the common simple standard software works well fallacy.

By “can replace developers”, what do they mean? They don't clarify, only talk about their three success projects.

We've seen studies of the issues and risks, and discrepancy between user perception and more factual gains. And this post certainly seems like they're not experienced in or thinking of development and maintenance that goes beyond simple standard integration software. Which doesn't make it too surprising they're not concerned about security for those simpler projects either.

[–] Kissaki@programming.dev 11 points 1 week ago* (last edited 1 week ago)

A comment late in the thread says none of the LLMs even use the PR-suggested llms.txt.

[–] Kissaki@programming.dev 4 points 1 week ago (3 children)

I've been using GNU Cash for many years.

The UI is kinda bad, way too complex, and the banking API integration is cumbersome and lacking.

That's all negatives, and it sounds pretty bad, but it's still my banking app.

[–] Kissaki@programming.dev 1 points 1 week ago

Modern websites no longer fit the document-centric model HTML was created for. A typical news homepage mixes headlines, images, teasers, and interactive elements in ways the original spec never anticipated. The New York Times even present teasers without headlines at all. This diversity shows how little shared foundation there is for developers today – and why HTML needs a broader, more coordinated evolution beyond isolated improvements.

Aren't such cases already covered? I don't see the issue or alternative.

[–] Kissaki@programming.dev 2 points 1 week ago* (last edited 1 week ago)

🎨 Theming dark-mode compatible

😵 quite the white border it has there

scrolling is also quite limited to only the content area

[–] Kissaki@programming.dev 0 points 1 week ago (1 children)

if the software developer had experience with AI

Did these developers not have experience with AI?

and were to start on a new project, without any existing context

I'm not sure focusing on one aspect to scope a reasonable and doable study automatically makes it “really low effort”.

If they were to test a range of project types, it'd have to be a much bigger study.

[–] Kissaki@programming.dev 9 points 1 week ago

Before starting tasks, developers forecast that allowing AI will reduce completion time by 24%. After completing the study, developers estimate that allowing AI reduced completion time by 20%. Surprisingly, we find that allowing AI actually increases completion time by 19%--AI tooling slowed developers down.

The gap and miss is insane.

[–] Kissaki@programming.dev 8 points 1 week ago (1 children)

Nodes only know their neighbors.

When this makes me think of gravity and how that propagades huge distances (if not endlessly until practically ignorable), would that be correct or wrong for this aspect?

What does 'neighbors' mean in this context? Is it meant as something more local, constrained, or scoped towards local physical locality?

 

Over the past week, we've identified and tracked an unprecedented 23 extensions which copy other popular extensions, update after publishing with malware, manipulate download counts, and use KNOWN attack signatures which have been in use for months. Many of these relate to Glassworm malware, but there could be mulitple campaigns at work also.

 

When Zork arrived, it didn’t just ask players to win; it asked them to imagine. There were no graphics, no joystick, and no soundtrack, only words on a screen and the player’s curiosity. Yet those words built worlds more vivid than most games of their time. What made that possible wasn’t just clever writing, it was clever engineering.

Beneath that world of words was something quietly revolutionary: the Z-Machine, a custom-built engine. Z-Machine is a specification of a virtual machine, and now there are many Z-Machine interpreters that we used today that are software implementations of that VM. …

 

During OpenAI’s GPT-5 launch event, they demoed the model’s ability to fix real bugs in production code. Live on stage. In their own repository. The kind of demo that makes CTOs reach for their credit cards and engineers nervously update their resumes. There’s just one small problem: the fix they promised to merge “right after the show” is still sitting there, unmerged, three and a half months later.

 

Wanna hear a joke about construction? I am still working on it🤣

Why did the developer go broke? Because he ran out of cache 🤣

 

A good overview of their tests and findings surrounding Flock cameras. Goes through some approaches on manipulating and monitoring the cameras themselves, but also the hosted Flock platform, police, shared data, and politics.

 

A good overview of their tests and findings surrounding Flock cameras. Goes through some approaches on manipulating and monitoring the cameras themselves, but also the hosted Flock platform, police, shared data, and politics.

3
submitted 2 months ago* (last edited 2 months ago) by Kissaki@programming.dev to c/visualstudio@programming.dev
18
Announcing .NET 10 - .NET Blog (devblogs.microsoft.com)
submitted 2 months ago* (last edited 2 months ago) by Kissaki@programming.dev to c/programming@programming.dev
 

What's new in .NET 10

.NET 10 is a LTS (long term support) release.

With C# 14, F# 10, .NET Libraries, ASP.NET Core, Blazor, .NET MAUI, Entity Framework Core 10, Visual Studio 2026, SDK releases.

 

binfmt_misc (short for Binary Format Miscellaneous) is a Linux kernel feature that allows the system to recognize and execute files based on custom binary formats. It’s part of the Binary Format (binfmt) subsystem, which determines how the kernel runs an executable file.

In 2019, SentinelOne published a two-part analysis describing a persistence technique called Shadow SUID (Part 1, Part 2): Shadow SUID is the same as a regular suid file, only it doesn’t have the setuid bit, which makes it very hard to find or notice. The way shadow SUID works is by inheriting the setuid bit from an existing setuid binary using the binfmt_misc mechanism, which is part of the Linux kernel.

Interestingly, this technique seems to have fallen into oblivion again, as neither MITRE ATT&CK nor the five-part Elastic Security “Linux Persistence Detection Engineering” series mentioned it (the last part here with links to all other parts). As of 2025, however, the technique works wonderfully and would probably be very difficult to detect (see the hunting section later).

view more: ‹ prev next ›