@daviwil @abcdw @kolev @charliemac I faced screen sharing problem in guix foreign distro after i installed ungoogled chromium in ubuntu. I haven't found any solution for it yet. Still searching....
@daviwil @abcdw @kolev @charliemac I faced screen sharing problem in guix foreign distro after i installed ungoogled chromium in ubuntu. I haven't found any solution for it yet. Still searching....
@b0rk P5.js, i once gave a talk about using trig to do animation using P5.js
resource:
- Nature of code book by daniel sniffman: https://natureofcode.com/
- Nature of code playlist: https://youtube.com/playlist?list=PLRqwX-V7Uu6ZV4yEcW3uDwOgGXKUUsPOM&feature=shared
@tecoholic thanks for the tip will give it a try
@tecoholic i am planning to compile today wish me luck. I am using basic screenshoot editor til now.
@daviwil for your #Emacs VC-mode check video, please have a look at committing from a pruned diff:
https://www.draketo.de/software/emacs-tipps#vc-mode-partial
Also note that Emacs maintainers are discussing to make magit part of Emacs (they started with the required legal work, see the mailing lists).
@lf_araujo Really amazing
Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, May 25, 2024 at 1400 Asia/Kolkata. More details: https://emacs-apac.gitlab.io/announcements/may-2024/
Neovim 0.10 released.
Featuring a new default color scheme, and other improvements.
Money is like shit. If we spread it around, it functions as fertilizer, enabling incredible ideas to sprout and grow. If instead we just pile it up into mountains, it stinks and all the great stuff that could sprout and flourish is starved of nutrients.
Universal basic income is the good shit.
@spritelyinst Truly excited with the 🐑 Shepherd + Goblins perspective, but really: that’s a whole bunch of exciting news in this post!! (Kudos, NLnet!)
I recommend that you start with #guix as a package manager on a regular Linux distribution (e.g., Debian).
Get familiar with #guix as a package manager and try installing all the software you use regularly using it.
Once you are confident that you have a way to install all your stuff, then move to #guix on bare metal.
If you play your cards right, you'll be able to install all your packages with a single command.
We released Arei Guile IDE 0.9.4. It's already available in Guix.
https://git.sr.ht/~abcdw/emacs-arei/refs/0.9.4
https://git.sr.ht/~abcdw/guile-ares-rs/refs/0.9.4
It has eldoc and xref (go to definition) features, better completion and a few other improvements.
Big kudos to @krevedkokun for implementing them.
We are working hard towards 1.0, which will be even more exciting:
https://todo.sr.ht/~abcdw/tickets?search=label%3Amilestone-arei-1.0
Adding a resource page to collect all the #guix content together:
- installing / intro to guix
- installing common applications
- managing profiles
- using guix shell / dev environments
- packaging for guix
- community resources
https://www.futurile.net/resources/guix/
If you're interested in #functional and #declarative #programming and want to see how it works with #linux then there's plenty here. Or you're into #nix but would like to see how #guix uses #guile #scheme - there should be plenty here! 😃
My trackpad pinch is diabled after unsetting below keys
'''
(global-unset-key (kbd "<C-wheel-up>"))
(global-unset-key (kbd "<C-wheel-down>"))
'''
or
this one removes the undefined error showing in message buffer
'''
(global-set-key (kbd "<C-wheel-up>") 'ignore)
(global-set-key (kbd "<C-wheel-down>") 'ignore)
'''
2/ Despite being together for over two decades, we still bicker. #Emacs
Toggling #emacs continuation indicator https://xenodium.com/toggling-emacs-continuation-fringe-indicator
I made an HTML/DOM viewer you can paste into your console to view or debug any website in 3D. Choose from random/gradient/clear colors or whether layers have sides.
You can save it as a bookmarklet so it's 1 click away. It's just a tiny IIFE JS function.
https://gist.github.com/OrionReed/4c3778ebc2b5026d2354359ca49077ca
Part 1/2:
Inkscape‘s development version has now switched to GTK4 ✨ , the current version of the underlying UI framework.
This is a huge architectural 🏗️ improvement for Inkscape, and will enable proper graphics acceleration ⏩ in the future.
This quick transition - only about 9 months - was made possible by donations, as we’ve invested approx. $80,000 towards it.
Support our development:
Happy birthday #LISP 𝛌🎂𝛌
Today is the anniversary of AIM-8, the memo that McCarthy wrote describing LISP and its first implementation, written in 1959.