
Mastodon
X (Twitter)
Facebook
Gab.ai
Friendica
PixelFed
Minds
Diaspora
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Mastodon
PythonThey suspended my account without sharing any proper justification.
The social networking sites that will ban your account without mentioning any reason.
Based on our record, Mastodon should be more popular than Python. It has been mentiond 878 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.
I played enough video games to be thoroughly steeped in legends about fox spirits from the Sinosphere, almost three years ago I felt I received an invitation that I was a little afraid of. a year and a half ago I read https://www.amazon.com/dp/0231133383 and found out that people really do it. It took me about 300 days to contract with a community of foxes and started "going out as a fox". At first I didn't... - Source: Hacker News / 6 days ago
Iโm thinking a lot about how older applications are often better than new for reasons like this. Sometimes I log into my big Windows machine at home with RDP from out of the house to post photos to my socials, like https://mastodon.social/@UP8 and with a folder with a few hundred images in it is is awkward to use the official file chooser dialog because it is based on modern UI toolkits and practices which are... - Source: Hacker News / 4 days ago
I recently talked to Howard [1] about lies he was saying about Sanakirja, an LMDB-inspired disk allocator. That's always the same arguments: C is better than Rust for X, Y or Z reasons. While I reported a segfault just two weeks earlier... [2]. I love LMDB, we use it in Meilisearch (second most stared search engine on GitHub) [3] for about 7 years now. The main issues were related to write speed but we do a... - Source: Hacker News / 6 days ago
Good intentions, but these days there's an even bigger threat: https://mastodon.social/@sundogplanets/115840278905803451 https://mastodon.social/@sundogplanets/116796122687129600 https://www.theregister.com/offbeat/2026/03/31/starlink-sprays-debris-after-another-satellite-anomaly/5220257. - Source: Hacker News / 13 days ago
I already offered the following comments on Aisle "my experience from working with them on and off for many months now is nothing but good. Skilled, professional engineers without any bureaucracy. They know their stuff, and they've been very good at listening in and adjusting for our needs and wants." Who am I? I'm Daniel, curl lead developer. https://mastodon.social/@bagder/116807425534711479. - Source: Hacker News / 14 days 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
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.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Facebook - Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Gab.ai - Gab is an ad-free social network dedicated to free speech.
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation