Any suggestions for a high level language which is most effective?
I know that it's kind of vague question but still. Something capable of easy and quick development but fast ib startup and operating.
#question #programming #language
programming
Okay, fedi, I'm once again asking for your help.
I graduated from a .NET-based software development program in 2024, and since then I've been on the lookout for an entry-level job, but the the current job market being what it is, no such luck yet. I've almost given up, but doing some refresher courses on PostgreSQL and Java have given me new motivation to start looking again.
I would love working with SQL and write queries and design databases, I'm a back-end kinda developer through and through. I am comfortable with the EF-core framework for .NET, and I do miss writing some good interfaces and DTOs.
I am however, also a fiend for a good meeting, and love working with SCRUM (if it serves the developers, rather than the company but I know that that is a tad idealistic of me). I have many experiences in both service and organizational skills such as meeting planning and techniques. I actually enjoy talking to people in different departments and learning how their perspective can help mine.
I'm based in Gothenburg, and a physical location close to here would be ideal, but I am also open to remote roles. I am available ASAP and would love to chat with anyone within the field who has some time and interest to talk about how to get a foot in somewhere.
Can #GetFediHired do some magic here?
#FediHire #DotNet #Java #Gothenburg #SQL #postgreSQL #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
https://screwlisp.small-web.org/momentary/working-on-rss/
A whole bunch of quick date format conversion muddling but I think I got to RSS in the end.
If you forgot how to retrieve dates from files in a git, this article also has that.
This article is basically a record of my live spelunking of RSS and dates. Next week I will pick some good bits out into new articles. This is my raw #commonLisp experience.
#programming #lisp #time #rss #dates #exploratory
Welcome advice and commentary. Will it work as RSS in the end?
Trivial memory cardgame in the #commonLisp #repl . (Er, using #McCLIM presentations).
https://screwlisp.small-web.org/lispgames/memory-game/
A good beginner example.
As I reveal in the thrilling conclusion
https://screwlisp.small-web.org/lispgames/memory-game/#conclusions
this small post is a step on the way to using xhtmlambda to generate a kitten webgame soon.
CLIM-USER> (reveal (elt *cards* 3))
T
CLIM-USER> (disp)
X,X,3,1,2,3
G3648,G3647
NIL
CLIM-USER> (reveal (elt *cards* 0))
NIL
CLIM-USER> (disp)
1,X,3,X,X,3
G3644,NIL
Sharpsign #lispgames #programming
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
In retrospect I might have written non-sense in place of nonsense.
If you're in tech the Han reference might be a bit out of your comfort zone, but Andrews is accessible and measured.
It's nonsense to say that coding will be replaced with "good judgment". There's a presupposition behind that, a worldview, that can't possibly fly. It's sometimes called the theory-free ideal: given enough data, we don't need theory to understand the world. It surfaces in AI/LLM/programming rhetoric in the form that we don't need to code anymore because LLM's can do most of it. Programming is a form of theory-building (and understanding), while LLMs are vast fuzzy data store and retrieval systems, so the theory-free ideal dictates the latter can/should replace the former. But it only takes a moment's reflection to see that nothing, let alone programming, can be theory-free; it's a kind of "view from nowhere" way of thinking, an attempt to resurrect Laplace's demon that ignores everything we've learned in the >200 years since Laplace forwarded that idea. In that respect it's a (neo)reactionary viewpoint, and it's maybe not a coincidence that people with neoreactionary politics tend to hold it. Anyone who needs a more formal argument can read Mel Andrews's The Immortal Science of ML: Machine Learning & the Theory-Free Ideal, or Byung-Chul Han's Psychopolitics (which argues, among other things, that this is a nihilistic).
@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 **))
By the way, I will be joined by @kentpitman on today's Tuesday-evening-in-the-Americas #lispyGopherClimate in #archived
https://communitymedia.video/w/snsfQGJHVM71ShNnjqiAK8
Live on https://anonradio.net/ every week
@ramin_hal9001 for 10 minutes.
The #commonLisp condition system.
#programming #podcast #interview #lisp
Kent https://nhplace.com/kent https://netsettlement.blogspot.com/ https://en.wikipedia.org/wiki/Kent_M._Pitman
me https://screwlisp.small-web.org/
Ramin https://tilde.town/~ramin_hal9001/
Yesterday I was printing text in my condition handling + restarts example, when (print condition) actually works with :report as detailed here.
https://screwlisp.small-web.org/fundamental/common-lisp-conditions-using-report/
#programming #commonLisp condition handling. #prettyprinting
CL-USER> (make-condition 'foo :format-arguments '(1 2 3))
#<FOO "With arguments ~@{~a~^, ~}" {100215BF33}>
CL-USER> (princ *)
With arguments 1, 2, 3
#<FOO "With arguments ~@{~a~^, ~}" {100215BF33}>
CL-USER> (prin1 *)
#<FOO "With arguments ~@{~a~^, ~}" {100215BF33}>
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.
#commonLisp nested conditions/restarts example instead of the LIVE. #programming
https://screwlisp.small-web.org/fundamental/nested-ansi-cl-conditions/
(define-condition foo () ())
(define-condition bar () ())
(restart-case
(handler-bind
((foo #'has-a-bar->buz)
(foo #'(lambda (c)
(invoke-restart (find-restart 'baz) c)))
(bar #'(lambda (c)
(invoke-restart (find-restart 'buz) c))))
(signal 'foo))
(baz (c) (declare (ignore c)) (print "baz reached") nil)
(buz (c) (declare (ignore c)) (print "buz reached") nil))
https://lispy-gopher-show.itch.io/leonardo-calculus/devlog/1451887/my-ansi-common-lisp-condition-ontology-eg
#devlog (!) #commonLisp #programming #article on my #itchio .
Since I forgot I had to ping aral to let my blog webhook work again, here is this article exhibiting
The ANSI common lisp condition system
in particular, I wrote an #ontology for classical! #lisp expression generation supporting precondition .. postcondition = handler .. local restart
interactive #repl exploration. The blog will resume its webhook updates next week. I should love this itch already anyway.
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
:gutkato_kapaŭskultiloj:


