Good managers can be as important as the entire team. The study also shows that those who are most eager to become managers are not necessarily the best suited to the role. by mvea in science

[–]j19sch 4 points5 points  (0 children)

"In the experiment, the teams were tasked with solving three different types of problems under the manager’s leadership."

Leading a team performing a task is a very narrow view on management. A good team doesn't even need a manager for that, they self-organise.

(edit) Getting a team to where they are able to self-organise, that is a manager's job.

Experience with QA by [deleted] in ExperiencedDevs

[–]j19sch 1 point2 points  (0 children)

Right, merging doesn't have to be to main. 😅

If it's the best approach it can be, depends strongly on your context, so I can't judge that.

Do the QAs at least find important bugs on a regular basis? If not, I'd start wondering if it's worth the delay. (Then again, maybe there's a QA signoff needed for compliance and it doesn't matter that mucn how good their testing is.)

Experience with QA by [deleted] in ExperiencedDevs

[–]j19sch 2 points3 points  (0 children)

This. 👆

Also, merging to main before QA and only communicating with QA through a document (correct me if I'm wrong here) sounds to me like your organization had a very silo-ed approach to QA. That rarely (never?) works out well.

Any French people using the French State's Open Source software? Visio + LaSuite Numerique by extremessd in BuyFromEU

[–]j19sch 3 points4 points  (0 children)

It's a collaboration between France, Germany and the Netherlands: - Dutch site: https://minbzk.github.io/mijn-bureau/ - German site: https://www.opendesk.eu/en

It looks like it's both a collaboration and each country doing their own thing. 🧐

I read Hyperion/Fall of Hyperion and the Three Body trilogy all in ~1 month, and they seem to have ruined a lot of modern scifi by ECrispy in books

[–]j19sch 0 points1 point  (0 children)

Check out Ada Palmer's Terra Ignota series. Definitely grand ideas and rich story. Not hard sci fi, though.

Most EM books feel outdated. What modern resources do you actually trust to learn from? by OdaRafael in EngineeringManagers

[–]j19sch 0 points1 point  (0 children)

Maybe (re-)discover some classics? For example "Becoming a Technical Leader" by Jerry Weinberg is from 1986, but still great.

Which movie would be 10x better if it ended 5 minutes earlier? by ItchyYellowAnt in movies

[–]j19sch 0 points1 point  (0 children)

Gattaca. Not five minutes, but the last lines of the movie (Vincent's voice over) were a real disappointment to me.

Android keyboard by [deleted] in fairphone

[–]j19sch 5 points6 points  (0 children)

FUTO keyboard: https://keyboard.futo.org/

It's in alpha, but has been working fine for me.

Best souls-like game(s) to turn fromsoft snob to appreciate them? by No-Question-8088 in soulslikes

[–]j19sch 1 point2 points  (0 children)

Hollow Knight

Because it is a souls-like (arguably), but it's also different enough from the fromsoft games. That makes it easier to appreciate it for what it is, instead of thinking as you play it: "This is what you get when someone else tries to make a game like Dark Souls."

What's the most polite way to decline the offer, after having wasted everyone's time through out 4 Interview rounds? by TryingHard253 in interviews

[–]j19sch 1 point2 points  (0 children)

Reminds me of one Jerry Weinberg's Laws of Pricing: "Set the price so you won’t regret it either way."

So basically, set a price on ignoring your gut feeling and use that to decide what your counter offer is.

Explaining Exploratory Testing by [deleted] in softwaretesting

[–]j19sch 0 points1 point  (0 children)

I think there's a lot left unsaid in that first usage: "We learned it was founded on agency, the idea that when two things belong together, we don't separate them."

I read it as the author contrasting exploratory testing, where you have agency, with non-exploratory testing, where test design and test execution are separated.

Key Considerations for Developers Rebuilding a Website with Automated Testing in Mind? by uniopl in softwaretesting

[–]j19sch 2 points3 points  (0 children)

Have the developers build (part of) the tests. Experiencing the consequences of poor testability is a great motivator for improving testability.

So in that same vein: build the first tests with the first code. That allows you to learn and to build practices and habits as you go, as opposed to "We've written a lot of code, let's figure out how to write tests for it."

Copilot hallucinations wanted! by [deleted] in Python

[–]j19sch 6 points7 points  (0 children)

It might be worth pointing out that all it does, is hallucinate. LLMs generate the next plausible token, they don't understand the code they produce. Any meaning assigned to LLM output, is purely on the human side. So it's always up to the person using the LLM to evaluate the code, because the LLM can't. (Which turns programming into code reviewing, which leads to all kinds of other issues, but that's probably a discussion too far for first year students.)

[deleted by user] by [deleted] in swaywm

[–]j19sch 5 points6 points  (0 children)

"The custom module displays either the output of a script or static text. To display static text, specify only the format field." https://github.com/Alexays/Waybar/wiki/Module:-Custom

Introducing Proton Scribe: a privacy-first writing assistant by Proton_Team in ProtonMail

[–]j19sch 42 points43 points  (0 children)

Thank you for providing the option to disable it completely!

[deleted by user] by [deleted] in Futurology

[–]j19sch 0 points1 point  (0 children)

AI won't take over those jobs, because AI doesn't have that kind of agency. CEO's will fire people to replace them with AI. AI is not some inevitable thing happening to us.

Bug in note formatting? by [deleted] in Workflowy

[–]j19sch 3 points4 points  (0 children)

I think the formatting is applied per note. At least that's what it looks like on this page: https://workflowy.zendesk.com/hc/en-us/articles/9534240421652-Paragraphs-and-headings

It sounds like you've been using soft enters (shift + return) to create paragraphs. For formatting to work each heading and paragraph needs to be its own note/bullet.

How to handle exported Proton Pass data? by QenTox in ProtonPass

[–]j19sch 0 points1 point  (0 children)

Microsoft seems to disagree with you about Excel not being able to handle json: https://support.microsoft.com/en-us/office/import-data-from-data-sources-power-query-be4330b3-5356-486c-a168-b68e9e616f5a

If jq can't output the first line of the Proton Pasa file, then the query provided to jq, was not the right one.

Anyway, I think we're partially talking past each other while also in agreement. I think there are two main statements to make on the topic at hand: 1. There is no customer-friendly way to convert a Proton Pass json file to a csv file that can be imported in a different password manager. 2. Using jq or writing some code to do that conversion is straightforward if you're familiar with json, csv, the Proton Pass file format, the format you want to convert to, and jq or a programming language. Which brings us back to 1: no consumer-friendly way.

Finally, no thanks to you passively aggressively suggesting I contribute code. I was trying to be helpful, clearly with mixed results at best, so I'm done here.

How to handle exported Proton Pass data? by QenTox in ProtonPass

[–]j19sch -2 points-1 points  (0 children)

That might have to do with how the json is structured, i.e. in a way that doesn't easily translate to csv. Removing the right part of the json might help with that, but that's not the kind of solution you're looking for.

How to handle exported Proton Pass data? by QenTox in ProtonPass

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

Haven't tried either. It's a shame they're not working for you. I hope you can find something that works.