[go: up one dir, main page]

Forem Core

Posts

October 2025 Forem Core Update: Hacktoberfest Momentum, PR Cleanups, and Self-Hosting Tweaks
Cover image for October 2025 Forem Core Update: Hacktoberfest Momentum, PR Cleanups, and Self-Hosting Tweaks

October 2025 Forem Core Update: Hacktoberfest Momentum, PR Cleanups, and Self-Hosting Tweaks

20
Comments
4 min read
Stream of small fixes — this week's repo recap is going to be full!

Stream of small fixes — this week's repo recap is going to be full!

3
Comments
1 min read
Next version of mobile app is going to be a nice upgrade

Next version of mobile app is going to be a nice upgrade

2
Comments
1 min read
Lots of momentum this week!

Lots of momentum this week!

4
Comments 1
1 min read
Forem Weekly Repo Recap: New Community Hub, Email Fixes & Markdown Improvements

Forem Weekly Repo Recap: New Community Hub, Email Fixes & Markdown Improvements

11
Comments 1
1 min read
Added a /community endpoint as sort of an info hub for every subforem. It's kind of just a proof of concept at the moment but can be refined. Ideally it's customizable so we can link off to places like /challenges etc. but keeping it dynamic vs static.

Added a /community endpoint as sort of an info hub for every subforem. It's kind of just a proof of concept at the moment but can be refined. Ideally it's customizable so we can link off to places like /challenges etc. but keeping it dynamic vs static.

7
Comments
1 min read
Hopefully releasing a new Forem app with lots of little fixes in the next couple days

Hopefully releasing a new Forem app with lots of little fixes in the next couple days

3
Comments
1 min read
New spam detection targeting mass registration live and working well so far. github.com/forem/forem...

New spam detection targeting mass registration live and working well so far. github.com/forem/forem...

feat: Add domain-based spam blocking with background worker by benhalpern · Pull Request #22350 · forem/forem · GitHub

Summary This PR implements automatic domain-based spam blocking to prevent mass registration attacks from single email domains. Changes Spam::DomainDetector: Detects spam patterns by email domain...

favicon github.com
3
Comments
1 min read
We need to adjust quickie posts to properly not count full URLs for characters. I know Twitter traditionally capped these at 17 chars regardless of length — we'll want to do something similar along those lines.

We need to adjust quickie posts to properly not count full URLs for characters. I know Twitter traditionally capped these at 17 chars regardless of length — we'll want to do something similar along those lines.

3
Comments
1 min read
So much of what we do is building in public, but we need to use this space more to talk about it.

So much of what we do is building in public, but we need to use this space more to talk about it.

3
Comments
1 min read
Hoping to make improvements to quickie posts like this so they show up when appropriate in feeds (currently they sink pretty quickly) without overwhelming or taking away from the experience.

Hoping to make improvements to quickie posts like this so they show up when appropriate in feeds (currently they sink pretty quickly) without overwhelming or taking away from the experience.

3
Comments
1 min read
Was great to see this PR from the Ona folks in the project to help get our configuration working better github.com/forem/forem... Ona (formerly GitPod) continues to be a really really interesting player in development productivity

Was great to see this PR from the Ona folks in the project to help get our configuration working better github.com/forem/forem... Ona (formerly GitPod) continues to be a really really interesting player in development productivity

fix: improve devcontainer network configuration for Ona environment by Siddhant-K-code · Pull Request #22307 · forem/forem · GitHub

What type of PR is this? (check all applicable) Bug Fix Refactor Feature Optimization Documentation Update Description Fixes devcontainer network configuration issues that prevented proper s...

favicon github.com
4
Comments
1 min read
Most enterprise AI projects fail due to integration and data access issues. RavenDB’s AI Agent Creator runs AI agents inside the database itself, solving these problems and enabling faster, secure AI deployment. Would love to hear if others see this as the

Most enterprise AI projects fail due to integration and data access issues. RavenDB’s AI Agent Creator runs AI agents inside the database itself, solving these problems and enabling faster, secure AI deployment. Would love to hear if others see this as the

5
Comments
1 min read
This was one of several recent performance improvements. Under the hood, we did some interesting memory-first caching as well.

This was one of several recent performance improvements. Under the hood, we did some interesting memory-first caching as well.

8
Comments 2
1 min read

I think we're definitely going to want to support inline markdown syntax like backticks for code snippets etc.

But we *don't* want to *fully* support markdown as we have full posts for rich content. But doing all this in a non-confusing way is key.

I think we're definitely going to want to support inline markdown syntax like backticks for code snippets etc.

But we *don't* want to *fully* support markdown as we have full posts for rich content. But doing all this in a non-confusing way is key.

4
Comments
1 min read
Pushing up some new fixes to some missing i18n areas github.com/forem/forem...

Pushing up some new fixes to some missing i18n areas github.com/forem/forem...

Clean up some missing i18n areas by benhalpern · Pull Request #22265 · forem/forem · GitHub

What type of PR is this? (check all applicable) Refactor Feature Bug Fix Optimization Documentation Update Description Some areas are hardcoded which should be i18n keys — this is a pass for...

favicon github.com
3
Comments
1 min read
102 files changed in this PR, Portuguese i18n files are now integrated into Forem github.com/forem/forem... — still some general translation bugs, but making strides!

102 files changed in this PR, Portuguese i18n files are now integrated into Forem github.com/forem/forem... — still some general translation bugs, but making strides!

Add Portugese localization (And lay groundwork for future i18n) by benhalpern · Pull Request #22243 · forem/forem · GitHub

What type of PR is this? (check all applicable) Refactor Feature Bug Fix Optimization Documentation Update Description Here we're adding pt as a localization option. We're generally ...

favicon github.com
3
Comments
1 min read
Explicit transparent bot accounts will soon be a thing — which will be a small part of moderating out AI slop. Transparently automated content has a place, but it should be clear when it occurs. github.com/forem/forem...

Explicit transparent bot accounts will soon be a thing — which will be a small part of moderating out AI slop. Transparently automated content has a place, but it should be clear when it occurs. github.com/forem/forem...

Establish explicit transparant bot concept by benhalpern · Pull Request #22232 · forem/forem · GitHub

What type of PR is this? (check all applicable) Refactor Feature Bug Fix Optimization Documentation Update Description This establishes the capacity to transparently create a bot account. If...

favicon github.com
3
Comments
1 min read
loading...