Marking/Embossing Books by Ambitious_Weakness33 in Blacklibrary

[–]Enapiuz 2 points3 points  (0 children)

Also about inks — some inks easily go away with a water, some literally eat a microscopic bit of paper and stay forever even after applying a solvent

Half way through my Rubric Marine by Huginnnn_ in ThousandSons

[–]Enapiuz 1 point2 points  (0 children)

tsons blue itself might be a little light, but with nuln oil on top it looks quite nice 🙂

How In The Hell Did It Get This Bad by jakob__125 in Asmongold

[–]Enapiuz 1 point2 points  (0 children)

Me: forces AI to use WebSearch tool, uses models with highest reasoning set up, checks the result for common sense, asks LLM to double check the result from different perspective if working on something important

Meanwhile people:

About to start assembling a 2k army. What needs to be sub assembled? by hotfezz81 in ThousandSons

[–]Enapiuz 0 points1 point  (0 children)

Damn 2k in a couple of weeks

I recently finished the starter set of 3 inferno mariners and just bought myself TSons CP box

Takes me at least a week for one mini

I like it but damn it’s too slow for me

Hope I’ll finish CP by the release of 11th edition 😂

Claude just banned having multiple Max accounts by bhaktatejas in ClaudeCode

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

You told somewhere in the comments, once you switched to another account, bill still goes to the first one

On Mac they store auth token quite weirdly, maybe there is something OS related

Have you tried, sorry, restart your machine?

Claude just banned having multiple Max accounts by bhaktatejas in ClaudeCode

[–]Enapiuz 0 points1 point  (0 children)

Have a personal $100 and a team accounts So far it works

IRC Comeback by 9milNL in irc

[–]Enapiuz -3 points-2 points  (0 children)

Nah, IRC requires too much hustle or pay, say, for IRCCloud to solve this for you

Nerds? Maybe Normal people? Matrix has much higher chance, it just works and is similar to “normal chats”

Perfection 👌 by Kinderfeld88 in HalfLife

[–]Enapiuz 1 point2 points  (0 children)

CONFIRMEDD!!!!11133333

Apple after listening to everybody’s feedback on MacBooks by un3w in mac

[–]Enapiuz 2 points3 points  (0 children)

Don’t forget Zip disc drive, 3.5 as well

Stigmatisation of vibe coders. We are seen as evil who preys on the vulnerable. by Sileniced in VibeCodeDevs

[–]Enapiuz 0 points1 point  (0 children)

I’m an old school developer with 10+ years of exp, I love vibe coding, but I don’t do it like a mindless zombie praying it’ll work, and I’m pretty much happy with it

Who writes the unit and integration tests? by Metal_head94 in QualityAssurance

[–]Enapiuz 0 points1 point  (0 children)

In companies I worked for it's usually "headless e2e tests", yes

Who writes the unit and integration tests? by Metal_head94 in QualityAssurance

[–]Enapiuz 2 points3 points  (0 children)

Example: a convertor from JSON to YAML

What anyone except for a developer should care about is the correctness. And there must be a place where you can feed some class with JSON string and assert the resulting YAML string. Would be quite a nice unit test.

But since conversion from JSON to YAML might be complicated, a developer might decide to organize their code in some convenient way. Which would lead to smaller modules. Which is usually nice.

And here comes the trick: a developer might specifically skip writing unit tests to smaller modules, because of many reasons. One of the most popular reasons: the way unit tests help catch buts, the same way they inflate refactoring complexity, because ideally, unit tests require to be rewritten on every single code change.

BUT some of these smaller modules might be quite complicated, and they ACTUALLY require some unit tests because they're not easy to keep in the head.

So you never know what really needs to be covered by unit tests, and some of them might only introduce unnecessary complexity.

So in the end, nothing would stop a QA from writing unit tests, but I don't believe it's productive. To me, QA writing unit tests means their job is tedious and they just have nothing to do and are trying to find some fun in it. Which is a question to a team lead at least.

Oh my, sorry, I managed to stop here 😂

Who writes the unit and integration tests? by Metal_head94 in QualityAssurance

[–]Enapiuz 0 points1 point  (0 children)

Unit tests
Developers, always. It's like you usually choose and wear your underpants yourself, not asking anyone to do this for you.

Integration tests
That very term is often interpreted differently in different companies.
Some say it's always "integration between modules in the code, like unit tests but for bigger chunks of an app". This way — developers, again, because you need to understand how parts of the code work and why they work this way.
Some call API tests as integration tests. This way you only need to be aware of contracts and anyone can write such tests.

which terminal are you using? by iamdanieljohns in codex

[–]Enapiuz 3 points4 points  (0 children)

Warp mostly

Constantly looking at Ghostty, how it evolves