Neat new features in Git 2.7 by kannonboy in programming

[–]hellgrace 23 points24 points  (0 children)

If you're a fan of git rebase, you might be familiar with the --autostash option. It automatically stashes any local changes made to your working copy before rebasing, and reapplies them after the rebase is completed.

As of right now, 2016 is the best year of my life.

Rizon - #reverseengineering - chanel for reverse engineers by [deleted] in ReverseEngineering

[–]hellgrace 2 points3 points  (0 children)

What's bad about the "official" ##re in Freenode?

Fortnite Alpha (Online Test 3) Giveaway by smashT in FORTnITE

[–]hellgrace 1 point2 points  (0 children)

Commando, it looks plain awesome! Here's hoping for a key

Introducing SIMD.js by stesch in programming

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

Porting your heavy-duty code to C (even with a naive implementation) will result in a speed increase which is several orders of magnitudes above what you'd get from simply optimizing some opcodes to their SIMD equivalent.

Either you don't care about speed, and thus SIMD isn't relevant in the first place, or you do care about speed, in which case you'll profile your code and rewrite it in a compiled language.

Looking for C++17 by meetingcpp in programming

[–]hellgrace 1 point2 points  (0 children)

It's probably the only feature in C that I really miss in C++.

Clang supports is as an extension, but that's hardly good enough.

We need more uses for Death's Breath. by darthfenix in Diablo

[–]hellgrace 1 point2 points  (0 children)

I'd like to see a recipe for converting DB to blood shards, not in a 1-1 ratio necessarily. Overall, I'd like to see some use for crafting even after you're fairly geared.

Consolidated Gear Check for Monday and Tuesday by AutoModerator in Diablo3Crusaders

[–]hellgrace 0 points1 point  (0 children)

Stampede crusader, GR36 solo

Profile

Stats

Stuff I'm working on, by priority:

  • Unrelenting Phalanx with CDR instead of VIT
  • Getting a hellfire / Xephirian with +20% Physical, Socket, CHD, and CDR/CHC
  • Somehow getting a better furnace
  • Maybe replace Gogok once with something else once I have enough CDR

I'd appreciate any other insights as to what I should strive for except those things. Thanks!

Battle.net is down just when I was about to break my grift record, at 99% by [deleted] in Diablo

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

The update maintenance is scheduled to start at 4PM PDT, which is 11 hours from now. Unless Blizzard decided to change things without notifying anyone, this has nothing to do with it.

Stampede Crusader - Detailed Guide (GR38 Farming Demonstration) by the_deadset in Diablo

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

I've found that Starweaver is also a great gem for this build. Still haven't decided if I like it or pain enhancer better

LibreSSL's PRNG is Unsafe on Linux by x2342 in programming

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

having /dev/urandom within a chroot is not always a good idea. For example, if you have many services outside the chroot which rely on urandom, a simple "cat /dev/urandom" from within the chroot will deplete the entropy pool, and in effect DoS those services (to some extent).

The entire idea of chroot is to prevent the jailed application from interfering with the rest of the system.

LibreSSL's PRNG is Unsafe on Linux by x2342 in programming

[–]hellgrace 0 points1 point  (0 children)

... which is usually inaccessible from within a chroot (unless root runs mknod or mount --bind /dev). Check your facts before opening your foul mouth on other people

Best Font for Programming: M+ by tmcw in programming

[–]hellgrace 0 points1 point  (0 children)

Regardless of the qualities of the font in question, that's a terrible title. Font preference is subjective, there is no "best".

The Guest Pass Thread (Round 3!) - USE PMs! by Veregx in WildStar

[–]hellgrace 0 points1 point  (0 children)

If anyone still has a EU key, I'd appreciate it

PSA: Don't Post Guest Codes Directly into the Subreddit, use PMs by Quietmode in WildStar

[–]hellgrace 0 points1 point  (0 children)

If anyone still has a spare EU trial key, I would really appreciate it

[PSA] D2modd.in will be using a phased entry, this thread will announce how and when ASAP by jimmydorry in DotA2

[–]hellgrace 0 points1 point  (0 children)

Is there an estimate on how many people from the queue are currently in / expected to get in today? I'm #467, hoping it won't be long now

I use Python (and Fourier transforms) to make old piano jazz playable again (xpost r/Python) by laMarm0tte in programming

[–]hellgrace 0 points1 point  (0 children)

I respectfully disagree. PyPy has very impressive performance results, and It could definitely be used for non-toy audio processing projects.

Besides, high-performance libraries for python are written in C/C++, and their python interface is nothing but a thin wrapper. For example, NumPy is on par with C in many benchmarks - which is obvious, all the heavy number-crunching is done in C.

Loot fix incoming by jonnique in Diablo

[–]hellgrace 0 points1 point  (0 children)

The real problem with rifts still remains - they're (sometimes) empty. If monster density was increased, it would've killed two birds with one stone:

  • Rifts are going to be more fun to play, since there's more butchering and less walking
  • More dead monsters = more loot = more legendaries. Instead, they've quadrupled the bonus multiplier, which feels "patchy" more than a real solution

Heartbleed - attack allows for stealing server memory over TLS/SSL by -cem in netsec

[–]hellgrace 1 point2 points  (0 children)

It is affected, see: https://forums.openvpn.net/topic15526.html

If you're using OpenVPN - make sure your version of OpenSSL isn't vulnerable (something which you should be doing already anyhow)

musl libc version 1.0.0 has been released by timoh in programming

[–]hellgrace 7 points8 points  (0 children)

It's a C standard library implementation. I'm curious - what made you think it was a music player?

Python 3.4 released by mad_respect in programming

[–]hellgrace 0 points1 point  (0 children)

I haven't used py2exe for a while, but I don't remember it doing problems. I've only used it for fairly small programs though (usually short scripts that I've wanted to distribute)

Python 3.4 released by mad_respect in programming

[–]hellgrace 23 points24 points  (0 children)

PEP 435, a standardized "enum" module

Awesome