
Cold Turkey
Freedom.to
LeechBlock
SelfControl
Focus App
Forest App
FocusMe
Time Sink
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Cold Turkey
PythonCold Turkey is recommended for students, freelancers, remote workers, and anyone who struggles with staying focused due to online distractions. It's particularly beneficial for those seeking to limit time spent on social media or other non-productive websites.
Python might be a bit more popular than Cold Turkey. We know about 299 links to it since March 2021 and only 207 links to Cold Turkey. 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.
Https://getcoldturkey.com Same functions, costs less than one year of Kiki for life, and multiplatform. - Source: Hacker News / 5 months ago
For those that don't want to build their own addon, Cold turkey Blocker works quite well. It supports multiple browsers and can block apps too. I'm not affiliated with them, but it has helped me when I really need to focus. https://getcoldturkey.com/. - Source: Hacker News / 8 months ago
- Used dumbify launcher (https://dumbifyapp.com/) to turn my menu bar into a text based one instead of icons For my computer: - Used Cold Turkey (https://getcoldturkey.com/) to set up blocks for various websites, subreddits etc. - Source: Hacker News / over 1 year ago
You can download it from the official website; the free version is sufficient for blocking websites, while the paid version can also block distracting applications. - Source: dev.to / over 1 year ago
I use Cold Turkey to block my habbit of scrolling time-wasting sites when I should be reflecting harder on what it is needed to solve the issue at hand. https://getcoldturkey.com/ It's almost like I need some mental space, to meditate on the solution, but that feels exhausting, so I choose sometimes to mindlessly scroll. Any other tools that I may be missing? - Source: Hacker News / about 2 years ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / 2 months ago
For Python codebases, tools like Python's built-in ast module and import analysis scripts can generate call graphs. For JavaScript, ESLint and module analysis tools serve a similar purpose. GitHub advanced search can help you find all internal references to a specific function across a large repository. - Source: dev.to / 2 months ago
Import asyncio Import aiohttp From bs4 import BeautifulSoup Async def scrape_and_parse(url: str, session: aiohttp.ClientSession) -> dict: async with session.get(url) as response: html = await response.text() # BeautifulSoup parsing happens after the await โ no issue soup = BeautifulSoup(html, "html.parser") return { "url": url, "title": soup.title.string if soup.title... - Source: dev.to / 3 months ago
**_Beginner mistake to avoid_** - Writing SQL only inside DBeaver - Always save SQL files in VS Code and commit them **Using PostgreSQL with Python** _**What Python does here**_ Python talks to PostgreSQL and says: - โSave this dataโ - โGet this dataโ - PostgreSQL listens. Python works. _**Step 1: Install Python **_ - Download from https://python.org - During install, check Add Python to PATH Screenshot... - Source: dev.to / 6 months ago
Import time Import requests Import asyncio Import aiohttp Urls = [ 'https://example.com', 'https://httpbin.org/get', 'https://python.org' ] # Synchronous version Def sync_fetch(): for url in urls: response = requests.get(url) print(f"{url} fetched with {len(response.text)} characters") # Async version Async def async_fetch(): async with aiohttp.ClientSession() as session: ... - Source: dev.to / 9 months ago
Freedom.to - Freedom is a productivity hack that lets you block apps, websites or the entire Internet on iPhones, iPads, Windows and Mac computers.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
LeechBlock - LeechBlock is an extension for Firefox and Chrome that allows users to block time-wasting sites.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
SelfControl - V2 updates! - Custom time interval for distraction free mode - Ability to turn off ' always on' mode - Improved UI -- Self Control -- A simple app to keep you focused online by blocking sites that you spend way too much time on.
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation