Email or username:

Password:

Forgot your password?
588 posts total
Andrew Tropin

Today I have a place to stream, so we talk about getting started with rde and structuring guix configuration.

youtu.be/7t301joOHlE

#rde #guix

Andrew Tropin

Finally rented an apartement in Tbilisi and moved to it.

The central heating is broken right now, but luckily we know how to use a fireplace.

Andrew Tropin

JavaScript and TypeScript in rde.

I addressed 8 months old patch from Demis, introducing feature-javascript to rde.

Now rde Emacs has TypeScript/JavaScript support.

Autocompletion, basic linting and refactoring are available thanks to eglot and typescript-lsp-server.

git.sr.ht/~abcdw/rde/commit/1d

#rde #guix #javascript #typescript

Andrew Tropin

I'm finally feel ok, not great yet, but much better than the whole this week.

Andrew Tropin

guix gc frees up 65361 MiB, but takes around an hour to complete.

#guix

David Wilson

@abcdw I've seen it take 10 minutes before but never an hour!

Andrew Tropin

With a simple line of code I got a development environment for cross compiling RISC-V binaries:

guix shell -e '((@ (gnu packages cross-base) cross-gcc) "riscv64-linux-gnu" #:libc ((@ (gnu packages cross-base) cross-libc) "riscv64-linux-gnu"))' -e '((@ (gnu packages cross-base) cross-libc) "riscv64-linux-gnu")'

and with another one I got it built:

CROSS_LIBRARY_PATH=/gnu/store/1kr4p36dhw31aqmn9835w7f1is3xz1v4-profile/lib riscv64-linux-gnu-gcc src/hello-world/hello.c

#guix #riscv

Andrew Tropin

FOSDEM conference will be offline this year and it's awesome!

Unfortunately, I won't be able to attend it, but hope to come in 2024.

Andrew Tropin

I opened a calendar and found that my birthday is in a week and new year is in 3.5.

birnim

@abcdw I often find what day of the week is it while reading some random stuff online 😂

Andrew Tropin

Yesterday, my temperature was above 38, but I did 20 commits to #rde, solved aoc puzzles and watched the whole season of a series.

Sick productivity! 🌡️

DanInSpace

@abcdw maybe you was just overheating from all that work :)
I think it is much better for your health to stay in bed and do nothing, but i know how hard can it be :BlobhajBlanketBlue:

[DATA EXPUNGED]
Andrew Tropin

Second day of #emacsconf 2022 starts in half an hour.

I'm not only watching, but also participate as a speaker. Check out my talk on #rde Emacs.

emacsconf.org/2022/watch/

Andrew Tropin

Like good backpackers clean up everything after themselves and leave life-saving kits, long-lasting food, good developers clean up and contribute back documentation, fixes, workarounds and developments not to make suffer others going the same path.

Andrew Tropin

How do you write your changelogs?

Any Emacs tools to simplify this process?

Andrew Tropin

My todo search in notmuch went down from 40+ to 27 emails, but my inbox grew to 52 🙃

The moment when the bottleneck is your capabilities not your tools.

However, the big part of this inbox is related to patches for the tools we use, so it's kinda unclear what the real bottleneck is 😄

#notmuch #emacs

Andrew Tropin

Updated network-manager service in Guix, now it can be used with iwd backend for wireless connections and it's ridiculously faster this way.

Migrated rde to it.

#guix #rde

Andrew Tropin

Changed the battery in the phone and now it's blazing fast.

[DATA EXPUNGED]
Andrew Tropin

I've been really busy working on a contract for a few weeks and almost didn't reply to emails, but it seems rde-devel mailing list became only more active during this time:

lists.sr.ht/~abcdw/rde-devel

Maybe I need to onboard a few more maintainers for #rde and fade away more often? 😄

Andrew Tropin

github.com/200ok-ch/counsel-jq

Do someone want to make consult-edn for #clojure or generic consult-lisp? I would really love to see it.

Andrew Tropin

I spent a few hours trying to build #sway 1.8 and when I almost gave up it finally built.

Piyush Chandwani :verified:

@abcdw It happens with me alot of time. That's what makes me think that magic still exists. lol 😜

otterz

@abcdw can't wait for the #gnu #guix package to be updated, current version is only 1.6.1.

Go Up