

Ohh people are aren’t going to like this
AI coding, “vibe coding”
Ohh people are aren’t going to like this
AI coding, “vibe coding”
The biggest issue with accepting free housing and other perks is the unspoken cost. What are the expectations in return?
I’ve spent time in taiwan and mainland china, as well as many other asian countries, china has its citizenry riled up in rampant nationalism thanks to the isolation of the people and propaganda. The propaganda of taiwan (and hong kong) being part of china is deeply rooted in the state sponsored group-think and is not going away any time soon. I will say the people I met, while angry when speaking about taiwan, did not seem to wish the people there any ill will, rather they seemed upset about the very idea of taiwan being separate.
That’s all to say, the political situation is complex. However the real question here is multifold. 1) is it against your chosen moral framework to capitulate and live in china and 2) if it is, what are your morals worth to you, what specific monetary amount would get you to renounce your views.
Parts of china are beautiful, the culture is lovely especially in rural areas, and living there could genuinely be nice. However your country is currently presenting the world’s largest bullseye and while your presence won’t swing the final result, if you feel you have a moral responsibility to stay and speak up, then do so!
Lemmy is exactly that for a lot of people, the developers are quite controversial.
Obviously most users are not installing the software from those developers on their personal machines, but serving a federated instance certainly involves doing so.
I’ve deleted a few, usually if I accidentally doxx someone or literally post the wrong place (like I intended to reply to one person but somehow the message was posted as a response to another)
If not satire that is definitely not a flex lad
I use it extensively daily.
It cannot step through code right now, so true debugging is not something you use it for. Most of the time the llm will take the junior engineer approach of “guess and check” unless you explicitly give it better guidance.
My process is generally to start with unit tests and type definitions, then a large multipage prompt for every segment of the app the llm will be tasked with. Then I’ll make a snapshot of the code, give the tool access to the markdown prompt, and validate its work. When there are failures and the project has extensive unit tests it generally follows the same pattern of “I see that this failure should be added to the unit tests” which it does and then re-executes them during iterative development.
If tests are not available or if it is not something directly accessible to the tool then it will generally rely on logs either directly generated or provided by the user.
My role these days is to provide long well thought out prompts, verify the integrity of the code after every commit, and generally just kind of treat the llm as a reckless junior dev. Sometimes junior devs can surprise you, like yesterday I was very surprised by a one shot result: asking for a mobile rn app for taking my rambling voice recordings and summarize them into prompts, it was immediately remarkably successful and now I’ve been walking around mic’d up to generate prompts.
Processing (cpu) doesn’t really matter as much as gpu, and generally the constraint is gpu memory on consumer grade machines. Processing via nvidia chips has become the standard, which is a huge part of why they have become the single most valuable company on the planet, though you can use cpu you’ll find the performance almost unbearably slow.
Ollama is the easiest option, but you can also use option and pytorch (executorch), vllm, etc
You can download your model through huggingface or sometimes directly from the lab’s website
It’s worth learning the technical side but ollama genuinely does an excellent job and takes a ton off your plate
Dragon quest monsters Final fantasy tactics Terraria
All legendary
https://lemmy.ml/c/fosai@lemmy.world
Maybe fosai? There are plenty of us technical folks here who have relevant experience and are keen on chatting, but lemmy is definitely generally pretty anti-ai.
Lemmy right now is not quite big enough to have active niche communities like many of us got accustomed to on reddit.
You can, after a vasectomy, directly draw swimmers using relatively expensive but available procedures. If you desperately urgently want progeny after making the decision you don’t need to reverse it to have children. It would require in vitro.
Search for “SSR and IVF”
He rips it eh? Not slams?
Vertical mice do take a day or two to get used to for gaming, I kept pushing the thing sideways very slightly when clicking
Magic quotes were the single biggest mistake I’ve ever seen any language standard make.
https://foundation.pbs.org/ways-to-give/
Sucks that it will be up to us to keep big bird and spacetime
Fuck flipboard and their stupid ass non disable-able default action on old samsung devices. I’ll hold that grudge till I die
You hit one button on your phone and it opened flipboard, an app I’ve never once wanted to open. Insanity.
That was my experience a few months ago as well, but recently I’ve actually been using it almost exclusively with rust, the extra type safety and language safety features have helped a lot with the end code quality.
Claude in particular has been really impressive with compiled languages, it does take a bit more hand holding to get something workable out than with javascript or python though.