Viewing profile — reportt
reportt
HN member- Joined
- Wed, Apr 05, 2017, 2:16 PM UTC
- HN karma
- 31
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About reportt
No profile information was provided.
Recent public activity
-
comment
Comment #41762551
Also could be causing user informational dissonance. You are potentially reading the "FireFox Version" of the site, and your NotebookLM is chomping away on the "AI Version" of the …
-
comment
Comment #41762538
> This is no different than the decades-old technique of "cloaking", to fool crawlers from Google and other search engines. Isn't this more "Hey, why is this website giving my Note…
-
comment
Comment #37339271
> and because it results in people asking to talk to me instead.
-
comment
Comment #28249245
Yeah, that's understandable. Don't be afraid to have refactored changes on other repos locally, just be sure to do the package version updates first.
-
comment
Comment #28242082
> Does anyone have any other practices they can recommend for managing these type of projects? Honestly, the only way around these sorts of issues is to utilize automation in some …
-
comment
Comment #27588745
I know, right? I mean, I paid my rent on time for the entire pandemic due to having a job. All those people who have back rent and possibly lost their jobs and only now are getting…
-
comment
Comment #27431392
The only time in which you would need blockchain over a centralized DB is when everyone needs access to the DB, but no one trusts each other. Like if you needed to store healthcare…
-
comment
Comment #27364889
U.S. taxpayers who make $452k single/$509k married would have their top marginal tax rate increase from 37% to 39.6%. This will happen in 2025 anyways, assuming Congress does with …
-
comment
Comment #27364838
> If someone found an exploit in your web app container [...] A good pattern here is to reverse proxy all requests to the application through something like nginx. My applications …
-
comment
Comment #27360723
Using the docker-compose.override.yml helps with that. In local you can just have those services/configurations added, and then the production environment doesn't even need to know…
-
comment
Comment #27360690
The idea is that you have a core structure that is used in both local/dev environment and the prod environment, with just the override applying changes. For example, your local ove…
-
comment
Comment #26735869
But underwriters don't necessarily need to insure every officer, and not every officer will be insured the same. If they are deemed too risky, it doesn't matter if the union is bac…
-
comment
Comment #24075300
Honestly, the only reason that I can think of is that they want to have a decentralized database with a provenance chain of where resources come from/go to, track it on the individ…