Readit News logoReadit News
CapsAdmin commented on CUDA-l2: Surpassing cuBLAS performance for matrix multiplication through RL   github.com/deepreinforce-... · Posted by u/dzign
slashdave · 16 days ago
I am not sure about that. However, what is clear is that if there is a new technique, it will not be found by this LLM.
CapsAdmin · 16 days ago
It's generally true, isn't it? Otherwise we'd have ground breaking discoveries every day about some new and fastest way to do X.

The way I see it, mathematicians have been trying (and somewhat succeeding every 5~ years) to prove faster ways to do matrix multiplications since the 1970s. But this is only in theory.

If you want to implement the theory, you suddenly have many variables you need to take care of such as memory speed, cpu instructions, bit precision, etc. So in practice, an actual implementation of some theory likely have more room to improve. It is also likely that LLM's can help figure out how to write a more optimal implementation.

CapsAdmin commented on Google Antigravity   antigravity.google/... · Posted by u/Fysi
timeon · a month ago
> VSCode

Which is on top of 'Chrome'.

Interesting sandwich: Google-Microsoft-Google.

CapsAdmin · a month ago
just to add to the sandwich somehow, vscode is mainly written in typescript
CapsAdmin commented on Claude outage   status.claude.com/inciden... · Posted by u/stuartmemo
mikelevins · 2 months ago
I think the decline in UI quality is real, but I don't think the web takes all of the blame. The blame that it does take is due to a sort of mixed bag of advantages and disadvantages: web technologies make it quicker and easier to get something interactive on the screen, which is helpful in many ways. On the other hand, because it lowers the effort needed to build a UI, it encourages the building of low-effort UIs.

Other forces are to blame as well, though. In the 80s and 90s there were UI research labs in indistry that did structured testing of user interactions, measuring how well untutored users could accomplish assigned tasks with one UI design versus another, and there were UI-design teams that used the quantitative results of such tests to deign UIs that were demonstrably easier to learn and use.

I don't know whether anyone is doing this anymore, for reasons I'll metion below.

Designing for use is one thing. Designing for sales is another. For sales you want a UI to be visually appealing and approachable. You probably also want it to make the brand memorable.

For actual use you want to hit a different set of marks: you want it to be easy to learn. You want it to be easy to gradually discover and adopt more advanced features, and easy to adapt it to your preferred and developing workflow.

None of these qualities is something that you can notice in the first couple of minutes of interacting with a UI. They require extended use and familiarization before you even know whether they exist, much less how well designed they are.

I think that there has been a general movement away from design for use and toward a design for sales. I think that's perfectly understandable, but tragic. Understandable because if something doesn't sell then it doesn't matter what its features are. Tragic because optimizing for sales doesn't necessarily make a product better for use.

CapsAdmin · 2 months ago
If a large company is making a utility cares, they'll have a ux person/s, sometimes part of a design team, to make sure things are usable.

But if you're really big, you could also test in production with ab testing. But as you said, the motivation tends to be to get people to click some button that creates revenue for the company. (subscribe, buy, click ad)

Somewhat related to this, the google aistudio interface was really pushing gdrive. I think they reduced it now, but in the beginning if you wanted to just upload a single file, you had to upload it to gdrive first and then use it.

There was also some annoying banner you couldn't remove above the prompt input that tried to get you to connect to gdrive.

CapsAdmin commented on Claude outage   status.claude.com/inciden... · Posted by u/stuartmemo
swader999 · 2 months ago
My go to is "are you stuck" for some reason that seems to snap it awake, it feels like it takes offense to the question and gets back on track.

On a side note, I'm anthropomorphising too much, gonna have to upgrade and get some top rate therapy...

CapsAdmin · 2 months ago
Well that has happened sometimes, I usually say continue.

But what I meant was that the whole response completely disappears. Sometimes the text I wrote previously is pasted back into the text input, but sometimes it's not.

I have this habit of copying my prompt in case it happens.

CapsAdmin commented on Claude outage   status.claude.com/inciden... · Posted by u/stuartmemo
CapsAdmin · 2 months ago
I didn't even know they had a status page. Claude (with pro subscription) is often so unreliable with regards to connectivity and performance that I'm looking for something more predictable.

It randomly fails halfway through a response, sometimes very slow to start, hangs for long periods during a response, and so on.

The Claude chat interface can also slow down with long sessions. I sometimes use Claude code which is better, but I'm not a huge fan of terminal interfaces. I'm aware of third party frontends, but I believe those require api access which I don't like for personal use.

CapsAdmin commented on Zig's New Async I/O   andrewkelley.me/post/zig-... · Posted by u/todsacerdoti
pron · 2 months ago
> Unfashionable languages like Java and .NET that have quality multithreaded runtimes are the way to go because they provide a single paradigm to manage both concurrency and parallelism.

First, that would be Java and Go, not Java and .NET, as .NET offers a separate construct (async/await) for high-throughput concurrency.

Second, while "unfashionable" in some sense, I guess, it's no wonder that Java is many times popular than any "fashionable" language. Also, if "fashionable" means "much discussed on HN", then that has historically been a terrible predictor of language success. There's almost an inverse correlation between how much a language is discussed on HN and its long-term success, and that's not surprising, as it's the less commonplace things that are more interesting to talk about. HN is more Vogue magazine than the New York Times.

CapsAdmin · 2 months ago
In this context I interpret unfashionable as boring/normal/works/good enough/predictable etc.
CapsAdmin commented on Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files   github.com/ventoy/Ventoy... · Posted by u/wilsonfiifi
jaderobbins1 · 2 months ago
Any specifics on which windows install ISOs don't work? That way I'll know which ones will need a dedicated USB stick.
CapsAdmin · 2 months ago
Last week I tried to make a bootable usb with windows 11. I tried using dd on macos, and that seemed to work, but the windows installer errored about "not finding drivers for the hdd". This threw me off because I thought something was wrong with the nvme.

Turns out you can't just dd a windows iso onto a usb drive.

You have to format it to fat32, then manually copy all the files. However there is one big installer file which is above 4gb, so you have to get some tool (also provided by Microsoft) to split the file into multiple files less than 4gb. The windows installer will recognize the split files and use those instead.

It's beyond me why the official windows iso just doesn't have this by default...

CapsAdmin commented on Board: New game console recognizes physical pieces, with an open SDK   board.fun/... · Posted by u/nicoles
CapsAdmin · 2 months ago
I don't really play board games, but if I did I can imagine being worried about forced updates, general online connectivity, inevitable ads, microtransactions, longevity, etc being a concern.

The current people behind Board might promise to deliver now, but who knows what will happen 5 years down the line.

CapsAdmin commented on VST3 audio plugin format is now MIT   forums.steinberg.net/t/vs... · Posted by u/rock_artist
codedokode · 2 months ago
There is no single UI framework in VST. The plugin API only has interfaces for creating/destroying/resizing a GUI window. You are not required to use VSTGUI.
CapsAdmin · 2 months ago
For context, the variation in UI between VSTs is pretty large and tend to be very creative, much like UI in games.
CapsAdmin commented on Live Stream from the Namib Desert   bookofjoe2.blogspot.com/2... · Posted by u/surprisetalk
CapsAdmin · 2 months ago
I dunno why but it felt a weird to see rock pigeons outside of a city. (2025-10-17 17:00~)

u/CapsAdmin

KarmaCake day714February 1, 2016
About
meet.hn/city/vn-Bắc-Ninh

Socials: - github.com/capsadmin - soundcloud.com/capsadmin - x.com/eliashogstvedt - instagram.com/eliashogstvedt

Interests: Programming

---

View Original