programming
#lispyGopherClimate
Recorded live #interview with @corwin
https://communitymedia.video/w/6wYk9SWR22YzKkgBDijrbC
January 8 #2025 0UTC Wednesday: Archive backup of the episode.
#FSF #sysops #emacs #pedagogy #gamedev #ttrpg #elisp #lisp #programming #lambdaMOO #dungeon
I was personally out-of-it this episode, but Corwin really shines!
From Corwin:
The FSF link for the fund-raiser is https://my.fsf.org/join
There's a page about dungeon here: https://directory.fsf.org/wiki/Dungeon-mode
Here's the project on Savannah: https://savannah.nongnu.org/p/dungeon
Let it snow! ❄️
I have added snow to my instance during the winter holidays. It's a tiny JS canvas and fades out on scroll down. The snow is also respecting the system accessibility settings, it won't be there if you prefer reduced motion.
Here's the source code for server admins: https://github.com/ronilaukkarinen/mastodon/commit/9bf1563af50842a5f61b34b7cc095fb746e5d15b#diff-5fcd1b6168ec33e0eff0a05fcdeacfab68e261215bbdb719be6b3526173be770
See the snow yourself: https://mementomori.social
#MastoAdmin #Mastodon #JavaScript #Coding #Programming #Snow #Winter #LetItSnow #MementomoriSocial
I’m looking for work as a senior software #developer. I have a full-stack #WebDev cert, 16+ years #Perl back-end experience, proficiency in multiple other #programming languages.
Databases? Sure, relational *and* NoSQL. CI/CD? Have done, want to do more. I like working with others, either here in #Houston or remotely across the US.
I’ve been hacking code since the #Commodore PET days. I can certainly delight your customers, whatever your stack.
More here: https://LinkedIn.com/in/mjgardner
Curso de programación en C:
As promised
https://lispy-gopher-show.itch.io/lispmoo2/devlog/879340/drawing-really-a-lot-of-love-hearts
#commonLisp #mcclim
#table #drawing #graphics
Still #romantic #valentine #heart themed.
♡
♡♡
♡♡♡
#devlog #gamedev sharpsign finally creeping up on something like a tabular game world
#lisp #tutorial #easy #programming
Comments and criticism please
@mdhughes @kentpitman
What do you two / all think about signalling lisp conditions for game controls ? #gamedev #programming #commonLisp
Since my CLIM unicode-grid-list-thing makes a grid fine but needs controls, I added a signal handler that just pops up a window and reads a string.
Then, instead of
> (make-application-frame 'game-frame)
> (run-frame-top-level *)
I can run with a custom signal/handler by
> (handler-bind ((menu-x-pressed #'handle-menu-x-pressed)) (run-frame-top-level **))
Hey, I made a quick #commonLisp utility package that just provides 200 names https://codeberg.org/tfw/common-names .
The initial names are the top 100 most common historically collected girls and boys birth names in #NZ from 1954 to 2024.
P.S. This is not an invitation to post critiques about any of these technologies or recommendations about what I should be doing instead.
#scala #dev #tech #SoftwareDevelopment #coding #programming
Lynx is ByteDance's new open-source, multi-platform app framework. It outperforms React Native with a dual-threaded architecture for smoother UI. Lynx supports standard CSS and various JavaScript frameworks, using non-standard elements that correspond to native equivalents.
Square brackets and curly braces in Common Lisp! :taneŝima_ĝojas:
(set-macro-character #\] (get-macro-character #\)))(set-macro-character #\[ (lambda (stream char) (declare (ignore char)) (read-delimited-list #\] stream t)))
CL-USER> [cadr '{(1 3) 2 3}]1
This makes my heart happy. So happy. Thanks, Paul Graham.
I recently had a discussion with a coworker about commit messages. And I wonder what guidelines developers prefer.
Past tense example (Django):
https://docs.djangoproject.com/en/5.1/internals/contributing/committing-code/#committing-guidelines
Imperative example:
https://github.com/RomuloOliveira/commit-messages-guide/blob/master/README.md#good-practices
Conventional/Semantic:
https://www.conventionalcommits.org/en/v1.0.0/
and
https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
Maybe other styles?
#programming #git #gitlab #github #codeberg #softwaredevelopment
Options: (choose one)
Outside of #emacs #elisp, what is your favorite #lisp to work in for person projects?
Please let me know in the replies what implementation do you like/use? Or if you use something less common.
#scheme #racket #clojure #commonlisp #programming
Options: (choose one)
#lispygopherclimate #lisp #lambdamoo #programming #podcast #live https://communitymedia.video/w/5vAGot7LujjpFQ5Mzz6bFM
0UTC Wednesdays Weekly
@kentpitman #climateCrisis
Breaking The Complexity Barrier (Again) (Again) vs #LLM #AI .
(+ Reliably #jailbreaking LLM AI)
Capitalization and lisp
Following Terry's lead, My #McCLIM, programs and the #racket people
Talkin' 'bout my generation #gopher
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
"yo<RET>
:wave
#unix_surrealism
@hairylarry @nosrednayduj @mdhughes et al.!
#programming #gamedev #devlog #commonLisp #series #lazyEvaluation #functionalprogramming https://screwlisp.small-web.org/lispgames/cl-series-for-game-logic/ #lispgamejam
Since cl-series generates native common lisp code by working at macro expansion time, I consider it suitable for my software individuals (who want only clos-less common lisp and their own logic (which they have an introspective theory of).
In particular, I use series to cut out rectangular subsequence of sequences -s
SERIES DOC UPDATE FROM RTOY https://gitlab.common-lisp.net/rtoy/cl-series/-/wikis/Series-User's-Guide
Wagtail 7.0 has taken flight! Come have a look at all the things you can do with our newest release.
#programming #gamedev #lisp #devlog #lispgamejam the third for my birds eating insects eating plants experience https://screwlisp.small-web.org/lispgames/plant-sensors/ imagining the #automata #agent #Sensors .
Simple sensor input -> acceleration agents in a grid ideas.
I don't get what happened with that markdown table either.
I also add the #types for bird insect plant in my #softwareIndividuals KRF.
#gamejam forum post https://itch.io/jam/spring-lisp-game-jam-2025
"This ABNF could have been a regular expression."
I'm finally moving over to Radicle (https://radicle.xyz) instead of switching to another centralized code forge (like GitHub, GitLab, Codeberg, etc.). I definitely love the idea behind a #P2P code forge and I'm hopeful for Radicle's future, but I do have some reservations starting off:
1) Despite talking a lot about freedom and privacy in the tutorial, the group building Radicle (https://radworks.org/) is planning to sell hosting and make a profit via an Ethereum-based cryptocurrency (https://www.tally.xyz/gov/radworks) as well as NFTs and smart contracts. Some big Libertarian red flags there.
2) At some point there was a Swiss nonprofit "Radicle Foundation", but this now seems to be a for-profit venture (see https://radicle.xyz/history). I wish it could just be a nonprofit.
3) In the user guide chapter on private repos (https://radicle.xyz/guides/user), it says that I need to use a public DNS address trusted seed node to share the repo. I understand there's no DHT here, but I hope it's not too much of a pain to run this over my local network instead of the internet. (And yeah, I know I can use git locally, I just want to test Radicle locally.)
Overall, I think that if radworks turns out to be evil it will be a way easier transition to fork Radicle than it has been to leave GitHub, but I still wish I didn't have to worry.
#Programming #CodeForge #Radicle #GitHub #GitLab #Codeberg #FOSS #FreeSoftware #VersionControl #crypto #Cryptocurrency #NFT #DAO #SmartContract #Ethereum #Libertarian
We'll have a full recap blog post out soon, but we wanted to take a moment to celebrate a fantastic #PyConUS! We all had a great time. Thank you so much #PyConUS2025 organizers! And a special thank you to our friends @django, who shared their booth space and collaborated on meetups with us. We were a powerful team of advocates for Python web dev! 🙌