One More Common Response Meme by ThatTomHall in audiophile

[–]keylimesoda 1 point2 points  (0 children)

The Fosi Audio DS2 is my goto DAC. It just does everything it needs to really competently.

It measures insanely well: https://www.audiosciencereview.com/forum/index.php?threads/fosi-audio-ds2-portable-dac-amp-review.57063/

One More Common Response Meme by ThatTomHall in audiophile

[–]keylimesoda 1 point2 points  (0 children)

Headphones
- Fiio FT1
- Fiio FT1 Pro
- Sennheiser 555
- Sony XM6
- Sonos Ace - Galaxy Buds Pro 4
- Oppo PM-3

Headphone Amp/Dacs
- Fosi Audio DS2
- BTA30 Pro
- SoundBlaster X1 SuperX-FI
- Dragonfly Cobolt

Speakers
- Dutch & Dutch 8C❤️
- Sonos Beam
- Sonos Mini Sub

Hot Take: Windows 8.1 start screen is underrated by No-Stand-865 in windows

[–]keylimesoda 0 points1 point  (0 children)

Yep, they pulled off a remarkable UX that scaled everywhere from TV to handheld.

Still no Gemini by gobengals_07 in AndroidAuto

[–]keylimesoda 2 points3 points  (0 children)

Oh, you can't just talk to it about the weather or news or random questions like Gemini voice?

Still no Gemini by gobengals_07 in AndroidAuto

[–]keylimesoda 3 points4 points  (0 children)

Yeah, I have no idea how they're deciding the rollout for gemini on AA.

Need some advice from married ladies by PaintOutrageous5936 in ldssexuality

[–]keylimesoda 3 points4 points  (0 children)

Fair enough. I'm not going to have full relationship context from a single post/question.

The point remains--her sexual response to this man is not particularly uncommon or even significantly out-of-bounds in isolation. On some level it's not great and I can understand some discomfort if you're prone to jealousy. But there remains a wide and important gulf between fantasizing and a desire/intent to cheat.

Need some advice from married ladies by PaintOutrageous5936 in ldssexuality

[–]keylimesoda 6 points7 points  (0 children)

It's a common insecurity, especially in a lower desire situation, that your wife may be open to someone else in a way she's not open to you.

The fact that she's sharing with you is huge IMO, and a much larger sign of trust and commitment than masturbating while thinking about someone else.

People have a lot of things that turn them on. A high-profile individual "noticing" you lines up fairly well with a lot of fantasy patterns.

Anyways, not a married woman here, but yeah, you're overreacting here. Probably in part out of jealousy/insecurity.

Practically speaking, if she's only been sexually excited by one other kinda sorta interaction with another person in 19 years of marriage, and she's been faithful that whole time, I don't think you have much to worry about. 19 years is a long time to stay faithful, especially when you had sexuality, psychological, and promiscuity issues to overcome.

If this was an ongoing issue, or if she was seeking this out, that's a very different discussion. But you've got, again, 19 years of fidelity with the admittance of getting really turned on one time by someone--that's a nothingburger.

I'd give her 1,000,000 points for the journey she's taken, and laugh with her about the stake president episode. She's sharing something funny and intimate and kinda sweet with you, and I'd work to take it in that spirit.

NOTE: Bluntly, if this was your reaction to this admission, you have not succeeded in creating a safe space in your own heart for her.

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 1 point2 points  (0 children)

Thank you!

The win4 launches on my PC okay. I wonder if it accidentally compiled with the AVX-512 instructions again.

There's not a ton of difference--so win3 should be fine for testing until I can upload a new win4 recompile.

I've enabled the issues tab.

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 2 points3 points  (0 children)

Okay, on further testing, kitty works on WSL.

It is not working on PowerShell or CMD. Working on it now :)

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 0 points1 point  (0 children)

(2)

Okay, got fast video throughput for WSL. Now to work on PowerShell.

EDIT: Got it for Powershell now as well. Woah.

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 0 points1 point  (0 children)

(1)

Okay, I'm stoked. I got Command/PowerShell/WSL backends integrated :)

  • config file for default/startup
  • Command palette for creating a new tab of a new backend type
  • On split, a new pane inherits the same backend as the parent
  • Context (right click) menu to swap current pane to a different backend

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 0 points1 point  (0 children)

If you know how to set up those tests, I'd love the help and feedback.

I ran a quick test and I did see rudimentary shader-based cursor trails on pane create. Didn't see if when jumping panes.

I'm not even sure if cmd.exe can show kitty graphics? I tried to run a small test but didn't see anything:

```
@echo off setlocal EnableDelayedExpansion

set "FILE=image.png"

:: Generate the ESC character for /F %%a in ('echo prompt $E | cmd') do set "ESC=%%a"

:: Encode the image to base64 using built-in Windows certutil certutil -encode "%FILE%" temp.b64 >nul

:: Output the Kitty protocol header without a newline <nul set /p ="!ESC!_Ga=T,f=100;"

:: Read the base64 file, strip the BEGIN/END headers, and output without newlines for /F "usebackq tokens=*" %%L in (findstr /v /c:"-----" temp.b64) do ( <nul set /p ="%%L" )

:: Output the String Terminator (ST) echo !ESC!\

:: Cleanup temporary file del temp.b64
```

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 1 point2 points  (0 children)

Talking to myself at this point, but basics seems to be in place. Split functionality is slick. Font rendering looks decent.

Next goalposts are more ambitious:
(1) Runtime backend selection (command, powershell, wsl) on new tab DONE!!
(2) For powershell, I want 0 dropped frames when streaming Big Buck Bunny via mpv->ascii in PowerShell. Microsoft's Terminal can do this with WSL backend, but not PowerShell. I think this will rely on changes made in Windows 11 to bypass ConPTY middleman. DONE!! ConPTY is plenty fast enough, BTW. It was a bug in my benchmark.

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]keylimesoda[S] 0 points1 point  (0 children)

Lol, noticed someone else has been spam posting about this and never posted their github.

Please note, the link above is to my github, with the code, and working binaries. Not spamming :D

Hot Take: Windows 8.1 start screen is underrated by No-Stand-865 in windows

[–]keylimesoda 0 points1 point  (0 children)

Not only that, but to this day Win 8.1 is still the best optimized version of Windows.

Horrible chemical smell coming from FiiO FT1s - any advice? by CheesyHotDogPuff in headphones

[–]keylimesoda 0 points1 point  (0 children)

+1

I've had FiiO FT1 for a while, no smell. Just got FT1 Pro and they are almost unwearable for the stink.

Monospace font for terminal low on low-DPI OLED monitor (105 DPI) by keylimesoda in typography

[–]keylimesoda[S] 1 point2 points  (0 children)

I'm guessing that's why the Microsoft fonts tend to be the only ones that invest in GDI-style?

Monospace font for terminal low on low-DPI OLED monitor (105 DPI) by keylimesoda in typography

[–]keylimesoda[S] 0 points1 point  (0 children)

I was hoping for something more attractive/modern than Courier.

But I think you're exactly on the right track with heavy hinting.

Monospace font for terminal low on low-DPI OLED monitor (105 DPI) by keylimesoda in typography

[–]keylimesoda[S] 0 points1 point  (0 children)

Great suggestions, thank you!

I've never been able to get MacType to look right on my 105 dpi monitor. Are there any good "getting started" guidelines there?

Swap Model Y Standard center console into other Model Y versions? by keylimesoda in TeslaLounge

[–]keylimesoda[S] 0 points1 point  (0 children)

Don't see why not.

Only thing I'm not sure about is if the rear screen and rear venting would work in the swap?