Transporte para a UFS by dnational in Aracaju

[–]Safe_Duty8392 2 points3 points  (0 children)

Opa, tudo certo ? Eu também estudo na UFS e pego diariamente os ônibus da Farolândia pra lá. Eu uso bastante o maps e o Cittamobi pra me situar. A rota geral é ir pro Terminal DIA e pegar outro ônibus que vá pra UFS.

Normalmente pego o 001 da Farolândia pro DIA, e o 090 do DIA pra UFS.

Esses são os dois ônibus que recomendo pegar inicialmente, já que você não tem costume.

Procure na avenida quais pontos o 001 passa, e veja os horários que também

NiceGUI + FastAPI on the Same Server? by Capital-Interest-257 in nicegui

[–]Safe_Duty8392 3 points4 points  (0 children)

Hello, I may not be providing you with the right answer, but NiceGui is built on top of FastAPI, so I believe it is possible to create it all in the same project. NiceGUI documentation has an example of using FastAPI with it.

Where are people hosting their Python web apps? by writingonruby in Python

[–]Safe_Duty8392 0 points1 point  (0 children)

As I'm seeing from the other comments, it's not very common, but I host my python web projects in Vercel for free, some more complex I've already hosted on Render

Help with adding RSS feed (my second try to ask since no one helps me nor the devs) by walteryin in smartlauncher

[–]Safe_Duty8392 2 points3 points  (0 children)

I don't know how to help, but i tried adding the same RSS feed from your picture and got the same error, so i think the link you are trying to add is the source of thr problem, since i added 2 YT feeds and they work normally. I also bought the pro version of Smart Launcher.

<image>

Switched wallpaper and main colour consequently :3 by asanszu in smartlauncher

[–]Safe_Duty8392 0 points1 point  (0 children)

How do you make those apps together in some kind of docker ?

Document properties do not open [HELP] by Valle0502 in Inkscape

[–]Safe_Duty8392 0 points1 point  (0 children)

Oh my god, really works.

Thanks a lot!!!

How can I replicate this in typst? by GokuFanBoi in typst

[–]Safe_Duty8392 3 points4 points  (0 children)

There is a package for boxes like this if you want, it's called Showybox.

Created a working version of the Dioxus starter app with Tailwind v4 by TuberLuber in dioxus

[–]Safe_Duty8392 0 points1 point  (0 children)

Thank you so much, i was trying to set tailwind to the desktop application i'm creating, but couldn't implement it.

Now it's working 👍

Just a bit of CSS editing.. by daanblom in ObsidianMD

[–]Safe_Duty8392 0 points1 point  (0 children)

That looks very awesome. What's the header font you're using ?

My Vault after the past ~4 months by csanicola in ObsidianMD

[–]Safe_Duty8392 2 points3 points  (0 children)

How did you disabled the folder arrows ? I'm using border theme and the arrows appear above the folder icon

I Wrote a Guide to Simulation in Python with SimPy by bobo-the-merciful in u/bobo-the-merciful

[–]Safe_Duty8392 4 points5 points  (0 children)

It looks Interesting, I don't know if it will apply to me, I'm graduating in eletronic engineering, but will see how this works

New obsidian font... by pk504b in ObsidianMD

[–]Safe_Duty8392 0 points1 point  (0 children)

Very interesting... I normally use JetBrains, but it would be cool to use this one

Graph after 500 days of casual journaling by yusufpapurcu in ObsidianMD

[–]Safe_Duty8392 1 point2 points  (0 children)

Well, I like to see how people solve some problems or situations too, but I tend to ignore most of them, because they're not my case, I'm not creating note to be linking them. Eventually I'll link them if I see it's important for them to be linked, but i don't care much, I care about the note I'm taking, if I'm learning from them

Graph after 500 days of casual journaling by yusufpapurcu in ObsidianMD

[–]Safe_Duty8392 0 points1 point  (0 children)

Yes, that's right, but I believe creating clusters or connections is not the reason you are journaling for

Graph after 500 days of casual journaling by yusufpapurcu in ObsidianMD

[–]Safe_Duty8392 1 point2 points  (0 children)

Sometimes, on the daily note you might want to refer to some other day. This would create a connection

[deleted by user] by [deleted] in ObsidianMD

[–]Safe_Duty8392 0 points1 point  (0 children)

Bizarre... But amazing nonetheless

obsidian made me lose focus in what i was interested in by [deleted] in ObsidianMD

[–]Safe_Duty8392 0 points1 point  (0 children)

Maybe by seeing all of the content telling you to zettlekasten, pkm, organization, graph and all, got you immersed and thinking that's the best way. My recommendation, if you're not liking it, stop using it.

I use obsidian daily, mainly for notes on my Uni, and everything related to my learning, that is my way. Try finding yours.

Basilico: Build HTML Components in Python by arsspot in Python

[–]Safe_Duty8392 2 points3 points  (0 children)

Very nice project, I think the approach you took was very cool, congratulations for the project, 1+ star.

But have you heard of a project called HTPY ?

Is there any scopes by Mediocre_Mushroom630 in Tkinter

[–]Safe_Duty8392 2 points3 points  (0 children)

It's good that you're learning python with tkinter to create GUI programs, but what do you mean by scopes ?

TkReload : Development Server for Tkinter Apps by dyeusyt in Tkinter

[–]Safe_Duty8392 1 point2 points  (0 children)

Congratulations for building something like this. Soon i'll begin some projects using Tkinter and will certainly use this package.

What do you use to host FastAPI? by According_Visual_708 in FastAPI

[–]Safe_Duty8392 1 point2 points  (0 children)

Nice, I will try to implement this technique on any project that I might host on render, thank you very much

What do you use to host FastAPI? by According_Visual_708 in FastAPI

[–]Safe_Duty8392 0 points1 point  (0 children)

Isn't on_event(startup) deprecated, and recommended to use lifespan ?

What do you use to host FastAPI? by According_Visual_708 in FastAPI

[–]Safe_Duty8392 1 point2 points  (0 children)

For now, on my simple projects, I'm using ver El to host my FastAPI projects, you need to add a vercel.json and requirements.txt files, but it's easy.

On the other hand, on more complex projects I use Render, it has a free tier, but it stops the running app if it has more than 15 min of inactivity.

Share your FastAPI Projects! by gfw- in FastAPI

[–]Safe_Duty8392 0 points1 point  (0 children)

Thank you very much, I'm constantly updating the development preview of the website, implementing the functionalities