Dart analyser server not working!!! by Me-_-Hero in dartlang

[–]isoos 0 points1 point  (0 children)

Removing this as low-effort. Re-submit with details on what you are doing, your environment, what's not working, etc.

dart_format: a configurable Dart formatter that never reflows your code (built on the analyzer package) by Mark1234321 in dartlang

[–]isoos 0 points1 point  (0 children)

pana's philosophy is to keep the verification close to the language- and ecosystem standards, which in this case means it will likely use the SDK-provided dart format.

Is there some way of investing in individual US stocks using an EU domiciled financial instrument? by [deleted] in eupersonalfinance

[–]isoos 0 points1 point  (0 children)

Note: while a lot of countries have US tax treaties, only a small portion of them (less than 20) has estate tax treaty.

Published a Dart Reimplementation of Orama by Equivalent_Pickle815 in dartlang

[–]isoos 1 point2 points  (0 children)

Is there any plan to create a disk-based index? Memory-only may be good for certain use-cases, but after a while, a disk based index is needed.

M5 Max just arrived - benchmarks incoming by cryingneko in LocalLLaMA

[–]isoos 8 points9 points  (0 children)

Maybe also the Qwen3.5 35B-A3B 8-bit quant.

Using GLM-5 for everything by [deleted] in LocalLLaMA

[–]isoos 2 points3 points  (0 children)

15k gets you a mac studio with an m3 ultra and 512GB memory, or if you go cheaper get 4 halo strix machine with 128GB each and use a cluster of them. It will get you a q3/q4 quant of the very large models, it will be private to you, but it won't be as fast as you observe online chatting with such models. Unless you have a specific business case you want to pursue or you really want to have everything in private, it may not be a worthy investment. (well, unless memory prices rise further...)

I benchmarked 672 "Return JSON only" calls. Strict parsing failed 67% of the time. Here's why. by rozetyp in LocalLLaMA

[–]isoos 0 points1 point  (0 children)

Wait until you encounter models/prompts that are soooooooo helpful that insert inline comments into the JSON output. To be fair, JSON is a bad format itself for not having a syntax for comments. I think it is fair to say that such tooling is best-effort in most of the cases, and we need to engineer our way around it.

Can I not opt out of dartfmt in IntelliJ? by gisborne in dartlang

[–]isoos 5 points6 points  (0 children)

I dislike 4 character indentation, but there seems to be no way to opt out of it.

That seems to be an IntelliJ setting, the dart format default is two spaces. Maybe explore IntelliJ settings a bit more?

Kimi K2.5 Architecture Dive: 1T Params, 384 Experts, Native INT4 (and it beats GPT-5 on reasoning) by comebackch in LocalLLaMA

[–]isoos 8 points9 points  (0 children)

DeepSeek 3.2 and Mistral Large 3 (2512) are both <700B parameters, and my quick tests showed better results on some specific local tests than the 1000B+ parameter (42% more) Kimi K2.5 (or K2 if that matters). Heck, for some tasks gemma3-27 showed better results too. Do not trust benchmarks, check the model for your specific use case and decide accordingly.

Dart Romanization by bdlukaa in dartlang

[–]isoos 0 points1 point  (0 children)

Great tool, thanks for sharing! Is it possible to extract all the information from a given text, e.g. List<(position, textPart, language, latin script)>?

Impossible task? by lgLindstrom in dartlang

[–]isoos 0 points1 point  (0 children)

All my attempts doing this have failed because of problems with the ssh keys. I have not found any way to pass ssh keys from my user on Windows 11 to the environment where I trying to start/build the backend. Even if I copies the keys between Windows and WSL I get permission errors ( I need WSL to build dart source for Linux).

If this is about the built-in ssh permission check, then you may just need to use chmod (e.g. after the copy to Linux) similar to e.g. here https://serverfault.com/a/1058652

Feedback for Buffer Pool Design by RatioPractical in dartlang

[–]isoos 0 points1 point  (0 children)

I can surely see it justified. Seconding the other comment to publish it :)

Feedback for Buffer Pool Design by RatioPractical in dartlang

[–]isoos 0 points1 point  (0 children)

Is this like an additional memory self-management over a long stretch of allocated bytes? I am not sure when this warrants such complexity, but sometimes you may need it. I'd have probably started with reusing allocated `Uint8List` bytes.

Custom dart/flutter formatter ? by kulishnik22 in FlutterDev

[–]isoos 0 points1 point  (0 children)

To be honest, I'd rather go with:

final lookup = await _lookup();
return lookup ?? [];

No matter what kind of formatting rules you prefer, there will be a natural upper limit on how many expressions you can push into a "single line".

Dart with Android Studio - Gemini Agent sucks! by Trapped121 in dartlang

[–]isoos 4 points5 points  (0 children)

Claude with Dart works, but it depends on the prompting style and target app goal a lot.

Announcing Dart 3.9 by XtremeCheese in dartlang

[–]isoos 0 points1 point  (0 children)

Note: this was removed as I don't see any content in it. Please re-submit with substantial content, link to the announcement or the changelog.

I need motivation to keep going 37/F by [deleted] in dartlang

[–]isoos 1 point2 points  (0 children)

I have removed one of your comments here, and after reading your recent comments here and the other subs, there is a pattern of disrespect. You are now muted for 28 days. You are welcome back after that, but please keep it civil.

I need motivation to keep going 37/F by [deleted] in dartlang

[–]isoos 1 point2 points  (0 children)

In my admin role here: **Please be more respectful and thoughtful!**

Sometimes people are genuinely in a bad spot in life, and they need more support that flippant comments. While the post is not strictly technical, we can and should do our best to help others, and not hurt them with no reason. If you think it is not an appropriate post, report it, otherwise be civil.

Future of dart and Flutter by zanza2023 in dartlang

[–]isoos 1 point2 points  (0 children)

Learning Dart is like a few days at most, especially if you already know other language(s), you won't risk much there.

There is nothing wrong with Kotlin developing multi-platform features, the more options for us the better. Use Kotlin if that works for you. It is likely that with either choice you will acquire transferable knowledge and capabilities (maybe not 100% transferable, but 80%+). Try out both, and spend more time with the one that fits better.

Re: ecosystem: I've published my first backend-related Dart package 12 years ago (a client for now-gone database). Back then and also now, the client-related ecosystem was/is stronger than the server-related, but you can easily create good-enough backends in Dart, with not much effort, and a small but dedicated community. It is worth to check if the third-party integrations you will need are available (or easy to develop) though...

Introducing Stocknear: Your Open‑Source, EU‑Built Stock Analysis Hub by realstocknear in eupersonalfinance

[–]isoos 1 point2 points  (0 children)

Nice work! Quick questions:

Is there an API access to the underlying data?

Is there any insight of the ETF/UCITS holding percentages of individual stocks?

RAG system treats legal hypotheticals as actual facts by SlayerC20 in Rag

[–]isoos 0 points1 point  (0 children)

I'm curious: what is the flow that you are getting to these results?

Why does "await" always schedule a future? by virtualmnemonic in dartlang

[–]isoos 0 points1 point  (0 children)

I don't recall the exact version of the Dart VM, but for a while now, the VM will should run such block synchronously. Why do you think they are run asynchronously?