aral, to random
@aral@mastodon.ar.al avatar

Just updated my WezTerm¹ configuration file. (In case you’re the kind of person that gets excited by such things.) 👋🤓

https://codeberg.org/aral/.config/src/branch/main/wezterm.lua

¹ https://wezfurlong.org/wezterm/

winslowjosiah, to python
@winslowjosiah@hachyderm.io avatar

Currently trying to use (a in ) to make a personal .

Turns out it's excellent at making a that is a blog, but it's not great at making a site that has a blog.

Wrestling through a whole mess of options... 😵‍💫

jochenwolters, to ADHD
@jochenwolters@mastodon.social avatar

Large animations can easily be highly distractive for folks with . Being able to pause them individually doesn't make things much better, especially if reloading the page starts them all over again.

It's really disappointing to see a design-focused company like use that type of purely gratuitous graphics on their conference website, and do so without offering a way to disable them all at once across the site.

That’s a sad lack of consideration for true . 🙁🤨🤬

triskelion, to random
@triskelion@floss.social avatar

https://www.phoronix.com/news/Vim-XDG-Base-Directory-Spec

It happened! Vim is now among the apps that have adopted the $XDG_CONFIG_HOME standard for storing user-specific configuration files. However, there are still many apps that use the older ~/.app convention or other specific locations for storing configuration files. Why is this the case?

screwtape, to emacs
@screwtape@mastodon.sdf.org avatar

many / phost;

In my quest for an easier emacs on ramp, I made an org file for adding templated elisp source block sections to itself, which tangles to an elisp file, to be loaded on startup.


gopher://tilde.club/0/~screwtape/config.org.txt
gopher://tilde.club/0/~screwtape/about-config.org.txt

https://gopher.tildeverse.org/tilde.club/0/~screwtape/config.org.txt
https://gopher.tildeverse.org/tilde.club/0/~screwtape/about-config.org.txt

What does everyone think. @mattof @louis @pkw @vidak

daviwil, to emacs
@daviwil@fosstodon.org avatar

🔴 Today on Live, we'll discuss a major change I'm making to my Emacs configuration: the total removal of Evil Mode. We'll hack on my configuration a bit to figure out some ways to smooth out the transition.

Can I kick the habit, or am I forever possessed?

Join us here: https://systemcrafters.net/live

🕐 in your time zone: https://time.is/compare/1800_in_Athens

arda, to environment
@arda@micro.arda.pw avatar

Runtime Should Depend on The Configuration, Not The Environment

https://nooptoday.com/runtime-should-depend-on-the-configuration-not-the-environment/

by Muhammed Kadir Tan

wagesj45, to weirdgirlmemes
@wagesj45@mastodon.jordanwages.com avatar

I hate when your run into an issue in your program, you google it, and zero results show up. :pepe_g:

#relatable #llama #huggingface #transformers #cuda #config

5am, to linux
@5am@fosstodon.org avatar

I'm curious to know how others version control their private configuration files / docs / wiki. For now, I've created a stack on my home network. Instead of copying the files I want to track into another folder and pushing from there, I've created hard links. Any other suggestions? @gitea

bigMouthCommie, to emacs
@bigMouthCommie@kolektiva.social avatar

i have a lot of this going on:

(setq org-agenda-files
'("c:/Users/user/0.org" "c:/Users/user/1.org" "c:/Users/user/2.org" "c:/Users/user/3.org" "c:/Users/user/4.org" "c:/Users/user/5.org" "c:/Users/user/6.org" "c:/Users/user/7.org" "c:/Users/user/8.org" "c:/Users/user/9.org" "c:/Users/user/10.org" "c:/Users/user/11.org" "c:/Users/user/12.org" "c:/Users/user/13.org" "c:/Users/user/14.org" "c:/Users/user/15.org" "c:/Users/user/16.org" "c:/Users/user/17.org" "c:/Users/user/18.org" "c:/Users/user/19.org"))

can i just put line breaks in instead of using the space to improve readability? does it need to be escaped?

ryguw, to apple

On Feb 1st, 2024, released Pkl. Pronounced "pickle", it is a complete configuration scripting language, including a JSON/YAML/XML/more compiler, a language server, bunch of IDE plugins, and of course direct bindings for your favorite programming language, for quick adoption. A binding seems missing.

I like how a Pkl config's specs and values are colocated. Always hated maintaining separate schemas for very simple configs.

lkanies, to devops
@lkanies@hachyderm.io avatar

Holy shit. I love everything about this: a cross-platform, standardized configuration language.

I have not had a chance to fully grok this. But this was definitely one of my dreams when I started Puppet. I did not want puppet to win. I just wanted something we all used, something that made us better, able to move on.

I don’t know if this is it. But it fills me with hope that people are trying.

https://pkl-lang.org/blog/introducing-pkl.html

michaellenahan, to random

Hi, I seem to recall a few days ago someone posting here about a composer package which helps clean up discrepencies in yml in post upgrade.

But I can't find it!

I may have hallucinated it in my post-conf freshly-down-with-covid state ...

Zoom's Updated Terms of Service Permit Training AI on User Content Without Opt-Out (stackdiary.com)

Zoom’s updated policy states that all rights to Service Generated Data are retained solely by Zoom. This extends to Zoom’s rights to modify, distribute, process, share, maintain, and store such data “for any purpose, to the extent and in the manner permitted under applicable law.”, including AI and Machine Learning.

socphoenix, (edited ) to privacy in Zoom's Updated Terms of Service Permit Training AI on User Content Without Opt-Out

Update: they have a very active github for the desktop app, and they had a fix almost immediately. There are webAPI calls that can be appended to the end of the meeting link before starting. If your link for example is “meet.jit.si/myLesson” you can append the following string: #config.disableAP=true&config.disableAEC=true&config.disableNS=true&config.disableAGC=true&config.disableHPF=true&config.stereo=true

making it meet.jit.si/myLesson#config.disableAP=true&co…`

and this will disable all the audio processing that could harm the meeting. You will probably want headphones though as it will cause a lot of echoes if it can hear anything from the meeting.

Figured I’d leave this here in case anyone else was looking for a similar solution.

EDIT: Lemmy keeps adding “amp;” after each & symbol. Those are incorrect but so far I’m failing to get the thing to stop doing it every time I hit post. Those should be removed for a working link. Try this link to see how it should look.

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
hhg, to rust

What is everyone using for files in ? I am trying to find a that supports both a file, but also overrides through env vars. I see config-rs is trying to go through a rewrite, but activity is sparse.

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
barocio, to archlinux Spanish
@barocio@emacs.ch avatar

I am distro-hopping from to

So it is a looooong process since I need to learn many things (like guile), and re-learn others.

For the moment, here is my configuration () for system () and home ().
https://git.sr.ht/~abarocio80/guix-config

BTW, thanks to @daviwil and @benoitj

unattributed, to random

So, for some reason I'm back on the playing with me again. Still using but making the look cool to me, and improving my work flow.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • khanakhh
  • magazineikmin
  • thenastyranch
  • hgfsjryuu7
  • Youngstown
  • rosin
  • InstantRegret
  • slotface
  • mdbf
  • PowerRangers
  • tsrsr
  • kavyap
  • DreamBathrooms
  • tester
  • vwfavf
  • ngwrru68w68
  • ethstaker
  • everett
  • modclub
  • Durango
  • GTA5RPClips
  • osvaldo12
  • cisconetworking
  • tacticalgear
  • normalnudes
  • cubers
  • anitta
  • All magazines