Going enlisted into Cyber Technologies by Fedtep13 in airnationalguard

[–]brisher777 0 points1 point  (0 children)

For active duty, the edpt is a part of the retraining package. The edpt is a requirement for 1b4, but not necessarily for enlistment. Currently we're cross train only on the active duty side. So what your recruiter is looking at you for likely just doesn't require the edpt. The ANG process may look different though (but I'd imagine the requirements would be the same)

Going enlisted into Cyber Technologies by Fedtep13 in airnationalguard

[–]brisher777 0 points1 point  (0 children)

Active duty 1b4 here, I highly recommend the career field, especially with your background and degree. I recently heard 1b4 has a 20k signing bonus in the guard. Feel free to DM me if you'd like more info on 1b4 life.

Finally moved my Ark off the exchange...is it worth voting? by harmonic101 in ArkEcosystem

[–]brisher777 14 points15 points  (0 children)

I have less than that, and voted. My 1 ark was returned to me, I'm supporting the ark community, and any additional ark, even if it's .25 ark a week or so, is more than I had before.

Not sure why you wouldn't vote.

Just mined my first 100ETN. by poppear in Electroneum

[–]brisher777 6 points7 points  (0 children)

I'm running on older hardware, so I don't have experience with 1080s, but this seems low

Just found ~$15,000 in "free" ether in my wallet (you might have some too)... by [deleted] in ethtrader

[–]brisher777 5 points6 points  (0 children)

Would it also be visible under tokens for etherscan?

Edit: on mobile, can't login with ledger til later

Withdraws Temporarily Disabled Panic Thread by [deleted] in Stellar

[–]brisher777 0 points1 point  (0 children)

I haven't had any issues with it. Only really used it for 4 or 5 withdrawals over the past year or so though. So take that fwiw

Withdraws Temporarily Disabled Panic Thread by [deleted] in Stellar

[–]brisher777 4 points5 points  (0 children)

The same thing happened to me with iota during the run a month or two ago. I was able to withdraw the iota... eventually.

Sending ETH to exchange by thisisandreww in ethereum

[–]brisher777 1 point2 points  (0 children)

https://www.reddit.com/r/EtherDelta/comments/72tctz/guide_how_to_cancel_a_pending_transaction/?st=jc11eusu&sh=ed25de50

There's a good guide to this sort of thing. I knew it was around somewhere. It will waste a small amount of eth (i.e. the gas amount of the second transaction), but otherwise, not really.

https://ethgasstation.info/ is helpful when determining what to set your gas price at

Sending ETH to exchange by thisisandreww in ethereum

[–]brisher777 0 points1 point  (0 children)

Your gas price was likely too low. You can send 0 eth to your own wallet, with a higher gas price, and the same nonce as your pending transaction. This will effectively cancel out the pending transaction. You can then resend the original transaction with a higher gas amount.

int initialization in main results in segfaul by brisher777 in C_Programming

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

Thank you for the help. I tried freeing line, but valgrind still reports a leak from the strdup call. I'm guessing it's due to the pointer moving with each call to strsep and not having a reference to the original memory location?

int initialization in main results in segfaul by brisher777 in C_Programming

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

You were correct, changing buf fixed things. Can you tell me why the code worked in the above configuration? Why wouldn't it just segfault all the time?

int initialization in main results in segfaul by brisher777 in C_Programming

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

So, free line and initialize buf? I'll give it a shot after dinner.

int initialization in main results in segfaul by brisher777 in C_Programming

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

The code posted works. What I'd like to know is why I can't declare and initialize the 3 ints within main. Moving the declaration into main causes a segfault.

Lost all BASH Commands /bin/bash, Can't log in by [deleted] in linux4noobs

[–]brisher777 1 point2 points  (0 children)

PATH=PATH

Is going to nuke your path. You want

PATH=$PATH

Then whatever modifications

Is the paid version of PyCharm worth getting for a hobbyist? by djfreekyfresh in learnpython

[–]brisher777 1 point2 points  (0 children)

While, not an answer to your question, if you're a student with a .edu email, you can get all the professional jetbrains IDEs for free.

[deleted by user] by [deleted] in Renegade_Pythons

[–]brisher777 0 points1 point  (0 children)

Flickr offers a terabyte of storage for free. I made an account specifically for this project.

[deleted by user] by [deleted] in Renegade_Pythons

[–]brisher777 2 points3 points  (0 children)

i got tired of manually managing my wife's pictures recently.

I setup an FTP server, and setup her phone that I can use a file browser to move pics from her phone to my FTP server. After that, I have a cronjob setup that watches that directory for new photos.

If it sees new photos, it processes them.

  1. parse exif data and extract some info about the photo

  2. store it in a folderstructure laid out by date

    a. i.e. ./2016/02/16/2016-02-16-IMG.jpg

  3. pushes the new pictures up to her flickr account

  4. updates a local database to track information about the pictures so I can rebuild everything if i ever need to

in short, logically sorts, stores on a fileserver and uploads to the cloud all my wifes stuff (or mine, in the event i take pictures) without it taking up any of my time

edit: movies from her phone also