julio's Avatar

julio

@juemrami.dev.bsky.social

I like making web-apps, ML models, and World of Warcraft addons. Currently looking for my first junior SWE role (dm for resume) LA born n raised https://github.com/juemrami @bigsxy on Discord

51 Followers  |  102 Following  |  244 Posts  |  Joined: 07.08.2024  |  2.1125

Latest posts by juemrami.dev on Bluesky

anybody else that uses Vitest/Vite dev server?

I keep having an issue with my `working_copy.lock` getting corrupt (thats how im describing it).

Causes all my jj commands to block and timeout. Have to delete the .lock file to fix.

30.06.2025 03:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Content on here makes me feel like I’m on Facebook sometimes lol

14.06.2025 16:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

So RSC don’t generate any static html + reactive hole? I thought it was similar to islands arch

14.06.2025 16:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Julio Ramirez - Software Engineer Julio Ramirez's personal website showcasing projects, skills, and contact information.

finally got a personal website live.

After making so many small random personal apps, i never took the time out to make a personal website because it always felt too self-serving... but im about desperate for a software job now a day idrc πŸ˜‚

www.juemrami.dev

I might fuck around and start blog soon

12.06.2025 23:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

what ive found the most confusing is not being sure if i should think of react as a server first or client first.

Like should i be thinking of living on the server and interacting with the client?
Or, should i be living on the client interacting with the server?

06.06.2025 21:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I always explain it to people as a "most likely next word" generator.

Its like when youd type gibberish on your phone by always accept the next suggested word in your autosuggest. But on crack and with the entire internet in its recent memory.

02.06.2025 21:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I know there's a long the time until these changes actually make it to retail and then again the time until those retail client changes trickle down to classic.

I'm interested in your opinion considering these addons have started to appear in classic as the avg player has evolved since 2004 & 2019

02.06.2025 21:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@aggrend.bsky.social With the recent Retail announcement of looking to heavily restricting combat addons, do you see a similar vision for the future of classic wow?

02.06.2025 20:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
The 3 Ways JavaScript Framework Render the DOM
YouTube video by Ryan Carniato The 3 Ways JavaScript Framework Render the DOM

If youre like me and you recently started learning web and your introduction to the space has been React, please check this video by @ryansolid.bsky.social out.

Its great view into the process of how your templates turn into html + js and the ways that that can occur
www.youtube.com/watch?v=0C-y...

28.05.2025 18:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

oh so the actual number of symbol/graphemes changes between upper/lower case?

28.05.2025 17:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

To answer β€œhow could you map a lowercase string to its uppercase variant CONSIDERING that the byte size of the characters might change between upper/lower”

You basically just look for the utf8 β€œstart” bytes in each sequence and line them up that way

28.05.2025 16:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image 28.05.2025 15:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Just keep doing what you’re doing but check the first byte only.

UTF8 will tell you based on the first byte if characters is multi-byte, and also how many bytes that char(codepoint) requires.

28.05.2025 15:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

@syntax.fm @wesbos.com pretty please?

27.05.2025 19:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Cheers on the release.
I'm bullish on how this is how state should be managed in client apps going forward.

27.05.2025 19:19 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Mojo and Building a CUDA Replacement with Chris Lattner - Software Engineering Daily Python is the dominant language for AI and data science applications, but it lacks the performance and low-level control needed to fully leverage GPU hardware. As a result, developers often rely on NV...

Chris Lattner is the CEO and Co-Founder of Modular, the company behind the Mojo language. In this episode, he joins @kball.llc to discuss his engineering journey and his current work on AI infrastructure and Mojo.

softwareengineeringdaily.com/2025/05/22/m...

22.05.2025 10:42 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0

Damn Chris Lattner is such a joy to listen to. His foresight for how software should be utilized is unmatched.

I love that thing he said about democratizing software such that 2 people can build something 20 people use, who can build something 200 ppl use, who can build something 200k people use. πŸ‘Œ

27.05.2025 19:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

So hyped for the future for web apps

27.05.2025 16:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The best part about working alone is that I can rebase my main production branch all I want.

Rebasing is no nice when you don't have a whiney rat at your back complaining about rebase conflicts.

26.05.2025 20:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Insane reverse psychology at play here coz even I’m interested now

26.05.2025 17:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yea tbh legion classic legion always seemed like a meme, but they’re at MoP now so who knows.

Maybe they skip right over WoD after MoP classic πŸ˜‚

26.05.2025 16:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I haven’t watched a Nobbel vid in years. Since like Shadowlands came out and I stopped playing retail.

He was core to my beyond routine tho lol

Def hyped for Legion time walking since that was my first real xpac

26.05.2025 16:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Whats motivating you to check it out (asking as someone whos only ever used git)

26.05.2025 07:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

ahh. im checking out the readme rn. Maybe worth checking out for my stacked commits workflow. Currently using graphite but i feel like its mostly build for collab work.

I just want something for better managing my local/private repos where im not making PR's as often as im just pushing to main.

26.05.2025 07:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

woo finally fixing with website instead of focusing on AI features.

26.05.2025 07:05 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

company thing or person experimentation

26.05.2025 07:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

windows gang.

FR tho i dont know why windows hasn't made moves towards joining the rest of world with EOL tokens.

I assume it would probably break some legacy software and windows always so proud about how you can run shit compiled in the 90s still today on windows 11

26.05.2025 06:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Trying to recreate the ios bottom sheet on my React (web not native) app.
Anybody have any tips?
Please dont suggest a library, im trying to keep dependencies low.

26.05.2025 06:53 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If at first you don’t succeed.. ride the next big bubble.

It is crazy seeing how much people are raking in for just glue coding some hosted inference services and slapping AI somewhere in there marketing copy

22.05.2025 09:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Local first hype

22.05.2025 09:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@juemrami.dev is following 20 prominent accounts