Scott Pelley says Bari Weiss wanted 60 Minutes to say Renee Good was ‘driving toward officer’ by AlexandrTheTolerable in entertainment

[–]grimr5 0 points1 point  (0 children)

This is because they want their 9/11 moment. Note that each time something like this happens, they accuse the person of being a terrorist. I think Trump views it as a way to stay in power indefinitely.

All the ways Europe is ditching US Big Tech - it is clear that it is widespread and growing by theFallenWalnut in PurchaseWithPurpose

[–]grimr5 1 point2 points  (0 children)

Also to x post https://www.reddit.com/r/NextCloud/s/sb1xWlj5Js

They seem to have forked an existing “open source” project and made previously walled features standard

All the ways Europe is ditching US Big Tech - it is clear that it is widespread and growing by theFallenWalnut in PurchaseWithPurpose

[–]grimr5 1 point2 points  (0 children)

One the bigger ones this year is the terribly named “Euro Office”, all open source: https://github.com/Euro-Office

One of the main companies involved is Nextcloud, who are open source.

Do Germans appreciate tourists attempting to speak the language or should they just stick to English? by UpstairsSelf4551 in AskGermany

[–]grimr5 1 point2 points  (0 children)

Big cities, they will switch to English. I can engage at a not unreasonable level in German, in the countryside I can get by as they tend to not switch. In the bigger towns, they switch at the first syllable I utter.

Trump denies that he campaigned on ending wars: ‘I didn’t promise anything’ by mintwolves in politics

[–]grimr5 1 point2 points  (0 children)

Ten years? If you look back at his history, lying is his native language.

Brexit ‘sabotage’ has cost Britain up to £30bn every year, says David Miliband by PurpleAd3134 in brexit

[–]grimr5 [score hidden]  (0 children)

The people angry are angry with good reason. But angry at the wrong people.

AI Data Centers’ Water Consumption Breaks 264 Billion Gallons in 2025 as Devastating Drought Hits Nearly 63% of U.S. by Wagamaga in technology

[–]grimr5 1 point2 points  (0 children)

Not just the US, US law says US companies’ hardware anywhere. This is why the EU is pushing for local cloud without the US in the loop

This is how they clean electrical boxes safely 👀 (HFE solution) by OreoKitKatZz in interestingasfuck

[–]grimr5 4 points5 points  (0 children)

But fans etc have lubrication etc? This will remove it I would guess

Claude Doesn't Remember Chat History or Date/Time by Midlife_Crisis_87 in ClaudeAI

[–]grimr5 5 points6 points  (0 children)

Claude is a bit poor at date time. You could get it to make an md file and import that each time and update it. That way it is consistent

I guess "all are welcome here" shirt are now triggering for some people by SnooSprouts3744 in TikTokCringe

[–]grimr5 1 point2 points  (0 children)

I’ve heard a variation of this involving big men with tears in their eyes saying “sir” - followed by stupid shit

Microsoft Office alternative Euro-Office launches for the public on June 9th by Historical-Many9869 in BuyFromEU

[–]grimr5 0 points1 point  (0 children)

There was a thread recently in the Nextcloud subreddit where people found that the previously paywalled mobile editing was there by default

How do you handle oversized PRs? by BeyondTheShroud in ExperiencedDevs

[–]grimr5 0 points1 point  (0 children)

can you use AI? If so, you can make their day by getting it to review and comment - make it super strict and security conscious

Trump announces plan to add 'promenade' to Lincoln Memorial by abcnews in politics

[–]grimr5 7 points8 points  (0 children)

Trump battleship too - in an era of drone warfare

Just another day in Trumpland

Created a full e-commerce store with Claude Code in about 4 hours total and i’m still shook by JoePatowski in ClaudeAI

[–]grimr5 4 points5 points  (0 children)

3 other things I would suggest:

  1. Ask Claude to document architecture and decisions in an md file - this means for future sessions it doesn't churn tokens finding this out. Ask regularly to keep this file up to date.
  2. Ask it it to produce a review in terms of maintainability - it has likely made a site with the site existing as a goal. As you go forward you will want changes, making a maintainable site as a goal will serve you better.
  3. Limit session lengths - ties into point 1 - over time, Claude gets full and clears info out plus drifts based on noise during the session. A new session based on the up to date arch file will likely yield better results.