g6d3np81
Heyyyyyyyyyy
- 0 posts
- 5 comments
Joined 3 years ago
Cake day: August 9th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- g6d3np81@kbin.socialtoProgramming@programming.dev•Some *real* benchmarks on Bun (compared with Node) -- It only wins *sometimes*, but it's mostly a fail3 years
Bun no good => ☹️
Don’t have to learn another shiny JS thing => 😀
- g6d3np81@kbin.socialtoProgramming@programming.dev•What would it take for you to move away from Github?3 years
No. Maybe it flagged dynamic IP as spam or whatever. At this point I don’t really care. Got what I want.
- g6d3np81@kbin.socialtoProgramming@programming.dev•What would it take for you to move away from Github?3 years
I want to have separated accounts for different sets of project…
Signed up a second account… it got suspended instantly (after I log in with my main). According to ToS, I can’t have more than one account.Nuh uh, You aren’t the only provider. Headed to Gitlab, no more bs.
I also have a similar side project planned for a revamp. Successfully made a v1 with grease monkey (vanilla JS) + stylish back in maybe 2016. Super dangerous to keep firefox 56 running only for this front-end. Just need to do the v2 then migrate to latest librewolf.
I want to redo the whole thing in Vue, client side routing with build step. The problem is that
My goal is not to change the UI but wipe the whole page and start over with custom API call instead. V1 do this by visiting a 404 route to stop unnecessary load and use my own URL param for the API call. For bonus cringe I used local storage for database.
Ended up having to use userscript, and now I’m kinda stuck with how to mash Vite build and tamper/violent monkey together :(
Do you have any suggestion or resource I can learn more on this?