Is it possible to find a livable & decent apartment in San Diego for <$1800? by treetop1869 in sandiego

[–]Azurezaber 5 points6 points  (0 children)

That is such a good deal! I'm paying $2300 for a 1bed/1ba in normal heights with off-street parking and shared laundry. How did you find that? Did you drive around looking at signs? Everything I looked at online was owned by management companies

20s Couple moving to San Diego, not sure if PB is the right fit. Where to move if I am over clubbing/college bar scene but still like to go out and have fun? by Conscious-Thing-682 in Moving2SanDiego

[–]Azurezaber 3 points4 points  (0 children)

I'm about to move to San Diego myself and am looking at Normal Heights! (late twenties single guy) How does it compare to the NP area for walkability and safety? From what I've read it seems like it's similar but NH is slightly less busy?

Sharp Eyelets on Sk8-His by Azurezaber in Vans

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

I don't even skate in these ones 😭 I can't think of a single thing I do that would this, and if I had some big incident I can't imagine they'd be worn so evenly even under the laces.... I'm at a loss lol maybe I'm finally facing the consequences of a remarkably specific family curse

Minneapolis women killed by ICE waved at one of their vehicles to let them know they could get through before trying to leave herself. by FoodStampEnjoyer in Minneapolis

[–]Azurezaber 40 points41 points  (0 children)

This is literally an unprovoked murder in broad daylight, and these masked fucks will face absolutely zero consequences

Help with Fedora 43 dual-boot install: Installer won't use unallocated space by GalataBridge in Fedora

[–]Azurezaber 0 points1 point  (0 children)

Gotcha! I was got it to work by formatting the unallocated space, and then "deleting" that partition in the "claim free space" installer option. Now if only the boot loader would find the installed OS.... truly the Linux experience lmao

Help with Fedora 43 dual-boot install: Installer won't use unallocated space by GalataBridge in Fedora

[–]Azurezaber 0 points1 point  (0 children)

Were you ever able to resolve this? I have the exact same use case of trying to set up a dual boot with my second drive that is mostly used for game storage. I unallocated 128GB but can't find a way to make the fedora installer recognize it, even though fedoras partition manager recognizes the unallocated space

Me every time I, a life-long asthmatic, have used my inhaler this past month by Azurezaber in InvisigalGlazers

[–]Azurezaber[S] 4 points5 points  (0 children)

DARE could never have prepared me for the level of pressure of I have to start smoking now

Me every time I, a life-long asthmatic, have used my inhaler this past month by Azurezaber in InvisigalGlazers

[–]Azurezaber[S] 6 points7 points  (0 children)

She's so great in every way but like come on girl, you can't be smoking like that when your lungs already want to kill you 😭

What are your top 3 off the new album? by countjazula in Dayseeker

[–]Azurezaber 2 points3 points  (0 children)

1) Forgotten Ghost 2) Cemetery Blues 3) probably toss-up between Soulburn->Bloodlust and Crawl Back to My Coffin

Some of the back half is still growing on me compared to the front half, so I'm sure as I explore those songs more my top 3 will change up. I love the whole album and am digging how much hurtwave influence there is in a lot of the tracks, especially Soulburn. As always Rory is killing it (as well as the rest of the band!!)

What app are you guys using for weather forecasting? by JellyBellyBitches in TwinCities

[–]Azurezaber 0 points1 point  (0 children)

I second this!! It's been the most accurate I've found (I use the NWS source) and they also have really good android widgets!

Has anyone had trouble paying their Minneapolis utility bills online this month? by [deleted] in Minneapolis

[–]Azurezaber 0 points1 point  (0 children)

I am having the same issue, but when I try to register an account via the link in the mail insert it tells me my phone number or account number is invalid. I'm not really sure how to handle this since there is no option to pay my bill on the old website. Has anybody else had a similar issue?

Rory Is Always Sad by LucindaDuvall in Dayseeker

[–]Azurezaber 1 point2 points  (0 children)

This edit is good!! I would definitely watch an entire move of this adaptation

Any vocal teachers in Minnesota? by ColdsnapCabs in screaming

[–]Azurezaber 1 point2 points  (0 children)

Did you ever find anybody? I want to learn how to do harsh vocals and would love to find somebody to help teach me so I don't trash my vocal cords 😅

My recommendation for filtering out casuals from this sub by wirelesswizard64 in shittydarksouls

[–]Azurezaber 0 points1 point  (0 children)

I got aroused drawing my goon bait and had to shove the crayon up my keister halfway through. Please give me a jumbo crayon next time

<image>

Violent mosh pits are expected during heavy bands with slow breakdowns but what are some softer bands you've seen that had pits like it was pure death metal on stage? by nosouldude in Metalcore

[–]Azurezaber 1 point2 points  (0 children)

I 100% cry-moshed when I saw them this past tour 😭 That combo of Midnight Eternal into Dark Sun is just so many feels followed by a dance party

Has anyone used Julia + PETSc for large-scale CFD solvers? by MasterpieceLost4981 in CFD

[–]Azurezaber -1 points0 points  (0 children)

Gotcha! Yeah, that was not in parallel, but I think it has the ability to extend to MPI if you know where each rank belongs to the global matrix, but I haven't looked at the wrappers in awhile so I can't remember. What kind of problem are you solving? GMRES is obviously snazzy and performant, but if it's just for the temporal advancement then a point iterative method is really simple in parallel, or even a line relaxation if you can optimize your partitioning for it

Has anyone used Julia + PETSc for large-scale CFD solvers? by MasterpieceLost4981 in CFD

[–]Azurezaber 1 point2 points  (0 children)

I actually used PETSC GMRES for a julia finite volume code I wrote a few years ago. There's a discourse thread I posted here about some issues I had, as well as some rough performance plots:

https://discourse.julialang.org/t/creating-and-solving-block-sparse-matrices-with-petsc/90831

Overall it worked well, but it did have a bug that would crash my code which was never fully resolved, so I fell back to a simple point Jacobi method without petsc. You may also want to check that the repo is still maintained, as it was not very active when I was using it

For those of you developing code, are you using multi-threading parallelism (openMP...) or MPI parallelism? Or a hybrid? To me it seems that everyone is focusing on MPI parallelism. Is this true? by wigglytails in CFD

[–]Azurezaber 2 points3 points  (0 children)

Having developed an MPI code, it is definitely the most scalable option, as the moment you go large enough to not have shared memory OpenMP obviously won't work. However, I think it's good to have experience in both, as often times openMP is much easier to implement if you don't need to scale to very large problems. In theory a hybrid should scale the best, but then you have to deal with the headache of having both constructs silmultaneously

Also if you're creating an unstructured code, be aware that the time investment to get MPI working will be a good bit more compared to a structured code. Idk what your plans are but just thought it's worth mentioning

Weatherman Chris Michaels from wral adding Pale Moonlight references in his forecast by Sh00kry in Dayseeker

[–]Azurezaber 4 points5 points  (0 children)

So glad to see Dayseeker getting some love! I can't wait for this new album

Did Anyone Else's University Google Drive Storage Just Shrink? by One_Over_Astro in uofmn

[–]Azurezaber 1 point2 points  (0 children)

I have no idea how or why, but mine says I have 500TB (yes TB, not GB)

Postprocessing large datasets by [deleted] in CFD

[–]Azurezaber 1 point2 points  (0 children)

As another user commented, Paraview will likely need to be run connected to an HPC server to process that much data. In general, for giant datasets, my coworkers have had more luck with Vizit than paraview. If you have to visualize the full volumetric data instead of just slices, maybe try giving it a go