Makistos
Makistos
Explore posts from servers
RRunPod
Created by Makistos on 4/16/2025 in #⛅|pods-clusters
Pricing models
Hello, my company is planning on trying some AI models for coding and we are planning on getting the GPUs from RunPod. But what we can't figure out is pricing, how does it work if we use the models about 8:00-16:00 every weekday? Are we still going to be billed $2.47 24/7?
28 replies
KPCKevin Powell - Community
Created by Makistos on 7/26/2024 in #ui-ux
Buttons for browsing images, how to do in mobile?
So I need to change an image so that it can hold multiple images and some way for users to browse through those images. I was thinking of just having two buttons that show up when user places the mouse cursor over the image but I suspect this wouldn't work well on mobile. So anyone have any other ideas how to do this sort of UI? This is an example page: https://www.sf-bibliografia.fi/works/2067 Imagine that those different versions at the bottom are combined (there will be buttons to combine/un-combine them) but I want to user to be able to browse the covers. I can't figure out a good place outside the image for the buttons that wouldn't look stupid. So that's how I came up with the idea above.
6 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
https://www.sf-bibliografia.fi:3000/ I have tried to fix the layout several times but can't figure out why it doesn't work when I try it on mobile (or just make it narrow enough). Should I just ditch the iamge completely when width becomes smaller than the width of the image? Is that the issue?
26 replies
DTDrizzle Team
Created by Makistos on 6/2/2024 in #help
Lots of type issues after running introspection.
Decided to finally give Drizzle a spin and run introspection on my database to automatically generate the models. But I got loads of type errors that say "Argument of type 'string' is not assignable to parameter of type 'number | SQL<unknown>'.ts(2345)" And this is because of lines like this: version: int("version").default('NULL') How should I fix these & why did this happen in the first place?
2 replies
KPCKevin Powell - Community
Created by Makistos on 5/31/2024 in #ui-ux
Anyone have any sites I could loan ideas from?
I have a rather simple looking site and I'm specifically looking for ideas for improving the most important page template (example: https://www.sf-bibliografia.fi:3000/works/4670). I'm not much of an UI designer so would like some inspiration but I can't think of other than rateyourmusic.com that is even remotely this style. Specifically I think I would like to do something with the tags (the colored boxes) as well as the two buttons ("Palkinnot" means awards and "Linkit" I think you can figure out), having them behind a button doesn't make much sense plus I don't like what the short stories part ("Novellit") looks like. But I don't really know what I would like so looking for some other sites I could use for inspiration.
4 replies
KPCKevin Powell - Community
Created by Makistos on 10/7/2022 in #os-and-tools
Using DevTools grid inspector with React
I just watched Kevin's video about how to debug CSS with DevTools and saw the part about grid inspector. This is something I would like to use but even with the React DevTools installed I can't seem to figure out how I could see the grid with my app. Is this possible?
1 replies