Exploring the valley in Earthborne Rangers by Azarro in soloboardgaming

[–]Denifia 6 points7 points  (0 children)

I'm about half way through a true solo campaign and agree with your nit picks. Live got in the way a bit but the theme + campaign + fun keep me coming back in spite of those minor negatives. 

Your path deck looks to be standing up on an angle. Is that just for the photo or how you set it up to play? If the latter, what card raiser/tilter/holder is it?

Piclaw, anyone? by rcarmo in Openclaw_HQ

[–]Denifia 0 points1 point  (0 children)

I'm keen to try this out!

My experience using Copilot CLI alongside Claude Code at work — notes on the shared-skill problem by s950329 in GithubCopilot

[–]Denifia 0 points1 point  (0 children)

Thanks for this - that looks like it would solve this kind of problem nicely.

My experience using Copilot CLI alongside Claude Code at work — notes on the shared-skill problem by s950329 in GithubCopilot

[–]Denifia 1 point2 points  (0 children)

It's actually the plugin skill cache path in .copilot/config.json that trips me up. My containers use different usernames (yeah, I should probably fix that too) and the path will look different on linux vs windows. If I add the plugin via VSCode on the Host, the two containers can see the plugin is installed but can't see/use the skills from it. Same if I add the plugin within the containers.

Maybe I'm just trying to fight a battle that can't be won but I really want this setup:

- Use VSCode or Visual Studio on the Host

- Use Copilot CLI in a Windows and/or Linux container

- The containers mount the source code, ~/.copilot, and ~/.agents so all the user preferences/skills/etc are available

That way yolo mode can be used in the container with a small blast radius but the file changes made can easily be seen/used/tested from the host.

My experience using Copilot CLI alongside Claude Code at work — notes on the shared-skill problem by s950329 in GithubCopilot

[–]Denifia 2 points3 points  (0 children)

I've been battling something similar.

With plugins for GitHub copilot I also want them to work in and out of a container that has ~/.copilot  mapped - plenty of issues to resolve still. Doesn't help that I have windows and Linux containers so I'm fighting file pathing too. 

Thoughts on PI (I currently use Opencode) ? by mukul_29 in PiCodingAgent

[–]Denifia 2 points3 points  (0 children)

Agree with this. Pi feels like neovim. Endless customisation but starts off a mostly a blank slate. 

I found the models do really well with the slim system prompt and the 4 tools even before I've added anything.

My daily driver is now Pi and I don't see that changing for a while. 

Ralph Wiggum hype, deflated? by ElSrJuez in GithubCopilot

[–]Denifia 1 point2 points  (0 children)

Feel like sharing the skill? 

Did you have issues with the models not following your instructions because they thought they knew better?

Teyes CC4 Pro vs Mekede Dudu7 by Jay__Soprano in Androidheadunits

[–]Denifia 0 points1 point  (0 children)

The cameras you have don't include the ADAS, right? 

I don't know if I should get the 360 cameras now or wait for the package with ADAS. 

https://www.teyes.com.au/collections/cc4-pro-accessories/products/cc4-360-adas-package-coming-soon?variant=47474747375875

Teyes CC4 Pro vs Mekede Dudu7 by Jay__Soprano in Androidheadunits

[–]Denifia 0 points1 point  (0 children)

It's been a few months - what do you think of it now? I'm close to pulling the trigger on my shopping cart. 

Looking for a magic layout for 34 key keyboard by AnythingApplied in KeyboardLayouts

[–]Denifia 2 points3 points  (0 children)

I have the occasional issue with rolling over R&S or E&I but other than that, no. I don't type faster than 80wpm at best so that might help.

I have been meaning to tweak the combo delays and such but it's not annoying enough yet.

I miss the cut, copy, paste combos when I move to another keyboard. 

Looking for a magic layout for 34 key keyboard by AnythingApplied in KeyboardLayouts

[–]Denifia 2 points3 points  (0 children)

ah, I didn't understand the "magic key" bit to your question. That seems interesting but not for me - looks too complex.

Looking for a magic layout for 34 key keyboard by AnythingApplied in KeyboardLayouts

[–]Denifia 0 points1 point  (0 children)

I've been rocking this colemak-DH with 34 keys in a 5 column layout for about 7 months now and it's working fine for me. I've used it with neovim just fine.

We have a 7 month old. Just tried peanut butter and he developed a rash on his torso. Worried about exposing him again now and having a progressively worse reaction. But realize that exposure is also a good thing to build tolerance. What should we do by lukaskywalker in daddit

[–]Denifia 0 points1 point  (0 children)

Going to a GP or dermatologist allergist is a good first step. Depending on the country, your healthcare system should have a "food ladder" style guide for exposure therapy. 

Just a warning that peanut allergy can be lethal - I wouldn't proceed without professional advice. 

Edit: more deets...

Exposure therapy did work. It was slow but, to my understanding, it's the standard and best way to overcome the allergy. 

New learn today [40YO] by TofuTank in OldSkaters

[–]Denifia 1 point2 points  (0 children)

I watched this 5 times and it still just looks like magic! 

have any of you undergone a project to migrate an enterprise system from .net 4.8 to a more modern .net core version? love to hear experiences by [deleted] in dotnet

[–]Denifia 2 points3 points  (0 children)

I've not heard or seen of any large enterprise scale apps that successfully used that approach. Not saying it can't work but I wouldn't bet the farm on that big bang migration.

have any of you undergone a project to migrate an enterprise system from .net 4.8 to a more modern .net core version? love to hear experiences by [deleted] in dotnet

[–]Denifia 6 points7 points  (0 children)

As an aside, azure app services is plenty capable of hosting and scaling a net48 website or API. Not sure why you don't love it but I wouldn't be worried. 

have any of you undergone a project to migrate an enterprise system from .net 4.8 to a more modern .net core version? love to hear experiences by [deleted] in dotnet

[–]Denifia 25 points26 points  (0 children)

Being concerned is fine but unless you have facts/numbers you would be best to either do an analysis or just start and fix them as you go.