bethel. (@bethel_nz) 's Twitter Profile
bethel.

@bethel_nz

22. swe. hi

ID: 1314194554732642305

linkhttps://not-bethel.vercel.app calendar_today08-10-2020 13:23:14

749 Tweet

148 Followers

718 Following

Ivan Zhao (@ivanhzhao) 's Twitter Profile Photo

For those of local first nerds and Ink & Switch fans: This is the paper co-authored by Nintendo .DS_Store Geoffrey Litt Peter van Hardenberg Martin Kleppmann inkandswitch.com/peritext/ Thank you for laying the technical foundation for block-based, rich text CRDT for the world.

zek (@zekramu) 's Twitter Profile Photo

You guys don’t understand. Bad grammar and spelling is becoming high signal. Perfection looks too close to an LLM. Being retarded is the only way to differentiate yourself for a machine

Lovepreet Singh 🌱 (@singhdevhub) 's Twitter Profile Photo

- learn upto a certain level & start building projects - learn while building is the best approach - start small, go to depth & document - share your learnings through blogs, videos etc

- learn upto a certain level & start building projects
- learn while building is the best approach
- start small, go to depth & document
- share your learnings through blogs, videos etc
bethel. (@bethel_nz) 's Twitter Profile Photo

This has been such a journey. What started as a small experiment has turned into a tiny masterpiece I've been calling Aurora (might rename πŸ˜‚). I've been exploring ideas around performance, reactive queries, and even built-in background jobs.

This has been such a journey. What started as a small experiment has turned into a tiny masterpiece I've been calling Aurora (might rename πŸ˜‚).
I've been exploring ideas around performance, reactive queries, and even built-in background jobs.
bethel. (@bethel_nz) 's Twitter Profile Photo

I've put together a lot of documentation for it. If you're curious and want to give it a run, you can find everything here: github.com/Bethel-nz/auro…

Viacheslav Biriukov (@brk0v) 's Twitter Profile Photo

🐹 sync.Pool can be a powerful tool for improving performance in Go – when used correctly. To apply it safely and effectively, it helps to understand how it works internally (and where it can surprise you): unskilled.blog/posts/lets-div… #go #golang

🐹 sync.Pool can be a powerful tool for improving performance in Go – when used correctly.

To apply it safely and effectively, it helps to understand how it works internally (and where it can surprise you):

unskilled.blog/posts/lets-div…
#go #golang
oluwasefunmi (@adebola_io) 's Twitter Profile Photo

The drag-to-dismiss can be done on the web with IntersectionObserver, grid-area and touchend. No manual pointer tracking. I tried using scroll snapping but it was *bad*. Mimicking the gesture with .scrollIntoView feels nicer.