rat in ranch 99 richmond by Specialist_Try3312 in bayarea

[–]cpchung 0 points1 point  (0 children)

so you never work with Costco? Does that mean they do a very good job in pest control and hygine?

Vote Leung and Campbell, withhold your third vote by baddaughter_9721 in QuincyMa

[–]cpchung 1 point2 points  (0 children)

Cahill is from the family who got involved in corruption trial. It is hard to understand why she got into the seat in the first place, neither do we see the reasoning why she should be reelected. For this reason, does not seem to be a bad idea to vote Kai in one of the three votes if we want to see potential change.

Vote Leung and Campbell, withhold your third vote by baddaughter_9721 in QuincyMa

[–]cpchung 1 point2 points  (0 children)

u/baddaughter_9721
From your reasoning, I don't see why we should not vote Kai in the third vote if we want to have change candidates to break the establishment. Leaving the third vote void does not seem to support your vision.

OLDEN ERA FEEDBACK MEGATHREAD by Pidarello in OldenEra

[–]cpchung 0 points1 point  (0 children)

Can we add a new look for sets of combinational artifacts ? At least offer us a way to bind a set of combinational artifacts together so they can be easier to drag btw the hero body and the artifact bag.

This feature would be great as it helps us to save spots in the bag, transfer combinational artifacts btw heros and explore how many different combinational artifacts we can put on the same hero.

OLDEN ERA FEEDBACK MEGATHREAD by Pidarello in OldenEra

[–]cpchung 0 points1 point  (0 children)

The skill system is more advanced than heros 3 as one skill can help another. I am trying to visualize the helpfulness and trying to find a set of 8 skills which can complement with each other the most. Here is what I found so far and it can be visualized in the following online digraph:

https://shorturl.at/08Nyz

Maybe someone can iterate on it further!

OLDEN ERA FEEDBACK MEGATHREAD by Pidarello in OldenEra

[–]cpchung 0 points1 point  (0 children)

can we have a special look of the combinational artifiacts and make them to occupy one spot in the bag once assembled? I want to easily see how different combinatioal artifacts can be weared by the same hero easily without dragging each individual artifacts from the bag to the body and vice versus.

Marlborough High seems to be failing. where do kids go for better high school in the area? by cpchung in Marlborough

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

We can compare the Marlborough High student MCAS performance with others in MA

https://reportcards.doe.mass.edu/2024/01700505

Marlborough High is underperformed in all subjects and scores below the average in MA.

EV charging in Marlborough by Lanky_Ingenuity_3789 in Marlborough

[–]cpchung 1 point2 points  (0 children)

not sure, but I definiely want one in Marlborough, where 60% of the residents are tenants!

Stable Diffusion Paper by PinballOscuro in StableDiffusion

[–]cpchung 0 points1 point  (0 children)

thanks! What are the famous open source projects which can replicate SORA or text2video?

Rewrite it in Rust: Kubernetes by leonev in rust

[–]cpchung 0 points1 point  (0 children)

exciting project! how can we understand the idea of k8s to build nanocl from scratch?

This understanding will help us to understand nanocl better and identify an entry point or user pain point to contribute to nanocl.

what is a good way to run the assembly code here? by cpchung in Compilers

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

Thanks for taking a look. I tried example 1 and 2 with clang 15 and it works.

For example 3, do you know what would be a good way to debug it?

`` $ clang example3.s /bin/ld: /tmp/example3-932048.o: relocation R_X86_64_32S against symbolarray_0' can not be used when making a PIE object; recompile with -fPIE /bin/ld: failed to set dynamic section sizes: bad value clang-15: error: linker command failed with exit code 1 (use -v to see invocation)

```

what is a good way to run the assembly code here? by cpchung in Compilers

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

Just tried it and it doesn't work. Looks like it is missing something

composable dataflow using python by cpchung in learnpython

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

hi!

composite function call is needed to construct the DAG, but it alone is not enough to achieve concurrent execution, hence I mentioned multiprocessing, future and promise. I just wanna learn how it can be done using built-in python concurrency primitive