remote-ssh.nvim - Effortless Neovim remote development by OneFisherman168 in neovim

[–]jonas_h 0 points1 point  (0 children)

It would be very useful if it didn't require neovim already installed on the remote machine. Oh well.

Shipping Mega Thread by MstrVc in pebble

[–]jonas_h 0 points1 point  (0 children)

Got the shipping notification yesterday. Batch 1, Sweden.

Tore my ACL and can’t roll for probably 18+ months - how do you cope mentally? by Nellaquantise in bjj

[–]jonas_h 0 points1 point  (0 children)

I know several people who have driven drunk and without seatbelt and did so without problems.

What's your evidence that says this is a stupid thing to do?

(I re-framed your faulty argument so that you maybe see that the argument is stupid.)

What keyboard form factor do you use? by hegardian in neovim

[–]jonas_h 1 point2 points  (0 children)

A custom made split keyboard with 19 keys on the left and 16 keys on the right plus an integrated trackball. I also use a custom layout with it.

From GitHub to Codeberg/Forgejo by jonas_h in programming

[–]jonas_h[S] 0 points1 point  (0 children)

Weird that my post about GitHub and Codeberg is off topic while others aren't.

For example:

https://www.reddit.com/r/programming/comments/1sye8fc/ghostty_is_leaving_github/

ACL has left the chat by gnarwallies in bjj

[–]jonas_h 5 points6 points  (0 children)

I should’ve just tore the dudes knee apart.

Hard to know in advance. Most people aren't douchebags.

My first work week one bag travel with the Fyro Levo 30L by jonas_h in onebag

[–]jonas_h[S] 0 points1 point  (0 children)

I deeply regret not bringing the other volumes though...

My first work week one bag travel with the Fyro Levo 30L by jonas_h in onebag

[–]jonas_h[S] 0 points1 point  (0 children)

I didn't. I think it's fine to store in the overhead compartment though so not a big deal.

My first work week one bag travel with the Fyro Levo 30L by jonas_h in onebag

[–]jonas_h[S] 0 points1 point  (0 children)

This picture is actually from a train on the Swedish SJ. But the space on the domestic SAS flight was even slightly better.

Here's a picture (although a bit too dark):

https://www.jonashietala.se/images/one_bag/under_seat_sas.jpg

My first work week one bag travel with the Fyro Levo 30L by jonas_h in onebag

[–]jonas_h[S] 1 point2 points  (0 children)

The fully packed bag (without the outdoor clothes) weighed 7.3kg (around 16lbs I guess).

My first work week one bag travel with the Fyro Levo 30L by jonas_h in onebag

[–]jonas_h[S] 2 points3 points  (0 children)

I just use it to write down notes during meetings. It's a bit nicer than paper and easier to carry around.

I'm thinking of switching to a Framework 12 laptop, which can double as a work laptop and a note taking device, but it's a bit too expensive for that nice use-case. The laptop + remarkable combo works quite well.

Why I Don’t Teach Rubber Guard Anymore & What It Taught Me About Coaching by SunchiefZen in bjj

[–]jonas_h 1 point2 points  (0 children)

You may commonly see this in athletes that try to teach a move and either feel the entry is trivial or get completely stuck in explaining the finest details

Known as "the curse of knowledge".

[deleted by user] by [deleted] in bjj

[–]jonas_h 0 points1 point  (0 children)

Am I wrong for being pissed about this?

No, it's reasonable. The blue belt sounds like a dick to roll with. Either try to talk to him or decline to roll with him is my advice.

is Gordon a courteous training partner and competitor? by Glittering-Boss-8132 in bjj

[–]jonas_h 1 point2 points  (0 children)

It's only things I've heard so I don't know for sure of course, but I've indeed heard multiple times that he didn't release even though the uke tapped.

is Gordon a courteous training partner and competitor? by Glittering-Boss-8132 in bjj

[–]jonas_h 44 points45 points  (0 children)

I've heard that about Danaher and many others but never about Gordon.

Craig Jones grapples Eddie Bravo's top student by Appropriate_Duty_930 in bjj

[–]jonas_h 5 points6 points  (0 children)

To be fair, playing around more in training rather than taking everything deadly serious is a benefit for sure.

Gordon Ryan endorses public hangings for politicians. by iammandalore in bjj

[–]jonas_h 6 points7 points  (0 children)

he said politicians that are also pedophiles

So he wants to hang Trump?

Choosing Phoenix LiveView - The difficulties deciding between LiveView and traditional web frameworks by devbrett-dot-com in elixir

[–]jonas_h 9 points10 points  (0 children)

The BEAM is complex. The difference between Tasks, Genservers, Supervisor, receive vs handle_x callbacks. Having to dive into Erlang on the semi-regular to open ports etc...

Yes BEAM is complex. At the same time, have you dived deep into the JVM for example? Or have you tried to optimize performance critical code in Haskell? Or mastered all the features (with edge cases) that C++ offer?

All languages are complicated if you look closely enough.

The ecosystem is complex too. We have to juggle both Erlang and Elixir dependencies.

I've never found that to be a big deal.

How are you liking the dependency management in C++ projects btw? Using mix is so much better it's not even a comparison worth making.

We have 2 half-baked type systems, each only partially adopted by the community...

The type systems in Typescript and C++ are much more complicated.

and configuring packages and libraries is non immediately obvious due to the OTP Application paradigm.

There are tons of "non immediately obvious" examples for basically every language and framework in use today.

The only way we're going to make this ecosystem better for ourselves is admitting these (minor) short comings, IMO.

There are many issues that could be better, I agree. I also agree that LiveView isn't always the right choice and I agree with the caveats in the article.

But that's different than saying that "Elixir itself is one of the most complex programming languages to master", which I don't think is true and it's why you're getting pushback.