Programming.dev Meta

2437 readers
1 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 1 year ago
MODERATORS
1
 
 

Hi, I am getting Invalid SSL Certificate (Error 526) from Cloudflare on alternate frontends. Voyager seems to be working fine though.

2
 
 

The title says it all. Not even sure if it's going to keep me logged in long enough to submit this post.

3
 
 

So, I think the admins are doing a great job and wanted to donate, however it only seems to be possible to donate via Github (snowe's account). Saying Microsoft isn't my favorite company would be putting it lightly, so going through them to donate is... not happening.

Is there any other way to donate? I'd even do bitcoin or monero if so requested (crypto market is having meltdown right now, so it's cheaper than usual 🤑 ).

4
 
 

I like browsing Local here because of that.

5
 
 

Hello everyone,

I know it's summer and people are probably on annual leave, but do you have any idea on when you guys are going to update to the 0.19.5 version?

For release notes

6
 
 

More and more new accounts are posting spam and ads to communities (eg [email protected]), would it be an idea to block new accounts from posting to any p.d community?

7
 
 

edit: Site is back up, pictrs is still upgrading so uploads may fail or be slow until the upgrade is done.

(all the alt frontends are also currently down so that pictrs can be upgraded faster)

Edit 2: seems to be done

8
 
 

I tried accessing [email protected] from programming.dev and there's nothing there, but https://rss.ponder.cat/c/nytimes sure has a bunch.

Is there another federation issue in lemmy again?

Anti Commercial-AI license

9
 
 

We now have a new alternate frontend for our instance, Tesseract!

Tesseract is a fork of Photon with some differences displayed on the project's GitHub page.

The overall main features being:

  • Full Media Support in Feed and Posts
  • Community Browser / Enhanced Discovery
  • Media Bias Fact Check (MBFC) Integration
  • Fediseer Integration
  • Distinguished and Sticky Comments
  • Keyword Filtering
  • Multiple Account Support
  • Improved Moderation Tools

You can find the Tesseract frontend at https://t.programming.dev

Along with this, Photon is currently only semi-supported as opposed to being one of our main Alternate Frontends. Due to a recent swap in Photon's tooling we are unable to update to later versions of Photon. As such, for now the alternate frontend will exist frozen and will continue to exist in the future until either: a new lemmy version breaks that version of the frontend or the issues are fixed and upgrading becomes possible again.

10
 
 

I made some updates to the post system in stacks.programming.dev to make it a bit more organized. Categories will now be only the main sites and posts will be filtered into what categories they fit best in. Previously each subdomain has its own category.

The main change for this would be that things like alternate frontends will be under the Programming.Dev category instead of their own (but they still have a tag for people who want to filter by only that subdomain)

Ive also cleaned up the posts to organize them better in the source code by appending the date they were made in front of each ones file name and ive added some more tags (such as an Alternate Frontend tag)

11
 
 

Hey everyone! Theres an event upcoming for the fediverse in 1 week (you can see the countdown from this site: https://canvas.fediverse.events/). This is an event similar to place and ran by the toast.ooo instance

Everyone has access to a shared pixel art canvas and can place a new pixel every so often! Pixels placed onto the map color that pixel the color you choose which every person then sees. People often coordinate with things like templates to get art of different things onto the map.

An example of canvas

Last year we participated and managed to get a pretty big zone for programming.dev. This year however will have much more participants than last year so need more support and help constructing our area. I'll be attempting to establish a technology zone on the canvas so if theres any instances or communities that have to do something with technology and want to do something feel free to reach out and we can help each other.

Programming.Dev's area in last years canvas

If you're interested in joining the event theres three locations we will be talking. Theres event channels on the discord and matrix (that are bridged to each other). We also have an event community at https://programming.dev/c/events which most canvas posts will go in from now on. Hope to see you all there!

If you want to organize a section of the canvas for your community (e.g. c/godot) you can request a channel for your community on the discord and matrix which will help you organize better. Feel free to reach out to me (Ategon).

If you want to help out the instance itself make sure to join the locations and things will be announced for updates. If you want to help organize things (organizing the instance for the event) feel free to reach out so I can get people to lead the pixel placing for things like when I'm sleeping.

The current design for this year

Should start making some more blog posts on stacks as I come back to be active in the instance again. Took a large-ish break to focus on some game dev and now back to power through things.

12
 
 

After the federation issues the instance had earlier this week (for context see last meta post) its been taking a bit to catch up with all instances fully. Every instance apart from world should have federation fully functional in both directions now.

Federation from our instance to world is also working (so they can see posts the instance makes). Federation from world to our instance is 18 hours behind so we currently don't get posts as they are made (seems some recent comments are coming through for some reason though). This will slowly automatically get fixed over time (probably within a day) and is just due to lemmy.world being big and generating activities quickly enough to keep adding things to the queue of activities while the instance tries to catch up

In other news I'm coming back from taking a break from the instance for awhile and should be making some more posts soon for things like canvas that are coming up as well as some other stuff in my backlog so expect a couple more meta posts today

13
59
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

I've noticed that the external communities I'm subscribed to aren't syncing. I checked a few on their home server (lemmy. world), and they've got plenty of new posts (eg. [email protected]), but the posts aren't showing up here. I don't think it's just me, but I've been wrong before. Anybody else?

14
 
 

Lemmy 0.19.5 was released a few days ago, other instances already upgraded to this version.

Do we have a date for the programming.dev instance to upgrade as well?

15
 
 

After not getting what I needed out of a "managing up" post, I decided to create this community. Essentially the problem is that often we need to solve a social problem that others might deem "trivial". And when folks deem it trivial, they fail to provide anything except encouraging words.

This community will try to bridge that gap.

NTs / Allistics are very welcome, BUT they must understand that we need details, we need patience, and we need kindness around matters of business politics and office socializing.

16
 
 

Tried to use several different API endpoints as described in the link, but they all return 403 with a cloudflare "Just a moment..." html reply. Even tried copying an existing jwt token from a working logged-in browser but the same thing still happens.

Any idea what I could be doing wrong?

curl -v --request POST \
     --url https://programming.dev/api/v3/user/login \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"username_or_email": "redacted", "password": "redacted"}'
...
< HTTP/2 403
...
<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title>
...
17
17
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 
 

Thank you for the reports however the toxic posts aren't from our admin but a troll impersonator

If you see these accounts, please ban away


Side Note:

  • for anyone that has manual registration verification enabled I'd suggest on verifying with known users on past/pre-existing accounts before accepting duplicates,
    • esp for admin/moderator usernames
18
 
 

Hey sup:)

Idk if it's Cloudflare or something, but the problem is I have an RSS reader hosted on my Hetzner server in Germany, and requests originating from its IP are blocked. Well not exactly blocked, but they return HTML titled "Just a second..." rather than just RSS.

For example:

GET https://programming.dev/feeds/c/python.xml?sort=Active

<!DOCTYPE html>
<html lang="en-US">
   <head>
      <title>Just a moment...</title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=Edge">
      <meta name="robots" content="noindex,nofollow">
...

Obviously I totally understand if you wouldn't want to do that – I'm sure it's there for a reason, I was just hoping that this single endpoint could be an exception =]

Thanks!

19
 
 

I can't see a lot of posts from the lemmy.eco.br instance. Take for example the brazilian linux community, observe that you can't see any posts from this instance, but you can on the original instance:

linux Brazil from programming.dev

linux Brazil from it's original linstance

The lemmy.eco.br instance can see our posts without problems, so I'm assuming that the problem lies here. Am I right for assuming that?

20
 
 

Invalid SSL certificate Error code 526

Including for me.programming.dev

21
 
 

Any interest in hosting q&a style programming communities?

@meta

See: https://social.anoxinon.de/@Codeberg/112416604462962336

22
22
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 
 

I am noticing that some comments, which are coming from users on other verified (via /instances) federated instances, do not show up on a post. For example: https://programming.dev/post/13648105

Does not show this comment on it: https://lemmy.ml/comment/10803786

Any ideas why? I checked the modlog and the comment wasn't removed, and their post history to me does not look like someone that is likely to be banned from the instance, so I'm not sure what else it could be.

23
 
 

When I try to upload an image by copying the image and pasting it on the "URL" field, I get the following error:

Invalid status 502 Bad Gateway for Some("003/004/170/971/9e93b608-72cb-4486-9a47-4c8c8c41e998") - \r\n502 Bad Gateway\r\n\r\n502 Bad Gateway\r\nnginx\r\n\r\n\r\n

24
 
 

Recently, every time I click on a "Trending Communities" link there's an entirely empty community moderated by the @[email protected] account.

What's going on?

What's the motivation?

25
 
 

Hello,

I’m trying to follow Lennard Poetting (@pid_[email protected]) from my programming.dev account without success.

On its user profile on mastodon.social, when I click on the “follow” button, then enter “programming.dev” (which is in the completion list) then “take me home”, I am redirected to https://programming.dev/authorize_interaction?uri=https%3A%2F%2Fmastodon.social%2Fusers%2Fpid_eins which is a 404 error.

I also tried to search for “@pid_[email protected]” directly from programming.dev, found it, but 0 toot, and no button to be able to follow it.

Am I doing something wrong? Is mastodon.social and programming.dev not federated?

view more: next ›