Isn't c/Programmer Humor already for memes?
Python
Welcome to the Python community on the programming.dev Lemmy instance!
π Events
Past
November 2023
- PyCon Ireland 2023, 11-12th
- PyData Tel Aviv 2023 14th
October 2023
- PyConES Canarias 2023, 6-8th
- DjangoCon US 2023, 16-20th (!django π¬)
July 2023
- PyDelhi Meetup, 2nd
- PyCon Israel, 4-5th
- DFW Pythoneers, 6th
- Django Girls Abraka, 6-7th
- SciPy 2023 10-16th, Austin
- IndyPy, 11th
- Leipzig Python User Group, 11th
- Austin Python, 12th
- EuroPython 2023, 17-23rd
- Austin Python: Evening of Coding, 18th
- PyHEP.dev 2023 - "Python in HEP" Developer's Workshop, 25th
August 2023
- PyLadies Dublin, 15th
- EuroSciPy 2023, 14-18th
September 2023
- PyData Amsterdam, 14-16th
- PyCon UK, 22nd - 25th
π Python project:
- Python
- Documentation
- News & Blog
- Python Planet blog aggregator
π Python Community:
- #python IRC for general questions
- #python-dev IRC for CPython developers
- PySlackers Slack channel
- Python Discord server
- Python Weekly newsletters
- Mailing lists
- Forum
β¨ Python Ecosystem:
π Fediverse
Communities
- #python on Mastodon
- c/django on programming.dev
- c/pythorhead on lemmy.dbzer0.com
Projects
- PythΓΆrhead: a Python library for interacting with Lemmy
- Plemmy: a Python package for accessing the Lemmy API
- pylemmy pylemmy enables simple access to Lemmy's API with Python
- mastodon.py, a Python wrapper for the Mastodon API
Feeds
Hear, hear!
I'd prefer to keep all lang communities on topic. E.g. I occasionally block and unblock !c/programmer_humor when I want to read technical news or just have a laugh. If memes crossed into all local subs, then the noise-to-news ratio couldn't be customized as easily.
Although I suppose tagging posts would be a better compromise.
Does Lemmy support tagging posts, or filtering feeds by tag yet?
My thoughts exactly. Tagging them (if possible) is OK, but kind of annoying to need to go to all these different communities and filter memes when there is already a dedicated community for programming memes.
It also may turn off new arrivals that may be looking for a more serious community, and think all/most of the content is memes.
Agreed, let's keep memes separate from serious posts
@[email protected] is working on tagging, but I wouldn't expect it anytime soon. It's a big feature.
Tagging would make sense if the community becomes larger and naturally people start requesting it. For now, I think memes should stay in Pr. Humor
I didn't care before but you make a good point. I vote keep them separate.
a ^= b
b ^= a
a ^= b
I'm gonna need you to elaborate on this one
xor has the property x ^ x = 0, and x ^ 0 = x. So, x ^ x ^ y = y
a' = a ^ b
b' = b ^ a' = b ^ (a ^ b) = a
a'' = (a ^ b) ^ a = b
This is pretty clever, I've never seen this for a swap.
Couldn't have explained it better myself. I don't remember where exactly I first read about this trick, but it's mainly useful in C or Assembly, as you don't have to resort to using a third variable/register.
I used Lemmy's cross-post functionality, but it doesn't seem to have marked it?! Original post is https://lemmy.ml/post/1213162
It looks like it marked it on my end. Lemmy has two different cross post functionalities based on how you cross post, one where it shows the original post in the text and one where it shows up as a link under the new post
Ah, I am seeing that now, thanks!
I'm not sure if that was there originally and I just missed it or if Lemmy added it later when it got around to it.
yay