back
user profile

porridgeraisin

1,978karma·1,375submissions·March 26, 2023
recent activity (1,375 total)
comment
Not really. Although it seems like building more will help, the primary reason is that all the extra money created since covid reserve requirements going to 0% has been parked in safe assets real esta…
1y ago·view thread
comment
> Also, to type word under cursor into command line You can also achieve this with <C-R><C-W> in command mode. It is inbuilt. Not sure if it's a vim or a neovim feature though.
1y ago·view thread
comment
IIRC GNU Parallel versions by date. Recently in the python ecosystem the `uv` package manager let's you install a package as it was on a certain date. Additionally, you can "freeze" you…
1y ago·view thread
comment
Can you explain more? Curious and not able to google and understand this thread. Specifically, what is stopping libc redistributables from being possible? And why disk size limitations from back then …
1y ago·view thread
comment
Forgot to get back to you on these.. thanks for the links!
1y ago·view thread
comment
Yep. The most recent example that's stuck in my head is actually much worse: they didn't even take the mean! One sample! https://github.com/denoland/pm-benchmark Check …
1y ago·view thread
comment
Yep. Someone in my family is the type who features quite frequently in the news. I don't mean tabloid-style stuff, or anything related to criminal activity. It was always about fairly serious top…
1y ago·view thread
comment
> Ms office Everyone gets these preloaded in their laptops, and for people that need it it's a non-negotiable > Games Continuing the same point, people aren't going to be willing to pu…
1y ago·view thread
comment
Ah, reinforcement learning. Edit: explaining it in text they have run the equivalent of expected_output = torch.tril(torch.matmul(A,B)) ai_output = ai() In the nested torch expression above …
1y ago·view thread
comment
And it brought me back to memories of debugging that on my friends laptop. It kept going to 400mhz.. i suspected throttling and we got it cleaned thermal paste replaced and all that. Still throttled. …
1y ago·view thread
comment
> no satisfactory rust package I'm seeing this delay lots of features in rust projects. For example helix the text editor hasn't gotten file watching (for the purposes of updating after e…
1y ago·view thread
comment
You're late to the game: https://quantumai.google/
1y ago·view thread
comment
Just saying that for 24GB you can get all of wikipedia losslessly compressed on your laptop.
1y ago·view thread
comment
Doesn't look like it supports vim. It seems to be using a bunch of neovim only features
1y ago·view thread
comment
Yeah that's true. But I'm not sure how the costs for that will work out at scale considering software is a high attrition industry with career advancements done mostly through lateral moveme…
1y ago·view thread
comment
MS is done mainly to get access to the US job market. Of course some of them do use it to get into more sophisticated work. Also, they're hiring in some divisions, firing in many divisions.
1y ago·view thread
comment
> plentiful capable I heard from a top executive at one of the FAANGs that they are only able to fill 40-50% of their workforce from local hiring. But, FAANG don't really hire the "visa m…
1y ago·view thread
comment
To this pedantic point, If the average written intelligence of all humans alive and dead is > the max intelligence of all live humans who are also willing/positioned to do the same task at the…
1y ago·view thread
comment
Waymo uses reinforcement learning (what it was before LLMs) (TD3+BC according to one of their blogs) Emma is something they tried, but further down the article they explain why they don't use it …
1y ago·view thread
comment
You're both right because RLHF and fine-tuning are just techniques. It's dependent on the training data and not as much the method. So, if you make the RLHF/finetune data such that it a…
1y ago·view thread
comment
This. I would also recommend running it on one memory slot only (do this one by one). Recently it happened that even a multi-day memtest run did not catch the defect in one of my ram slots. But when I…
1y ago·view thread
comment
The whole article is parody.
1y ago·view thread
comment
> Lay people trust the peer review process way too much anyway. For a typical conference, it's usually just a grad student who goes through the paper in an hour or two and makes some comments.…
1y ago·view thread
comment
> what kind of default is that? The Microsoft kind
1y ago·view thread
comment
Nice way to put it, stealing that one.
1y ago·view thread
comment
Wow. That's... Dramatic. If you internally transliterated it correctly without much effort, why do you care? They might as well be the same word. Correct/incorrect spelling/grammar/…
1y ago·view thread
comment
First, thanks for Xfce. I'm a (tiny) donor. Two kinds of linux tinkering often get aliased and cause confusion in conversations. The first kind is the enthusiast changing their init system bootlo…
1y ago·view thread
comment
> sorting and reversing over motion Vim can run shell commands as filters over selections as well. Although vim does provide its own `:sort`, you can also sort the current selection like v{moti…
1y ago·view thread
comment
Re: glorified autocomplete People that have zero understanding use this and their belittling intentions are clear. People that have a vague understanding think there is something else truly magical. P…
1y ago·view thread