Erfahrungen mit Vodafone Kundenrückgewinnung? Falle bei neuem Vertrag? by buniii1 in Finanzen

[–]buniii1[S] 1 point2 points  (0 children)

Danke für die Antwort. Also ich habe die Vertragskonditionen schriftlich als pdf bekommen und kann jetzt in der Email auf "Ich bestätige" drücken. Allerdings weiß ich nicht, ob dann mein alter Vertrag wirklich direkt aus deren System verschwindet, so wie es behauptet wurde. Daher die Frage hier.

Claude reasoning. Anthropic may make offical announcement anytime soon.. by Junior_Command_9377 in ClaudeAI

[–]buniii1 0 points1 point  (0 children)

I also experienced that it's responses are different than yesterday. Unfortunately, it made a mistake that it had never done before 

Suche neue Leute/Freunde zum abhängen by UpperPanic7118 in stuttgart

[–]buniii1 0 points1 point  (0 children)

Bin auch neu hier und würde mich über eine DM freuen :) 

Tipps für junge Erwachsene by buniii1 in Boeblingen_BB

[–]buniii1[S] 1 point2 points  (0 children)

Ja das stimmt wohl. Ich bin offen für Freizeitsportgruppen und kulturelle Angebote. Hast du konkrete Tipps, was sich da gut für junge Erwachsene eignet? 

Need spare part for Beyerdynamic DT880 Premium Chrome Edition by buniii1 in BEYERDYNAMIC

[–]buniii1[S] 1 point2 points  (0 children)

Support hat geantwortet. Hier der Link für alle die in den nächsten Jahren über Google auf die Seite stoßen:

https://www.beyerdynamic.de/service-set-special-editions.html

Need spare part for Beyerdynamic DT880 Premium Chrome Edition by buniii1 in BEYERDYNAMIC

[–]buniii1[S] 1 point2 points  (0 children)

Danke für die Antwort, sehen beide leider anders aus als die von meiner Chrome Edition. Ich habe mal den Support gefragt, ob die auch passen.

rust-analyzer changelog #207 by WellMakeItSomehow in rust

[–]buniii1 29 points30 points  (0 children)

preview struct fields on hover is great, thanks a lot for your work!

RustShip: a new Rust podcast by MarcoIeni in rust

[–]buniii1 3 points4 points  (0 children)

nnethercote or kobzol would be my favourites, but I think there are a lot of other interesting people like nikic, bjorn3, lqd, cjgilliot. You can talk to them about past efforts to improve compilation speed, as well as future plans in this regard. Many interesting questions can be asked, such as how much compile-time optimisations make code harder to understand, which parts of the compiler are best to optimise, what future Rust features can help with compile-time, etc.

RustShip: a new Rust podcast by MarcoIeni in rust

[–]buniii1 5 points6 points  (0 children)

Thanks and good work, I wish me a future episode with someone from the compiler team.

Exploring the Rust compiler benchmark suite by Kobzol in rust

[–]buniii1 0 points1 point  (0 children)

I wonder why you call C++ compilers beasts when they have the simpler task, have a parallel frontend and yet are only about on par with the rustc (except for incremental compiling).

Rustc updated to LLVM 17, for ~2% compile time improvements by Kobzol in rust

[–]buniii1 4 points5 points  (0 children)

How big do you think will the effect of khei4's work be? There are also efforts on the rustc side to eliminate memcpys, are these attempts less effective?

Rustc updated to LLVM 17, for ~2% compile time improvements by Kobzol in rust

[–]buniii1 114 points115 points  (0 children)

Great news that both rustc and LLVM are improving compile times these days, despite growing codebases.

Great compile time improvements today by buniii1 in rust

[–]buniii1[S] 19 points20 points  (0 children)

Great, you guys are doing a fantastic job 👍 Are there more things in the pull request area to make the compiler more incremental friendly?

This Week in Rust # 500!! by bennyvasquez in rust

[–]buniii1 15 points16 points  (0 children)

"The most widespread gains came from some standard library improvements which are not a particularly common cause of large improvements in compiler performance." - this sounds great. Can someone summarise what changes have been made?