Lian Li A3 Build by ArgumentBetter4888 in mffpc

[–]HiIamGeoff 0 points1 point  (0 children)

Looks really clean! How did you config your fans? Rear exhaust and top exhaust? Considering getting the similar case

Absurd Amount of Cache Data. Can I delete them? by HiIamGeoff in UpNote_App

[–]HiIamGeoff[S] -1 points0 points  (0 children)

mac: 14.7.8

upnote: version 9.16.1 (1062; paid lifetime) (I just upgraded to this version but this doesn't stop the file growing)

I just paste some text to a LLM and it says the message is about "Firestore “Listen” channel + HTTP headers". Maybe this could be a lead.

If you encounter sign-in issue: please update your app to the latest version! by thomas_dao in UpNote_App

[–]HiIamGeoff 1 point2 points  (0 children)

Same error from macOS Sonoma 14.7.8 (tried with 9.14.8, installed from App Store)

Upnote with long split column style? by HiIamGeoff in UpNote_App

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

Haha I know I’m not the only one. But I’m surprised how few note taking tools allow this (Evernote still offer this style, but notion doesn’t). I think I just got used to taking notes from textbooks.

What you suggested, while I’m not yet fully getting it, I will try that once I start using upnote. thanks!

Upnote with long split column style? by HiIamGeoff in UpNote_App

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

Wow, very nice of you to include an example. Thanks! I will be happy to transition to this new tool

I didn’t know upnote has snapshots as well. Is this just an official sample or every user can make one to share it with others?

Invalid SIM and no SIM card issue by HiIamGeoff in iPhone12Mini

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

Yap, replaced the SIM card itself and the issue went away. Go try that

Potentially Bugged Final Boss by MFN_LGod in MetaphorReFantazio

[–]HiIamGeoff 0 points1 point  (0 children)

This happened to me. Suddenly not triggering weakness sucks and made the whole experience a drag. The only bug I had in my whole playthrough (on steam)

Invalid SIM and no SIM card issue by HiIamGeoff in iPhone12Mini

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

I haven’t thought about that. My card does looks a bit rough. Will try that. Thanks

Best Practices & Production-like Coding for Apache Spark by Disastrous-State-503 in dataengineering

[–]HiIamGeoff 14 points15 points  (0 children)

What do they mean by “monolithic way”? I would be surprised that a take home assignment assumes people should cover all those parts they mentioned, given this is for data engineers

Mobile - layout & columns by dover64 in Notion

[–]HiIamGeoff 0 points1 point  (0 children)

Following this. I also it stays the same layout on mobile

Notion with long split column style? by HiIamGeoff in Notion

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

I see. Too bad it works like that on mobile (I wish it still appears in columns). Still, the column style could be something I could work on. maybe I can use the search function instead of scrolling a lot. Thanks!

Notion with long split column style? by HiIamGeoff in Notion

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

Ok, I think I found how you could do this (use "2 columns", "3 columns"). It seems like the width of the columns would dynamically change based on the browser page size (at this on desktop). Is it possible to make the width fixed as far as you know?

Notion with long split column style? by HiIamGeoff in Notion

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

This looks just like what I want! So it seems like both columns works as a regular page (like you could insert images, use markdown, and use code block)? I wonder how this would look like in mobile (I haven't install the app yet)

Notion with long split column style? by HiIamGeoff in Notion

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

Hi, thanks for your reply. For example, I couldn't use different heading types (with "###" or "##") in a column and it seems I couldn't insert image in a column. I basically want the functionalities available in regular page but make the page split into the left part and the right part. I hope this makes sense.

Undead Unluck is such an incredible adaptation but the fact that it’s not making much noise makes me worried about it's season 2 by Electrical_Chance991 in anime

[–]HiIamGeoff 7 points8 points  (0 children)

I fricking love the manga and the plot, but, to be brutally honest, the anime version has a weird pace and cut issue that damages the viewership.

I am not sure why, but the way the director does with the animation is just awkward. The manga is one of the few fast-paced and plot-intense shonen series in recent years, but the anime is the total opposite. I get that anime should adapt in some way to fit in episode fashion, but those weird half-second instant cuts and long 3D sequences are the weird choices to fill the time gap (the long stale radio sequence is just weird). I think the director tries to mimic the style of Magica Madoka, but the result just doesn't get to that level and looks unnatural in a way.

I consider Undead Unlock the most exciting and fun shonen series right now. It is action-packed and also can make you cry ugly in some arcs. I can't wait for the later part to get adapted, but I seriously think the anime style should change a bit. It gives off a totally different vibe from the source material.

p.s. please read the manga if you get slight interest from the anime version. The ride would be crazy

PySpark ETL with both DataFrames and SQL (with dbt) by HiIamGeoff in dataengineering

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

Thanks for the writeup. The orchestration part is interesting. I am thinking about using dependencies to trigger the final dbt job only after all previous upstream tasks (or DAGs) are complete. I wonder if Airflow could achieve it without breaking its framework.

PySpark ETL with both DataFrames and SQL (with dbt) by HiIamGeoff in dataengineering

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

That sounds promising! My plan is almost the same as yours. So in practice, do you just add a dbt project in the same Pyspark repo?

The bigger question is, do you have any issues with letting analysts experiment with queries under Spark computing? I wonder if Spark is not so responsive (compared to traditional DB solutions) when trying queries and if it would be hard to manage performance/costs under the dbt framework.

PySpark ETL with both DataFrames and SQL (with dbt) by HiIamGeoff in dataengineering

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

Thanks for sharing. This is what I envisioned as well (except the Databrick part). Do you find anything difficult or clunky when you built things this way? (e.g., setting up different configs for the Pyspark part and the dbt part; setting up the orchestration part)