HackerTrans
TopNewTrendsCommentsPastAskShowJobs

geomcentral

no profile record

comments

geomcentral
·há 3 meses·discuss
I bought a copilot subscription for some small personal projects at Christmas.

I haven't been able to use my subscription much over the busy spring months, but i'm being charged every month.

I'd be tempted to keep the subscription if usage-based billing meant that i'd save money when i had less time.

But today, after hearing this, i cancelled my subscription.
geomcentral
·há 8 meses·discuss
The article gives an example of agent friendly APIs:

    {
       "plan_id": "123",
       "text": "This plan looks good, but please focus on the US market."
    }
> By preserving the text, the downstream agent can read the feedback ("Approved, but focus on US market") and adjust its behavior dynamically.

I imagine it could be useful for systems to communicate using rich dialogue. But looking at the API, it struck me as a security risk. Couldn't a 'bad' agent try to adjust the behaviour of the downstream agent in a malicious way? Or am I out of touch - is this how it's usually done?
geomcentral
·há 9 meses·discuss
> that said "feeling of incompleteness" will distract me for the rest of the evening

I find that it can even ruin an evening. I'll find myself trying to solve a problem in my head rather than being present with my family.

The only thing that works for me is waiting for clean breaks that happen mid-late afternoon. As soon as I reach a happy stopping point, I must stop and switch to shallow work for the rest of the afternoon. Then it's easy to leave my computer at the end of the day.

It's hard but after years of struggling with this, I found a sustainable way to balance work and life.

I also track my consistency with doing this so that I notice myself slipping back and correct it before it becomes a problem.
geomcentral
·ano passado·discuss
Java isn't really used to develop Android apps any more, especially now that Jetpack Compose is here:

Java → Business applications

Kotlin → Android
geomcentral
·ano passado·discuss
Is it possible that we'll see non-smartphone devices (eg dumbphones) being able to interop with Apple and Google through the same end-to-end encrypted protocol?
geomcentral
·ano passado·discuss
How does this work in a Scrum context?

I want to get stuff done but I need to raise a ticket, have the priority agreed, and get it planned into a sprint. Then after these layers of 'asking for yes' I am allowed to work on something without scrutiny. Let's say I wasn't subject to this process, my pull request would still need someone to approve it.

Is there a way I can adopt the approach of 'asking for no' with these constraints? Or does it only apply in high autonomy workplaces?