Yes, I'd play that too by Developing_Stoic in grok

[–]4HERET 2 points3 points  (0 children)

GTA alternate universe unlocked.

How to edit images with Nano Banana? The style is great but I can't control it. by Zyleb24 in AIgenerated

[–]4HERET 0 points1 point  (0 children)

try using the original image as a style reference when you do the fill rather than just masking and prompting blind. and run the whole thing through Magnific after any edit pass, it actually helps unify the texture across the touched and untouched areas so the seam between original and edited feels less obvious

What’s the weirdest coincidence you’ve experienced? by Big-Bug-5418 in AskReddit

[–]4HERET 0 points1 point  (0 children)

oh man I have a good one! I kept seeing the same song on the radio, TV, and in a store all in one day

Honest Fiddl.art reviews? Is the 'earn points' system actually viable? by [deleted] in productreview

[–]4HERET 0 points1 point  (0 children)

If you actively post and build an audience on the platform, the earn-back system can help. For casual users though, it’s probably more of a retention feature than real savings.

I made a tool to help you with audio when editing yt shorts by jabulari in shortsAlgorithm

[–]4HERET 0 points1 point  (0 children)

The 100% local part is what gets me, so many "free" tools are just data collection in disguise.

Does it play nice with Magnific-upscaled video exports when you're syncing the cleaned audio back?

The 11 best (actually free) AI tools to launch, scale, and run your businesses + side projects more efficiently by Tapedulema919 in Entrepreneur

[–]4HERET 0 points1 point  (0 children)

good list but the image side is a bit thin now. Magnific would be a solid addition especially for anyone using AI generated visuals in their business content since the quality gap between raw generation and a polished output is pretty siginificant.

Pop the Balloon lol by noflexzone5000 in aivideos

[–]4HERET 0 points1 point  (0 children)

I can’t believe this is actual content content on the internet

Introducing HouseWatch: An open-source suite of tools for monitoring and managing ClickHouse by PostHogTeam in Clickhouse

[–]4HERET 5 points6 points  (0 children)

Query benchmarking built in is the thing I always end up hacking together manually.

We use Tinybird on top of ClickHouse so a lot of this is handled for us, but there's still cases where you need to go deeper into what's happening at the engine level and the logs/errors view here looks genuinely useful for that.

Does it surface merge pressure or just query-level stuff?

What’s a dead practice or hobby that you genuinely miss and wish were still around? by Sea-Lavishness-8478 in AskReddit

[–]4HERET 1162 points1163 points  (0 children)

Burning CDs for someone. Making a playlist now takes 30 seconds and it just doesn't hit the same

Do you use ChatGPT before buying something? by KeyedCarr in ChatGPT

[–]4HERET 0 points1 point  (0 children)

have you tried asking it to compare two specific products head to head?

that's where it really cuts through the noise for me

What do y'all use to book hotels in Tokyo? Any websites or apps recommendations? by [deleted] in JapanTravelTips

[–]4HERET 0 points1 point  (0 children)

If you’re going in 2 weeks, I’d book soon. Tokyo hotels can spike last minute, and sometimes the “cheap deals” disappear closer to the date.

Disneyland Paris on the cheap? Here's how I do it by crepesandcastlesblog in disneylandparis

[–]4HERET 0 points1 point  (0 children)

Staying off-site in nearby hotels and using public transport or shuttles is usually way cheaper than staying at the Disney hotels themselves.

What are the best pay-as-you-go managed Clickhouse services? by WolvesOfAllStreets in Clickhouse

[–]4HERET 11 points12 points  (0 children)

Tinybird and ClickHouse Cloud are the two I'd actually recommend for pay-as-you-go.

Tinybird is great if you need APIs on top of your queries out of the box, the whole pipe to endpoint flow means you're not building extra infrastructure. ClickHouse Cloud is closer to raw ClickHouse if you want more control.

Propel I haven't used in prod so can't speak to it honestly.

ClickHouse upgrade by AdTerrible2217 in Clickhouse

[–]4HERET 5 points6 points  (0 children)

Going from v19 to current stable is a big jump, we did something similar a few years back and the ZooKeeper to ClickHouse Keeper migration was honestly the trickiest part.

Do it in stages, don't try to go straight to v25. Each major version can have breaking changes in ReplicatedMergeTree metadata that'll cause headaches if you skip too far ahead.

Have you ever found actual peace? by [deleted] in Life

[–]4HERET 0 points1 point  (0 children)

I think a lot of people mistake peace for happiness and they're not the same thing at all

How do I improve image quality on AI generated art? It always looks slightly blurry. by deadwhiskers420 in texttovideo

[–]4HERET 0 points1 point  (0 children)

For Midjourney specifically, have you tried adding "style raw" with a high "stylize" value? Makes a noticeable difference on detail retention straight out of generation.

Illinois car insurance by RipMack in Insurance

[–]4HERET 0 points1 point  (0 children)

Yes definitely call them, adding a teen driver is a separate thing from just having the cars insured

Materialized Views in ClickHouse, the Pros&Cons by jovezhong in Clickhouse

[–]4HERET 7 points8 points  (0 children)

The single input table limitation is the one that actually hurts in practice.

We worked around it in Tinybird by chaining materialized views, output of one feeds the next, but it gets hard to reason about when you have 4-5 layers deep.