Ibrahim Dursun's Avatar

Ibrahim Dursun

@idursun.com.bsky.social

Tech enthusiast with a penchant for #Rust and #ElixirLang. Just an explorer, mostly not around.

58 Followers  |  137 Following  |  16 Posts  |  Joined: 24.08.2023  |  2.0057

Latest posts by idursun.com on Bluesky

Post image Post image Post image Post image

Will the LLMs choose @elixir-lang.org and Phoenix given the ideal use-case for that stack?

Gemini & GPT-5: Yes
Claude 4 Sonnet & 4.1 Opus: No

#ElixirLang

17.08.2025 14:05 โ€” ๐Ÿ‘ 18    ๐Ÿ” 3    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 1

Elixir is my happy place

13.08.2025 19:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
jjcon 2025 prospective attendee survey ยท jj-vcs jj ยท Discussion #6562 Hi everyone, We are considering holding a conference/meetup for jj users and developers. If you're interested, please fill out the jjcon 2025 prospective attendee survey! We were thinking to hold i...

do you love #jj-vcs? fill out this survey for jjcon 2025 github.com/jj-vcs/jj/di...

17.05.2025 16:05 โ€” ๐Ÿ‘ 35    ๐Ÿ” 13    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
A picture of the IDE in phoenix.new which builds a Todo app in Phoenix using an LLM

A picture of the IDE in phoenix.new which builds a Todo app in Phoenix using an LLM

A picture of Chris presenting phoenix.new on stage

A picture of Chris presenting phoenix.new on stage

Chris McCord announcing phoenix.new, an LLM-centric web IDE for Phoenix. Just describe your Phoenix app and let the LLM build it. #ElixirLang

16.05.2025 14:45 โ€” ๐Ÿ‘ 36    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
jjui Homebrewโ€™s package index

๐ŸŽ‰ JJUI is now installable from homebrew: formulae.brew.sh/formula/jjui

#jj-vcs

15.05.2025 11:34 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

โ€ข Al Overview
The idiom "you can't lick a badger twice" means you can't trick or deceive someone a second time after they've been tricked once. It's a warning that if someone has already been deceived, they are unlikely to fall for the same trick again.
Here's a more detailed explanation:
โ€ข Licking: "Licking" in this context means to trick or deceive someone.
โ€ข Badger: The badger is a wild animal, and the phrase likely originates from the historical sport of badger baiting where dogs were used to harass

โ€ข Al Overview The idiom "you can't lick a badger twice" means you can't trick or deceive someone a second time after they've been tricked once. It's a warning that if someone has already been deceived, they are unlikely to fall for the same trick again. Here's a more detailed explanation: โ€ข Licking: "Licking" in this context means to trick or deceive someone. โ€ข Badger: The badger is a wild animal, and the phrase likely originates from the historical sport of badger baiting where dogs were used to harass

Someone on Threads noticed you can type any random sentence into Google, then add โ€œmeaningโ€ afterwards, and youโ€™ll get an AI explanation of a famous idiom or phrase you just made up. Here is mine

23.04.2025 10:15 โ€” ๐Ÿ‘ 5084    ๐Ÿ” 1653    ๐Ÿ’ฌ 649    ๐Ÿ“Œ 1084

Phoenix now comes with DaisyUI. Looks like a great addition for non-designers(like me)

#ElixirLang

20.03.2025 15:07 โ€” ๐Ÿ‘ 37    ๐Ÿ” 10    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 1

Instead of breaking the code into smaller parts, I do the opposite. If something is hard to follow, I inline everything to see the actual flow. Then I start removing duplication, name things appropriate in the context of the work being done, and break into testable components wherever possible.

21.03.2025 09:27 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The aim should be reducing the complexity. If the code is following the same flow, then the complexity of the code is not reduced. It could be even worse now as the next person has to jump through multiple methods to understand the actual flow.

21.03.2025 09:27 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I had many colleagues who refactor code, mostly using rename and extract method, thinking that the end result is now more understandable. In reality, this only benefits them as they now map the code to concepts that makes sense to them. Essentially, sweeping the complexity under the rug.

21.03.2025 09:27 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Iโ€™m so excited about this!

08.03.2025 11:21 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Expert LSP website

#ElixirLang

bit.ly/41Nje1Y

Follow @expert-lsp.org

07.03.2025 21:02 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 2
Preview
GitHub - idursun/jjui: Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system. Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system. - idursun/jjui

I am having so much fun as I am learning and using #jj-vcs while developing jjui. Just released v0.6 and this one should be slightly more useful for doing your day to day operations.

github.com/idursun/jjui

07.03.2025 13:05 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

jj absorb is my latest favorite!

07.03.2025 13:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a man says okay so what am i doing ? Alt: a man says okay so what am i doing ?
23.02.2025 12:48 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

What a great example of the value of challenging projects and nerd-sniping thecodist.com/how-talking-...

23.02.2025 11:08 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Obsidian is now free for work Starting today, the Obsidian Commercial license is optional. Anyone can use Obsidian for work, for free. Explore organizations that support Obsidian on our new Enterprise page.

WOW Obsidian is now free for work and commercial license is optional.

https://obsidian.md/blog/free-for-work/

20.02.2025 22:16 โ€” ๐Ÿ‘ 15    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

So refreshing to see such a rule in their Discord server.

02.01.2025 09:27 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

If you've never seen the power of #erlang hot code upgrades, this guy live patched a drone while flying:
https://www.youtube.com/watch?v=XQS9SECCp1I

#ElixirLang #Developers

30.12.2024 17:00 โ€” ๐Ÿ‘ 39    ๐Ÿ” 10    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

Happy new year

1ยณ+2ยณ+3ยณ+4ยณ+5ยณ+6ยณ+7ยณ+8ยณ+9ยณ

31.12.2024 12:24 โ€” ๐Ÿ‘ 135    ๐Ÿ” 24    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 3

The company's HR department serves the company's interests. Their primary focus is on actions that benefit the company.

28.12.2024 13:50 โ€” ๐Ÿ‘ 125    ๐Ÿ” 8    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 2
Preview
From the neovim community on Reddit: Bro been developing his 2k star plugin on a freaking touch phone ๐Ÿคฏ๐Ÿคฏ๐Ÿคฏ Explore this post and more from the neovim community

๐Ÿคฏ www.reddit.com/r/neovim/s/I...

Superpowers unlocked now: www.reddit.com/r/neovim/s/u...

25.12.2024 16:51 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

You wake up and face id doesn't recognise you ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ

27.11.2024 10:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

This takes the the second place in my "Weirdest bugs I have ever seen" list.

Top one still being "My wireless adapter stopped working" and the fix is unplugging the charging cable from right side of the laptop and plugging back into the left side.

21.11.2024 11:08 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Reddit - Dive into anything Lightweight Kubernetes. Production ready, easy to install, half the memory, all in a binary less than 100 MB.

I've spent 2 days in the rabbit hole of routing tables and firewall rules, trying to figure out why I cannot reach my freshly deployed k3s cluster in my home lab from my Mac but can do using curl. It turned out to be this: www.reddit.com/r/k3s/commen...

All I had to do was to restart my Mac. ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ

21.11.2024 11:02 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Elixir binary pattern-matching example

Elixir binary pattern-matching example

Reason number 42069 to love #ElixirLang

If someone gives you a layout diagram or table of a binary encoding....

you can just match on it

09.11.2024 13:30 โ€” ๐Ÿ‘ 60    ๐Ÿ” 14    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 3

๐Ÿ‘‹๐Ÿป

25.08.2024 22:26 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Kinesis Advantage 360 keyboard on a desk

Kinesis Advantage 360 keyboard on a desk

Even though my new #Kinesis Advantage 360 is missing some keys, I donโ€™t miss any keys. Itโ€™s awesome ๐Ÿ‘Œ๐Ÿป

13.05.2024 05:55 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@idursun.com is following 20 prominent accounts