HN user

pyronicide

455 karma
Posts23
Comments26
View on HN
kty.dev 1y ago

Write your next Kubernetes controller in Rust

pyronicide
2pts0
kty.dev 1y ago

Stop Making Kubernetes Auth Hard

pyronicide
4pts0
kty.dev 1y ago

Show HN: Kty – The Terminal for Kubernetes

pyronicide
7pts0
www.youtube.com 5y ago

Service Mesh – The New Single Point of Failure

pyronicide
9pts1
linkerd.io 6y ago

Multicluster Kubernetes with Service Mirroring

pyronicide
27pts3
medium.com 7y ago

Istio uses more than 50% more CPU than Linkerd

pyronicide
53pts1
blog.pulumi.com 7y ago

Kubespy trace: a real-time view into the heart of a Kubernetes Service

pyronicide
7pts0
kubernetes.io 7y ago

Hands on with Linkerd 2.0

pyronicide
139pts37
blog.pulumi.com 7y ago

The lifecycle of a Kubernetes Pod

pyronicide
7pts2
blog.conduit.io 8y ago

Conduit 0.5.0 and the future of Conduit

pyronicide
93pts11
lipsumo.hound.io 12y ago

LIPSUMO: Lorem Ipsum from Project Gutenberg literature

pyronicide
2pts0
www.samahope.org 12y ago

Picking the right non-profit KPI

pyronicide
3pts0
news.ycombinator.com 15y ago

Ask HN: Anyone know of a client package/dependency manager for javascript?

pyronicide
4pts1
saunter.org 15y ago

Janky.post: Making cross-domain possible in javascript one request at a time

pyronicide
14pts9
twitter.com 15y ago

Poor emacs users ...

pyronicide
2pts0
news.ycombinator.com 15y ago

Node.js + couchdb = match made in heaven

pyronicide
15pts3
news.ycombinator.com 15y ago

PG: Thank you for putting on Startup School

pyronicide
171pts35
news.ycombinator.com 15y ago

Ask HN: Anyone in SF interested in compilers?

pyronicide
10pts5
blog.bittorrent.com 16y ago

uTorrent Opens Up Apps, Starts Developer Challenge

pyronicide
32pts15
urbantick.blogspot.com 16y ago

Maps showing density of Tweets in four cities

pyronicide
6pts1
www.roku.com 16y ago

Roku Developer Contest - Make a new channel

pyronicide
2pts0
news.ycombinator.com 16y ago

Ask HN: How do you go about finding designers?

pyronicide
33pts42
blog.bittorrent.com 16y ago

Introducing Apps for µTorrent

pyronicide
24pts16

I've always wanted a setup like this! It is so much easier to author docs when you can tie them directly to functionality and manage through PRs.

How are you planning on managing the publishing workflow for non-devs? Marketing and docs teams tend to struggle quite a bit with git specific flows.

This article is pretty focused on the build type of k8s developer tools. There are other types as well that can fit into specific places in your workflow. Joe Beda does a fantastic high level overview of the different types in last week's #tgik8s: https://www.youtube.com/watch?v=QW85Y0Ug3KY .

Here's a couple tools that try to tackle this problem in different ways:

- Ksync - `docker run -v local:remote` for your k8s cluster (https://github.com/vapor-ware/ksync)

- Telepresence - extend the cluster network locally (https://www.telepresence.io/)

- Forge - end to end development through deployment (https://forge.sh/)

Would anyone know if there's audio/video of these lectures? I keep seeing amazing classes like this and wishing that everyone could enjoy them instead of just the local students.

The reason that cross-domain requests are disallowed has to do almost entirely with cookies. The concern is that since almost everyone uses cookies for identity, it is possible (without the cross-domain barrier) for a random web page to tell the browser to go fetch all their secret data and then return it to the malicious page.

This whole thing isn't an issue any longer if the server containing the secret data is expecting random people to access it and implements auth with something more than cookies. Take a look at Twitter and Facebook. They both allow cross-domain requests.

janky.post will only work if the server is expecting the request (it won't allow arbitrary requests to anything on the remote server) and then, it's up to the remote site's engineers to make these endpoints secure.

I've not done much profiling/performance (especially on older browsers) yet. My use case for the whole thing was to do a fire and forget POST to a separate domain.

Honestly, flash might be the best solution for something like you're talking about. I was just going for something with almost no dependencies that was stupidly simple.

Right now, I'm just using qunit + sinon.js. I'm not super happy with it (I'd really like to get to the point where all my development is done via. writing unit tests), but so far it works. Honestly, one of the big advantages of backbone is that because of the structure it forces on your code, unit testing is easier.

Everything ends up being in a small testable chunk that you can stub out the interfaces for and test (see sinon.js, can't say enough good stuff about that). I've also got a small Backbone.sync implementation that just loads test fixtures and returns data from that, allowing me to have a db to test against that's fake and synchronous. With couchdb, all I have to do is take a DB dump of what I want to test, put it into a file in my test directory and I've got instant fixtures.

I've done some interesting applications with Backbone.js over the last 2 months or so (for anyone that uses uTorrent, here's one: http://apps.bittorrent.com/ucast/ucast.btapp all in about 800 lines of code, just unzip the btapp file if you'd like to see the source). After trying other things like SproutCore, Cappuccino or Evently, I'll never go back.

I actually ended up being surprised by how backbone changed what I do with javascript. With backbone, you can create views that are really just widgets. For example, if you have a list item, you can create a view specific to that list item. Then, all the events and state for that list item are encapsulated right there. No need to store state in the DOM, you can just fetch it from the model when it happens. This then allows you to bubble events up through the parent views to change the entire page's state. Because of the separation, you really end up having little pieces of javascript that only know about themselves and the whole picture ends up being considerably less fragile and easier to debug.

I'm also a big CouchDB fan. Since backbone models are just documents, the integration with CouchDB is very minimal and you get instant serialization of user state (it really is that easy, to pimp one of my projects: https://github.com/pyronicide/backbone.couchdb.js). There are no server handlers you need to write (hell, don't forget you don't even need to run a web server, Couch'll do that for you!) and you end up with less complexity overall.

MixPanel Platform 16 years ago

I've been using mixpanel's platform for a couple weeks now and have been super pleased with it overall. Being able to deliver stats to my end users has been a big success.

Some interesting ideas ....

- Make it easy for people to get TED talks via. BitTorrent with recommendations

- Share your torrents with friends in a Blippy style feed

- Make something feel good, like a map with the general locations of all the peers you're connected to.

Okay, after reading through this thread, there seems to be an interesting trend. Almost everyone has beefy processors and lots of memory .... but it is all hooked up to a 19" monitor. Sure, there are people with the 27" iMacs and 30" monitors, but they sure seem a lot less than I would have guessed.

For those of you still using laptop screens, 19" monitors or even 22" monitors, have you tried something bigger? The difference in my productivity between a 30" or 2x24" monitors and the screen on my laptop is palatable. In fact, I'd go so far as to say that given all the cloud computing these days, I'd take a slow system without much memory as my local box if I could get a bigger monitor for it.

I wholeheartedly agree with you, I'm really interested in a partnership with someone that can lead the design (and not just the art).

In my world though, I don't even know how to start getting friends that are artsy. Any good suggestions there?

There is nothing actually bundled. It is easier to download those things, but if you still want the light, small, fast experience, that hasn't changed at all.

Here are some books that are a mix of psychology and economics that I think are especially suited for HN:

Behavioral Economics:

  Predictably Irrational - Dan Ariely
  Nudge - Richard Thaler
  Switch: How to Change Things When Change is Hard - Chip and Dan Heath
Economics:
  The Black Swan: Impact of the Highly Improbable - Nassim Taleb
  Fooled by Randomness - Nassim Taleb
  Drunkard's Walk - Leonard Mlodinow
Psychology:
  Opening Skinner's Box - Lauren Slater
Management:
  The Education of a Coach - David Halberstam