programming.dev

8,940 readers
317 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

❤️ 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 1 year ago
ADMINS

Some communities may be broken while we work on fixes

26
 
 

Buckle up because AMD doesn't seem to want to make understanding its Ryzen Z2 processors easy.

27
 
 

PCIe Gen 4x4 drive is suitable for laptops, desktops, as well as consoles.

28
 
 

RX 7800M-powered devices have already eclipsed the futuristic Radeon RX 7600M XT graphics dock.

29
30
 
 

According to Android Authority, the Tensor G5 – codenamed "Laguna" – will feature the Arm Cortex-X4 CPU architecture, similar to the Pixel 9's Tensor G4 but with a different core configuration. While the G4 has a 1+3+4 setup comprised of one prime core, three performance cores, and four efficiency cores, the G5 is expected to adopt a 1+5+2 layout with one Cortex-X4 prime core, five Cortex-A725 performance cores, and two Cortex-A520 efficiency cores.

31
 
 

According to a report by the Korean Maeil Business Newspaper, a senior Intel executive recently requested a high-level summit between the company and Samsung. The goal is for Intel CEO Pat Gelsinger to meet directly with Samsung Electronics Chairman Lee Jae-yong to discuss comprehensive cooperation plans merging their foundry operations.

32
11
Day 15 - Deeper into repositories… (linuxupskillchallenge.org)
submitted 22 hours ago by livialima to c/linuxupskillchallenge
33
 
 
34
35
36
 
 

$22 billion doesn't go as far as it used to.

37
 
 
  • 200 OK: Life's fine, but let's be honest, it's probably a cached response.
  • 202 Accepted: I heard your idea. Will I do anything with it? Probably not.
  • 204 No Content: The perfect reply when you emotionally check out mid-conversation.
  • 401 Unauthorized: When life keeps asking 'Who even are you?' and you forgot your credentials.
  • 403 Forbidden: Some dreams are just blocked by permissions you'll never have.
  • 418 I'm a Teapot: Some days, I'm just not built to handle your requests.
  • 429 Too Many Requests: Chill, life's rate limit isn't as high as your expectations.
  • 500 Internal Server Error: When you realize your life decisions don't compile, and panic mode kicks in.
  • 502 Bad Gateway: When your thoughts try to connect to logic, but something goes horribly wrong
  • 503 Service Unavailable: My motivation right now is in scheduled maintenance-try again later.

PATCH vs. PUT: Can't decide if I should make subtle changes or just rewrite my entire existence.
Connection Timeout: Sorry, I lost interest before the handshake even started.


Found on Instagram: https://www.instagram.com/p/DBgjeIhTSLh/?igsh=YzljYTk1ODg3Zg==

38
 
 

I want to integrate the online documentation a bit nicer into the editor itself. Is it somehow possible to query that page and get the contents of the searched-for entries?

Best case would be, if we can get the queried site content as JSON, that'd be nice, but very unlikely I think.

39
9
Day 14 - Who has permission? (linuxupskillchallenge.org)
submitted 1 day ago by livialima to c/linuxupskillchallenge
40
29
submitted 1 day ago* (last edited 1 day ago) by canpolat to c/dotnet
41
42
43
 
 

Oh, so @sveltejs 5 is live now!! Wow! Congrats to @rich_harris and contributors!! https://svelte.dev/

44
45
 
 
46
7
submitted 1 day ago* (last edited 1 day ago) by canpolat to c/jetbrains
47
 
 

According to retro-focused podcaster "Retro Blast," Wii U consoles are "literally dying" due to unreliable memory chips used as system memory. If the device is left without power for too long, the inexpensive eMMC Flash memory soldered onto the motherboard can become corrupted, preventing the console from booting normally.

48
59
submitted 3 days ago* (last edited 3 days ago) by [email protected] to c/godot
 
 

3rd day working on my new project in Godot, what do you guys think?

It's a very early glimpse on my logistics tycoon style game, possibly mixed with some puzzle solving.

Work in progress name of the project: Freight Minds.

Here's an alternative TikTok link nobody asked for.

49
 
 

Depending on the workload and utilization rate, of course.

50
 
 

I store my programs in a cryptomator vault which uses a fuse virtual drive (The default on Linux), but when trying to update pip inside a venv I get an error, then any subsequent use of pip also throws an error and {path_to_venv}/lib/python3.12/site-packages/pip/ becomes empty.

I imagine this is an issue that would happen in any FUSE drive although I don't know how to test that.

Here are the logs

  • OS : Fedora 40
  • pip version: 23.3.2 updating to 24.2
  • python version: 3.12.7

I already made a bug report on the github

Does anyone know a temporary workaround for this ?

view more: ‹ prev next ›