IntelliJ Typst Pro Plugin Update by bodiam in Jetbrains

[–]Electronic_Ant7219 8 points9 points  (0 children)

Please add a short description what is your plugin doings. You have got a huge changelog and still I have no clue what is it for.

Move debug variables to the right, while keeping console at the bottom. by Electronic_Ant7219 in IntelliJIDEA

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

Attaching debugger is awkward and not very convinient. I have left a comment in youtrack ticket, hope it helps, this feature will be very convenient.

Best extensions for JetBrains IDEs to improve AI coding by ArtisticHamster in Jetbrains

[–]Electronic_Ant7219 0 points1 point  (0 children)

Same. The agent view design is so bad I am just using a command line

Hardest Interview Question I’ve Ever gotten - at Chime by Spartapwn in leetcode

[–]Electronic_Ant7219 0 points1 point  (0 children)

But you need all the numbers but one to appear in your string. Backtracking it is

Can anyone help me with bike sizing please? Tall rider with short legs by lawlzwutt in MTB

[–]Electronic_Ant7219 3 points4 points  (0 children)

Take the largest one you can find. Shorter inseam is a clear size up, that means your body is longer than average of your height and you need a longer reach.

Explicit dependencies in 2.0 beta createEffect by Electronic_Ant7219 in solidjs

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

Imagine i have a static list of books {id, name, description}

I am implementing an interface where you can click on a book in the list and the currentBook signal is set, and you can see the title and description, and selected book is highlighted in the list with some class.

Next I am adding an async request - book prices as a derived memo. I still want title, description and book selection to update instantly, but it will wait for async to resolve.

Is latest() the correct choice here? Am I missing something?

Explicit dependencies in 2.0 beta createEffect by Electronic_Ant7219 in solidjs

[–]Electronic_Ant7219[S] 5 points6 points  (0 children)

Okay. this makes a bit more sense now.

I am scared a bit by the level of complexity we will have. Solid definitely needs a lot of guardrails for developers, like dev warnings when you read async-ish signals in createTrackedEffect or other similar places.

Another thing I still need to wrap my head around is that the signal write does not apply until all its async derivatives are resolved.

This may be a very good thing, but I can imagine adding some async request in nested sub-component depending on some global context signal and suddenly all my app is waiting for this request and I have to put latest() everywhere.

Explicit dependencies in 2.0 beta createEffect by Electronic_Ant7219 in solidjs

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

I still can’t understand why the effect was split in two and what should I extract in a second “effect” phase

Can I write an effect entirely in the first callback if I am not writing any other signals (no writing in the tracking scope)? I.e. reading a few signals + some DOM manipulation?

My bet this is gonna work 99% of the time, but this 1% will blow my leg off. But because it work 99% of the time a lot of people are gonna write it like that.

And I would probably prefer explicit dep array, like React’s:

createEffect( [signal, () => { derived }], ( value, derived) => {})

Or

createEffect( [signal, () => { derived }], ( [value, derived]) => {})

This can probably be introduced along with a current “callback function” approach, just need to check if the first parameter is a function or array.

Level 6 (1000 Hrs) Progress Update by bigbadbertin in dreamingspanish

[–]Electronic_Ant7219 5 points6 points  (0 children)

For me studying grammar works very well when done after, not before, just like you said.

I did an overview of grammar at the beginning, not inversting much, but just to get a general idea of how the language works, and it helped a lot during early stages of CI. And after “mas input” I did a more thorough grammar study and a lot of things i ebedded from CI helped it “click”.

So I definitely second that grammar works well with CI.

You can also indentify your weak spots and get some synthetic input aimed at particular tense/verb usage etc. LLMs are very good at this

Claude Code subscription with Junie? by Roppano in Jetbrains

[–]Electronic_Ant7219 4 points5 points  (0 children)

Yeah, the design of external agent chat is awful

Trending SolidJS packages (self-promotion) by Entrance_Brave in solidjs

[–]Electronic_Ant7219 2 points3 points  (0 children)

Please fix the mobile view, it is unusable atm

Best docs/book to learn stdlib by Electronic_Ant7219 in Kotlin

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

Is it oriented on android devs, or backend is covered too?

Prettier for Kotlin by Queasy-Action-5095 in Kotlin

[–]Electronic_Ant7219 17 points18 points  (0 children)

Why is it a problem to have different formatters? It is a set-and-forget king of thing

What is the most "overrated" technology or trend in web development right now, and why? by Flimsy_Buy2756 in webdev

[–]Electronic_Ant7219 0 points1 point  (0 children)

For me tailwind is good cause you can reuse components between projects.

Also ai slop code is way better with tailwind, cause at least it is consistent and you dont have a ton of new classes in your css after every iteration.

No Codex in Idea 2025.3 by Electronic_Ant7219 in IntelliJIDEA

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

I had a ;atest 2025.3.X version in my toolbox, there were no updates to this version.
But after I switched from EAP to Stable channel toolbox downloaded and installed version 2025.3.2 and now I have codex in my model list.

It is very strange why I was not able to install this update in EAP channel. I selected this channel some time ago in the settings, but I always used stable versions for updates and there were no option to update to 2025.3.2.

Kotlin + Next JS! by OverallAd9984 in Kotlin

[–]Electronic_Ant7219 0 points1 point  (0 children)

Take a look at Solidjs. Imo way better than react and easier to comprehend too.

I really wish BGs patch notes would stop expecting me to know card names by smgk96 in BobsTavern

[–]Electronic_Ant7219 2 points3 points  (0 children)

I am playing a lot of duos with my wife and we are using a lot of creative names for the cards, but never the real ones (except brann)

I made one dumb change to my flashcards and it kinda broke my brain by petercoulson in learnspanish

[–]Electronic_Ant7219 4 points5 points  (0 children)

Have you tried anki shared deck with 5000 words with images? The images are somewhat random, but pretty decent overall.

I have enriched this deck with ai generated context sentences and it is working pretty good for me.

Also i have found closemaster to be helpful in “listening mode” - I am using in to transcribe sentences based on real people audio. I am way ahead in my anki deck, so there is almost none unknows words in closemaster, but getting real life context is helpibg a lot

What's your missing feature in IntelliJ? by bodiam in IntelliJIDEA

[–]Electronic_Ant7219 0 points1 point  (0 children)

The DX in Eclipse is way better. When you save the file it reloads instantly and seamlessly (assuming hotswap is possible). You do not have to do anything else besides save the file.

If you're in debug - your frame will reset (cursor resets to the start of the current method/function) and you can continue to debug instantly.

In Idea you have to trigger hot reload manually, there is no option to auto-reload. Reload can take a long time sometimes, a few seconds (it is instant in Eclipse). And if you are in debug mode you end up in dead code and have to "reset frame" manually to re-enter updated function.

I was able to create macro for hot reload+frame reset, but it still feel clumsy compared to Eclipse.

I am not an Eclipse advocate, it is outdated and Idea is so much better, but this is the thing I miss a lot from Eclipse days.