blog // ~ben

a blog about tildes and other things

otm

February 15, 2018 — ~ben

just heard the latest episode of on the media. this is a super helpful guide i found on their twitter.

Tags: podcast

Comments? Tweet  

quote of the day

February 13, 2018 — ~ben

Be Alert! - the world needs more Lerts.

Tags: quotes

Comments? Tweet  

webassembly

January 17, 2018 — ~ben

according to this post on the mozilla blog, we will be able to compile wasm as it streams into the browser in much the same way that images are decoded. this is a huge game changer from the current paradigm of loading javascript completely before being able to parse and compile it.

this will make so many things possible in the browser that never were before!

i decided to follow this tutorial and ended up with this.

i don't know what to do next. any ideas?

Tags: wasm, dev, internet

Comments? Tweet  

pop quiz

January 16, 2018 — ~ben

is this real?

4k witcher 3

hint: it's not. it's the witcher 3. and it looks like a real place.

Tags: 4k-gaming, gaming, gtx1080ti, pc-master-race

Comments? Tweet  

git remotes with ssh aliases

January 12, 2018 — ben

did you know that ~/.ssh/config aliases work for git remotes??

~/.ssh/config

Host gh
HostName github.com
User git
IdentityFile ~/.ssh/gh_key

you can now use gh:username/repo as the remote in place of git@github.com:username/repo, which is much shorter and easier to type many times!

git clone gh:benharri/learngit

there are many other use cases for the ssh_config file. for example, here is my config for the tilde machine for easy ssh connections.

Host tilde
HostName tilde.team
User ben

then use ssh tilde to start a new ssh session. this also works with scp: try something like this scp file.txt tilde:workspace/. in place of scp file.txt ben@tilde.team:workspace/.

the ssh_config file is super useful. check man ssh_config for a full list of options!

Tags: git, ssh

Comments? Tweet  

cold

January 05, 2018 — ben

why is it so cold

i'm so done with winter

Tags: cold, weather, winter, snow

Comments? Tweet  

8values

January 03, 2018 — ben

not that i'm very surprised by this, but i took the quiz again (after losing my results url) and got these results.

take the quiz here

my results again as a link

Tags: 8values, ideology, politics

Comments? Tweet  

mastodon

December 22, 2017 — ben

hi everyone.

i started hosting a mastodon instance at social.tilde.team.

check it out if you want some federated open source social goodness :)

send me a toot @ben@tilde.team (from any mastodon instance!)

thanks!

Tags: social-networks, mastodon, tilde

Comments? Tweet  

loading...

December 21, 2017 — ben
const loadingmsgs = [
    "Proving P=NP...",
    "Computing 6 x 9...",
    "Mining Bitcoin...",
    "Dividing by 0...",
    "Initializing Skynet...",
    "[REDACTED]",
    "Downloading more RAM...",
    "Ordering 1s and 0s...",
    "Navigating neural network...",
    "Importing machine learning...",
    "Issuing Alice and Bob one-time pads...",
    "Generating random sequence from key inputs while trying to exit vim...",
    "for i in range(additional): Pylon()",
    "(creating unresolved tension...",
    "Symlinking vim to nano and ed...",
];

sauce

Tags: jokes, humor

Comments? Tweet  

vr

December 18, 2017 — ben

i picked up an oculus rift after my last paycheck :P

it was half christmas present. these are some of the games that i'm most excited for:

  • elite dangerous
  • lone echo / echo arena
  • dirt rally
  • gun club vr
  • eagle flight
  • robo recall

have you played any other cool vr games lately? are there any that i should check out?

let me know!

Tags: vr, virtual-reality, gaming

Comments? Tweet