babashka

2025-06-12T05:50:23.727009Z

I have a bb.edn task like:

repl {:doc "Connect to running dev server REPL"
        :task (shell {:inherit true} "clojure -T:nrebelly")
        :override-builtin true}
Where I am trying to use https://github.com/bhauman/rebel-readline/tree/master/rebel-readline-nrepl that's what the tool is. And it does start, but it prints:
rlwrap: warning: rlwrap appears to do nothing for bb, which asks for
single keypresses all the time. Don't you need --always-readline
and possibly --no-children? (cf. the rlwrap manpage)

warnings can be silenced by the --no-warnings (-n) option
Which doesn't happen if I launch it with clojure -T:nrebelly directly and not through the bb task.

โœ… 1
borkdude 2025-06-13T07:51:47.575709Z

or just b

๐Ÿง  1
2025-06-12T06:04:41.861039Z

Oh, it's because I have: alias bb="rlwrap bb" In my .zshrc

teodorlu 2025-06-12T07:22:37.595629Z

Mine is alias bbi="rlwrap bb" ๐Ÿ˜„ ("bb interactive")

2025-06-12T14:31:29.538799Z

Good idea. Maybe I shouldn't mess with the default and have a bbi as well.

borkdude 2025-06-12T13:49:01.687499Z

Informal survey: how many people are still using macOS + Intel (not counting running linux on an Intel mac)? React with ๐Ÿ’ช if you're running on macOS + ARM and ๐Ÿง  if you're running on macOS + intel. Not interested in other OSes.

๐Ÿง  6
๐Ÿ’ช 28
mal 2025-06-18T20:36:31.029859Z

Iโ€™m plotting my escapeโ€ฆ probably a year or two for work and home

โž• 1
m3tti 2025-06-12T14:17:08.257899Z

i use linux btw ๐Ÿ˜‰

2
m3tti 2025-06-12T14:18:38.707829Z

sorry that has to be written by someone just for the sake of "i use x btw" memes

borkdude 2025-06-12T14:19:09.034959Z

I'm vegan

๐Ÿ‘Œ 1
borkdude 2025-06-12T14:19:18.054179Z

๐Ÿ˜‚

m3tti 2025-06-12T14:19:34.052899Z

i'm vegetarian btw

borkdude 2025-06-12T14:19:54.352729Z

How do you know someone is vegan?

m3tti 2025-06-12T14:20:06.729569Z

he'll tell you i guess

borkdude 2025-06-12T14:20:08.779179Z

Don't worry, they'll tell you

borkdude 2025-06-12T14:20:24.519349Z

How do you know someone is using nix?

m3tti 2025-06-12T14:21:37.270439Z

no clue

m3tti 2025-06-12T14:21:57.400019Z

it smells like hash ๐Ÿ˜„

๐Ÿ˜† 1
borkdude 2025-06-12T14:23:08.577219Z

I guess they won't tell you, since they won't do anything non-reproducible.

๐Ÿ˜‚ 1
๐Ÿ˜† 2
๐Ÿ™‚ 1
cormacc 2025-06-12T14:36:55.539769Z

I resemble that comment

ilmo 2025-06-12T15:28:07.182589Z

My use of macOS + Intel is rare btw.

borkdude 2025-06-12T15:31:51.101059Z

I have still one mac intel in use (actually, my wife is using it) and two older ones that are collecting dust. No machines I actually run bb on myself

2025-06-12T16:51:10.042659Z

(both)

2025-06-12T16:59:34.287039Z

however I now only run bb in a Ubuntu VM on my Intel mbp, so I guess not really!

borkdude 2025-06-12T15:39:38.430479Z

https://clojurians.slack.com/archives/C06MAR553/p1749742601707059

๐Ÿš€ 8
m3tti 2025-06-12T15:50:33.503059Z

i use babashka btw ๐Ÿ˜„

borkdude 2025-06-12T15:54:40.106469Z

me too!

โค๏ธ 1
m3tti 2025-06-12T16:09:25.726559Z

man adding markdown is awesome ๐Ÿ˜ฎ

m3tti 2025-06-12T16:10:29.944929Z

only thing i'm missing is a routing library build in. I use ruuter all the time but would be cool to have it somehow ootb so you basically don't need anything to get something up and running