Live data from Hacker News

Viewing profile — rarrrrrr

rarrrrrr

HN member
Joined
Sat, Nov 22, 2008, 5:08 AM UTC
HN karma
1,732
Public activity
320 items

About rarrrrrr

I'm Alan Fairless

I'm a hacker, software engineer, and repeat-offender entrepreneur known for building security focused software systems.

I recently founded Transportant which helps K12 school systems keep students safe by making their school buses smarter (hardware & software.)

Previously I cofounded SpiderOak in 2006. The approach to "No Knowledge" end-to-end encrypted products and effective information security was endorsed by famous hacker Kevin Mitnick, NSA whistleblower Edward Snowden, and featured in the New York Times, Wall Street Journal, The Guardian, Wired, and many others. Our products have been used by millions of people, various governments and large corporations around the world.

You can reach me via yc at alanfairless dot com.

Recent public activity

  1. comment
    Comment #43905801

    Strangely enough, there's even some likelihood that killing off the passenger pigeon actually promoted Borrelia burgdorferi. The passenger pigeon's main food source was tree mast. …

  2. comment
    Comment #43856591

    If you're regularly syncing from an older version to a new version, you can likely optimize further using gzip with "--rsyncable" option. It will reduce the compression by ~1% but …

  3. comment
    Comment #31236139

    Transportant | Backend Software Engineer | USA | Full-Time | Remote | $120-$160k | https://transportant.com/ Transportant helps K12 school systems keep students safe by making thei…

  4. comment
    Comment #29782902

    Transportant | Electrical Engineer | USA | Full-Time/Flexible | Kansas City but REMOTE | $120k-$180k Transportant provides hardware and software to make k12 student transportation …

  5. comment
    Comment #26304138

    Transportant | Multiple: Hardware & Backend Software | USA | Full-Time or Freelance | Remote | $120-$150k | https://transportant.com/ Transportant delivers modern hardware and soft…

  6. comment
    Comment #25114830

    psql also allows you to set local variables and interpolate them into SQL. Values can be assigned from query results or with shell style back ticks! Powerful and frightening! From …

  7. comment
    Comment #24191975

    Is there a reason you don't wish to batch inserts into transaction(s)? Otherwise, you're asking the database to commit (fsync to disk) between each insert statement. Other ideas: -…

  8. comment
    Comment #23432947

    I appreciate when technical writers use humor (those headlines!)

  9. comment
    Comment #23070639

    I've been using B2 to disrupt a bunch of ugly & entrenched vendors in the price sensitive K12 market. Thanks for building it. :)

  10. comment
    Comment #23045595

    Very interested in talking if you would like to help make it better! Email's in my profile. Cheers!

  11. comment
    Comment #23043904

    Transportant | Marketing Director | USA | Full-Time | Kansas City but REMOTE | $60-$120k Started in 2017, Transportant is a disruptive technology company building modern hardware a…

  12. comment
    Comment #20584753

    RiskGenius | Kansas City Area | Full-time | Senior Python / SQL Backend Engineer | https://riskgenius.bamboohr.com/jobs/view.php?id=35 RiskGenius is solving the hardest problems in…

  13. comment
    Comment #18808246

    Transportant | Senior Backend Software Engineer | USA | Full-Time | Remote | $120-$150k | https://transportant.com/jobs.html#backend-engineer Transportant is a new technology compa…

  14. comment
    Comment #14646174

    My CIA cookbook begins potato recipes with first blanching them in water prior to roasting, sauté, etc, which is apparently an effective mitigation.

  15. comment
    Comment #14368074

    Here's an example of doing that in PostgreSQL: create table user_email ( email text not null ); -- create a index on the lowercase form -- of the email create unique index user_ema…

  16. comment
    Comment #14169590

    I haven't used it extensively, but I've read some of the source code and I'm excited about where Minio is going -- the erasure coding storage capability in particular: https://www.…

  17. comment
    Comment #13854447

    Done, thank you! We'll probably be playing whack-a-mole on this for the next couple months...

  18. comment
    Comment #13853691

    Thank you for the feedback. I'm sensitive to this issue too. For what it's worth, we do have very strict policy about what information regular customer service staff can access or …

  19. comment
    Comment #13853576

    For what it's worth, I think of a journal as append only by definition and that's what SpiderOak does. Unless you have millions of very small files, the journal is going to be tiny…

  20. comment
    Comment #13853420

    > Your typical user is much more at risk with end-to-end encryption Not all e2ee products are created equal. I think your description is accurate for the PGP ecosystem, because for…

  21. comment
    Comment #13853332

    The change was definitely overdue.

  22. comment
    Comment #13853308

    Thank you. It would be easier to create friendly terms that describe end-to-end encryption if non-encrypted cloud providers weren't actively trying to mislead people into a false s…

  23. comment
    Comment #13853272

    Thank you for the feedback and we'll be working on it! FYI, many people do use SpiderOak exclusively from the command line. It's fairly scriptable. Here's the command line options:…

  24. comment
    Comment #13853232

    Tahoe-LAFS is really awesome open project by great people with a rich history of solving complex problems. If this space is interesting to you, spending a few days reading through …

  25. comment
    Comment #13853211

    Your second paragraph describes SpiderOak quite accurately: it is exactly a logical file system implemented client side, with all the database work to support that done locally. It…