clojure-europe

simongray 2025-09-16T06:28:46.295909Z

good morning

Ludger Solbach 2025-09-16T06:34:24.682179Z

Morning

2025-09-16T07:15:37.665239Z

morning

dharrigan 2025-09-16T07:41:30.766279Z

Good Morning!

mdiin 2025-09-16T08:01:35.616739Z

Good morning

thomas 2025-09-16T08:28:04.666849Z

Mogge

ray 2025-09-16T09:21:40.325569Z

Good &morning

simongray 2025-09-16T09:23:21.459339Z

Currently practicing "kill your darlings" in one of my projects. It was a bit painful removing the Clojure Nav protocol support I worked hard to implement, but I have to admit that I wasn't actually using it and haven't been for 5 years.

🧹 2
πŸ—‘οΈ 2
❀️ 1
teodorlu 2025-09-16T09:57:03.544529Z

I love Peter Seibel's formulation https://gigamonkeys.com/flowers/. It hurts! You grew those flowers! But in the end, you (might) want simplicity and calm in your day. Jack Rusher also discusses this a nice way in https://www.youtube.com/watch?v=TeXCvh5X5w0. There's a creator in you and a critic in you. And you need both. The fact that you suddenly let your critic shine does not denigrate the work of your creator, they just both have their roles to play. Keep on simplifying ("killing your darlings")! metal

❀️ 2
borkdude 2025-09-16T10:27:50.305219Z

"Write drunk, edit sober". Damn, this sounds like vibe coding.

borkdude 2025-09-16T10:29:09.663869Z

That was a very nice edition of ClojuTRE btw (and the only time I went there)

βž• 2
simongray 2025-09-16T10:49:12.942469Z

> "Write drunk, edit sober" That's basically how I wrote my Master's thesis.

πŸ˜† 3
teodorlu 2025-09-16T12:00:21.532049Z

> "Write drunk, edit sober". Damn, this sounds like vibe coding. with all the bad connotations of drunk β€” not Dionysus-infused creativity with wine, dance and music; instead, bad facepalming off the of the road, smearing mud every conceivable place …

2025-09-16T09:47:18.475849Z

morning

teodorlu 2025-09-16T09:53:32.344199Z

good morning!

reefersleep 2025-09-16T10:26:28.755629Z

Good morning πŸ™‚

thomas 2025-09-16T11:10:07.127429Z

Question... I have used a ...@gmail.com address for the last 20 years or so... and I was contemplating moving to a new one... but which one? Any suggestions?

borkdude 2025-09-16T11:15:37.720499Z

Good question. I have a http://mailbox.org account + custom domain. I still forward to gmail since I like their interface better, but I moved most of my accounts off it

borkdude 2025-09-16T11:15:59.684849Z

http://mailbox.org is a Berlin company

reefersleep 2025-09-16T11:25:33.451079Z

I'm in the same situation. Considering moving because I've heard terrible stories of people being locked out of their accounts. Gmail has been wonderful, but that seems like a huge risk.

cjohansen 2025-09-16T11:26:20.797419Z

No matter what you do: start by getting your own domain. I did that 20 years ago, and used Gmail for business for many years, and switched to Hey a few years ago. No one noticed, since I own my address πŸ™‚

βž• 5
borkdude 2025-09-16T11:31:03.028299Z

my github commits are tied to my gmail address though. I wonder if I would get too much spam when I would switch that. also I don't know if it would affect other stuff.

thomas 2025-09-16T11:31:20.301719Z

I got used to the gmail interface as well... and 20 years ago it was really good.

borkdude 2025-09-16T11:36:11.114909Z

changing this in github now

borkdude 2025-09-16T11:36:18.540959Z

not a problem, you can tie multiple e-mails to it

thomas 2025-09-16T11:51:09.597329Z

Hey looks good

borkdude 2025-09-16T11:52:02.985099Z

still USA I believe

cjohansen 2025-09-16T12:03:15.679969Z

Yes unfortunately 😞 Otherwise very good πŸ˜„

djm 2025-09-16T12:05:00.265719Z

I don't get spam for the (protonmail) email address I use on my commits. I do get a small amount of spam for a (simplelogin) alias for it that appears in a popular github repository.

thomas 2025-09-16T12:05:21.204669Z

and they only support their own client. no POP3 or IMAP

dharrigan 2025-09-16T12:23:30.952019Z

How do you feel about self-hosting?

cjohansen 2025-09-16T12:23:49.590049Z

@thomas Yes, Hey is a proprietary add-on. I don't care much about the raw data, so no matter for me. If you want to use a desktop client, there's no point in paying for Hey. The product is a good UI πŸ™‚

πŸ‘ 1
vijaykiran 2025-09-16T12:30:04.273789Z

I wouldn't recommend email self-hosting (SPF,DKIM,Spam lists, IP Blocking is a nightmare)

dharrigan 2025-09-16T12:30:18.615599Z

Oh, those things are a solved problem.

dharrigan 2025-09-16T12:30:29.186689Z

There are lots of out-of-the-box solutions that set that all up for you

vijaykiran 2025-09-16T13:59:50.382639Z

It is not complex technically, but it is the IPs marked as spam and getting email delivered to without being marked as junk is a pain. I second the option of getting own domain and host with any decent provider.

borkdude 2025-09-16T14:04:19.950929Z

I'm hosting my own blog/website and I also get sometimes people saying that their ISP blocks it for some obscure reason. With my blog it's only mildly painful but with e-mails it could get very painful.

βž• 3
gunnar 2025-09-16T17:52:19.462849Z

I switched from Gmail to Fastmail a few years back, and have been happy with that. The interface is similar to gmail, but better (imo). They have a good reputation about privacy, but I think they're vulnerable to Australian law (same as in the US, the government can demand access if I remember correctly)

Ben Sless 2025-09-17T03:32:48.504709Z

The problem with running your own email server is you will get spam filtered by the big providers. I just pay for Proton and call it a day

raspasov 2025-09-17T03:57:17.493829Z

The one thing that gmail is damn good at is… search within the inbox. That’s probably the only thing I really miss with other providers. If anyone has a good recommendation for a service that comes close in terms of search, I would probably try it out.

πŸ‘ 1
gunnar 2025-09-17T05:56:17.227419Z

Fastmail is decent. It has all the filtering mechanisms that gmail has, and it even searches within attachments. Not sure if it is as good as gmail though.

pez 2025-09-17T06:49:59.078279Z

I am preparing a switch to Proton. I’m a pretty heavy Google Docs and Sheets user, but Proton is building stuff like that too. + vpn and a password manager and things.

gunnar 2025-09-17T06:55:40.996719Z

That's interesting! I still have my google account because of docs/sheets too.

vijaykiran 2025-09-17T07:50:54.888199Z

I've been using Proton (visionary plan) for a long time now - calendar + mail + VPN + drive, The only pain point is I can't use "stock" apps for mail and calendar on mobile. Otherwise, a pretty good deal.

raspasov 2025-09-17T19:57:27.902499Z

Yeah I am talking about uncanny good full text search… somehow Gmail always seems to find what I’m looking for by just me typing a word or two in the search box

πŸ‘ 1
raspasov 2025-09-17T19:58:12.736059Z

Perhaps LLMs can help with that, not sure

raspasov 2025-09-17T19:58:32.638339Z

To even the playing field for other providers