Profile avatar
lukefloden.com
I want the internet to feel like it did 10 years ago [they/them] https://lukefloden.com https://mastodon.social/@lukefloden https://x.com/LukeFloden https://www.linkedin.com/in/luke-floden https://github.com/bionboy
54 posts 31 followers 120 following
Regular Contributor
Active Commenter

I am TOO excited for my first developer conference! #VercelShip vercel.com/ship/ticket/... #Vercel #Conference

Newly announced shopping feature for chat-gpt but instead its a personal ai shopper for the dark web

Playing around with MCP servers, its surprisingly easy to set up. Can't wait to get my hands dirty making my own. (I used github.com/modelcontext... here btw) #MCP #Cursor #AI #Claude #google_maps

It’s warm out and I forgot how much I like bike

So, covid.gov now redirects to, uh, this... www.whitehouse.gov/lab-leak-tru...

Check out the new navigator I added to my demos page. It was pretty tricking to get #view-transistions to work as seamlessly as I wanted but the result is pretty smooth for a #multi-page_app! #svelte #sveltekit #viewtransistion #multipageapp #mpa

I love frequently opening devtools on websites to see if there are any cute easter eggs or secrets. I found a commented out chunk of malicious code in suikagame.com that is hilariously obvious.

Just updated my homepage with some shader demos I’ve been working on ✨🌟💫 lukefloden.me Here is a sneak-peek: #shaders #glsl #svelte #webdev

I made a #GLSL shader homage to the old OSX rainbow loading spinner. I'm going through thebookofshaders.com and did this as an exercise; "painting the fence" if you will.

Having 5 interviews with a company only to be rejected is such a let down 😔

18F was doing exactly the type of work that DOGE claims to want – yet we were eliminated shortly after midnight. Read our letter to the American people: 18f.org

AI helps me be more productive and hallucinate branding deals with sketchy companies ✨🌟💫 #Cursor

TIL making a large element in front of many others with a blur filter is much more efficient than doing blurs on each element individually. Even if the area being blurred is larger. I’m curious about browser implementation. I noticed my homepage was slow on Firefox and safari but not chrome.

I wish you could test the dynamic viewport behavior of mobile browsers in dev tools

I have a theory that you can determine the decade a web developer started their journey by the icon library they swear by

I just spent a few hours learning to host fonts in #sveltekit instead of using google as a CDN. I noticed a layout shift on initial page load before the fonts arrive; turns out that hosting them myself didn't even fix this issue 😭 that much.

Does anyone have suggestions on better #CSS support in #vscode? The intellisense/auto-complete seems to never know what parameters a rule has or even has missing rules.

So how do I shift my career to end up working on stuff like twomuch.studio does???

The DeviceOrientation web API is a wildly difference experience on iOS 🫠