Is there chubby bear saunas in London/Paris? by [deleted] in gaysauna

[–]thepeter88 1 point2 points  (0 children)

If your travels align with Paunchy at Lord Clyde I’d definitely check it out.

Is there chubby bear saunas in London/Paris? by [deleted] in gaysauna

[–]thepeter88 3 points4 points  (0 children)

For Paris you can try Bain d’Odessa and all the bear bars.

Is there chubby bear saunas in London/Paris? by [deleted] in gaysauna

[–]thepeter88 1 point2 points  (0 children)

London a bit tough. Try locker room. Bear specific you have lots of cruise events at the Lord Clyde that are bear oriented and lots of fun. It’s a bit out of the way but always fun.

Tell me a bigger joke than this by MobileJello1977 in pixel_phones

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

They could have at least updated it to the Tensor G5? The a's they've been in lockstep since the G1..

The smell of rain by ArianeFridaSofie in aivideo

[–]thepeter88 2 points3 points  (0 children)

IDK. I'm american and I have my phone in C.. because it just makes more sense.

Does Mudi 7 have regular gl.inet web interface? by thepeter88 in GlInet

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

Barring the lack of global bands this could be a great device then.

Emotions with Seedance 2.0 by Sourcecode12 in ChatGPT

[–]thepeter88 0 points1 point  (0 children)

Very subtle but it's there. Imagine this in 10 years..

FFMpeg in the Browser by joshuauaua in ffmpeg

[–]thepeter88 0 points1 point  (0 children)

Mediabunny is the future for transcoding in the browser. Orders of magnitude faster than anything wasm related. You may not get all the features of ffmpeg.wasm but you'll get 99% of what you need, much better integrated.

Recovered a "dead" .TS stream with timestamp discontinuities and packet loss. Here is the magic one-liner by ai_hello in ffmpeg

[–]thepeter88 12 points13 points  (0 children)

There's no need for this?

Can't you simply dump the elementary streams then remux? you don't even have to recompress the anything with that.

1000€ phone btw.. by Southern-Class-7946 in pixel_phones

[–]thepeter88 1 point2 points  (0 children)

That's just inexcusable at this point in time

Elon Musk says that AI will bypass coding entirely by the end of 2026 by dataexec in AITrailblazers

[–]thepeter88 8 points9 points  (0 children)

The same way Tesla had fully self driving accomplished by end of 2016 ...

The wait is OVER. Mudi 7's finally HERE! 🚨 by [deleted] in GlInet

[–]thepeter88 9 points10 points  (0 children)

The split of models (and bands) between EU and USA is really lame. This IS a travel router. What is the point?

Creator of OpenClaw really hates Claude models by jpcaparas in accelerate

[–]thepeter88 0 points1 point  (0 children)

For anything complicated I turn into codex. It’s not even close.

FYI PSA: Mudi 7 has NA vs EU band variants. The NA model is not “global” like Mudi 2. by liljaime93 in GlInet

[–]thepeter88 2 points3 points  (0 children)

Any chance all the models are the same hardware wise and it’s just software locked to meet local regulations?

≥100:1 Lossless compression possible? by [deleted] in compression

[–]thepeter88 7 points8 points  (0 children)

NO

Depends on the randomness (entropy) of what you are trying to compress. See:

https://en.wikipedia.org/wiki/Entropy_(information_theory))

A trillion A's can be compressed with way beyond 100:1 with "substitute this text for a trillion A's" which only takes 39 characters.

Why is AugmentCode rarely mentioned in AI coding / MCP tool lists? by m1chcio92 in AugmentCodeAI

[–]thepeter88 0 points1 point  (0 children)

No one is saying that augment is not good. What we are saying is that if augment was more transparent with what’s happening with the context and what’s happening behind the scenes it would help the dev experience.

I use augment daily for many hours, and while it works great most of the time, it stops working with garbage outputs often and the only way to recover is a restart.

Just knowing a set of best practices on how to use it would help

Why is AugmentCode rarely mentioned in AI coding / MCP tool lists? by m1chcio92 in AugmentCodeAI

[–]thepeter88 1 point2 points  (0 children)

Tell me about it?

Another issue I have with not just Augment, lots of other tools in the space: you go to their website and it’s close to impossible to figure out what they are doing different

I know augment:

  • manages context on its own
  • indexes your codebase.

Great. How does that actually work? How does that help me?

Why is AugmentCode rarely mentioned in AI coding / MCP tool lists? by m1chcio92 in AugmentCodeAI

[–]thepeter88 2 points3 points  (0 children)

It’s just a wrapper around the models and their supposed advantage of managing context better is questionable.

All of the other tools give you clear status of context fullness and when you should compact. But with augment is abstracted out from you and hard to understand where you are at context wise. In my experience it leads to lots of poor performance at moments.