
Hacker News
License-Token.com
Reddit
Lobsters
GitHub
Lemmy
DEV.to
Indie Hackers
GitHub Codespaces
replit
StackBlitz
CloudShell
vscode.dev
CodeTasty
AWS Cloud9
StackHive
Hacker News
GitHub CodespacesNo Hacker News videos yet. You could help us improve this page by suggesting one.
Based on our record, Hacker News should be more popular than GitHub Codespaces. It has been mentiond 714 times since March 2021. 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 playwright.sync_api import sync_playwright Def extract_data(url: str, selector: str): with sync_playwright() as p: browser = p.chromium.launch() page = browser.new_page() page.goto(url) page.wait_for_selector(selector) items = page.locator(selector).all_text_contents() browser.close() return items Titles =... - Source: dev.to / about 9 hours ago
Const res = await fetch( "https://siteintel.p.rapidapi.com/v1/screenshot?url=" + encodeURIComponent("https://news.ycombinator.com"), { headers: { "X-RapidAPI-Key": process.env.RAPIDAPI_KEY, "X-RapidAPI-Host": "siteintel.p.rapidapi.com", }, } ); If (!res.ok) throw new Error(`screenshot failed: ${res.status}`); Const buf = Buffer.from(await res.arrayBuffer()); Await... - Source: dev.to / 3 days ago
"Scrape https://news.ycombinator.com and summarize the top stories". - Source: dev.to / 15 days ago
# universal primitives Otto extract-content https://news.ycombinator.com # โ markdown # tab open / close / navigate / query # extract_text / extract_markdown / extract_clean_html / screenshot # site-scoped command bundles, e.g. Otto commands list --site reddit.com # โ getPosts, getUserInfo, sendChatMessage, commentOnPost, ... - Source: dev.to / 21 days ago
Const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch({ headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] }); const page = await browser.newPage(); try { await page.goto('https://news.ycombinator.com', { waitUntil: 'networkidle2', timeout: 30000 }); await page.waitForSelector('.titleline > a', { timeout:... - Source: dev.to / about 1 month ago
First, remote dev environments became table stakes. GitHub Codespaces, Gitpod, and self-hosted dev containers became how serious teams worked. Every engineer I know who ships to production now SSHs into a box they didn't provision, edits files with whatever editor is installed, and commits from a terminal. An IDE-bound agent requires you to also forward your IDE to the remote box, which most people don't bother... - Source: dev.to / 2 months ago
This package provides support for managing GitHub Codespaces in Emacs and connecting to them via TRAMP. It provides a handy completing-read UI that lets you choose from all your created codespaces. - Source: dev.to / 4 months ago
GitHub Codespaces provides 60 hours of free compute time every month, which is more than enough for scoped home assignments or interviews. Itโs a full VSCode in the browser at github.dev or vscode.dev. - Source: dev.to / 7 months ago
GitHub Codespaces - Cloud development. - Source: dev.to / 12 months ago
https://github.com/features/codespaces All you need is a well-defined .devcontainer file. Debugging, extensions, collaborative coding, dependant services, OS libraries, as much RAM as you need (as opposed to what you have), specific NodeJS Versions โ all with a single click. - Source: Hacker News / over 1 year ago
License-Token.com - Monetize your source code while still keeping it open.
replit - Code, create, andlearn together. Use our free, collaborative, in-browser IDE to code in 50+ languages โ without spending a second on setup.
Reddit - Reddit gives you the best of the internet in one place. Get a constantly updating feed of breaking news, fun stories, pics, memes, and videos just for you.
StackBlitz - Online VS Code Editor for Angular and React
Lobsters - Lobsters is a technology-focused link-aggregation site.
CloudShell - Cloud Shell is a free admin machine with browser-based command-line access for managing your infrastructure and applications on Google Cloud Platform.