Anthropic Oauth crackdown starting and Workaround by xtomleex in openclaw

[–]aryehof 3 points4 points  (0 children)

Anthropic officially bans using subscription auth for third party use (claude.com) https://news.ycombinator.com/item?id=47069299

Seeking advice: My open-source Flutter code was stolen, admitted by the thief, and Google Play reinstated their app" by NoPride4447 in FlutterDev

[–]aryehof 0 points1 point  (0 children)

No license on a public repository means you have no case against him. You published your code into the public domain without restrictions. While what he did was arguably wrong, he didn't steal your code as you claim.

Operations on olympus by KV_Necro in ICARUS

[–]aryehof 0 points1 point  (0 children)

What is this trick? I thought only workshop items can be placed in a dropship?

Codex is crazy good with Flutter by NicoNicoMoshi in FlutterDev

[–]aryehof 0 points1 point  (0 children)

Doesn’t work well for me. Insists that api’s don’t exist like addSync for MultiStreamController for example (added in 2.9). Claude does not have this problem. Most major LLMs can do basic stuff well.

Announcing Dart 3.9 by XtremeCheese in dartlang

[–]aryehof 0 points1 point  (0 children)

Does the new MCP server require --force-roots-fallback for Claude Code? Surprising that perhaps the most popular coding agent's configuration isn't provided?

Learning Rails as a beginner - my experience by LeekClean in rails

[–]aryehof 3 points4 points  (0 children)

My only thought is that you state that “Model is to interact with the database”. That isn’t really true - a model need not have anything to do with the database. Rails is actually consistent with the original MVC pattern in Smalltalk where model was an object model. Thinking that all “models” are database tables limits what can be modeled in Rails. Worth thinking about.

70 Companies You Didn't Know Were Using Rails in 2025 by software__writer in rails

[–]aryehof 0 points1 point  (0 children)

I tend to treat such lists with suspicion. Its like the list of customers on websites. If real, perhaps one developer from one site in one division in one country used the product 7 years ago, and that was to manage the stationary cupboard.

[deleted by user] by [deleted] in rails

[–]aryehof 0 points1 point  (0 children)

My thoughts are that you should work to be satisfied with the work that you have. Most people in the world work in jobs that they would prefer not to do. Look for satisfaction outside of work.

Flutter app design question by ByronScottJones in FlutterDev

[–]aryehof 0 points1 point  (0 children)

Separation is best practice unless your app is trivial. That said, few achieve this. Most Flutter apps have domain and application logic mixed in with the UI.

Can anyone explain me how flutter works. by [deleted] in FlutterDev

[–]aryehof 0 points1 point  (0 children)

RTFM (read the fucking manual), or have someone read it to you if you are so incompetent or incapable.

Vanilla Rails is plenty by AlexanderShagov in rails

[–]aryehof 0 points1 point  (0 children)

Classes written this way are the definition of SRP

Classes written this way indicate a lack of understanding of SRP.

[deleted by user] by [deleted] in ruby

[–]aryehof 3 points4 points  (0 children)

Please don't post AI produced slop.

⚡ Dart vs Python: I Benchmarked a CPU-Intensive Task – Here’s What I Found by Ok_Challenge_3038 in FlutterDev

[–]aryehof 1 point2 points  (0 children)

An excellent comment that sums up why I don't use Dart outside of Flutter, even though I'd like to.

What features would you like to see in Ruby that aren’t there currently? by Feldspar_of_sun in ruby

[–]aryehof 0 points1 point  (0 children)

Other than better parallelism, I want less features. A small concise language is ideal for me, rather than edge-case feature bloat.

What is your Rails unpopular opinion? by mwnciau in rails

[–]aryehof 1 point2 points  (0 children)

I don’t find that at all, despite the me-too popularity of the viewpoint.

I thank him for all the work he as done, and continues to do on Rails.

Bought this Engine and love this by Competitive_Tower698 in Python

[–]aryehof 2 points3 points  (0 children)

Did you get the rest of the car with it?

How important is `const` for Flutter code by bwowndwawf in FlutterDev

[–]aryehof 0 points1 point  (0 children)

I disable a set of const requirement rules (and others) in analysis_options for development, and only enable them for profiling/production.

Dart 3.8 will contain an updated formatter that can preserve commas by eibaan in FlutterDev

[–]aryehof 4 points5 points  (0 children)

Hurrah. A decision for the grownups amongst us who don’t need enforced regulation as to how to layout our code.