flo's Avatar

flo

@floffly.bsky.social

16 Followers  |  21 Following  |  31 Posts  |  Joined: 07.11.2024  |  1.894

Latest posts by floffly.bsky.social on Bluesky

Is there a community for Soft Engineers here in bsky? :3

06.03.2025 00:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

the less code you write, the less probability to introduce bugs

27.01.2025 00:43 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Too busy re-writing DipSway in Rust, almost forgot I have a โœˆ๏ธ to #SF in 4 days.

My suitcases are still empty lol, what should I bring with me? (besides the macbook and hoodie ofc)

26.01.2025 21:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

โ€œLLMs are just stochastic parrots.โ€
It's not that I believe that.
But I WANT to believe it.

26.01.2025 08:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

On time-stream packs of data, the timestamp can be granular and increase by a static delta (e.g. 1h)

My mind really said: "Send just the first timestamp, and ignore others, we can re-calculate em on client side starting from the first"

Is both, most stupid and genius idea I had in the last 5 days.

25.01.2025 19:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I hope no LLM will ever know nothing about me ๐Ÿ˜…

25.01.2025 15:31 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I want my NextJs app to load faster ...

I already have some optimization plans in mind, probably lazy-loading + moving some static files on CF and stream them.

Probably lazy-loading would be enough, can anyone suggest me a read/smth for propper lazy-loading on NextJs?

25.01.2025 12:15 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

100%

13.01.2025 21:55 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'd raw-dog a 15h video of yours

04.01.2025 12:41 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Quality follower right here โค๏ธ

03.01.2025 23:21 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I totally believe you... I'm a Unix fanatic but OSX is just easier...

03.01.2025 13:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I just built a 50% off on yearly plans feature, redeemable only once per user, within the first 30days of sign-in.

Did it in 49 minutes:

Stripe + Hono + Cloudflare + Turso + DrizzleORM
+ NextJs + SST

Lmk if anyone might be interested in seeing this as a blog/article + the opensource code ๐Ÿ‘

03.01.2025 12:48 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

It's not the volume it's the quality of em (jk i'm coping)

30.12.2024 19:51 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
escaping flatland: career advice for CS undergrads tl;dr: a message to myself, and to incoming CS undergrads. even if impostor syndrome hits hard, youโ€™re all smart and competent people. and youโ€™re now smart and competent enough that everyone wants a p...

For CS undergrads, good read

space.ong.ac/escaping-fla...

30.12.2024 19:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

btw having a senior dev engineer ready to reply perfectly to any doubt with 500ms delay is pure madness

28.12.2024 12:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Ahhh I wish an AI could replace this ๐Ÿ˜ช

28.12.2024 11:17 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The XY problem is by far my n1 enemy.

28.12.2024 07:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I guess it's time to cut off a bit on Lambda's memory ;)

25.12.2024 16:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Mixing AWS infra orchestration flow with CloudFlare ones, is it madness or not?

I'm doing some stuff on AWS, and then push a message on Cloudflare Queue because there the DEX is better and from there I handle some stuff :3

25.12.2024 16:07 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

What do you use to create a Computer Vision dataset, starting from a set of videos, in order to produce a COCO formated export for example, and later fine tune a YOLO model?

Iโ€™m about to try FiftyOne, but open to hear your take โค๏ธ๐Ÿซต๐Ÿป

22.12.2024 22:27 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Help, I need an extensive tutorial on error handling for big projects. (Currently on NestJs + AWS Lambda + Baselime)

AAAAAAAA

20.12.2024 16:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The idea would be, later, segment that user and followup with a dedicated email workflow.

27.11.2024 08:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Are users more willing to leave an email in a form, or to do a login?

Letโ€™s say we noticed some users dropping off the landingpage, would a catchy box, asking the email promising something cool, fix the issue bypassing the login wall?

27.11.2024 08:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

laughs in 250k cloudflare startup pack

26.11.2024 23:06 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

laughs in "17kb"

26.11.2024 23:05 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@react-email contributors are the goats

26.11.2024 23:05 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I don't have clarity of thought alone by myself in the first place, let-alone expressing vocally to an AI

26.11.2024 20:44 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I just love aws-cdk + vitest :/

Can't think of shipping a backend without em

26.11.2024 16:04 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Vicenza vicenza ๐Ÿคฃ๐Ÿคฃ๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‡ฎ๐Ÿ‡น

19.11.2024 23:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
rewardful-ts Unofficial Rewardful's API client for Node.js and Browser. Latest version: 0.0.1, last published: a few seconds ago. Start using rewardful-ts in your project by running `npm i rewardful-ts`. There are...

www.npmjs.com/package/rewa...

14.11.2024 00:12 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@floffly is following 20 prominent accounts