HN user

tlbsofware

125 karma
Posts0
Comments54
View on HN
No posts found.

I haven’t ran any experiments about token usage with tasks, but if you ran them all together without tasks, then each files full operation _should_ be contributing as cached tokens for each subsequent request. But if you use a task then only the summary returned from that task would contribute to the cached tokens. From my understanding it actually might save you usage rates (depending on what else it’s doing within the task itself).

I usually use Tasks for running tests, code generation, summarizing code flows, and performing web searches on docs and summarizing the necessary parts I need for later operations.

Running them in parallel is nice if you want to document code flows and have each task focus on a higher level grouping, that way each task is hyper focused on its own domain and they all run together so you don’t have to wait as long, for example:

- “Feature A’s configuration” - “Feature A’s access control” - “Feature A’s invoicing”

You can tell it to review and edit each file within a Task/subagent and can even say to run them in parallel and it will use a separate context for each file without having to clear them manually

Although 20k seems quite low, I think it is reasonable given the rise of game subscriptions.

Who would want to jailbreak and leave their ps5 offline to get 5$ games that won’t work once the station is updated. Where on the flip side you could pay 5-15$ Monthly (not sure of PlayStation Nows cost but that amount is for Xbox game pass) to have hundreds of games at your disposal and never have to physically acquire a new disk via black market to play a new game?

Not sure about expensive but I do know there are a lot of cheap ones that you should be careful of, some say “height adjustable” but have a screw and hooks that you manually have to move. That could mean a monitor could get dropped or someone pinched during adjustment.

Personally I would like if someone could use AI to enhance the voices of the actors, I find a lot of movies like to use loud ominous music while the characters are casually talking in a soft voice. Really drives me insane, and placing subtitles helps this problem but it creates a new one, I tend to get distracted by the subtitles and find myself not watching the movie

My guess would be that after the initial period of no taxes if the company wasn’t able to turn a profit on the patent then they would have to either sell the patent to avoid taxes or list it as a value that they would manage to be able to pay taxes and start raising money, might help with patent/copyright squatting

Benjamin Graham and Warren Buffett would disagree, they don’t exactly recommend buying and holding bonds until maturity but instead to buy bonds on the market, when the bond yield is say at 6% any bond with a coupon value less than that will be worth less than its face value, when those rates drop the bond will be worth more than its face value, if you buy bonds when interest rates are high and then sell them when they are low you can make a very sizable chunk off of them that is greater than the coupon value

This would be an awesome application towards waste disposal and recycling! Take a huge hunk of garbage, and try and rearrange all the atoms of it into something that can be reused as opposed to us leaving these in landfills. However it does make you wonder, would movie aliens really invade earth for water if they could just use a laser to create water from any other substance using its atoms and molecules?

Ozone generators are a safety hazard to other passengers so I’m glad they are banning the use of those, the EPA states that ozone can:

“ When inhaled, ozone can damage the lungs. Relatively low amounts can cause chest pain, coughing, shortness of breath and throat irritation. Ozone may also worsen chronic respiratory diseases such as asthma and compromise the ability of the body to fight respiratory infections.”

EPA.gov/indoor-air-quality-iaq/ozone-generators-are-sold-air-cleaners

Excel will also take a number with a leading zero and drop it while it converts it from csv, for ex 01234 -> 1234, which is SUPER bad if you are dealing with any sort of IDs to invoices or work orders from outside the company

They should do a survey after several months from the first survey to see how people’s views may change after they own personally experience it. Would be interesting to see what people’s personal takes are on it compared to their assumptions.

Why is everyone here so dogmatic about this? Work from home is a choice here and just because you really like your choice and think it’s the best choice that’s ever been chosen, does not mean it’s the best for everyone else and that you should aggressively impose your choice onto others. This is how holy wars happen

Humans Not Invited 6 years ago

That would be nice but IIRC captchas actually use your cookies to decide if you are a human. Maybe incognito or a headless browser would give you initial access here, and then you could copy whatever access token they use from your cookies and add it to your application storage to access on your normal browser (unless they consistently check your cookies)