HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DistrictFun7572

no profile record

Submissions

Ask HN: Modern C++ Workflow?

6 points·by DistrictFun7572·4 ปีที่แล้ว·6 comments

comments

DistrictFun7572
·3 ปีที่แล้ว·discuss
https://linear-equations.com/

Solve systems of linear equations. A tool I made during/for my studies. No idea if that counts as a proper side project since it took like a day (?) or so to make.

https://sudolver.app/

Solve sudokus by taking a picture with your mobile phone. Only works with sudokus found in Switzerland (?). Not sure if that format is used anywhere else.

https://wucheplaner.ch/

Create weekly plans for your pupils in primary school. Again, for people in Switzerland.
DistrictFun7572
·4 ปีที่แล้ว·discuss
I'm not 100% sure but isn't it about focusing more on customer value instead of churning out features no one uses? So in summary:

- Output: what you produce, the features, bugfixes, documentation whatever

- Outcome: the actual value for the stakeholders. You could build one hugely important feature which would make the stakeholders love you but the output is still just 1.
DistrictFun7572
·4 ปีที่แล้ว·discuss
https://github.com/cypress-io/cypress-realworld-app

It's mainly about showing Cypress (which is something like Selenium or Playwright or what have you) but integrates it into a real world example with commonly used tools and frameworks.
DistrictFun7572
·4 ปีที่แล้ว·discuss
Mind sharing these other alternatives of Redis you are talking about?

There's also Redis Streams. Do any of these alternatives have similar streaming features or are there any other databases that are lightweight (instead of going full on Kafka)?
DistrictFun7572
·4 ปีที่แล้ว·discuss
Yes, that's what I wanted to do as well. But it looks like it'll have to be C++ (I'm not the one who gets to decide).

I don't understand why there's such a large gap in tooling in the C++ world and other worlds such as Java/Web.
DistrictFun7572
·4 ปีที่แล้ว·discuss
Thank you for the resources and the information. I'll look into those books you mentioned.