techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#SoftwareDeveloper

8 posts6 participants2 posts today

Since I haven't posted in a while, check out my pacebin fork I started. Awesome if people want an extremely lightweight pastebin to host, but they need a few more features than some curl commands.

https://codeberg.org/thesofafox/pacebin-next

I have a live demo up on a personal onion site, but I assume people will want a clearnet live demo instead, so that is coming soon.

#foss #opensource #pastebin #softwaredeveloper #software

Summary card of repository thesofafox/pacebin-next
Codeberg.orgpacebin-nextSimple, fast text upload service written in C . Fork of https://git.swurl.xyz/swirl/pacebin.git

Do not let AI write your test cases. It's alright if AI does some of the actual coding but test cases should always be written by humans.

Test cases are the contracts where we define the behavior of the software so it makes less sense to outsource it to LLMs.

#ai#llm#coding