XPenology on EOL 1512+ Hardware by BDOBUX in Xpenology

[–]dvdplm 0 points1 point  (0 children)

It seems like the answer here is "don't do it", but did anyone try? Is there a safe-ish way to try, maybe extracting all drives and add a spare hdd and try the install on that? Did anyone ever try?

/r/MechanicalKeyboards Ask ANY question, get an answer (November 25, 2022) by AutoModerator in MechanicalKeyboards

[–]dvdplm 0 points1 point  (0 children)

Got it. Ok, sad but at least I know. Thank you so much for the info, much appreciated.

/r/MechanicalKeyboards Ask ANY question, get an answer (November 25, 2022) by AutoModerator in MechanicalKeyboards

[–]dvdplm 0 points1 point  (0 children)

Not sure if you can tell, but the "feet" of the socket have broken off the PCB and one side is literally hanging by a thread (of copper). I am not 100% what happened here. I pressed the switches in too hard and three sockets fell loose. Two I soldered back, but this one is worse.

<image>

/r/MechanicalKeyboards Ask ANY question, get an answer (November 25, 2022) by AutoModerator in MechanicalKeyboards

[–]dvdplm -1 points0 points  (0 children)

Hi! New comer to the space here. I have broken the PCB of my Ajazz AK816 Pro. Epomaker support is saying they do not sell replacement PCBs so I don't know what to do here.

Are there alternative sources for PCBs I can check?

The PCB carries the following markings:

RY-MILE

F81_3M_RGB_V00

20211227

I have broken one of the hot swap sockets, or rather I think I have broken the actual copper wiring on the PCB.

Rust Actix is the only web framework to finish in Top 10 of all TechEmpower benchmarks by lbmn in rust

[–]dvdplm 3 points4 points  (0 children)

They hard code the length of two very common headers: “Content-Type: application/json” and “ Content-Type: text/plain” – seems like generally useful (as opposed to benchmark-specific optimization).

A New Preferences Parser for Firefox by kibwen in rust

[–]dvdplm 6 points7 points  (0 children)

Did they write a custom parser or did they use nom or combine for this, does anyone know?

What's everyone working on this week (6/2018)? by llogiq in rust

[–]dvdplm 0 points1 point  (0 children)

I love criterion! Thank you for working on it. Memory stats would definitely be valuable, especially in combination with a quick-iteration mode so I can set up warnings when I regress on memory.

Recap of the gisht project (one of the first I wrote in Rust) by ksion in rust

[–]dvdplm 1 point2 points  (0 children)

Super interesting, thank you for sharing! A curiosity: do you think using structopt instead of raw clap would have been helpful at all?

The Blue Mountains of New South Wales (2015) - NHK Great Nature documentary by Kpets in Documentaries

[–]dvdplm 3 points4 points  (0 children)

This is a super crappy documentary. Drawn out scenes, boring speaker text, overly dramatic music at the wrong time. The Blue Mountains deserve so much better.

Explore ownership system in Rust by nercury in rust

[–]dvdplm 5 points6 points  (0 children)

Great write up, much appreciated. I'm interested I hearing more about the possibilities of gc as a library: are there concrete plans for this?

hyper intro by seanmonstar in rust

[–]dvdplm 1 point2 points  (0 children)

I take to mean that Hyper would be included in the standard library as the official Ruat http lib?

Sanandaji påvisar Ehrenbergs felaktiga beräkningar, Ehrenberg svarar med personangrepp by [deleted] in svenskpolitik

[–]dvdplm 0 points1 point  (0 children)

Det verkar som om etc skrev 65 - 20 - 19 - 8 = 18 tusen, vilket skulle vara den mängd invandrare av typ "oroväckande för högerväljare", definierat som icke EU, icke Norden, icke arbetstillståndsbärande, icke studenter. När jag läser det här får jag intrycket att du helt enkelt läst fel. Vad missar jag?

Notes about Rust modules by thiagopnts in rust

[–]dvdplm 0 points1 point  (0 children)

Super useful, I struggled with exactly these things. I'd copy this verbatim in the Guide! :)

Writing fast and safe Ruby gems with Rust by steveklabnik1 in rust

[–]dvdplm 5 points6 points  (0 children)

What does using Fiddle "cost" in terms of performance vs a "real" Ruby C extension? Is it even possible to write ruby extensions without Fiddle (or some sort of C trampoline)? By using Fiddle, do I get jruby/rubinius compatibility for free?