1
166
submitted 10 months ago by [email protected] to c/[email protected]

Hi all, I'm relatively new to this instance but reading through the instance docs I found:

Donations are currently made using snowe’s github sponsors page. If you get another place to donate that is not this it is fake and should be reported to us.

Going to the sponsor page we see the following goal:

@snowe2010's goal is to earn $200 per month

pay for our 📫 SendGrid Account: $20 a month 💻 Vultr VPS for prod and beta sites: Prod is $115-130 a month, beta is $6-10 a month 👩🏼 Paying our admins and devops any amount ◀️ Upgrade tailscale membership: $6-? dollars a month (depends on number of users) Add in better server infrastructure including paid account for Pulsetic and Graphana. Add in better server backups, and be able to expand the team so that it's not so small.

Currently only 30% of the goal to break-even is being met. Please consider setting up a sponsorship, even if it just $1. Decentralized platforms are great but they still have real costs behind the scenes.

Note: I'm not affiliated with the admin team, just sharing something I noticed.

2
4
submitted 26 minutes ago by [email protected] to c/[email protected]

I am searching for an SQL lite alternative that implements encryption more or less or of the box and has rust bindings. Do you know of any database systems that fulfill that requirement?

3
28
new Date("wtf") (jsdate.wtf)
submitted 2 hours ago by [email protected] to c/[email protected]
4
39
submitted 9 hours ago by [email protected] to c/[email protected]

Do you remember the recent post that self-assessing any effect is hard? Here is a comparison between self-assesment and measurements.

Surprisingly, we find that when developers use AI tools, they take 19% longer than without—AI makes them slower.

5
34
submitted 9 hours ago* (last edited 8 hours ago) by [email protected] to c/[email protected]

Before starting tasks, developers forecast that allowing AI will reduce completion time by 24%. After completing the study, developers estimate that allowing AI reduced completion time by 20%. Surprisingly, we find that allowing AI actually increases completion time by 19%

N = 16

6
39
A new era of Stack Overflow. (stackoverflow.blog)
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]

Extra.

LOL in a lot of ways.

2025 is gonna be interesting.

7
29
submitted 1 day ago by [email protected] to c/[email protected]
8
88
submitted 2 days ago by [email protected] to c/[email protected]
9
28
submitted 2 days ago by [email protected] to c/[email protected]

Hey everyone — I'm a final-year student, and I’ve been wondering this a lot lately. We always hear that “you need a good project to land a job”, but most students I know either copy from GitHub, get stuck, or just... give up. We’re doing a small open survey to understand this from both sides — students and educators. If you've ever: Built or struggled with a final-year project

Helped someone else do it (educator/mentor)

Wanted to sell or learn from real-world projects

We’d love to hear your honest experience. 🙏 It’s just 2–3 mins, totally anonymous. 📄 Survey Link – for students & educators

We’ll be using the insights to create open resources and maybe a system that actually helps. Thanks in advance if you participate — or drop a comment about your experience.

10
40
submitted 2 days ago by [email protected] to c/[email protected]
11
148
submitted 3 days ago by [email protected] to c/[email protected]

The population (especially the younger generation, who never seen a different kind of technology at all) is being conditioned by the tech industry to accept that software should behave like an unreliable, manipulative human rather than a precise, predictable machine. They're learning that you can't simply tell a computer "I'm not interested" and expect it to respect that choice. Instead, you must engage in a perpetual dance of "not now, please" - only to face the same prompts again and again.

12
14
Announcing TypeScript 5.9 Beta (devblogs.microsoft.com)
submitted 2 days ago by [email protected] to c/[email protected]
13
218
submitted 4 days ago by [email protected] to c/[email protected]
14
109
submitted 4 days ago by [email protected] to c/[email protected]
15
57
submitted 3 days ago* (last edited 3 days ago) by [email protected] to c/[email protected]

This article is divided into two chapters.

  • The first one, starting with section “Introduction to naming in programming” presents a review of scientific literature present on the topic. That section will deepen your understanding of the current body of knowledge on naming things.
  • The second chapter, starting with section “Guidelines for naming conventions in programming” presents actionable recommendations to improve your skills in choosing thoughtful class, function or variable names. If you’re looking for tips, go there.

There are only two hard things in Computer Science: cache invalidation and naming things.

16
32
submitted 4 days ago by [email protected] to c/[email protected]

I have seen Geany around and am pretty intrigued by the update. I primarily use Kate but would love to hear folks' thoughts on Geany and if anyone recommends it.

17
6
submitted 4 days ago by [email protected] to c/[email protected]
18
66
submitted 6 days ago by [email protected] to c/[email protected]
19
21
submitted 6 days ago by [email protected] to c/[email protected]

I have heard about Elninki's and Harvard's programs, can I join them now or is there a specific date?

20
26
submitted 6 days ago* (last edited 6 days ago) by [email protected] to c/[email protected]

I wanted a dead-simple way to share text, links, or code without creating accounts or dealing with messy UIs. So I built Zync(https://zyncshare.vercel.app/) — paste, share, done.

  • Share plain text, links, or code instantly
  • Replies work without login
  • Everything auto-expires in minutes or hours
  • No tracking, no ads, no clutter.

Would love to hear what you think. Is it something you’d actually use?

21
-21
submitted 6 days ago by [email protected] to c/[email protected]
22
-5
submitted 6 days ago by [email protected] to c/[email protected]

Hey everyone, I’ve been working on something in my free time — a wrapper that lets you use open AI models (like Mistral, LLaMA, etc.) in a clean interface. The longer-term idea is to make it easier to run larger models — 70B+, fine-tuned variants, or your own — without needing your own GPU cluster. Still very much a side project — I’m building this for fun, learning as I go, and curious if it’s useful to anyone else. Link’s here if you want to try it: https://umbraai.xyz/

23
40
submitted 1 week ago by [email protected] to c/[email protected]
24
24
Literate Programming (www.literateprogramming.com)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

This is the name of a concept to combine source code and highly structured human-readable documentation, such that the main artefact is the documentation, and the secondary artefact the full source code extracted from it. Any change to the source means changing the explanatory documentation of the goals and reasoning at the same time. It was invented by no other than Don Knuth, and he, together with his collaborators, wrote the TeX program in it, to show how it is useful in practice.

I myself have used the technique in various occasions at work, for example when taking on an important but almost unreadable piece of code I inherited at work, to preparing sources for a complex algorithm for handover when I was leaving another larger project, and also in leisure coding.

The tool which is most widely used for this approach today is Emacs org-mode. It has the advantage that it works for every programming language, and you will likely find full examples for all languages you use, but many other tools (for example for vim) exist.

25
18
submitted 1 week ago by [email protected] to c/[email protected]

Andrew Zig Roadmap 2026.

It's a 2h talk with code / demo. A lot about the new Io interface.

view more: next ›

Programming

21508 readers
180 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS