Live data from Hacker News

Viewing profile — reillys

reillys

HN member
Joined
Tue, May 28, 2024, 8:47 PM UTC
HN karma
40
Public activity
23 items

About reillys

No profile information was provided.

Recent public activity

  1. comment
    Comment #42631892

    I think having some money saved does not make one petite bourgeois as I say in the comment above I think people who trade their time for money are working class. If you’ve saved en…

  2. comment
    Comment #42631716

    He didn’t lay out a specific timeline though. So who is to say if this might come to pass? Also, perhaps his work and the development of more left leaning politics and policies act…

  3. comment
    Comment #42626829

    Are the working class not the majority of society? 1% of the population of most western countries are farmers. 1% are extremely rich and 98% are the rest of us.

  4. comment
    Comment #42626287

    Give examples of things he got dead wrong?

  5. comment
    Comment #42626243

    Knowledge in itself is good. We don’t need everything to have a direct commercial application. In fact most discoveries by their nature do not have directly applicable commercial a…

  6. comment
    Comment #42428214

    He was sometimes successful. He had tons of failure and failed in the worst possible ways blaming everyone all around him and not taking any responsibility and then he got a chance…

  7. comment
    Comment #42425850

    [flagged]

  8. comment
    Comment #41412730

    Well actually that brings up an interesting piece about how the US is structured. I think the reason your police can be more corrupt is because of the federated nature of policing.…

  9. comment
    Comment #41411466

    If I or somebody else was the victim of a crime I would 100% support using every available source of information to solve that crime. I think we need adequate controls sure, but mo…

  10. comment
    Comment #41330250

    IANAL... The reason you can get a huge settlement in the talc case but not in this case is because people are purchasing the talc and so it is a product liability issue. In the res…

  11. comment
    Comment #41290239

    This blog post says 2 and a half minutes not seconds. I know Bazel is a build system which distributes builds among remote machines. In fact using any computer language you can ach…

  12. comment
    Comment #41289295

    To be clear the sync step is used for the test suite execution not only the one off command running - it’s just something we can also easily do because we have a hot env in the clo…

  13. comment
    Comment #41289288

    No you can’t. They don’t work from your local development env and also work in your CI env. Mostly Brisk was designed to run your complete test suite on every codes save (ie local …

  14. comment
    Comment #41288917

    I chatted to Nelson when I was designing brisk ( https://github.com/brisktest/brisk ) and his insight informed the development of it. Among other things, Brisk allows you to run te…

  15. comment
    Comment #41071329

    Decaf is simple to pick out by a person who is competent at tasting coffee. As easy as your red/white wine visual test. People in general are very bad at tasting and especially thi…

  16. comment
    Comment #41071284

    The same decaf coffee is more expensive. The producers decaffeinate their lesser coffees. But you've hit on why the "sugar-cane method" i.e. the solvent based approach produces bet…

  17. comment
    Comment #41060346

    Most people render the html on the server side and then you can just cache it wholesale. You could cache the page itself or even the article itself (I'm not talking about browser c…

  18. comment
    Comment #41038872

    not sure why this is downvoted? It's basically the exact same comment as the top comment

  19. comment
    Comment #41037505

    It's such a small amount of money per person that it is hard to see what effects one would expect. I think for the majority of people reading hacker news $1000 per month would be b…

  20. comment
    Comment #41036755

    Well it will definitely help with caching. You only need to update the article every year or so.

  21. story
  22. comment
    Comment #40518470

    OP here, happy to answer any questions about Brisk or the process of giving away all of our code :)

  23. story
    Show HN: Brisk a complete CI system is now Open Source

    Brisk is a complete CI system that runs your test suite in seconds. The main speedup over standard CI systems (think CircleCI or Github Actions) is that we maintain your test envir…