Reddit
X (Twitter)
Facebook
YouTube
Google
Quora
Instagram
Hacker News
Slab
Notion
Nuclino
Confluence
Slite
Intercom
Drift
Nova Code Editor
Most internal tools are frustrating to use — not to mention an eyesore — and quickly grow stale. Not Slab. In Slab, your content looks good by default and we make it easy for anyone to contribute. Unified search allows your team to find what they need, exactly when they need it, across all your integrated tools — in one dedicated place on Slab.
SlabSlab is recommended for teams in startups, SMBs, and growing enterprises that prioritize knowledge sharing and effective documentation practices. It's also beneficial for remote teams requiring a centralized repository to maintain alignment and smooth information flow across various locations.
Based on our record, Reddit seems to be a lot more popular than Slab. While we know about 3301 links to Reddit, we've tracked only 20 mentions of Slab. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
From urllib.parse import urlparse Def normalize_gh(r): return { "title": r["name"], "url": r["url"], "source": "github", "score": r["stars_this_period"], "desc": r.get("description", ""), "date": r["trending_date"], "lang": r.get("language"), } Def normalize_hn(p): return { "title": p["title"].replace("Show HN: ", ""), "url":... - Source: dev.to / 5 months ago
@tool Def search_reddit(keywords: str, max_results: int = 20) -> list[dict]: """Fallback: search Reddit directly via PRAW.""" reddit = praw.Reddit( client_id=os.environ["REDDIT_CLIENT_ID"], client_secret=os.environ["REDDIT_CLIENT_SECRET"], user_agent="doug-agent/1.0", ) candidates = [] for submission in reddit.subreddit("all").search(keywords, sort="new",... - Source: dev.to / 4 months ago
Import requests Import time Def fetch_subreddit_posts(subreddit, sort="hot", limit=25): url = f"https://www.reddit.com/r/{subreddit}/{sort}.json" params = { "limit": limit, "raw_json": 1, # Prevents HTML encoding in responses } headers = { "User-Agent": "PythonScraper/1.0 (research project)" } response = requests.get(url, params=params, headers=headers) if... - Source: dev.to / 5 months ago
From sessionkeeper import SessionKeeper Async with SessionKeeper("reddit") as sk: page = await sk.get_authenticated_page("https://reddit.com") # You're logged in. Do your automation. await page.goto("https://reddit.com/r/blender/submit"). - Source: dev.to / 6 months ago
It's completely free, and takes just moments to set up - you just need to create an account, and set up keywords for the service to track. When your keywords are mentioned on Reddit, Hackernews, or Lobste.rs, you'll get a tidy little email in your inbox. - Source: dev.to / over 1 year ago
Slab focuses on clarity and internal knowledge sharing. It’s deliberately simple, with elegant typography and a distraction-free UI perfect for teams who want documentation that actually gets read. - Source: dev.to / 10 months ago
Slab | Engineering | Remote (Worldwide) | Full-time At Slab (https://slab.com), we believe that knowledge is the foundation of any organization's success. When a team's collective knowledge is more accessible, that team's potential is limitless. Our product helps teams easily create, organize, and discover knowledge across the entire company, from non-technical to tech-savvy. Each day, thousands of customers rely... - Source: Hacker News / almost 2 years ago
At Slab (https://slab.com), we believe that knowledge is the foundation of any organization's success. When a team's collective knowledge is more accessible, that team's potential is limitless. Our product helps teams easily create, organize, and discover knowledge across the entire company, from non-technical to tech-savvy. Each day, thousands of customers rely on Slab across their entire workforces, including... - Source: Hacker News / almost 2 years ago
Slab is another one (we use it, but have no connection to it) https://slab.com/ Would be happy to switch to a self-hosted FOSS alternative though. - Source: Hacker News / almost 2 years ago
I’ve been pretty happy with Slab. Straightforward shared wiki with a good editor, governance, and integrations. https://slab.com/ I tried using README files in the repo but there’s far too much friction to get most folks to bother. Google Docs tend to disappear content due to a lack of structure. - Source: Hacker News / over 2 years ago
X (Twitter) - Connect with your friends and other fascinating people. Get in-the-moment updates on the things that interest you. And watch events unfold, in real time, from every angle.
Notion - All-in-one workspace. One tool for your whole team. Write, plan, and get organized.
Facebook - Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.
Nuclino - Nuclino works like a collective brain, helping teams bring all their knowledge, docs, and projects together in one place. It's a modern, simple, and blazingly fast way to collaborate.
YouTube - Our mission is to give everyone a voice and show them the world.
Confluence - Confluence is content collaboration software that changes how modern teams work