Advertisement · 728 × 90

Posts by Brett

My views are more nuanced than this though but the character count makes it hard to convey. Basically while I think the tech you're talking about has a lot of merit I've come back around and think that React gets a bad rap as a useful tool for building even small frontends

2 days ago 1 0 0 0

I'm actually very skeptical of RSCs 😅. I think a large point of React (or a similar tech) is to manage state you don't want on the server that are more to do with the UX than the features. Don't get me wrong I'm a fan of the tech you espouse but I don't think it's a great fit for a what users want

2 days ago 1 0 3 0

I kind of get where you're coming from with GraphQL (I haven't used it much but when I have it's been only to fetch data), but I've never run into the duplicate state problem. Limited by character count here but while I can see how you can have that issue I think that problem may be overstated?

2 days ago 0 0 1 0

Curious to know what logic you find moving to the front end when using React. The only things I can really think of off the top of my head is validation which would be a bad practice to say the least and not React specific

2 days ago 0 0 1 0

I forget where I heard this thought originally but the scenario of reviewing a PR only to have those comments be re-input back into the LLM directly is just the reviewer using a chat bot but with the worst UX possible. And to your point a wasted effort "teaching" the LLM that can't learn directly

2 weeks ago 1 1 0 0

This is awesome! I've been wanting something on my phone as a less obtrusive backup to alert me about my partner's low blood sugar

3 weeks ago 3 1 0 0

Yeah that tracks based off the videos I’ve watched. I got a new GPU recently but my CPU is still stuck on some old hardware so I wonder if my computer will be able to handle the game

3 weeks ago 0 0 0 0

What’s the secret to getting actual sleep?

3 weeks ago 0 0 1 0

Do you think the controls would be better with a controller?

3 weeks ago 0 0 1 0

I still stumble occasionally trying to use @jj-vcs.dev but that's only because it's given me the confidence to try and do things that I'd never even think to attempt directly with git. And even when I mess up jj undo is such a blessing

1 month ago 0 0 0 0
Advertisement

I've been having a hard time working on personal projects recently, and I think getting back into more directly creative endeavors like game dev may help. What do people recommend? I'm open to any software/language but right now I'm between diving into Bevy or Godot

1 month ago 1 0 0 0
Preview
Testing can be fun, actually Writing and maintaining tests is boring. But they're also some of the most valuable code we can write. With this blog post you'll learn a criminally underrated testing technique to add to your testing...

A reminder of how cool and flexible snapshot tests can be!
giacomocavalieri.me/writing/test...

1 month ago 6 1 0 0
Preview
a cartoon drawing of a hand with a purple background Alt: A Simpsons GIF of a monkey paw curling a finger after granting a wish that will backfire

Me and my fellow Bills fans saying we want to see a change going into next season:

2 months ago 0 0 0 0
Cantore Thundersnow Montage! - #ItsAmazingOutThere
Cantore Thundersnow Montage! - #ItsAmazingOutThere YouTube video by The Weather Channel

Thundersnow is rare and I’m always excited when I’ve seen it. I love this video of a weatherman getting totally psyched experiencing it youtu.be/PdRWGMyeSYY?...

3 months ago 2 0 0 0

the Falcons, free from the shackles of expectation

3 months ago 581 58 12 2

"Hey Gemini, what would this museum person say about this exhibit if I asked them about it?"

3 months ago 1 0 0 0

Just watched a Samsung ad for their AI features where the actors go to a museum and ask their phone questions about the things on display. Now, I haven't been to a museum as recently as I'd like, but I think they still have those neat little placards next to each exhibit that gives you that info

3 months ago 2 0 1 0
Advertisement

Sounds super interesting, excited to give it a read! Is there a way to be notified once it’s available?

4 months ago 1 0 0 0

Continuing my annual tradition of doing advent of code in @gleam.run. It's been a second since I've gotten the chance to write some Gleam and I'm absolutely blown away with how good the LSP has gotten, such a lovely programming experience!

4 months ago 12 1 1 1
Post image

all i'm saying is if we average 5 stars a day lustre can hit 2k in time for my birthday 🥺👉👈 thatd be pretty cool huh huh

what if i promise a release when we hit 2k 👀

github.com/lustre-labs/... gogogogogo

4 months ago 37 10 2 4
Preview
No room for error | A case study of Gleam in production at Uncover A case study of Gleam in production at Uncover

"So far, the only bugs we've seen in our Gleam codebase are mistakes in business logic - nothing that would actually crash in production," says Georges Boris, Chief Design Officer at Uncover.

Read the full case study: gleam.run/case-studies...

4 months ago 39 5 0 2

As a Bills fan who watched this game in a Bills bar I can confirm we did have a night. But also nothing unexpected at the end of the day

4 months ago 1 0 1 0
Preview
GitHub - lustre-labs/lustre: A Gleam web framework for building HTML templates, single page applications, and real-time server components. A Gleam web framework for building HTML templates, single page applications, and real-time server components. - lustre-labs/lustre

A bunch of talks yesterday name-dropped Lustre which is so surreal, super wild for folks to just be talking about Your Thing ™️ in the middle of a talk.

We're only 18 stars off of 1.9k and I'm desperately trying to get 2k before the end of the year. 🥺👉👈

github.com/lustre-labs/...

5 months ago 39 6 1 1

Last night I woke up twice hours apart and looked up the score and had to do a double take when it was still going on

5 months ago 0 0 0 0

That’s definitely the way. I literally couldn’t even force myself to move my arm up to the point of being able to type at a desk, had to sit on the couch with my laptop in my lap in order to work

5 months ago 0 0 0 0

I made the mistake of doing both my Covid and flu shots in the same arm on the same day. Could not move it for a few days but with everyone getting sick I’m glad I made the time

5 months ago 1 0 1 0

I think that’s valid. One problem a lot of communities do on discord is have too many channels so it feels dead. They also have that forum esc channel now but I agree it doesn’t feel as searchable. Honestly the ReScript forum has been great so no real complaints!

5 months ago 2 0 0 0
Advertisement

I tend to like a Discord server, especially if it’s lively! That said I am really impressed with how quickly all of my questions on the forum get answered

5 months ago 2 0 1 0

Very cool! I'm glad to see more component libraries like this come out so I don't have to be so tied to a single frontend framework. Unfortunately a lot of the styles don't seem to be rendering correctly on Firefox but will be keeping an eye on this!

5 months ago 2 0 0 0

I like the idea from the perspective of a reviewer of a PR. I’m using jj more now so my commits are cleaner, and I feel like using conventional commits within a PR help paint a story of all the changes with good context for the reviewer

5 months ago 1 0 0 0