Email or username:

Password:

Forgot your password?
588 posts total
Andrew Tropin

5 Concurrency Patterns for Guile Scheme I extracted during my recent work on asyncronous system for guile-nrepl.

youtu.be/gNpeA64Qno8
trop.in/stream

#guile #scheme #fibers #ml #ocaml

Bahman M.

@abcdw Excellent topic!

Is there an accompanying article/post somewhere?

PS: For a few reasons, technical material and videos don't get along w/ each other in my brain.

Andrew Tropin

I already mentioned a good OCaml course (book + video series). I watched it every time I went by bus to climbing workout and finally finished it:

- First of all it's really good.
- I unlocked much more papers and talks I can read and watch, because I understand basic ML syntax now.
- There are a lot of fundamental language-independent programming topics covered in it.
- I found a couple of things I didn't know before.

More in my notes:
github.com/abcdw/notes/blob/01

#ml #ocaml #fp #lisp #types

I already mentioned a good OCaml course (book + video series). I watched it every time I went by bus to climbing workout and finally finished it:

- First of all it's really good.
- I unlocked much more papers and talks I can read and watch, because I understand basic ML syntax now.
- There are a lot of fundamental language-independent programming topics covered in it.
- I found a couple of things I didn't know before.

Andrew Tropin

Watched a talk by @pluralistic and it resonated hard with my perception of what is happenning with social networks in particular and tech industry in general.

youtu.be/rimtaSgGz_4

Wrote some shallow notes on the topic:
github.com/abcdw/notes/blob/01

Kudos to him for the really good talk!

indyradio

@abcdw @pluralistic back when I was at Iowa, we had great social media not only on campus and Iowa City, but out into the farms and really could have had a "Cory Doctorow" forum then, at the turn of the century. ISCA BBS was the main bulletin board, but there were others and I would suggest adding the latest version of phpBB3 to his plan. I'm setting up 4 machines now, with reverse proxies on separate machines

indyradio

@abcdw @pluralistic β€œyou tell us who you want to hear from and we’ll tell you when they say something new.” from the Jacobin article -
When done literally by rss it looks like this. You might not see some of the sources for a few days, but you see them as soon as they output an rss feed. new.ch0.us

Andrew Tropin

Did you know that you can follow sourcehut repos via RSS?

This is how 30 hours of my work on guile-nrepl this week looks like:
git.sr.ht/~abcdw/guile-nrepl/l

git.sr.ht/~abcdw/guile-nrepl/

#rss #lisp #guile #scheme #clojure

Andrew Tropin

Today I watched the talk on asyncronous architectures and heard the term 'two pizza team', it caught my attention, but I didn't get the reason why, I paused the talk to think a llitle and after a few seconds I realized πŸ™ƒ

The explanation is here:
en.wiktionary.org/wiki/%D1%82%

Andrew Tropin

Launching containers using shepherd, it's like docker-compose for your project, but on steroids!

github.com/BIMSBbioinfo/swineh

Kudos for this cool work to rekado.

#guix #shepherd #guile #scheme #lips #docker

Andrew Tropin

codepages, cyrillic alphabet, pearls in the mouth of the corpse, unicode, ligatures, emojis, history of all that stuff and funny real-life stories along the line in one video by Dylan Beattie:

youtu.be/4mRxIgu9R70

My opinionated TLDR: Plain text is a simple format is a huge (gigantic) oversimplification :)

#unix #plaintext #unicode #β“Šβ“β“˜β“’β“žβ““β“”

Camel

@abcdw
'John, you're an idiot.'
Agree.

Ramin Honary

@abcdw I had seen videos of Dylan Beattie giving earlier iterations of this presentation at NDC Oslo and NDC Copenhagen, I love this presentation.

I am somewhat satisfied with the world settling on ASCII and now UTF. Though UTF is quite complicated, it is less complicated than choosing between entirely different encodings based on MIME types or locale environment variables.

Andrew Tropin

You can try a GNU Hurd kernel based operating system made with Guix in your browser:

gexp.no/blog/try-gnuhurd-in-th

#gnu #hurd #guix #kernel #linux

Show previous comments
Pjotr Prins

@abcdw we are using guix system configurations to run CI etc. Running a Hurd VM is yet another mind blowing example of the power of Guix :)
ci.genenetwork.org/

Andrew Tropin

Guix for MacOS users:
gitlab.com/cnelson31/msg

It uses qemu under the hood, but it's better than complete absense of the guix :)

#guix #lisp #apple #mac #macos

πŸ˜π•©π•”π•™πŸœπ•Ÿ

@abcdw I only have an intel macbook pro, I hope I can make it run in my macbook...!

Chad Nelson :guix:

@abcdw really excited to see this getting shared around! Right now I am working through some image build issues with the qemu version, as well as trying to fix some fs corruption issues in the Apple VM Framework version. I created a project overview page on my website superkamiguru.org/projects/msg as well, and will be adding some documentation over time. Happy GUIX-ing!

Andrew Tropin

Bibliography in Emacs.

1. I found a Zotero guix package: github.com/guix-science/guix-s

2. @goku12 mentioned github.com/mpedramfar/zotra emacs package, which can use zotero translators without zotero client itself!

3. There is org-capture-ref package. github.com/yantar92/org-captur, which is similiar to zotra, but more ad-hoc.

4. It's seems that a good solution will be to package zotra and translation-server and setup org-protocol handler for capturing bib entries from browser.

#guix #zotero #emacs #orgmode

Bibliography in Emacs.

1. I found a Zotero guix package: github.com/guix-science/guix-s

2. @goku12 mentioned github.com/mpedramfar/zotra emacs package, which can use zotero translators without zotero client itself!

3. There is org-capture-ref package. github.com/yantar92/org-captur, which is similiar to zotra, but more ad-hoc.

pglpm

@abcdw @goku12 For the past 20+ years I've maintained a bibliography using nothing but #Emacs #auctex & #bibtex mode on what's basically just a text (.bib) file. A short #elisp function also allows me to immediately open the document (say, pdf or djvu) corresponding to the entry, simply by entering F9 anywhere on the entry. This system has several advantages:

- Emacs's regexp-search together with reftex-citation allow for incredibly powerful and flexible searches through the database
- Any other interaction niceties more or less easily implementable through elisp code. For instance, I have a custom function that abbreviate a selected piece of text according to ISO 4 standard
- It's basically just a text file, so in particular situations one can search or modify with any text editor
- Automatically integrated with Emacs & AUCTeX when writing TeX files (in Emacs of course :) )

Of course it's a purely subjective choice, I'm not saying it's objectively better than any other. But worth considering and trying!

@abcdw @goku12 For the past 20+ years I've maintained a bibliography using nothing but #Emacs #auctex & #bibtex mode on what's basically just a text (.bib) file. A short #elisp function also allows me to immediately open the document (say, pdf or djvu) corresponding to the entry, simply by entering F9 anywhere on the entry. This system has several advantages:

Andrew Tropin

Trying to set up a bibliography and article note-taking workflow with org-roam, org-cite and citar. Looks quite hard so far.

#emacs #orgmode

Show previous comments
Gokul Das

@abcdw Me wondering where Zotero fits into all of this! Seriously though, Zotero is good at extracting metadata and archiving linked data. It should get a better representation in the workflow. Zotra (github.com/mpedramfar/zotra) looks promising.

Mohamed

@abcdw This might be useful to you. I talked about how I manage my bibtex bibliography with org capture and denote

scss.tcd.ie/~sulimanm/posts/de

David W. Body

@abcdw I haven't watched it yet, but here is a video in my queue that may or may not be useful. youtube.com/watch?v=5Q9435eIOV

Andrew Tropin

Replying to emails I got in March :/

It's a huge delay, and recent emails get more attention usually than the old ones. IDK yet how to better solve this.

I have work inbox and todo searches and mails from inbox going to todo (which is ordered from old to new and should work as a backlog), but I often keep unread messages in inbox and cause of it ignore most of the emails in todo.

Andrew Tropin

I've sent "Bringing Joy to Scheme Programming" talk proposal to EmacsConf 2023.

The Call for Participation deadline is on Friday, don't miss it if you want to give a talk:
emacsconf.org/2023/cfp/

#emacs #lisp #scheme #clojure #nrepl

Andrew Tropin

We develop rde on sourcehut, but there is a mirror on github and recently I realized that it has 185 stars already:
github.com/abcdw/rde

How many it is?

Do you know other small to medium sized projects, which only mirrors on github?

#guix #rde #lisp #scheme #guile

Arne Babenhauserheide

@abcdw I tend to not mirror my small projects to github … maybe I should, just for the visibility?

Andrew Tropin

Haha, sometimes it's too true :)

Can we make it some other way, please?)

gram

@abcdw Open-source made me rich. In 10 years of writing more than 100 open-source projects, I earned 12 euros in donations πŸ‘€

Go Up