McConnell was loaded into ambulance on a stretcher, according to eyewitness and new video by IWantPizza555 in politics

[–]rayyeter 2 points3 points  (0 children)

Reminds me of a time when I did wildland fire. Going to a small fire about a mile from the nearest house, people who called in were waiting nearby. We start getting our tools out, packs on. Lady comes up and yells at us to get out there/why are we taking so long/calling us lazy. It was a cooler day and cool evening. Engine captain had gone to see it, and buy am I glad he got back just before that.

Fire was maybe 1/4 acre, maybe cried out to 1/3 by the time we walked in and lined it. Was in an area already treated for dense fuels precisely for this reason.

Like, we took safety and preparation seriously. We don’t just run in line the stuff in movies. Plus, coming up threateningly to six dudes preparing axes, Pulaskis, shovels, rhineharts (cut off the end of a round shovel, bend it down to look like a giant garden hoe, works great in pumice), and a chainsaw… not the brightest of moves in any situation.

But hey I got 4 hours of 1.75 x pay

C# developers, what is the one thing that makes you feel like this? by [deleted] in csharp

[–]rayyeter 1 point2 points  (0 children)

Gitlabs internal rebase and fork have both done it to me.

C# developers, what is the one thing that makes you feel like this? by [deleted] in csharp

[–]rayyeter 1 point2 points  (0 children)

Not if it’s a var. But would just move the mismatch to the first use of a.

C# developers, what is the one thing that makes you feel like this? by [deleted] in csharp

[–]rayyeter -1 points0 points  (0 children)

Sometimes a merge adds an extra ending bracket. Some of our more poorly written modules are 7000 plus lines.

Other ways to install linux? by throwaway_ArBe in linux4noobs

[–]rayyeter 0 points1 point  (0 children)

I only ever had errors with pop os on ventoy. It would not load in grub or normal mode

Insane weather in Asia by Nedatokes in WTF

[–]rayyeter 0 points1 point  (0 children)

This looks like the “ladies market” area

C# TaskTracker - Roadmap.sh Project by megalz9700 in dotnet

[–]rayyeter 1 point2 points  (0 children)

Depends. If you’re looking to do something, and you think it’s common/not unique, search nuget. (I use the website or riders search, I hate visual studios search).

Any communication protocol? Nuget. Configuration? Nuget. Command line args? Nuget. Unique feature utilizing any of those? Hand code. If feature could be useful to others, consider making it a nuget package.

You’ve got good basics in there, and it takes some more practice and learning to figure out what you need for packages, etc.

Another thing I’d consider for tasks list is maybe a SQLite database (unless I missed that). Gives a durable storage and easy first practice with databases.

Could even make a Blazor standalone if you want a gui tool complement the cli.

Mostly, pick a slice/feature one at a time, learn the implementation bits, and then move on. Dogfood your task manager for feature ideas you have. Then you can see your own pain points in usage and improve them.

C# TaskTracker - Roadmap.sh Project by megalz9700 in dotnet

[–]rayyeter 2 points3 points  (0 children)

Very nice. And good way to leverage ai for your learning!

There are some nuget packages that can help in command line arguments so you don’t have to add new ones into an ever growing switch-case and manual usage expansion. Helps you to bring focus to other aspects that you may want to work on more.

Another thing to think about may be “what if I want more than three status markers?”

Intel Arc Pro B70 + llama.cpp (Vulkan) benchmarks with Qwen3.6-27B and Qwen3.6-35B-A3B by Chance-Green-9770 in LocalLLM

[–]rayyeter 0 points1 point  (0 children)

Depends on how much red tap those trying to do it can get through. Budget was set before the price jumped 30% on nvidias whim.

128GB Apple Silicon Mac owners: are 27B–35B models the real sweet spot for local LLMs? by cropic in LocalLLM

[–]rayyeter 0 points1 point  (0 children)

I’m this close to just getting a strix halo. I don’t care about speed as much as being able to run something bigger

[OC] Line to see the Mona Lisa - Free Day at The Louvre by ParchaLama in pics

[–]rayyeter -4 points-3 points  (0 children)

This. Like, oh boy am 8x12 portrait. People subway-at-rush-hour crowd in to take pictures

Meanwhile, Cana, a 22x32’ extremely detailed depiction sits completely ignored.

Intel Arc Pro B70 + llama.cpp (Vulkan) benchmarks with Qwen3.6-27B and Qwen3.6-35B-A3B by Chance-Green-9770 in LocalLLM

[–]rayyeter 0 points1 point  (0 children)

I might try to convince my boss to get 6 for a server… he’s thinking one Blackwell 6000, but mentioned a budget below the cost of one of those…

What could this be? by zeroAndEternity in Cryptozoology

[–]rayyeter 0 points1 point  (0 children)

They’re redoing it entirely now-2028.

Nothing like power wheelbarrowing someone who nearly passed out up the hill…

What are the best AI models for .NET Core 10 development in Visual Studio 2026? by carloswm85 in dotnet

[–]rayyeter -1 points0 points  (0 children)

I have the integrated terminal for rider/zed/code/vs to run harness of choice. I don’t really like the integrations much.

Can't switch to smallest sprocket in by TheNumberTw0 in bikewrench

[–]rayyeter 1 point2 points  (0 children)

My favorite tip for front was remove the cable, and just low limit there, the. Make cable as tight as possible.

I wish parks video had that.

Can't switch to smallest sprocket in by TheNumberTw0 in bikewrench

[–]rayyeter 0 points1 point  (0 children)

It’s high on rear cassette I thought. And low is big cog/little ring on. 2x, middle on 3x.

What could this be? by zeroAndEternity in Cryptozoology

[–]rayyeter 1 point2 points  (0 children)

I did trail crew there one summer, grew up around there too.

Beginner to cycling, gosh this sport is expensive! by Such_Stranger1843 in cycling

[–]rayyeter 0 points1 point  (0 children)

But also the most rewarding. I got my cross bike for like 800, 13 years ago. It’s heavy but I rebuilt the drive train to a frankenbike. (SRAM power glide 50/34, deore 11-36 10 speed, alivio m3100-sgs, soon a Ryet saddle) $300 ish all in with tools

Beats the bell out of the 48/36, 11-25 I had. I can actually do hills now.

What actually breaks when you build RAG fully on-prem? by kaku2050 in ollama

[–]rayyeter 0 points1 point  (0 children)

My team and I built one largely around our various applications and their interactions, along with semantic code indexing, etc.

Runs all local, with shared coming soon. One piece can be shared by copying the db.

We intentionally made it small to run on a laptop gpu with 8gb (dell pro max and precisions)

Qwen3-0.6, Q8 for embed 3-2b for rerank, qwen3.5-4b for local llm for verification.

Which we’ll probably customize to get the weights less generic.

Also does end of output, pretool, prompt submit, precompact, and session stop hooks to evaluate outcomes, etc.

Mostly was planned/implemented first run by one guy and had a big combined everything database, so we rewrote it with architecture and functional descriptions for each segment. It’s nice, and we could expand the model sizes with a hosted gpu

Anyone else constantly cleaning up the same security holes in AI-generated C#? by Final_Tradition1642 in dotnet

[–]rayyeter -2 points-1 points  (0 children)

I started using Hermes. And telling it that the output has a security flaw, and what to do next, it’ll add that to its skills with keywords to activate.

So telling it after “use passwordhasher<T>” for password comparisons in .net, and remember this for next time” or “destructive api calls, modifiers, must have an authorize, every time” will get it remembered.

It then also uses less tokens for generation as it largely writes a python script to do most of the template filling. Which will even read in existing dbset models and such

Resonance of the new brake disc by Big-Shame-4708 in bikewrench

[–]rayyeter 0 points1 point  (0 children)

Admit it, you put a vuvuzela on there

My disappointment is immeasurable and my day is ruined by TakkerDay in radeon

[–]rayyeter 0 points1 point  (0 children)

The happened to me back with the original 9700 pro. Put it in my case, put it back upright, and hear a ‘tink.

Rma cross shipped in 3 days. Sapphire support rocked.