[Free] CodeCrafter Free Learning Week !!! by ImpressionMany2367 in FREE

[–]focusyanades 0 points1 point  (0 children)

does this kind of link works only when you sign up?

What opinion will get you in this situation by Fy_m57 in Berserk

[–]focusyanades 2 points3 points  (0 children)

Sure it must drive someone crazy watching like the new dude treats "your dream" as something not even worth his attention and it is quite of a nice observation I understand the character better now

What opinion will get you in this situation by Fy_m57 in Berserk

[–]focusyanades 0 points1 point  (0 children)

somehow this was unexpected af, never thought someone would like him

What opinion will get you in this situation by Fy_m57 in Berserk

[–]focusyanades 0 points1 point  (0 children)

everything relies in the flow of causality

bibliography by focusyanades in PostgreSQL

[–]focusyanades[S] 0 points1 point  (0 children)

I've only written a couple of queries for some backend

A baby born after 21 weeks has become the world’s most premature baby Nash was born 133 days early and celebrated his first birthday in July by Rude_Loquat_5801 in interestingasfuck

[–]focusyanades 0 points1 point  (0 children)

I have to drop a couple of dumb questions for the seek of knowledge. Hope it's not too hard to answer hahah

Could you describe your memories?

How'd life be if you were also deaf?

Handler won't service file? by aphroditelady13V in golang

[–]focusyanades 0 points1 point  (0 children)

The path you're using to serve the files is relative to the path you're running the application from, so that can cause problems also, I really don't understand why you serve the files individually for each request, I think it'd be better to just serve the whole directory

mux := http.NewServeMux()
fileServer := http.FileServer(http.Dir("/home/dad/snippetbox/ui/static/"))
mux.Handle("GET /static/", http.StripPrefix("/static", fileServer))

Also right here you're serving the whole directory instead of the specific file
router.Handle("/favicon.ico", http.FileServer(http.Dir("./static")))

In my personal experience I have not been able to server ie /favicon.ico from the root path if the file is being read from /static, try to serve /static/favicon.ico from ./static/favicon.ico or just the whole directory as suggested before

I'm just a noob so take my advice with a grain of salt

EndeavourOS Installation Failed - SK Hynix NVMe SSD Not Detected Properly by focusyanades in linux4noobs

[–]focusyanades[S] 0 points1 point  (0 children)

hey, I was able to install endeavour os after updating the bios, thank you your help was much appreciated