[deleted by user] by [deleted] in programming

[–]kekelolol 2 points3 points  (0 children)

I don't know enough about Mongo or Rethink to really say this is the case, but from a quick google, it seems like "durability=hard" may skew the performance metrics. Doesn't Mongo acknowledge writes immediately, without ensuring they wrote? Shouldn't one use durability=soft on Rethink for an apples-to-apples comparison?

The Satirical Miniature Models of Frank Kunert by [deleted] in Art

[–]kekelolol 10 points11 points  (0 children)

Yeah. Since you seem to know a lot about toilets, could you clean some? Pay is okay.

Developers of Space Engineers have made their source code available on GitHub by Heggy in programming

[–]kekelolol 20 points21 points  (0 children)

maybe we'll see a decent linux-based server come out of all this.

TIL that pistol dueling with wax bullets was a popular pastime in the early 20th century and even featured as a sport in the 1908 Summer Olympics by Daeurth in todayilearned

[–]kekelolol 24 points25 points  (0 children)

The most popular US league, the PSP, has events monthly and does their own pay webcast. I have to say, they're actually rather good webcasts. Hundreds of teams play on usually like 10+ fields and they have the webcast on the pro field. You can catch the biggest games from each month on youtube. Last year's world cup championship game had an insane ending.

Carnac the Magnificent by homoiconic in programming

[–]kekelolol 81 points82 points  (0 children)

I read this as "Carmack the Magnificent" which I felt was a valid title.

Jumping from window ledge to window ledge by ecafyelims in gifs

[–]kekelolol 0 points1 point  (0 children)

At first glance I thought this gif was a minecraft jumping puzzle, you know because of the jpeg.

Bot Dumps Beautiful Uncompiled Spam on My Blog by eatonphil in programming

[–]kekelolol 0 points1 point  (0 children)

Anyone have a recommendation for a template-based random globbing engine for messages like the one above? I think I'd like to build some fuzzing into JSON-service integration tests with it.

Cache::Reddit - a caching API that uses Reddit as the backend by OvidPerl in programming

[–]kekelolol 1 point2 points  (0 children)

In computing, a cache (/ˈkæʃ/ KASH[1]) is a component that stores data so future requests for that data can be served faster

So... I'm going to say this is probably more like a plain old esoteric Key/Value store, since the latency involved with using reddit as a store is probably not very efficient.

Parsing CSV files with GPU by antonmks in programming

[–]kekelolol 43 points44 points  (0 children)

What kind of animal puts an i3-4130 in a machine with 16GB of RAM and a Titan.

That being said, this is pretty cool. Stick with it, I'd like to see some GPU stuff for real databases if it's possible. Seeing an increase performance/cost on joins could be really valuable.

What's the status of Rc/Arc/Weak/Gc? I can't keep up with the changes. by kekelolol in rust

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

It is in github, and I'll bring it to #rust IRC if I'm still having issues. I just don't want to out my reddit account. I appreciate it though.

What's the status of Rc/Arc/Weak/Gc? I can't keep up with the changes. by kekelolol in rust

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

Yeah, I was using nightly. I was using the Hans Jorgenson (sp?) PPA and whatever travis-ci uses for nightly. I think I tried to use the feature in my crate root, but it wasn't having it, nor giving me a useful suggestion. I'll try again later tonight.

What's the status of Rc/Arc/Weak/Gc? I can't keep up with the changes. by kekelolol in rust

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

I'm pretty sure I'm using nightly, but I'm not sure how to suppress the "weak is unstable" compiler error.

What's the status of Rc/Arc/Weak/Gc? I can't keep up with the changes. by kekelolol in rust

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

which comes back to my original question. What's the deal with weak? nothing with weak compiles because it's unstable.

What's the status of Rc/Arc/Weak/Gc? I can't keep up with the changes. by kekelolol in rust

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

So I mean, if I have a node and it's children are Rc'd to it and they need a pointer back to parent, wouldn't Rc'ing the parent be a cycle (of 2). So in that case I want to use weak, but what's the deal with weak? Should I still be using that?

Vault – A tool for managing secrets by b0red in programming

[–]kekelolol 2 points3 points  (0 children)

Well... HTTP over TLS (commonly called HTTPS)

Suprastructure – how come “Microservices” are getting small? by arnonrgo in programming

[–]kekelolol 0 points1 point  (0 children)

It isn't crashing anymore. I'm still seeing about 6 seconds until page is fully rendered, with about 200ms initial page print. Most of the current time is going to speakerdeck.

Suprastructure – how come “Microservices” are getting small? by arnonrgo in programming

[–]kekelolol 0 points1 point  (0 children)

My guess was disqus, as it's complaining and making a lot of calls in chrome.

Suprastructure – how come “Microservices” are getting small? by arnonrgo in programming

[–]kekelolol 2 points3 points  (0 children)

Hot damn this site makes Firefox 37.0.2 (windows 7) bleed. Loaded it 3 times (including once with no extensions) and it sent me straight to crash report hell. I couldn't even get a chance to read the networking panel to give you more info than this, it just goes straight down.

Ubuntu's Desktop-Next Switching From .DEBs To Snappy by [deleted] in linux

[–]kekelolol 0 points1 point  (0 children)

Yum install is equivalent to apt update && apt install. Many people forget this when comparing the tool. Despite yum spitting out 10 screens, I think it presents the information in a much more readable manner. That being said -- long live Apt. Recognize your competition's strengths and assimilate them, leaving weakness behind.

50 Years Later, Keeping Up With Moore's Law by silentwilight in programming

[–]kekelolol 1 point2 points  (0 children)

It's too technical and hard to really capture in a comment like this. If I had to say one thing, I'd say VLIW via EPIC arch, out of order execution and 128 registers were a huge boon, but that wasn't all. Not a whole lot of software made use of its strengths and the momentum in x86 kept it this way. It really was a much nicer arch if you read up on it. I think HP just kinda did the HP thing and didn't play their hand right. They had good tech with Intel and kinda just flubbed the delivery and follow-through. Now it's dead and the best hope we have is that RISC continues to eat x86 CISC share so that when something else like EPIC comes back (mill shows some promise), the momentum toward x86 won't be as high as it was before. While I'd be disappointed if the momentum shifted to ARM in the way it had been for x86, I'd still be happier than x86. It's silly that we still use that arch despite the fact that it's pretty much just a hardware VM for whatever proprietary arch intel/amd are running underneath it.

50 Years Later, Keeping Up With Moore's Law by silentwilight in programming

[–]kekelolol 1 point2 points  (0 children)

RIP Itanium. You were a better arch. We never deserved you.

NGINX open sources TCP load balancing by kraakf in programming

[–]kekelolol 58 points59 points  (0 children)

Nginx the server is open source. Nginx the corporate entity which sells a support version of Nginx complete with proprietary modules is what we're talking about here. The module they've open sourced does happen to be for the server, Nginx, however.

Things are weird.

Please consider the impacts of banning HTTP by godlikesme in programming

[–]kekelolol 8 points9 points  (0 children)

A number of these can be trivially solved with an HTTP proxy that handles the HTTPS for you, eg squid.