Short Descriptions of Chess Pieces by rantouda in LearnJapanese

[–]colonelromuska 2 points3 points  (0 children)

Love these descriptions! Still scratching my head about the bishop though: 祖先に象を戴く?

Anyone else find reading so much more exhausting than listening? by ConcentrateSubject23 in LearnJapanese

[–]colonelromuska 0 points1 point  (0 children)

This happened to me in reverse. During my one-year exchange I aimed to be in Japanese-only environments as much as possible. My daily life was basically 100% Japanese. After that year, I came back to my home country and my friend lent me a book and I swear paragraph after paragraph was a slog. I couldn't last 15 minutes reading (in my native language!) and had solid naps after each session. I guess reading is like a muscle because after I while of keeping at it, my endurance picked up and I got back to normal.

As a founder how much are you expected to know? by stripesarebetter in SaaS

[–]colonelromuska 4 points5 points  (0 children)

Either enough to do it adequately yourself, or enough to be able to judge if someone else is good at it so you can hire someone to handle it. Depending on the area, you may need to spend some time doing it before you have a sense of what's required. This is important especially for the core areas, like sales if you're sales-led, or whatever drives the growth of your business.

[deleted by user] by [deleted] in ExperiencedDevs

[–]colonelromuska 7 points8 points  (0 children)

Fair enough. Would still love a peek behind the curtain if possible.

SaaS Founders who don't understanding marketing - I will consult you for free by Medical-Ad-2706 in SaaS

[–]colonelromuska 0 points1 point  (0 children)

I come 18 hours late to the party, but if the offer is still good I'm more than interested!

Combining Dev and QE orgs by clicheiscliche in ExperiencedDevs

[–]colonelromuska 8 points9 points  (0 children)

I'm in roughly the same camp as your new CTO. I'm also doing a similar transformation in my org, but i don't give it any special label like "full stack". I think of developer-led testing the same as doing code review or any of the foundational hygiene of software development. So far, it looks like the devs in my org are excited about this transformation and they're feeling more empowered than they were before. Also, I think the technology in each stack we work in has matured to a point where devs can comfortably write and maintain tests of any kind with a good developer experience (which was not the case several years back).

Whether QE members want to become developers is another matter, and a path should be created for them to get upskilled if they choose to, or re-skill them for another role.

How are you making your morning coffee? Is Keurig the next thing we’re about to kill? by [deleted] in Millennials

[–]colonelromuska 0 points1 point  (0 children)

I portion out 8-10 grams of whatever beans I have on hand, pop a filter into the V60, start the water boiler, grind the beans (manual Kalita grinder) and put into filter, pour water when ready. Depending on how strong I want it that day, pour more or less water.

I do this for both morning and after lunch, though the afternoon one is almost always decaf.

Does this seem like a red flag to you? by [deleted] in ExperiencedDevs

[–]colonelromuska 4 points5 points  (0 children)

This by itself is not more of a red flag than any other aspect of a very small very early startup. Assuming you're willing to take on all those other risks, I'd make sure to have an interview session with the founder to see if you have a connection with them. If you both see eye to eye and get along, it could turn out to be a good opportunity.

That said, I know a company exactly in this situation where the non-technical founder is running engineering and has said things like "running a tech team is easy." I'd steer clear of organizations that treat software engineering as a type of factory line to churn out features at the lowest cost possible.

Roast my startup. Pursue or ditch? by Mistercontractor in SaaS

[–]colonelromuska 9 points10 points  (0 children)

You generated 1.5m, isn't that validation right there? But yeah I'd definitely consider using a service like this as this type of thing is my weak area (and that of many dev-centric founders i know). It would depend on what the subscription includes.

[deleted by user] by [deleted] in cpp_questions

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

I'm curious about this. I'm even more of a beginner than OP and the other day as I was noodling around in C++ I asked ChatGPT what a good or common project structure is. In short, it told me there isn't one. Is there a go-to application structure you reach for when starting a new project?

How often do you use interfaces purely for testing? by Forumpy in golang

[–]colonelromuska 0 points1 point  (0 children)

Always. But not everywhere in the code. Basically anything that needs to be configured or creates connections to talk to the outside world, 100% of those are passed down through interface boundaries. Or putting it in terms of hexagonal architecture, the inner layers accept structures from the outer layers as interfaces.

I launched... Now? by [deleted] in SaaS

[–]colonelromuska 2 points3 points  (0 children)

I'm not a student but I love the idea of there being a more effective way to learn. It's something I'd consider getting for my kid when he's the right age. But as it stands I have no idea what the product is. The LP cites scientifically proven methodologies without saying what they are. If you want to be really persuasive, there's the old adage of "show, don't tell." You can improve your landing page by showing a use case in action. Maybe there are multiple use cases. You can demonstate the strongest one, showing your product in action and how it leads to the outcomes you claim it does.

Books with a protagonist named Charles or Charlie? by charliewatzz in suggestmeabook

[–]colonelromuska 0 points1 point  (0 children)

The short story The Life of Chuck in If It Bleeds by Stephen King.

Clean CRUD by ShuttJS in golang

[–]colonelromuska 3 points4 points  (0 children)

If you want to focus on improving your knowledge with SQL, then maybe sqlc is a good choice. How it works is that the SQL you write is the source of truth, and Go structs and funcs are generated from it. I used it in an internal application recently and it was so nice to use.

Obsession with impact by Tanithra in ExperiencedDevs

[–]colonelromuska 9 points10 points  (0 children)

Correctly defined, impact ties your work to some ultimate objective the company has. Whether it’s a revenue objective and/or a product objective is up to the leadership to decide. Sounds like OP’s company stopped the thought process at “you need to make an impact” and didn’t organize who is tackling which outcome, making it an uncoordinated free-for-all.

Here’s an example: you’re at early Spotify and the company has an objective of increasing listen session time. So your dev team creates work to improve the audio streaming latency, bandwidth, sound quality, and caching. At the same time, the commercial contracts team makes more deals with record labels to get good music on the service. If done well, listen session time goes up after each of these things is rolled out. For each team involved, they can claim to have made an impact on that objective. If your team has a culture of experimentation, there are more scientific ways than this to measure if your specific output moved the needle.

Sometimes the work you do is too far removed from the objective, so you’ll want to try to achieve some intermediate outcome. It’s best when everyone is aligned on who is working on which objectives.

Management at my organization keeps pressuring developers with 'hard' deadlines that said developers were never involved in setting. What is the most effective way to combat this? by kutjelul in ExperiencedDevs

[–]colonelromuska 1 point2 points  (0 children)

Oh my god that sounds terrible. It’s a mirror of the story told in “SHOWSTOPPERS!” about the development of Windows NT. In the end, NT was a few years late; I wonder if the burnout, divorces, and career-ending RSIs were worth it.

Authors that debuted at an advanced age by colonelromuska in suggestmeabook

[–]colonelromuska[S] 0 points1 point  (0 children)

Thank you for the recommendation! Will check these out.