rllin | 3 years ago | on: Techniques for Training Large Neural Networks
rllin's comments
rllin | 4 years ago | on: Treat Kubernetes clusters as cattle, not pets
rllin | 5 years ago | on: South Africa's lottery probed as 5, 6, 7, 8, 9 and 10 drawn
> The organisers say the sequence is often picked. But some have alleged a scam and an investigation is under way.
> It is extremely rare for multiple winners to share the jackpot.
that sequence happens, but multiple winners is rare
so the combination of them is the concern here
rllin | 5 years ago | on: Why has college gotten so expensive in the last 30 years? A blank check in 1993
supply side are a bit better
wrt cost disease
see how milk has remained the same price for decades
rllin | 5 years ago | on: The brilliance of All Gas No Brakes
AGNB needs some time to grow into longer format
they're literally 3 dudes in an RV without a working toilet
if they had BBC money they would live up to Theroux 100%
rllin | 5 years ago | on: Effective Airflow Development
and then every task is just a standalone, vertically scalable service on k8s or a giant horizontally scalable compute job
rllin | 5 years ago | on: Recent Advances in Natural Language Processing
for example, you can finetune gpt-2 to have an idea of sexual biology by having it read erotica. just like how you can have a model learn the same by watching porn. but it is much more efficient to read the text, since there is much less information that is "useless"
rllin | 5 years ago | on: The brilliance of All Gas No Brakes
it's what Vice tried to capture but failed. parachute journalism works, only if you inject very little of yourself into it and have minimal framework.
rllin | 5 years ago | on: Google announces Pixel 5, Pixel 4A 5G, and Pixel 4A
rllin | 5 years ago | on: VCs Are Destructive Predators
rllin | 6 years ago | on: Stanford Student Claims to Run Bootleg Covid-19 Testing Lab
rllin | 6 years ago | on: Fast and Easy Infinitely Wide Networks with Neural Tangents
rllin | 6 years ago | on: Cloud AI Platform Pipelines
rllin | 6 years ago | on: Cloud AI Platform Pipelines
this isn't an explicit kill-off, but certainly purposefully offering bad support
rllin | 7 years ago | on: Coders Automating Their Own Job
- usury
- patents
- copyrights
- land
- software as a service
the first 3 all have some slowly changing socially acceptable period of profit. and they are all enshrined in law. but this means there are also frameworks in place for adjusting this period of profit (lobbying, etc.)
the 4th is only capped by property taxes and sometimes with unintended consequences (cf. prop 13)
the 5th is unregulated and seems socially acceptable to have no definite end date due to a combination of (sometimes artificial) technical difficulty (need for support, e.g. RedHat, any other company based on FOSS) and slow addition of pithy features.
i'm not sure i have any conclusions, but I think this framework is useful because it allows us to examine it with an older moral framework rather than a more (post) modern marxist.
rllin | 7 years ago | on: Hire people who aren’t proven
any time passion is involved, you are being paid less than market. cash is a more liquid currency and can in fact buy passion.
rllin | 7 years ago | on: Building a Treasury Bond Ladder
people often underestimate their ability to change their own utility functions. If you're watching 4 hours of TV every night (or reading or w/e other "mental recharge" activity) simply change your utility function to let financial planning "recharge you."
The ultimate arb is changing your own utility function.
Obviously this may be harder or easier for some people, but it's a very learnable skill.
rllin | 7 years ago | on: Pandoc
rllin | 7 years ago | on: Show HN: BuzzFeed open source SSO
rllin | 7 years ago | on: Python Fire – Generates CLIs from any Python object
it is bounds better than argparse and click. would highly recommend.
important to note here, that a lot of this is thanks to the python team's continued extension of the inspect module.