HN user

fgkramer

64 karma
Posts3
Comments38
View on HN

I mean, they don’t train on your data unless you have the setting enabled. Do you really think they are reading your prompts at all? Free inference providers sure, but Anthropic?

But has this been thoroughly documented and are there solid libraries to achieve this?

My understanding is that this is not part of the spec and that the only way to achieve this is to sign/hash documents on clients and server to check for correctness

You understand the complexities and risks involved in maintaining the setup you’ve described?

It’d be unreasonable for most folks who just want to sell regular products and deal with marketing and sales. Those become the biggest tasks once they start getting traction (ask any relatively successful indie hacker). Paying the processor’s fee is worth it for most

I’m in my first month of meds and I’d do anything that’s necessary to keep taking them.

I get it’s a catch 22 sometimes, especially trying to get diagnosed as an adult, but the benefits in my life have been immense.

I’d encourage you to muster the willpower (that we feel we lack so often) and book it if you can afford it. It took me years to get to this point and I wish I had done it sooner. Life is short, allow yourself to live it fully!

I’m currently wearing a CGM from Lingo (https://www.hellolingo.com/) which is pretty much the easiest way I’ve found to get my hands on one without a prescription (as I’m not diabetic).

So far it’s shown me that the sluggishness after a carb-heavy meal its heavily correlated with the glucose spike and how good my organism copes with it.

Can’t wait for the day we have our own Fallout style Pip-Boys!

Astro - https://astro.build/

Is probably the fastest thing you can use with extremely sensible defaults and that you can use alongside most web frameworks.

I've been using React for 6 years but this has changed my view of what is possible. You can write React/Vue and have it compiled statically or keep the component's interactivity.

It's the tool I had been looking for for years.

Thanks for sharing, I always wanted to see what was inside these beautiful properties! (If you go to the lettings section you can actually see individual properties and their HEFTY price)

Getting a job straight out of a bootcamp is hard. Getting a front-end job out of a bootcamp without knowing the most popular technologies is even harder.

Bootcamp's interest will always be to increase their students odds to be hired rather than foundational knowledge

Cross origin browser cache is a no-go for Safari (and hopefully other browsers will follow suit), 3rd party scripts from a CDN are not cached across different domains. The only way to properly cache things longterm is with webpack records, but not many people can bear with the added complexity of maintaining them in their pipelines.

Seconded, when you have a large codebase, BEM selectors end up taking a considerable amount of kB on your final bundles. Moving to CSS modules and running a css class minifier and deduplicator is the best thing you can do if you work in a project where performance is critical.

Anecdotical, but the best improvement I've achieved doing this is shaving off ~30% of our final bundles, gzipped!)

This following is completely unfounded, but I think that it would become a stigma to those who got it.

We are all driven by chemicals and everyone has their own preference on how to release dopamine and any other chemicals, be it exercise, drugs, alcohol, anything you can imagine. Getting a button to trigger such a strong response would mean a certain division in society, those who seek pleasure the new way or those who want to keep with the traditional way.

Overall I think that facilitating this would give people a huge (maybe too big) escape from reality and would certainly be abused.

Robin Cook had a plot about this (triggering orgasm-like responses on brains) many years ago in his book Brain:

https://www.goodreads.com/book/show/529804.Brain

Yes, it is possible, but bear in mind that this site has an infinite scrolling behaviour, so you could actually scroll down and be reading another article. Then you would have to keep track of the height of each article and account for font sizes and many other things.

It is doable, but not usually worth the hassle imo. Plus it is a somewhat common thing on many other sites.