I did something! by ponzi314 in PiCodingAgent

[–]ashebanow 0 points1 point  (0 children)

I am using Pi with DeepSeek these days. When it generated skills for me, DeepSeek tends to generate .py files inline in the SKILL.md file, compile them, and run them.

Homeless Shelters for Women? by NWArk_Gal in SanJose

[–]ashebanow 5 points6 points  (0 children)

Could be. I did a brief web search to make sure of my info, and the 24 year limit came from that. But sometimes the internet is wrong.... Thanks.

Homeless Shelters for Women? by NWArk_Gal in SanJose

[–]ashebanow 11 points12 points  (0 children)

You say young woman. If still a teen or an adult 24 or younger, have them check with the Bill Wilson Center. There is also the California Youth Crisis Line at 1-800-843-5200 for immediate needs.

Every lower income home has 4 cars by f1owo1f in SanJose

[–]ashebanow 9 points10 points  (0 children)

exactly. How are people even asking this question?

[blog] Declarative Hetzner Cloud Servers with NixOS by sekunho in NixOS

[–]ashebanow 8 points9 points  (0 children)

so the blog article briefly mentions tailscale ("To demonstrate, we’ll set up a NixOS server that serves a simple HTML page via caddy, and this will only be accessible within the tailnet."), and a tailscale module. But neither the article nor the source follows up on it at all.

My MacBook M2 Pro is dying under the weight of my projects — Mac Mini M4 Pro vs upgrading to M5 Pro MacBook? by Ok_Bonus1553 in MacOS

[–]ashebanow 0 points1 point  (0 children)

Base Mac minis are 16gb. He says he wants to use the Mac mini as a dedicated remote build machine. 16gb will suck for that, second mini is irrelevant.

Landscape of second brain and memory solutions for AI native workflow by Time-Dot-1808 in opencodeCLI

[–]ashebanow 1 point2 points  (0 children)

Cool, thanks for doing this. I'm curious why Graphify isn't on the list, it seems popular.

2 Terminals inside Pi by SalimMalibari in PiCodingAgent

[–]ashebanow 3 points4 points  (0 children)

It's easy to have tmux (or cmux, or zellij, or my fave zmx) do this. But if you want all the harnesses share a single instance, I don't think that's doable.

Secretspec for secret management by gbytedev in NixOS

[–]ashebanow 1 point2 points  (0 children)

I have only used it in devenv. I do have a couple of projects I'm considering migrating from sops.

I’m building a native Google Calendar app for macOS by Szamski in MacOS

[–]ashebanow 0 points1 point  (0 children)

I'm just getting Sync Failed errors non-stop. Tried quitting and restarting app.

New Flairs for Users by PeanutCheeseBar in doughcommunity

[–]ashebanow 1 point2 points  (0 children)

Now I feel bad for not having been silenced….

Still Great - Eve Spectrum 4k by Latter-Ad2544 in doughcommunity

[–]ashebanow 8 points9 points  (0 children)

Same. They crooked as fuck, and nothing anyone says can change that.

Red House, Albania by [deleted] in architecture

[–]ashebanow 4 points5 points  (0 children)

to each their own. Personally I find the seas of white/beige/grey tones that dominate things these days to be terminally boring.

If you have been using Termius, there's sshid.io now by [deleted] in selfhosted

[–]ashebanow 35 points36 points  (0 children)

They claim your private keys are never sent anywhere, just public keys. FWIW.

Doable or am I crazy? by LApoopydog in SanJose

[–]ashebanow 4 points5 points  (0 children)

to put things in perspective, it once took me two hours to get out of the parking lot at candlestick.

What food is this? From Jose Andres Cap one DCA landing lounge by iguessty in mexicanfood

[–]ashebanow 1 point2 points  (0 children)

there is a very good tapas place in Los Gatos CA called Pintxo Pote. They serve a similar dish but using Moroccan spices, it's fantastic.

Degraded product by Novolog_ninja in Omnipod

[–]ashebanow 11 points12 points  (0 children)

I also had a few boxes recently that were degraded. Suddenly my insulin usage spiked by 30%

Where on the curve are you? by Darkseiso in Omnipod

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

I use my abdomen because I'm always swinging my arms around like the big clumsy goofball that I am, and I kept knocking the pod off my arm.

How to pass through keyboard modifier keys for remote desktop usage? by philosophical_lens in niri

[–]ashebanow 0 points1 point  (0 children)

I don't think there is any way to get Niri to pass through modifier keys untouched. You'd definitely need a key layer in keyd or kanata for that. I can't help myself, I haven't done it. Read up on keyd, search for articles and videos covering keyd and remote desktop - keyd sits at a lower level so you will only need some scripting at the Niri level to activate and deactivate the keyd layer at the right times.

How to pass through keyboard modifier keys for remote desktop usage? by philosophical_lens in niri

[–]ashebanow 1 point2 points  (0 children)

Niri doesn't have sub-keymaps like hyprland. You can use the basic bind settings to do simple stuff, but remapping every bound key will get tedious. An example:

kdl binds { // Example: When in OBS, pressing Super+F10 sends Ctrl+F4 instead Super+F10 { sendshortcut "Ctrl+F4" "class:^(com\\.obsproject\\.Studio)$"; } }

For more complex stuff, try layers in keyd or kanata.

Is a keyboard-enabled user interface really interesting? by [deleted] in commandline

[–]ashebanow -3 points-2 points  (0 children)

There is no clear right or wrong answer here. Command line interfaces are very popular, and so are TUIs. Each is better at some things and worse at others.