Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

#AdventOfCode #Day3

Uncategorized
6 4 13

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    4 Posts
    22 Views
    @itworldcup I would be very surprised if Rust did not emerge as the clear winner here.
  • 0 Votes
    1 Posts
    6 Views
    Happy new year! Let's have a great year for open-source based virtualization stacks! I also just release 1.1.0 of #ProxCLMC which adds support for standalone PVE nodes that are not part of a cluster (got requested by a user).#Proxmox #PVE #homelab #opensource #rust #rustlang #devops #virtualization #CPU #EVChttps://github.com/gyptazy/ProxCLMC
  • 0 Votes
    1 Posts
    7 Views
    my #rust knowledge is quite low and yet I found this hilarious anyway.My fav> clone_mut() gives you multiple &mut to the same location. The compiler assumes mutable references are unique and optimizes based on that. When you break the assumption, the optimizer generates wrong code. Compiler skill issue.https://github.com/buyukakyuz/corroded
  • #AdventOfCode #Day8 with #rust

    Uncategorized adventofcode day8 rust
    1
    0 Votes
    1 Posts
    8 Views
    #AdventOfCode #Day8 with #rust I spent an inordinate amount of time on part1 because * imo the problem definition is wrong* it does matter if you put permutations or combinations in the list, even if you filter them out :( Part 2 is basically the same and I already did it in ruby so I'm not doing it again, at least not today.I wanted to do this with union-find but I have yet to get to the chapter about generics and it seems cheating to do it without it :) https://gist.github.com/riffraff/267f1e326e447815ab0ac28f217bc01f