crypto

Jan 12

Notes on WikiLeaks: Assange Extradition Fact Sheet -

notesonwikileaks:


15 Overlooked Facts About the Assange Extradition Case




1) Julian Assange is not charged with anything in Sweden or any other country.

[Source: @wikileaks]



2) Julian Assange did not flee Sweden to avoid questioning. He was given permission to leave the country on the 15th…

Jan 02

adamgpresents:

i can’t believe i voted for this fuck

adamgpresents:

i can’t believe i voted for this fuck

Sep 21

shortformblog:

the-mtblog:

SCOTUS court order.

All it takes to end a man’s life is 23 words. That’s it. Otherwise it’s radio silence.

shortformblog:

the-mtblog:

SCOTUS court order.

All it takes to end a man’s life is 23 words. That’s it. Otherwise it’s radio silence.

Sep 17

Onion, Jalepeno and Black Olive Salsa (vegan)

Ingredients:

  1. Chop onions small - you know, the little half/three-quarter-centimeter squares you like?  Yeah, just like that.  Put in some tupperware with a lid on it for now.
  2. Chop jalapeños even smaller.  I don’t recommend blending them, but you basically want to end up with small bits.  It doesn’t have to be uniform.  Put it all in the same tupperware from step 1.
  3. Add salt to the tupperware mixture enough to make the onions and jalapeños ”sweat” - this isn’t for taste - add about a half-teaspoon.  Close the tupperware and shake it all up.
  4. Put the two cans of diced tomatoes in a medium sized pot on the stove and turn it on the lowest heat possible.  This is a slow-cook recipe.
  5. Chop up the garlic cloves as small as possible, just like you did with the jalapeños.  Again, no food processor necessary - the end result being non-homogenous is a good thing.
  6. Put the garlic in the tupperware with the jalapeños, onions and salt from step 3.  Add a tiny bit more salt.  Add pepper, basil and cilantro in proportions you’ll like - this is modifiable later on.  I usually try a 50/50 blend of basil and cilantro, about 2 teaspoons.  Add a tablespoon of water - more or less doesn’t really matter, just enough to moisten all the dry spices you added.  Close the tupperware again and shake it to mix.
  7. Wait 5 minutes.  Lower the temperature of the tomatoes if your stove goes any lower (I’m serious about it being low).
  8. Chop up half of the can of black olives a little bigger than the jalapenos.  Add to tupperware mixture, put the lid on and shake it up.
  9. Wait 5 minutes.
  10. Taste the mixture.  The onions should still be slightly crunchy, with a hint of jalapeño, and the spiciness of it should hit you about 20-30 seconds in.  This is going to be very acidic to start, so have a small cup of water sitting by.
  11. Add sugar to cut the acidity.  You can’t really fix it easily, so don’t add too much to start - usually a teaspoon of sugar does the trick.  You’ll know when it doesn’t burn right away when you try the mixture.
  12. Turn off the stovetop (at this point, the diced tomatoes are probably simmering-ish).  Immediately add the mixture from the tupperware and mix it up.
  13. The mixture will most likely be a little thin.  Add tomato paste a tiny little bit at a time until the salsa doesn’t immediately fall off of the spoon when you pick it up.  It will thicken as it cools.
  14. Taste the salsa.  Add the tiniest bit of sugar at a time and mix to kill the acidity.
  15. Put in something that can be stored in the fridge and put it in the fridge until it cools down.

Cooling down will take a little over an hour and a half, should serve at least 5-8 people.

Aug 28

Blueberry Balsamic Vinaigrette Recipe

Ingredients:

  1. Put blueberries, balsamic vinegar, fresh basil and cilantro in a food processor and turn it on for a couple seconds.
  2. Let it sit for two minutes.
  3. Add sugar, salt and pepper to taste.  Sugar is to cut the acidity, not to add sweetness.  Don’t overdo it.  If it tastes a little sweet, add a little more balsamic until it’s between sweet and acidic.
  4. Add olive oil and use a hand blender on it until it’s homogenized.

Aug 20

(via michael)

Aug 13

Openindiana: Splitting an LACP aggregated link

Recently I have found a reason to have 2 links to my Openindiana file server instead of 1, namely iSCSI traffic clogging up the single aggregated link.

Until I get 2 more links on this box, I’m going to need them to be split up.

More after the bump…

Read More

Jul 23

topherchris:

The rise of the internet has led to the widespread creation and proliferation of crude photoshops which make simple and powerful political statements. I’m a fan of the trend, and a fan of this message in particular.
But it’s going to be awesome after the technological singularity in 2021, when an internet-capable artificial intelligence decides our laws based on the popularity of such memes.
(I feel like I’m channelling hatethefuture right now.)

topherchris:

The rise of the internet has led to the widespread creation and proliferation of crude photoshops which make simple and powerful political statements. I’m a fan of the trend, and a fan of this message in particular.

But it’s going to be awesome after the technological singularity in 2021, when an internet-capable artificial intelligence decides our laws based on the popularity of such memes.

(I feel like I’m channelling hatethefuture right now.)

(via michael)

Jul 16

Openindiana with iSCSI to Mac Initiator

Don’t have enough space on your existing Time Machine backup disk?  Time Capsule need to be expandable or redundant, or just work correctly?

Try this recipe!

(next up: Time Machine with OpenIndiana/FCoE) 

Prereqs:
pkg install SUNWiscsit
pkg install SUNWstfm
svcadm enable -r iscsi/target:default

Creation of zvol:
zfs create -V 500G rspool/TimeMachine

Add to SCSI block disk:
sbdadm create-lu /dev/zvol/rdsk/rspool/TimeMachine

Get GUID for SCSI target mode framework adding, etc.:
sbdadm list-lu

Add to SCSI target mode framework:
stmfadm add-view 600144f044bb4a0000004e204e5e0001

Create iSCSI target:
itadm create-target

Get target info (target name, etc) for initiator, deleting target, etc:
itadm list-target -v

Get iSCSI initator for Mac:
http://www.studionetworksolutions.com/products/product_detail.php?pi=11
- Open dmg, install and reboot.
- Use info from itadm list-target to configure adding the target onto the Mac in System Preferences/globalSAN iSCSI target initiator.
- Add IP to iSCSI target initiator.
- Giggity.

Expand the zvol:
zfs set volsize=750G rspool/TimeMachine 

Delete target:
itadm delete-target -f iqn.1986-03.com.sun:02:8f0c7105-0262-e2c5-9c4e-a59edebd42b4

Remove from SCSI target mode framework:
stmfadm remove-view -l 600144f044bb4a0000004e204e5e0001

Remove from SCSI block disk:
sbdadm delete-lu 600144f044bb4a0000004e204e5e0001

Recover space from zvol:
zfs destroy rspool/TimeMachine

Citations:
http://www.tek-blog.com/main/index.php?blog=2&title=comstar_howto&more=1&c=1&tb=1&pb=1
And wherever Mike Schenck’s blog went. 

Apr 08

Summary of the only two seasons of V that will ever exist

Season 1

Season 2

Holy fuck this show needs to get shitcanned so hard it’s made an example of.