HN user

revnode

247 karma
Posts0
Comments138
View on HN
No posts found.

openclaw = claude code + memory + cron job

persistent memory plus cron job lets you do stuff that you can't do with just codex/claude code/opencode

They've been at this for a while. They do have offerings you subscribe for and pay monthly. They have also consistently offered an option for each of those offerings to bring your own or self host. They've earned my trust.

Why is their reputation relevant? They're dead.

Reputation guides your behavior toward that person. But they're no longer around. There is no behavior toward them. They're gone. Their reputation is no longer relevant.

Telo MT1 12 months ago

Slate is ugly and not nearly as functional. Predicting who is doomed at this point is silly. But there will be a small electric truck soon, which is nice.

If the US is in the wrong, why should I as a citizen not want our government officials held accountable?

A core principle of American justice is judgement by a jury of your peers from your community according to our laws, not by foreigners on the other side of the planet according to foreign laws. Violations of our core principles through means we were not a party to is a violation of our sovereignty.

Nobody cares about personal use. That's why we have concepts like fair use. It's when you turn around and try to make a business out of it.

You want to generate photos of copyrighted characters? Go for it. But OpenAI is making money off of that and that's the issue.

It seems like they made an effort to stop it, but their product is designed in such a way that doing so effectively is a sisyphean task.

I drive Lyft/Uber full-time

Stop driving Lyft/Uber. It's for those who don't have any skills beyond driving a car.

Sit down and determine what are the skills that you currently possess that are the most valuable on the market right now. Then sell those to the highest bidder.

My two cents, that isn't a job.

I know I can earn 3-4x more doing freelance tech, but I can’t do that from a car.

Yes, you can. That's a limiting belief; it's just holding you back. All you need is a laptop. Need to make a meeting? Go to a local cafe. Nobody will even notice. More importantly, if you're doing remote contract work, perfectly acceptable to ask a percentage of the total upfront. That will go a long way to get you out of a car and into an apartment quickly.

What would YOU do in my situation to break the cycle?

1. Stop driving Uber, stop renting motels, stop paying any bills, bring my costs down to near zero.

2. Start taking on as much contract work doing "freelance tech" that I can find, with as much paid upfront as possible.

3. Once I have 10k in the bank, rent an apartment and start cleaning up whatever mess is left.

4. Start making quality of life decisions. Maybe you don't want contract, but want a job? Maybe a nicer laptop? Closer to your kids? Live your life.

#1 is the hardest, because you're risking everything on your ability to deliver. You have to believe in yourself.

Mistral OCR 1 year ago

So an invoice attached to an email as a PDF is sent digitally ... those unfamiliar with PDF will think text and data extraction is trivial then, but this isn't true. You can have a fully digital, non-image PDF that is vector based and has what looks like text, but doesn't have a single piece of extractable text in it. It's all about how the PDF was generated. Tables can be formatted in a million ways, etc.

Your best bet is to always convert it to an image and OCR it to extract structured data.

Barely is not can't. You either can or you can't. If you can't, you get kicked out of your home and they auction it off to pay for the taxes.

It happens. It's disgusting when it does. It IS a problem.

But it's not happening to half the country. That's nonsense. And when you say nonsense, it keeps others from taking the problem seriously.

My understanding of the feature, and correct me if I'm wrong, is that you are not granted write access based on a hash. You already have write access. You can use the hash to avoid overwriting someone else's data that was appended to the file in between you checking the file and writing to it. If you already have write access, the hash is irrelevant. As a bad actor, you can corrupt the data without it.

MD5 should not be used for anything security related. Granting write access based on an MD5 hash would be a huge no-no.