Live data from Hacker News

Viewing profile — smueller1234

smueller1234

HN member
Joined
Fri, Nov 25, 2016, 9:06 AM UTC
HN karma
1,098
Public activity
374 items

About smueller1234

No profile information was provided.

Recent public activity

  1. comment
    Comment #47933832

    The timelines matter as well: They were working on EUV at Zeiss (who make the lensing/mirroring systems) already in 2005. That's about 20 years of development.

  2. comment
    Comment #46837855

    Even if it's success rather than money, you still have survivorship bias to contend with, so it's not really much of a helpful distinction.

  3. comment
    Comment #46744312

    IIRC, the most recent and most technical public content we (Google) have published on Colossus are these: https://cloud.google.com/blog/products/storage-data-transfer... https://cl…

  4. comment
    Comment #46264470

    Slight problem with that if you would like to live in a functioning, thriving democracy: democracy in the sense of "one person, one vote" requires or at least greatly benefits from…

  5. comment
    Comment #46181213

    You're right -- the theoretical particle physicists at my faculty were using Mathematica very heavily when I was still in academia and maintained a dedicated compute cluster for it…

  6. comment
    Comment #45371580

    I realize you're making a general point about space/IO ratios and the below is orthogonal, no contradiction. It's actually a lot less user-facing per disk IO capacity that you will…

  7. comment
    Comment #44771735

    I think Chips and Cheese is more like a fine replacement for realworldtech.com sans the toxic and highly educational and entertaining forums. Anandtech was much more accessible to …

  8. comment
    Comment #43681556

    Google's internal systems have been written against the Colossus semantics for many, many years and thus benefit from it's upsides (performance, cost efficiency, reliability, stron…

  9. comment
    Comment #43681411

    Concur, Colossus is one of the examples where Google built what almost feels like magic technology. I work on Google Storage (among other things), and I've wished for a Cloud offer…

  10. comment
    Comment #43488341

    4% of revenue is terrifying for large corporations.

  11. comment
    Comment #43159380

    https://www.s3ns.io/en This is Google + Thales doing the 3rd party operator model, with the operator being a subsidiary of Thales and not Google. (NB: I work for Google in the EU.)…

  12. comment
    Comment #43076426

    Was about to say that we managed upwards of 4k servers worth of MySQL databases (as in 4k baremetal servers worth, not 4k small VMs each having a small MySQL) using "Orchestrator" …

  13. comment
    Comment #41681834

    They make it easier, but just at a source code level. They're not a real (and certainly not full) abstraction. An example that'll be making it obvious: if you replace the underlyin…

  14. comment
    Comment #41258883

    It's actually quite likely something else (unless it's just an excuse to reap short term savings): in a company large enough, deciding to shift staffing from one area to another is…

  15. comment
    Comment #40666236

    Multiple types of TPUs. (I work for Google, but the above is public information.)

  16. comment
    Comment #40211014

    Former Perl language contributor here. A sibling comment to this already pointed out that you must use strict mode with Perl to retain your well being. The two languages certainly …

  17. comment
    Comment #40210418

    Many moons ago, I made a case for making strict mode the default in Perl. We settled on the current backwards compatibility compromise, which is that breaking changes are hidden be…

  18. comment
    Comment #40011025

    It's not an idle use case by the way. mhx wrote and maintains a library that provides important backwards compatibility for native (typically C based) extensions for Perl across de…

  19. comment
    Comment #40009653

    See my response to a sibling of the comment you're responding to. The library had shocking code quality issues. It's unlikely that they're all peachy now. The other side of this is…

  20. comment
    Comment #40005898

    Zeromq will have changed a lot since then, but some time in the 2010s, I prototyped a system using it (which was going to be a major production system in a large tech company) and …

  21. comment
    Comment #39923071

    "Before I built a wall I’d ask to know What I was walling in or walling out, And to whom I was like to give offense." Only poem I can cite by heart a quarter of a century after spe…

  22. story
  23. comment
    Comment #38774559

    I haven't ever used a 3d printer. But your comment made me realize that if PrusaSlicer is based slic3r, it's actually also using software that I wrote many, many years ago. That's …

  24. comment
    Comment #38740790

    Apologies for nitpicking, but n^m doesn't mean m loops (ie n^1000 dient mean 1000 passes): that would be m n (1000 n in your example). I think your intuition argument kind of break…

  25. comment
    Comment #38554991

    It's easy enough to repeat, but I'd be leaking sensitive info that way. Sorry :/