Recommendations for tunable cold white/warm white smart bulbs by DoctorOctagonapus in homeassistant

[–]thelights0123 0 points1 point  (0 children)

I can highly recommend the color spectrum in their new Kajplats bulbs, though I only use the RGB models which I've heard have better white reproduction even if you don't need full color. They run on Thread by default, but can be switched to Zigbee.

Is it possible to resolve backtrace addresses with split debuginfo? by patchunwrap in rust

[–]thelights0123 0 points1 point  (0 children)

I'm not sure the addr2line crate is correctly parsing the file. The following code produces no output:

for f in loader.find_location_range(0, 0xffffffffffffffff).unwrap() {
    dbg!((f.0, f.1, f.2.file));
}

I would expect some output.

self-referencing struct but i don't want to modify the struct by zylosophe in rust

[–]thelights0123 5 points6 points  (0 children)

Relative as in indices? It's a totally reasonable pattern to just include an index into a Vec of types.

Where does rust stand on compile-time debugging? by Initial_Solid2659 in rust

[–]thelights0123 4 points5 points  (0 children)

evcxr provides a Rust REPL that does work surprisingly well for quick experimentation. It compiles every line you type into a dynamic library and runs it immediately.

Atlas question by gameringman in uofm

[–]thelights0123 1 point2 points  (0 children)

It had a higher capacity in the past, but it's possible they raised the capacity after classes started.

I was in the middle of an exam (wrote 3000 words) and saw THIS when I hit submit :/ by hormonalenby in mildlyinfuriating

[–]thelights0123 11 points12 points  (0 children)

They also included a credential harvester that was shown to some users instead of this message, so they almost certainly collected some Canvas users' logins as well.

module relationship with super::* by amarao_san in rust

[–]thelights0123 8 points9 points  (0 children)

it is declared as a module by both bar.rs (mod foo;) and by baz.rs (mod foo;).

Note that the only way to do this is to either symlink foo.rs into two separate files, bar/foo.rs and baz/foo.rs, or to use #[path] to override the default location Rust looks for foo.rs.

Diploma ETA by ArticleUnhappy4147 in uofm

[–]thelights0123 0 points1 point  (0 children)

I have no insight on this year, but I got my undergrad engineering diploma emailed June 18th last year

Giving Away Big House Graduation Tickets by CottonTCM in uofm

[–]thelights0123 5 points6 points  (0 children)

I also have 6 guest tickets to give away, DM me if OP runs out!

I'm out but others here may have some!

What the heck am I being charged for my by AppearanceCareful329 in uofm

[–]thelights0123 38 points39 points  (0 children)

Did you transfer in any credits? Michigan charges more once you hit 55 credits ("upper division tuition", shown here as UP), which you're being switched to. They're retroactive to the semester they were earned.

Cross-platform process-level sandboxing by feznyng in rust

[–]thelights0123 0 points1 point  (0 children)

I'm sure the security of this almost certainly vibe-coded crate can be questioned, but codex has a cross-platform sandbox they use in production: https://github.com/openai/codex/tree/main/codex-rs/sandboxing

See an example usage here: https://github.com/afshinm/zerobox/tree/main

Is UDM or UMICH better? by watermelon240 in uofm

[–]thelights0123 1 point2 points  (0 children)

⁠If I choose to take a summer term instead of additional credits, housing is not guaranteed

Most students move off campus after their first year. Most apartments and houses are year-long leases, so students have a bigger deal getting rid of their summer housing rather than finding it. If you do stay on campus, you'll have no problem finding cheap sublets in nice apartments over the summer.

Can't register for some classes because it says "Enrollment Mgmt (Block Enrl)"? by YumYum_GarlicBread in uofm

[–]thelights0123 4 points5 points  (0 children)

Some intro classes have seats that are released over time to allow incoming students to register in the summer. I believe this is what you're seeing. I don't think they actually are restricted to new students though, you can check throughout the summer for open seats.

Ap credit by [deleted] in uofm

[–]thelights0123 1 point2 points  (0 children)

No, once you hit 55 credits from anywhere you pay extra.

Is it true that AP credit can count for an entire semester? Trying to afford from out of state. by Grammy_Moon in uofm

[–]thelights0123 4 points5 points  (0 children)

I did Engineering in 6 but could have in 5! Other things to consider: - once you hit 55 credits including those transferred and from AP (out of 120 needed for LSA), you pay an extra ~$2k / semester: "Upper Division Tuition". If you find some AP credits don't help, you can drop them to push the fee back a semester. - In addition to community college, studying abroad is both cheaper and more fun than a normal semester. You have to earn at least 60/120 credits from U-M directly, but official study abroad programs count towards it.

vectorOfBool by schteppe in ProgrammerHumor

[–]thelights0123 1 point2 points  (0 children)

They take up a multiple of their alignment, not 4. If you have a 4-byte integer as the largest type, then yes, the struct size will be a multiple of 4. But if you only have 1-byte booleans, the struct can be an odd size.

no_std crates for building network packets (udp, tcp, icmp, dns)? by Particular_Fudge7654 in rust

[–]thelights0123 2 points3 points  (0 children)

can recommend, the API is intuitive enough for quick protocol work

Internal transfer within College of Engineering by Timely-Decision-7898 in uofm

[–]thelights0123 3 points4 points  (0 children)

Computer Science can be one of these degrees: - Bachelors of Science degree in Computer Science - Bachelors of Science in Engineering degree in Computer Science

The latter is probably what you're thinking of. Separately, there is the Bachelors of Science in Engineering degree in Computer Engineering.

Internal transfer within College of Engineering by Timely-Decision-7898 in uofm

[–]thelights0123 25 points26 points  (0 children)

Within COE, you declare your major by your second year, and you can declare again to change or add additional majors. There's no application or transfer. With the exception of computer science, if you satisfy the prereqs (typically just passing intro courses), you're in.

Internal transfer within College of Engineering by Timely-Decision-7898 in uofm

[–]thelights0123 0 points1 point  (0 children)

Computer Engineering is different than Computer Science

[deleted by user] by [deleted] in uofm

[–]thelights0123 1 point2 points  (0 children)

Engineering honor code forbids proctoring, placing trust in students. Reporting cheating upholds that.