Skip to main content

Search

Items tagged with: 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

Live stream preview


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/

The "Anime girl hiding from Terminator" meme, with the Terminator captioned "The automated tests we need" and the anime girl hiding under the a desk captioned "The current GNOME Calendar codebase"



Why does this give me the sudden urge to do some #programming ?🤔


ICYMI: Learn some more #programming with this good looking book bundle! https://www.humblebundle.com/books/programming-fundamentals-2023-mercury-books?partner=gamingonlinux (partner link)


Learn some more #programming with this good looking book bundle! https://www.humblebundle.com/books/programming-fundamentals-2023-mercury-books?partner=gamingonlinux (partner link)


We're live, come join us!

More chill programming | Now on KDE! | Fresh start on OBS, pardon the E M P T Y

#fosstodon #gaming #programming #music
https://live.w0rmh0le.net

Live stream preview


Grab the Python programming bundle by No Starch Press.

Part of the proceeds go towards the Python Software Foundation!

⏱️ Ends on 22 May.
💸 $1 or more.

https://www.humblebundle.com/books/python-no-starch-books?partner=itsfoss

#python #programming


RT @AstraKernel
✨ The policy may or may not get passed.

But people are already using it as a point against using Rust. Some questioned whether they should continue learning Rust.

#rustlang #rust #programming #developers


Sale Extended! ⏳

The Mega Bundle from Packt, that features guides to enterprise automation, scripting techniques, IT security, and more.

⏱️ Ends on 17 April.
💸 $1 or more.

https://www.humblebundle.com/books/linux-mega-bundle-packt-books?partner=itsfoss

#linux #programming #books


Video of talk, Meley Interlisp Project 2023 to Bay Area Lisp & Scheme group:

https://www.youtube.com/watch?v=HYWFTiai_tA
#lisp #interlisp #programming #ide #lispm


Supercharge your Gedit experience with these tweaks!

https://itsfoss.com/gedit-tweaks/

#opensource #programming


Today is the last day to grab the 'Think Like A Programmer' bundle by No Starch Press!

⏱ Ends on 20 March.
💸 $1 or more.

https://www.humblebundle.com/books/think-like-programmer-no-starch-books?partner=itsfoss

#programming #books


Learn about system architecture, data structures, recursion, algorithmic thinking, and more with this bundle by No Starch Press.

⏱️ Ends on 20 March.
💸 $1 or more.

https://www.humblebundle.com/books/think-like-programmer-no-starch-books?partner=itsfoss

#programming #books


Teach yourself foundational principles that will help strengthen your programming skills.

Get this bundle by No Starch Press!

⏱ Ends on 20 March.
💸 $1 or more.

https://www.humblebundle.com/books/think-like-programmer-no-starch-books?partner=itsfoss

#programming #books


Train your brain to think like a programmer.

Get this bundle by No Starch Press!

⏱️ Ends on 20 March.
💸 $1 or more.

https://www.humblebundle.com/books/think-like-programmer-no-starch-books?partner=itsfoss

#programming #books


Long-term nuclear waste warnings make a lot of sense as code comments as well.

#cpp #programming
This place is not a place of honor... no highly esteemed deed is commemorated here... nothing valued is here.

What is here was dangerous and repulsive to us. This message is a warning about danger.

The danger is still present, in your time, as it was in ours.


What happens when ChatGPT tries to write a basic Famicom /NES initialization in 6502 Assembly?

It's certainly impressive that it can output anything valid-ish at all, but it clearly doesn't really understand what it needs to do.

https://videos.rights.ninja/w/m9LX4Tw47vPvbNDSsjFTYh​ #ChatGPT #Famicom #NES #Nintendo #6502 #Assembly #programming


The Weirdest JavaScript Library Ever Created #YouTube #Programming https://youtu.be/jRNVEIk61zY


@kevsmac is a great example of someone who wanted to do something, and so he went ahead and did it. His secret? Start small, fix your mistakes, and do it again.

Starting with an obsession with modular printed robots, then MicroPython, then livestreaming, he has built up kevsrobots.com into a great resource for anyone who wants to get started with #robotics, the intersection of mechanical #engineering, electronic engineering, and #programming

https://www.raspberrypi.com/news/meet-kevin-mcaleer-teacher-maker-builder-programmer-3d-printer-and-all-round-renaissance-man/
Kevin wearing a red Raspberry Pi shirt and a hat that says Streamer on it. Sat at a desk in his workshop gesturing to a table full of robots and live streaming equipment


I am finally working on running the RetroForth/ilo on the couple of microcontrollers I have.

It's mostly functional on the Teensy 4.1. I still have some issues with the block words and testing the serial console, but I can make an LED blink, and the rest of the system is working.

I've also started working on getting it to run on a Raspberry Pi Pico. It'll need at least some adjustments to fit into the memory of the RP2040 (probably will need to sacrifice a little of the vm image RAM, unless I decide to wire up something for external memory.)

#forth #programming
RetroForth/ilo running on a  Teensy 4.1 microcontroller. Shows a computer display with putty on a serial connection to the Teensy, with a block of code for making an LED blink. The Teensy is visible with the lit LED on the bottom right.


#introduction content continued! as a follow on to nematoduino, I made nematode.farm, which is a (very) simple browser based game where the “opponent” is many instances of the emulated C. elegans nematode. I think this may be the first game ever where enemy AI is based on an emulated organism.
written in C, SDL2, and compiled in webassembly 
can play here (need arrow keys)
https://nematode.farm/
#stem #biology #gamedev #science #programming #robotics #introductions


Gonna do some new #introductions via various stuff I’ve work on over the next few days to help find my scene!

My first serious personal project was about 10 years ago when I wrote this video codec for the Apple II, which played short looping animations converted from animated gifs. You load em off of a standard 5.25” 140k floppy!

Here’s the hackaday on it:
https://hackaday.com/2013/07/22/animated-gifs-on-an-apple-ii/

#introduction #vintagecomputer #retrocomputing #maker #programming #appleii


RT @TechOverTeaShow@twitter.com

Quads Are Better Than Triangles #Programming #YouTube https://youtu.be/VLEXdQe70CQ

🐦🔗: https://twitter.com/TechOverTeaShow/status/1599147713760821250


Good evening from Thaxted. Much excitement in my household this evening as goodies have been delivered. #computing #raspberrypi #computer #programming
A red cardboard box containing a Radoberry Pi 4 desktop computer kit.


No idea how something like this will do here... but lets try!

Heyo, currently in between studio jobs. If you'd like some pixels hmu via DM or over on Discord(illusionofmana#0402).

Please ask any question you'd like her or in DMs!

#pixelart #3D #animation #lowpoly #gaming #gamedev #retro #art #artist #programming #fanart #mastoart
Pixel Art Commission Sheet. All Prices USD
Chibi Sprite $10
Character Sprite $30
Big Character Sprite $50 
Portrait $30
Medium Shot $50
Full Shot $100

Comes with Free Backdrop. Please ask about Animation or Bulk order quotes.


RT @TechOverTeaShow@twitter.com

CS50 Is The Greatest Course For Developers #Programming https://youtu.be/6htg81zZs9I

🐦🔗: https://twitter.com/TechOverTeaShow/status/1591537568247558144


so i set out to write what i thought was a fairly simple probability curve.

i though i needed some trig function, i typed some reference points into a graphing calculator, and started looking for a function that matched...

after a lot of finding nothing that was even close, i found an exact match for all my reference points...

after rewriting it in lua, i finally had it:

`-(2^(-absn)-1)/2*n/absn+0.5`

why is this so complicated...

#programming #gamedev #lua


Hello! I'm an digital #artist and interested graphics #programming.

I've included some of my work from my projects and my artwork. If you're interested in seeing more, please visit my website at https://www.redstrate.com/!

I'm happy to be here on #mastodon! I'll be posting more of my art here but also whatever interesting and pretty graphics stuff I create 😀

#introductions #MastoArt #art
Showcasing the lighting from Prism
Catgirl mew


Me: "Before bed I'm just going to look *very briefly* at this one piece of code from earlier today that I have an idea for tomorrow..."

Half an hour later...

WTH was I thinking? LOL #programming


While my personal @jekyllrb static blog was pretty light I had let thumbnail image sizes creep and kept pieces. Got it down from 1.5 MB to 356KB. Now on to real work. Would love to trim down the Bootstrap stuff more. #programming

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