HackerLangs
TopNewTrendsCommentsPastAskShowJobs

devilsdata

no profile record

comments

devilsdata
·hace 23 días·discuss
I'm just dipping my toes into AI. What prospective guardrails are being considered or used?
devilsdata
·hace 24 días·discuss
Just to piggyback onto this comment; has anyone tried running multiple of these in conjunction? For example, having a Python script that has one of these orchestrate others, and offloads certain tasks to better/more powerful models, or even cloud models?
devilsdata
·el mes pasado·discuss
For executives looking to impress? Not really. Being able to rattle off perspective on a book, curated by someone with very high media literacy would signal the same level of media literacy to their audience.

An LLM may be able to synthesise results well each time, but there will be quite a difference between a synopsis written by an LLM and someone whose job it is to write synopses of books.

Huge difference in quality, and considering the clientele, they are willing to pay for that quality.
devilsdata
·el mes pasado·discuss
It only does this if you have the apps in multiple groups. Dump them all in one group. Yeah it sucks that you can't configure each of them separately, but it works really reliably now.
devilsdata
·hace 2 meses·discuss
Look I love Rust and hate Typescript. But if NPM didn't exist, wouldn't the attackers just hit the next most popular supply chain? Cargo isn't immune to this, as much as I love Rust and wish more shops used it.
devilsdata
·hace 2 meses·discuss
I can't wait to see what these companies will be willing to pay real humans to clean up the mess they will have made– if they survive.
devilsdata
·hace 2 meses·discuss
Come to Australia. About two years ago there was so many Teslas. In the space of two years, I've seen twice as many BYDs. I can only imagine this will continue.
devilsdata
·hace 2 meses·discuss
Are these not the same things people are complaining about in the West, though?
devilsdata
·hace 2 meses·discuss
Am on Vyvanse. It helps, but mostly just covers my work hours.
devilsdata
·hace 2 meses·discuss
Yes. I get my gym and novel writing done before work. But I lose steam at work very early. No bueno.
devilsdata
·hace 2 meses·discuss
The reason people go from work to nothing on retirement is because work fills up the nearly all of the productive hours of a person's life. If it were to take, let's say 4 days, or six hours a day, people would be so bored, they would be making projects, business ventures, or volunteering. And then on retirement, people would still have their hobbies and passion projects they had been working on their entire life.

That is the biggest rock in the bucket. Smaller rocks include social media use, diet, exercise, whether the person is in a toxic home environment, mental health, or has children.

I have ADHD and I often struggle with having the energy to do anything outside of work. So I try to optimise my life to give me the most energy that I can have. I eat really healthy; high protein, high fibre, low saturated fat. I try to keep my social media use low, using ScreenZen. I meditate. I do resistance exercise a few times a week.

But even still, I find that my mind is exhausted part of a way through a workday, usually by 14:00-15:00. Maybe that's because I'm a software engineer.

I don't know how to fix it. But I'd really appreciate an extra day a week off, even at the cost of some remuneration. I love my work, but I don't want it to feel like it's the only thing I have going.
devilsdata
·hace 2 meses·discuss
I actually use LLMs a lot to rubber duck my problems and help develop plans. Then I manually code, to ensure my skills don't deteriorate. I feel like I'm a lot faster, with few of the downsides. Do you have any thoughts on this process?
devilsdata
·hace 2 meses·discuss
How do you ever have a social media network that is immune to this from now? You could with the best intentions start a non-profit, defederated, open-source, grass roots social network. It would go great, until the moment it hits critical mass and becomes prey for people who are willing to piss in the pond to make money.

There's no way to defend against it. You can just copy and paste text from an LLM into the reply box.
devilsdata
·hace 3 meses·discuss
Builds a straw-man of the left only to tear it down.

Technology is neither good nor bag; nor is it neutral. If you can't think of any reasons people may be critical of AI, given the amount of layoffs, then you're not very imaginative or informed.
devilsdata
·hace 3 meses·discuss
Good advice. Personally I'm waiting until it is worthwhile to run these models locally, then I'm going to pin a version and just use that.

I'm only 5 years into this career, and I'm going to work manually and absorb as much knowledge as possible while I'm still able to do it. Yes, that means manually doing shit-kicker work. If AI does get so good that I need to use it, as you say, then I'll be running it locally on a version I can master and build tooling for.
devilsdata
·hace 3 meses·discuss
I'm still waiting on those submarines, mate
devilsdata
·hace 3 meses·discuss
I'm Aussie. Please explain to me; why should I care whether Chinese SOEs or the US tech companies are winning? Neither have my best interests at heart.
devilsdata
·hace 3 meses·discuss
This is a cool exercise, but I would hesitate to choose files over SQLite or another Dockerised relational database in production.

They are overoptimising for the simplest part of writing the application; the beginning. They've half-implemented an actual database, with none of the safety features. There are a lot of potential headaches that this article has avoided talking about; perhaps because they haven't experienced them yet.

See: https://danluu.com/file-consistency/

What happens when you need to start expanding the scope of this feature? Joining users on profiles, or users on orgs?

Ask yourself: how many shops have seriously written an application backed by files and stuck with it over the long-run? The answer is likely very few. Therefore, this is likely doubling up the work required.

There is a reason people reach for a database first. I'd strongly encourage anyone to avoid doing stuff like this.
devilsdata
·hace 5 meses·discuss
Huh? When did I say that was my only skill? Did you reply to the wrong comment?
devilsdata
·hace 5 meses·discuss
How to avoid skill atrophy? Easy. Limit your use of LLMs. Intentionally practice. It's what I do.

You're losing if you're handing your brain over to LLMs right now, because companies would prefer to hire someone with more up-to-date coding skills, even if they then force them to use LLMs. So the winning move is to resist using LLMs for as long as possible.

Stop fanboying the industry's attempted commodification of your work, and get back to the basics.