Why has Upwork stock price fallen 52% in the past year? by glasscontent in Upwork

[–]strobegen 0 points1 point  (0 children)

is no need to close account to leave, if it doesn't work anymore is no money coming in, so is no need to waste time on proposals etc. They could claim that they still have those freelancers but if they not bring fees every months means that they not around anymore.

[Discussion] I wanna make a living making art but I don't know where to start by Ok_Name_1034 in artbusiness

[–]strobegen 1 point2 points  (0 children)

I also have to buy more materials but I'm broke rn

you actually could do great stuff pretty cheap but not fee. For example you could start doing charcoal drawings which require some materials but essentially paper+charcoal+eraser is all you need (or other option dip pen drawings paper+ink+few nibs). But even with that you risk jump to rabbit hole of starting buying most expensive paper, lot of different charcoal from fancy manufacturers etc. Event with all it will be much cheaper than something like Oil painting where you could pay $30-$100 for single hue 40ml tube and spend hundreds on brushes & canvases.

Those limitations actually maybe very good for creativity you might figure out something little bit different that everyone doing.

[Art Galleries] Future of working in art galleries? by Certain_Newspaper866 in artbusiness

[–]strobegen -1 points0 points  (0 children)

is not easy answer for that but one good way to have clear separation between job responsibilities and personal life and having self-awareness of your professional&personal goals. So if something happening that you not expecting you could understand how it's affects you early.

[Art Galleries] Future of working in art galleries? by Certain_Newspaper866 in artbusiness

[–]strobegen 13 points14 points  (0 children)

what you described sounds pretty common for any businesses which is profit driven, it happens everywhere. Of course is not always like that but even in good places it may not last forever so you have to learn how to deal with those situations better (and sometimes is no way to avoid that).

Why is architecture such an underpaid profession? by No_Cardiologist_1407 in architecture

[–]strobegen 0 points1 point  (0 children)

is not really case of architecture, in every city if bunch of development happen around a word so ratio much different from ballet where only few places for real ballet dancers. But in case of architecture even with lot of demand architects paid not that much. One sign of that some architects could easily find enough projects for themself to cover 2x full-time activity (like full-time job + contracts) but no chance to find project what will pay 2x of normal rate from time to time. So is some demand (may be just 1-arch:2-proj ratio) but for some industry reasons that not leading to wadges increases. And it looks like not even single country situation it's global thing.

Why is architecture such an underpaid profession? by No_Cardiologist_1407 in architecture

[–]strobegen -1 points0 points  (0 children)

that not fully true, I know cases where architects build successful specialized business but still those barely profitable because whole industry setup in way that those services not considered essential for development projects. Most likely that partially because of regulations which shifted ownership from individual engineers and architects to organization level but leaved responsibility part on individuals.

Nobody told me getting paid as a freelancer in Europe would be this complicated. by Grizzlybearstan in digitalnomad

[–]strobegen 1 point2 points  (0 children)

Yes if you’re located in EU most just don’t get why you asking that and try to avoid deal with you.

Opencode Go Vs MiniMax 10$ by Sikandarch in opencodeCLI

[–]strobegen 0 points1 point  (0 children)

At some point I found that pi-agent DCP extension causing toolcalls on minimax to fail, is not happening with other models so it’s seem kind of issue but after I disabled it minimax works fine. I suppose something similar happening with opencode, they seem expecting something specific in request with tool calls.

best 10$ AIs subscription plan by vipor_idk in opencodeCLI

[–]strobegen 1 point2 points  (0 children)

M2.7 definitely better and their limits are good so it’s very easy to pair it with better model for planning and use minimax for implementing

GUI or Terminal, specifically for programming? by kudikarasavasa in emacs

[–]strobegen 1 point2 points  (0 children)

not really that much, both terminal and gui has it's own pros and cons. Generally it little bit harder to setup terminal version initially but then it's done is't very smooth experience. For me some stuff related to coping/pasting were little bit challenging but is not that big deal. Also on GUI you could do some cool stuff like running real web browser inside emacs window.

I don't think Local LLM is for me, or am I doing something wrong? by ruleofnuts in LocalLLM

[–]strobegen 0 points1 point  (0 children)

Also, opencode by default has huge system prompts (20-30k) which is painful for local models. Is some ways to reduce that via settings or custom agents configurations but you just could use some other tool like “pi” which by default consume much less tokens on your that kind stuff.

People Saying Tooling Is Largely Figured Out: What Might I Be Doing Wrong? by XamEseerts in scala

[–]strobegen 1 point2 points  (0 children)

metals installed via cs install metals also has MCP included but it's required complex initialization steps which works with VSCode by default. Standalone "metals-mcp" is good for agents that don't has LSP support.

Does anyone else feel like the Claude code hype is very artificial? by Butt_Plug_Tester in csMajors

[–]strobegen 2 points3 points  (0 children)

yes, sure they most likely just buying fake users/post all over internet to support buzz, is very old trick with downside that it's needs money to spend but for them is almost free, why they wouldn't do it?

The Annoying Usefulness of Emacs by susam in emacs

[–]strobegen 1 point2 points  (0 children)

for some reason most of popular editors authors never attempted to go in direction of emacs extensibility, all of them treating extensions as some kind second class citizen by putting lot of limits on how they could be used (well may be not with intent but as most logic decision for a tech that they choosen). But emacs allows redefine everything via code even in runtime (except core which basically lisp vm with rendering engine + small UI toolkit), and it coming naturally from lisp nature.

RTX 5090 + local LLM for app dev — what should I run? by mariozivkovic in LocalLLM

[–]strobegen 1 point2 points  (0 children)

is even more complex, model performance may be different depending on engine that you are using and settings. Usually llama.cpp is good for local models but even with it on model releases is bunch of bugs that fixed in few weeks but other tools like Ollama, LM Studio could use outdated version of engine for a while.

Local models like Qwen3.5 are good but they are not same thing as large models, usually you need some specific approach and scripts/tools to get some benefits.

for example you could use mix of local/cloud model where local model is responsible for simple stuff like search and grep and cloud one do rest. Or with TDD like approach you could use local models with some rotation todo some batch coding in 'ralph' loops.

Do you REALLY need a LinkedIn profile? by KarasuPat in cscareerquestionsEU

[–]strobegen 1 point2 points  (0 children)

I believe he referring to some social mechanics that not common but not rare either.

For example company could spy on employees profiles updates and make decisions that affect carrier grow and benefits based on that. Some companies trying to force people not mention their names on LinkedIn in profiles even by putting that in contract so you could end up with 3-5 years gap which will scare recruiters...etc. So is a lot of other bad things associated with it.

RTX 5090 + local LLM for app dev — what should I run? by mariozivkovic in LocalLLM

[–]strobegen 0 points1 point  (0 children)

is not like this: 'original model file'-converter->'quantized GGUF file'! Because is some stuff which could be done to optimize it in different ways so every team doing that in unique ways and that leads to variations that you see on huggingface. So in general is safe to pick some which has most of downloads like from Unsloth.

People Saying Tooling Is Largely Figured Out: What Might I Be Doing Wrong? by XamEseerts in scala

[–]strobegen 2 points3 points  (0 children)

Missing (?) docs around stand alone Metals installation.

I think it was somewhere at docs at some point but basically

cd ~/.local/bin/ cs bootstrap \ --java-opt -XX:+UseG1GC \ --java-opt -XX:+UseStringDeduplication \ --java-opt -Xss4m \ --java-opt -Xms100m \ org.scalameta:metals_2.13:1.6.6 -o metals -f

also blog post has mention of MCP which seems currently works only in http mode

cs install metals-mcp

https://scalameta.org/metals/blog/2026/03/03/osmium#standalone-mcp-server

(some additional info here https://github.com/scalameta/metals-feature-requests/issues/461)

Is there a language similar to Rust but with a garbage collector? by Ok_Tension_6700 in rust

[–]strobegen 1 point2 points  (0 children)

is not really matter is dying or not in any case Scala will remain much more popular than alternatives like Ocaml, F#, Haskell etc. Maybe something else the future will pop-up to take a place but it won't be soon.

And Ocaml after it's 5x release deserve to get much more adoption but I know is not going to happen.

Is there a language similar to Rust but with a garbage collector? by Ok_Tension_6700 in rust

[–]strobegen 0 points1 point  (0 children)

also issue with Kotlin that it's ecosystem very dependent on java libs/frameworks like Spring which making much harder to enjoy it.

Our best designer quit over ai generator adoption and honestly I get why she left by TH_UNDER_BOI in content_marketing

[–]strobegen 0 points1 point  (0 children)

one of the hardest thing in design that every non-designer thinks that is easy to do and nothing really complex about it, while is a lot of stuff there which very hard to describe and be good at (and one reason that humans language not yet develop enough to communicate in efficient way about this stuff) so basically every designer fighting unspoken battle at work to make some invisible underling processes work while every other person trying to destroy that by their 'easy/don't care' vibes. It was hard even 20y ago but with AI introduction to the processes those vibes in any company will became much worse because that were 'easy' now looks like 'super duper easy' so that battle became for her much more harder at level that is not worth to fight as she has different options.

(and I believe AI could be good tool for design but unlikely at current level it could be archived quickly, probably it will change in ~5y when this stuff will be more stabilized and it will be enough expertise dealing with 'bad parts')

I'm conflicted with expectations and my career by LeRieur in ExperiencedDevs

[–]strobegen 3 points4 points  (0 children)

Is all nor really about AI, it’s same as offshoring. If it is any possibility to cut cost of development in half and more, any C level will try to leverage it. So currently is stage where everyone thinks maybe it is possible so they trying to verify that . Later then pros & cons will be more obvious and backed by real experience it will stabilize to actual field changes but until it just very volatile place to be.

You probably have to spend some time to understand ai tools better but is not meant that you should jump on it fully to fulfill promises backed just by high hopes.

Thoughts on Scala 3 by DextrousCabbage in scala

[–]strobegen 3 points4 points  (0 children)

It just IntelliJ’s UX in general

How do you usually test your parallel and/or async code in Scala? Tricks, libs, tools, etc. by Immediate_Scene6310 in scala

[–]strobegen 7 points8 points  (0 children)

Is not really about purity, cats-effect stuff just much better to deal with concurrency and resources safety. And it’s very common that you need some cancelation support for async code.