Hossein Yousefi's Avatar

Hossein Yousefi

@youse.fi

Software Engineer working on Dart native interop at Google

381
Followers
116
Following
34
Posts
01.11.2024
Joined
Posts Following

Latest posts by Hossein Yousefi @youse.fi

Post image

I like the native feel of Ghostty on macOS! Something I missed from iTerm2.

29.12.2024 14:36 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Upgraded to a MacBook Pro 14” with M4 pro. Time to try new things! For starters, I installed kitty instead of iTerm2 this time. Will try Ghostty once it’s in open beta.

21.12.2024 11:52 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Before you continue to YouTube We use cookies and data to

JNIgen mentioned!

17.12.2024 22:47 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hi Dash!

05.12.2024 18:57 πŸ‘ 11 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

πŸ˜…

05.12.2024 18:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

How is crypto scam still a thing? Have people not been bitten enough by now?

05.12.2024 18:03 πŸ‘ 2 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

I hit a similar issue but with nullable types, what if you specify the type params for the constructor?

04.12.2024 22:33 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yes. In Persian, that’s the question mark: ؟

04.12.2024 15:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1

I’m gonna use this holiday season to cook up a side project I’ve been putting off…

03.12.2024 18:43 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Defer is goated

02.12.2024 05:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - HosseinYousefi/aoc-2024: My Advent of Code 2024 solutions My Advent of Code 2024 solutions. Contribute to HosseinYousefi/aoc-2024 development by creating an account on GitHub.

Decided to go with Odin for this year’s advent of code. Might switch it around for other days, or not! Will share my solutions here:

01.12.2024 21:12 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Achievement unlocked: a month of yoga!

30.11.2024 23:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Welcome!

30.11.2024 19:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I actually don’t mind plpgsql!

28.11.2024 17:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What language should I use for Advent of Code this year?

28.11.2024 16:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

On-device is good for the speed more than anything. Not requiring internet is a bonus.

You would need a way to represent things anyways, be it a custom json with a specific format that you use to show visual elements or a full-fledged language.

25.11.2024 14:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Existing languages are not ideal to be reviewed on a phone screen either. I think a complete solution looks something like a custom app, a custom language, and an on-device LLM. The ability to export your programs to existing systems like iOS shortcuts.

25.11.2024 13:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Agreed. Answered in the other thread. Visual blocks once you type can improve the experience here.

25.11.2024 13:39 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

LLMs are not there to fully rely on them. Could be a great input mode.

25.11.2024 13:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

There are other ideas: using reactive programming paradigms like a spreadsheet so the user sees the results immediately, …

25.11.2024 13:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yeah as I said this is a low hanging fruit. Another thing is editing, UI can help with that, for example if we create a visual block that is easily editable instead of moving the cursor on actual characters. Repls would be better on a phone, something like python notebooks.

25.11.2024 13:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Of course I don’t mean brainfuck lol. A low hanging fruit is to use words instead of symbols. E.g. which one is easier to type on a phone between these two?

for (let i in 1..=10) { print(i); }
for i in 1 to 10 do print i done

25.11.2024 13:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 4 πŸ“Œ 0

The fewer symbols you use, the fewer keys you need to show in the keyboard which is critical in a the small screen of a phone. UI is really important too.

25.11.2024 12:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Wouldn’t be productive though. I want something like iOS’s shortcuts + repl.

24.11.2024 22:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Why isn’t there programming language that is specifically designed to be typed on a phone?

24.11.2024 19:08 πŸ‘ 5 πŸ” 0 πŸ’¬ 4 πŸ“Œ 0
Post image

Just finished my first ever chess tournament in Paris. It was really fun. Scored 3/9 which isn’t too shabby given the really strong players.

Took the opportunity to snap a photo with the legendary MVL and Jules Moussard!

24.11.2024 11:52 πŸ‘ 12 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Staff engineer: who in their right mind would design the cup this way smh

23.11.2024 22:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

There is nothing worse than hearing someone defending your position but for all the wrong reasons 🀦

22.11.2024 09:35 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We both joined mastodon 2 years ago but it was *cricket noises* there and I think he stopped cross-posting. Here feels more permanent so far…

21.11.2024 15:36 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
a cartoon drawing of a cat with a stick in its mouth on a white background . ALT: a cartoon drawing of a cat with a stick in its mouth on a white background .
21.11.2024 13:38 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0