Skip to main content

Search

Items tagged with: Programming


AI-assisted coding made easy with Flexpilot! 🤖 👨‍💻

https://itsfoss.com/flexpilot-ide/

#opensource #programming #ai


I made a little port of @neauoire's Neur into Lua. I also added support for hooking up I/O and side effects to your neural network.

https://codeberg.org/CapitalEx/luneur

#Lua #Programming


The Programming Games Humble Bundle is another sweet deal worth grabbing https://www.gamingonlinux.com/2025/01/the-programming-games-humble-bundle-is-another-sweet-deal-worth-grabbing/

#Gaming #LinuxGaming #SteamDeck #Programming #PCGaming


A few years ago I found out about a programming language written in #Gaeilge (the Irish language) called Setanta. I tinkered a little with it then but hit some road blocks and it seemed to have been left unsupported.

The creator Eoin Davey developed it when he was a teenager, later honed while studying computer science at NUI Maynooth in 2016.

Today I learned that it is still updated and there are some pretty great tutorials to have some fun with an IDE.

https://try-setanta.ie/

#programming


We're live, come join us!

Creating a Killer Queen stream overlay in Godot!

#gaming #programming #music

https://live.w0rmh0le.net


We're live, come join us!

Creating a Killer Queen stream overlay in Godot!

#gaming #programming #music

https://live.w0rmh0le.net


Humble has a #programming mega bundle if that's your thing: https://humblebundleinc.sjv.io/LKaQma (partner linky)


A four-function calculator implemented using tote, a graphical rewriting system. Everything in this video was done symbolically using rules defining how symbols interact with each other.

https://www.youtube.com/watch?v=cVKuwnZLJ7M

#Rewriting #Programming


Another tote program this time doing a bit of math by moving shapes around:
https://www.youtube.com/watch?v=hyhM_I63aEs

#Rewriting #Programming


A Case for Feminism in Programming Language Design (2024)

Felienne Hermans, Ari Schlesinger

"Two critical and interrelated questions regarding the design and study of programming languages are: 1) What does it mean to design a programming language? and 2) Why does minimal demographic diversity persist in the programming language community? In this paper, we present feminism as a philosophical lens for analyzing the programming languages field in order to help us understand and answer the motivating questions above. By using a feminist lens, we are able to explore how the dominant intellectual and cultural norms have both shaped and constrained programming languages."

https://www.felienne.com/wp-content/uploads/2024/10/Feminism_in_Programming_Language_Design_CR_5-1.pdf

#programming #feminism #software #computerscience


With #FediJam nearing its deadline, I've been working on customization and accessibility options for my game. 🙂

Yes, it's a game jam, and this is one area of many where jam games typically cut quality corners to save dev time. But accessibility has kinda become part of my personal brand, so I don't want to skimp here.

It's a dexterity game, which won't appeal to everyone. But the goal is that anyone can at least try it.

#gamedev #indiedev #indiegames #programming #accessibility #a11y


A great refresher on using email clients over web & thus power hungry browser interfaces by the Mozilla Thunderbird people

#Linux #freeBSD #netBSD #openBSD #UUCP #POP3 #IMAP #OpenSource #POSIX #programming #UA

https://blog.thunderbird.net/2024/09/why-use-a-mail-client-vs-webmail/


The issue with any programming language is the ability to "interact" with users. Without a GUI, a programming language is limited.

#gui #programming #language


My new blog post is now up!

You can contribute to KDE with non-C++ code


I always see:

  • people being told they can contribute to KDE with C++/QML
  • people being told they can contribute to KDE without code

But I don't often see:

  • people being told that they can contribute to KDE with code that is not C++

I like C++, QML, and even CMake, but you might not be interested in them or you might just not be willing to spend time learning another language, and that's perfectly fine.

In this blog post I list a few KDE projects that you might not know about that might be written in your preferred language or in a specialized format you have expertise or interest in.

By far, the most popular programming language actively used in KDE other than the expected languages is Python.

We also have stuff that would interest sysadmins (containers), packagers (snap/flatpak) and web developers.

https://rabbitictranslator.com/contribute-to-kde-without-cpp/

#KDE #Programming


Popular multiplayer code editor Zed gets a Linux release https://www.gamingonlinux.com/2024/07/popular-multiplayer-code-editor-zed-gets-a-linux-release/

#Linux #Zed #Programming


First the kids are trading #bash “#programming” best practices, now you’re pushing #nano power editing tips.

What’s next? “Theming #twm for fun and profit”?

Please help folks graduate from their Tinkertoys instead of helping them build teetering skyscrapers.

#Linux #Unix


Amber is a programming language for the modern digital age.

https://news.itsfoss.com/amber-lang/

#programming #linux


Someone in the Concatenative programming discord posted a small PDF about The Principal Programming Paradigms asking where it'd fit. So, I had a little fun trying to fit some of the languages in the space onto the chart.

It also reminds me how little research is in this space. Such a sparse family of explored ideas.

#Concatenative
#Programming


This 12-byte program composed of pure x86 machine code writes itself to standard output:

fc b1 0c ac 92 b4 02 cd 21 e2 f8 c3

See https://susam.net/self-printing-machine-code.html for more details.

#asm #programming


"Lua is super cool. Lua is great."

-- The Primeagen while being interviewed by @BrodieOnLinux

#Lua #vim #neovim #programming

https://invidious.einfachzocken.eu/watch?v=9SQXv8GFVLM


Some of you said there's no way I book ThePrimeagen but look who it is #Linux #OpenSource #Programming

Video: https://www.youtube.com/watch?v=92d2hAwpzCk

Audio: https://podcasters.spotify.com/pod/show/tech-over-tea/episodes/Vim-Is-The-Only-REAL-CODE-EDITOR--ThePrimeagen-e2eur2e


'long long long' is too long for GCC

is such a good ol'diagnostic

#programming


This one trick to do sqr() and cube() in C: https://godbolt.org/z/7qeanM

#programming


Content warning: programming


so after my last lisp post I implemented if statements and functions and a multi-line REPL, why didn't I tried making a lisp before?? it's so much fun!

also thanks to @Andre_LA for introducing me to this lispy world. 😁

#lisp #programming #dev


Content warning: programming


Here is my initial draft of #uxn in tcl/tk called tuxn 😆
https://git.sr.ht/~kr1sp1n/tuxn

.Console/write and .Screen/pixel is roughly implemented.

#varvara #tcl #tcltk #programming #tuxn


Thanks! There is a #tclkit creator online (https://kitcreator.rkeene.org/kitcreator) that builds a #tcl #tk interpreter for sooo many different platforms. So my hope is that my implementation will bring #uxn and it's ecosystem to many more machines in the bright future 🙌 I will definetely hop on irc.esper.net if I need a hand.

#programming #tcltk #varvara


Inspired by the work on https://git.sr.ht/~rabbits/uxn5 by @aw and @neauoire I just started an implementation of #uxn in #tcl and #tk. So much fun!
Can already extract opcodes from binary roms. Repo will follow.

#tcltk #varvara #programming


We're live, come join us!

Nvidia GPU Encoding Test

#fosstodon #gaming #programming #music

https://live.w0rmh0le.net


Want a nice _and_ reliable #calendar application for #GNOME and #Linux desktops (& #mobile!) in general, based on the @EvolutionGnome data server?

Know some #C #programming and looking for a well-scoped challenge to get your feet wet and put those skills to use in #opensource?

#GNOMECalendar could really use your help to write unit tests, so that we can use #TestDrivenDevelopment #TDD #CI for #refactoring all timezones-related code and make it reliable. Now is the time!
https://fortintam.com/blog/call-for-help-writing-gnome-calendar-compliance-unit-tests/


Lo, thar be cookies on this site to keep track of your login. By clicking 'okay', you are CONSENTING to this.