Viewing profile — reillys
reillys
HN member- Joined
- Tue, May 28, 2024, 8:47 PM UTC
- HN karma
- 40
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About reillys
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
comment
Comment #42626287
Give examples of things he got dead wrong?
-
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…
-
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…
-
comment
Comment #42425850
[flagged]
-
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.…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #41038872
not sure why this is downvoted? It's basically the exact same comment as the top comment
-
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…
-
comment
Comment #41036755
Well it will definitely help with caching. You only need to update the article every year or so.
- story
-
comment
Comment #40518470
OP here, happy to answer any questions about Brisk or the process of giving away all of our code :)
-
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…