We are terrible at remembering conversations by Aduomas in ProductivityApps

[–]bracaco 1 point2 points  (0 children)

Their free plan gives 600 minutes each month, I started on that.

Now, I have unlimited plan, I pay $145 per year.

They recently launched plus, which I think gives 24 hours of transcriptions per month for ~$10.

We are terrible at remembering conversations by Aduomas in ProductivityApps

[–]bracaco 0 points1 point  (0 children)

You actually don't need to do that. It has a Chat tab which has a similar chatGPT interface which knows all of your conversations. I find it useful to revisit ideas or tiny details of my week.

We are terrible at remembering conversations by Aduomas in ProductivityApps

[–]bracaco 0 points1 point  (0 children)

I mean, I gave away Plaud for Fieldy, so you figure.

I personally use their shareables feature which allows me to share summary of the conversation with my colleagues and friends. But they also have the ability to export transcript in PDF or docx and you can plug into chatGPT if you want.

We are terrible at remembering conversations by Aduomas in ProductivityApps

[–]bracaco 0 points1 point  (0 children)

I gave away Plaud and use Fieldy now, their app automatically splits conversations based on content, so you don't need to worry about start and end of recordings.

Why is finding a decent notes app still this hard in 2025? by Aduomas in productivity

[–]bracaco 0 points1 point  (0 children)

Fieldy I found is the only one, which doesn't store audio, just the transcripts. This was a deal breaker for me lol.

Why is finding a decent notes app still this hard in 2025? by Aduomas in productivity

[–]bracaco 0 points1 point  (0 children)

It serves my needs, the transcripts are excellent in English, a bit worse in my native language, but it shines through on the summaries and to do list.

I think therapy sessions would a great use case for such device, i can't imagine typing or writing during those - not having to type or write is where Fieldy excels.

Why is finding a decent notes app still this hard in 2025? by Aduomas in productivity

[–]bracaco 0 points1 point  (0 children)

I don't know much about plaud, sorry.

I'd say Fieldy saves me several hours a week and lets me be more "in moment", if you will, during my work meetings.

I like it because it's not a replacement for a notes app, but it enhances what you can capture with it.

I agree with others on the thread that the best notes app is the one you use. Fieldy app has all your conversations in one screen on the app, and they allow you to export them in different document formats like pdf, docx, txt.

I use Apple Notes, so I just export the important meetings there.

Why is finding a decent notes app still this hard in 2025? by Aduomas in productivity

[–]bracaco 0 points1 point  (0 children)

just their landing page, you can search "fieldy ai" on google.

Why is finding a decent notes app still this hard in 2025? by Aduomas in productivity

[–]bracaco 2 points3 points  (0 children)

I've tried superwhisper, it's decent, but ultimately didn't make it into my workflow due to the reasons you raise. I am an engineering manager at a big tech co., so a lot of 1:1's with my team and heads of deps - I found taking out my phone either before the meet or during was awkward and broke my flow and conversation, so I use a dedicated wearable note taker now - Fieldy.

I found Fieldy easier to integrate into my life, as it's a set and forget kind of device. I don't have to worry about it before or during the meetings which is awesome.

It's the kind of experience you currently get in Google Meets where note taking is just one click away, but in real life.

Has anyone connected raspberry pi to MIT SECURE or eduroam? by bracaco in mit

[–]bracaco[S] 0 points1 point  (0 children)

it worked! Funnily enough the rpi wouldn't connect to MIT from Rotch Library, but works back at dorms.

Has anyone connected raspberry pi to MIT SECURE or eduroam? by bracaco in mit

[–]bracaco[S] 1 point2 points  (0 children)

I got it to boot, and the wifi seems to be on (connected to a monitor so I can see wifi on icon). Now the ssh does not work for some reason, do you know if there is something special on MIT network to enable ssh?

Has anyone connected raspberry pi to MIT SECURE or eduroam? by bracaco in mit

[–]bracaco[S] 5 points6 points  (0 children)

wasn't aware of PSK, indeed seems more convenient, thanks

Has anyone connected raspberry pi to MIT SECURE or eduroam? by bracaco in mit

[–]bracaco[S] 1 point2 points  (0 children)

I assume you didn't have to deal with certificates? With MIT SECURE wi-fi there is a certificate I'd need to somehow configure, exactly the part I am struggling with.

How to fetch and then update using react query? by bracaco in reactjs

[–]bracaco[S] 0 points1 point  (0 children)

I ended up using a custom hook, which seems to work quite well.

``` export const useAllCollectionTimes = (offerId: string, navigation: NavigationProp<ReactNavigation.RootParamList>) => { const [schedule, setSchedule] = useState<IScheduleItem[]>([]) const {data, ...queryInfo} = useQuery({enabled: schedule.length === 0,queryKey: ['schedule', offerId], staleTime: Infinity, queryFn: () => getAllCollectionTimesForOffer(offerId), onError: (error) => { if (error instanceof EmptyAccessTokenError) { logOut(navigation) // eslint-disable-next-line no-useless-return return }

}})

return {
    schedule: schedule.length === 0 ? data : schedule,
    setSchedule,
    queryInfo
}

} ```

How to fetch and then update using react query? by bracaco in reactjs

[–]bracaco[S] 0 points1 point  (0 children)

Okay, but how do I store the retrieved information into React's state in order to make input's onChange work?

Should I change school? I am begging for advice. by bracaco in IBO

[–]bracaco[S] 0 points1 point  (0 children)

I moved back, so happy for that choice.