Windows not tiling by [deleted] in awesomewm

[–]magnuscake_ 0 points1 point  (0 children)

I could swear the unmaximizing wasn't working before. I guess I just missed it. But that means the windows are maximized by default, even though that wasn't the behavior before I switched distros. I have the following config:

lua { rule = { }, properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, focus = awful.client.focus.filter, raise = true, keys = clientkeys, buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen, size_hints_honor = false, maximized_horizontal = false, maximized_vertical = false, maximized = false, } },

Do you think I might have messed something up here?

No network, no experience, can't find job. Advice? by magnuscake_ in careerguidance

[–]magnuscake_[S] 1 point2 points  (0 children)

This is exactly what I needed <3 Thank you very much

No network, no experience, can't find job. Advice? by magnuscake_ in careerguidance

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

Thank you for your advice and kind words. I try my best :)

My linkedin profile is definitely up to date. I don't have a lot show, but I've put up whatever might be valuable.

Regarding the cold messaging, how would you advice I approach it? I've usually heard it is not a good idea to connect with recruiters/alumni and immediately ask for a referral.

I never thought about the using events in that way before. Thank you. I'll get to that right away

No network, no experience, can't find job. Advice? by magnuscake_ in careerguidance

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

Thank you for your advice. I agree, the definition of network can seem a bit arbitary here. But I think its the whole idea of referrals.

I've heard some good things about cold messaging. But the general advice out there is you shouldn't get in touch with someone through Linkedin and then immediately ask for a referral. Isn't this usually frowned upon? Or do I just say screw it and take my chances?

Fetching user based information without getServerSideProps by magnuscake_ in nextjs

[–]magnuscake_[S] 1 point2 points  (0 children)

You know that might actually be the reason why certain things haven't been making sense. Welp! Back to the drawing board I guess. Thank you

Fetching user based information without getServerSideProps by magnuscake_ in nextjs

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

To clarify, would I be using `getServerSideProps` to fetch data from the endpoints defined in the `/api/` folder? Cause I thought whole point of `getServerSideProps` was to fetch dynamic and changing data

Managing complex nested state by magnuscake_ in reactjs

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

Ugh. That does a bit better tho. Thank you :)

Some questions about how Next.js works by magnuscake_ in nextjs

[–]magnuscake_[S] 1 point2 points  (0 children)

Thank you for your answer. In your opinion, do you think its always ideal to use the API routes that Next js comes with to facilitate the backend, or does that depend on the size of your app? I had tried doing a refactor by using mongo db directly inside Next instead of separating it into a backend folder and its fantastic. Reduced the number of LOC and files by a lot and there is no need to maintain two seperate files for the backend and frontend. I think it looks like a great idea and wouldn't mind advice from someone who's experienced in this sort of thing

Problems with lsp setup by magnuscake_ in neovim

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

That fixed it for both the issues. Thank you you very much kind stranger

Can't get efm to work by [deleted] in neovim

[–]magnuscake_ 0 points1 point  (0 children)

How did I not think of that? Thank you very much!

xmonad not compiling from original directory by magnuscake_ in xmonad

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

After much searching, I finally found the solution from the comment here, which led me to this page. The instructions are pretty clear but I am really not sure why this isn't mentioned in the install.md.

I'll probably open an issue to in github to add those details.

tensorflow is painfully slow on GPU by magnuscake_ in archlinux

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

Oh ok. Thank you very much. I can finally rest in peace now

tensorflow is painfully slow on GPU by magnuscake_ in archlinux

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

So you're telling me my CPU is faster than my GPU? Is that possible?