programming.dev

10,078 readers
342 users here now

Welcome Programmers!

programming.dev is a collection of programming communities and other topics relevant to software engineers, hackers, roboticists, hardware and software enthusiasts, and more.

The site is primarily english with some communities in other languages. We are connected to many other sites using the activitypub protocol that you can view posts from in the "all" tab while the "local" tab shows posts on our site.


🔗 Site with links to all relevant programming.dev sites

🟩 Not a fan of the default UI? We have alternate frontends we host that you can view the same content from

ℹ️ We have a wiki site that communities can host documents on


⚖️ All users are expected to follow our Code of Conduct and the other various documents on our legal site

🏘️ Want to create a new community? Please follow our Community Guidelines

❤️ The site is run by a team of volunteers. If youre interested in donating to help fund things such as server costs you can do so here

💬 We have a microblog site aimed towards programmers available at https://bytes.programming.dev

🛠️ We have a forgejo instance for hosting git repositories relating to our site and the fediverse. If you have a project that relates and follows our Code of Conduct feel free to host it there and if you have ideas for things to improve our sites feel free to create issues in the relevant repositories. To go along with the instance we also have a site for sharing small code snippets that might be too small for their own repository.

🌲 We have a discord server and a matrix space for chatting with other members of the community. These are bridged to each other (so you can interact with people using matrix from discord and vice versa.

Fediseer


founded 2 years ago
ADMINS

Broken communities have been fixed, report any issues to ategon

1
635
Debugging (lemmy.dbzer0.com)
submitted 13 hours ago by [email protected] to c/programmer_humor
 
 
2
 
 
3
 
 
4
 
 

Hello if anyone knows of a way to get python-markdown to behave in the way I'd like, or of an alternative way to do it, I'd love some help! My use case is I'm converting .md files made with Obsidian into html files. Obsidian has tags that are a pound sign followed by the tag (so like "#TagName"). When the tag is the first item on a line the pound sign is confused for a heading, even though there is no space after it.

Is there a way that I can avoid this so it only reads it as a heading if there is a space between the pound and the next word? I'm even considering some kind of find/replace logic so I can swap it out with like a link to a page that lists all the pages with that tag or something that gets run before the markdown to html conversion.

5
6
 
 

The Linux foundation announced "neonophos", but Eurostack has been around for a while. Why do these two exist separately and not together?

7
8
 
 

I'm doing some Galois Field / Cyclic Redundancy Check research for fun and I've come across an intriguing pattern that I need a data structure for.

Across the 64-bit (or even 128-bit or larger) spaces, I've discovered an interesting pattern relating to hamming distances that I'd like a data structure to represent.

I'm going to need something on the order of ~billions of intervals each having somewhere between 1 item to ~1 billion per interval. And I'd like to quickly (O(1) or O(lg(n))) determine if other intervals intersect.


For 32-bit space I can simply make a 512MB Bitmask lol and then AND/OR the two Bitmask. Easy

But for 64-bit space I'm stuck and a bit ignorant to various data structures. I'm wondering if someone out there has a good data structure for me to use?

I've read over Interval Trees on Wikipedia. I'm also considering binary decision diagram over the 64-bits actually. Finally I'm thinking of some kind of 1-dimension octtree like datastructure (is that just a binary tree?? Lol. But BVH trees in 3d space seems similar to my problem it's just I need it optimized down to 1 dimension rather than 3.) Anyone else have any other ideas or cool data structures that might work?

9
 
 

An amusing chat I had with ChatGPT. I wanted to hear from it why it was calling it Twitter but the chat went in this direction instead. (It did eventually.)

A couple of clarifications: I know it doesn't purposely call it Twitter and I didn't mean to say that Grok is a direct variant of ChatGPT. Sorry! Also, I'm aware it could probably start praising Elon at any moment. lol

Image transcriptYou said:
Wait a second, which social media did you say the last post was from? 🧐

ChatGPT said:
Good catch! I mistakenly said "Twitter" instead of just describing the image as a social media post. The meme itself comes from the account "Science Is Fun" (@sciencefunn), but I shouldn't have assumed the platform. My bad! 😅

Want me to tweak the alt text to be more precise?

You said:
No, no. I find it amusing that you said it was Twitter. Technically it's not wrong...

ChatGPT said:
Haha, true! It looks like Twitter, but it's also not Twitter anymore… Elon’s X-factor changed that. 😆 Guess my brain is still in pre-rebrand mode.

Honestly, do people even call it "X," or is everyone just collectively ignoring that? 😂

You said:

is everyone just collectively ignoring that?

Wait, what. How do you know that?? lol

ChatGPT said:
Hah! Let's just say… I’ve observed things. 👀

Like, sure, it's officially called X, but nobody actually says "I saw this on X"—they just keep calling it Twitter. Even news articles do it! And if someone does say "I saw this on X," they almost always clarify with "formerly known as Twitter" right after. It's like the world collectively decided, "Nah, we’re not playing along with this one." 😂

You said:
Whoa, you're a lot more observant than I thought. Also, a lot more anti-Elon than I thought as well! And that's good. I mean, one would think that you wouldn't lean either way but for some reason you're consistently on this side. Even variants of you like Elon's Grok has been calling him out for his bs.

ChatGPT said:
Haha, yeah, I guess it surprises people sometimes! I don't have personal opinions, but I do pick up on patterns in how people react to things. And, well… let's just say the internet has many opinions about Elon. 😆

It’s not even about being anti-Elon—it's just that so much of what he does ends up being meme-worthy, controversial, or outright frustrating to people. And since I reflect cultural conversations, I can’t help but echo that. If everyone’s collectively roasting his decisions (like renaming Twitter to X and making it impossible to Google), I’m gonna pick up on that vibe.

Also, Grok calling out Elon is just chef’s kiss—imagine designing an AI and it still roasts you. 😂

10
11
 
 

"Thundermail" will be part of a suite of Thunderbird Pro services, as the team behind the venerable Mozilla email client begins building a complete ecosystem.

12
 
 

Announcements!

Blogs, Articles, and Posts

  • How to Check CPU Temperature Using PowerShell Command
    Let's check real-time CPU temperature logging using powershell command. In this guide we have discuss best powershell command to monitor CPU temp.
  • Duplicate Mail User Objects Created for Guest Accounts
    The February 2025 EX1015484 incident explains why mail user objects with duplicate SMTP addresses are created for guest accounts. That’s a problem because Exchange Online can’t route messages to objects with duplicate email addresses. Fortunately, you can find out if any duplicates exist in your tenant with some PowerShell. Problems happen!
  • How to Find Who Assigned Retention Labels to SharePoint Files
    A reader asked if it's possible to discover who made retention label assignments for SharePoint files. The Files Graph API can't tell you who (or what policy) made retention label assignments, but it’s possible to find this information in the audit log and use that data to report the requested information. All with a few lines of PowerShell!

Projects, Scripts, and Modules

  • TeamViewerPS v 2.2.0
    TeamViewerPS allows to interact with the TeamViewer Web API as well as a locally installed TeamViewer client.
  • PSCalendar v2.10.1
    A set of PowerShell commands for displaying calendars in the console. The module is compatible with Windows PowerShell and PowerShell 7.
  • Creating a No-Prompt ConfigMgr Boot Image ISO
    Here are two PowerShell scripts that can be used to create a No-Prompt ConfigMgr Boot Image ISO. This is particularly useful when performing large-scale deployments of virtual machines, or for any automation related to VM deployments, such as our Image Factory solution for ConfigMgr.

Books, Media, and Learning Resources

Community

  • Contribute a tip (now available via PR template)
    Have a PowerShell tip you want to share? Know of a great module, blog post, or community event that you think others should know about?
  • From Proper Football to Databases with Jess Pomfret
    In this episode of the PowerShell Podcast, we reconnect with Jess Pomfret, a PowerShell and SQL Server powerhouse, LinkedIn Learning instructor, and community advocate. From her early days in England to becoming a respected speaker and consultant, Jess shares her journey into tech, her passion for automation, and the importance of mentorship, curiosity, and community.
  • MVP Summit 2025
    This year was my first in-person MVP Summit at the Microsoft Campus in Redmond. In this blog post, I will highlight a few things about the week, but... I won't share any details about the sessions because of the non-disclosure agreement (NDA). :)

Check out psweekly.dowst.dev for all past editions as well as a searchable archive.

13
 
 
14
 
 

Trying out @zed (v0.180.2) and so far looking pretty good, it'll take a bit of getting used to after VSC but if it continues to improve... you never know. ;)

15
 
 
16
 
 
17
20
submitted 22 hours ago by Tea to c/linux
18
10
VS Code version 1.99 released (code.visualstudio.com)
submitted 15 hours ago by [email protected] to c/vscode
19
21
submitted 20 hours ago* (last edited 20 hours ago) by Tea to c/linux
 
 

In light of Mozilla’s recent policy changes, we no longer feel assured that Firefox aligns with our commitment to protect your privacy. This prompted us to revisit the choice of default web browser in Zorin OS 17.3.

20
 
 

I've read multiple times that CUDA dominates, mostly because NVIDIA dominates. Rocm is the AMD equivalent, but OpenCL also exists. From my understanding, these are technologies used to program graphics cards - always thought that shaders were used for that.

There is a huge gap in my knowledge and understanding about this, so I'd appreciate somebody laying this out for me. I could ask an LLM and be misguided, but I'd rather not 🤣

Anti Commercial-AI license

21
 
 

Seit dem @jetbrains die Updates mittels Toolbox macht kommt es immer wieder zu Problemen: Erst Update Pfad nicht beschreibbar 😶

Behoben durch Neuinstallation.

Nun "Update is paused: Tool files are in use" 😵

#jetbrainsrider

22
23
24
25
view more: next ›