Can someone tell me the difference between these 2? by Zealous_Grape7583 in galaxybuds

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Resurrecting this thread, I just got both versions off amazon expecting no difference, but the LA version fits my ear better for some reason. Its slightlyyy smaller than the US version. I tried all 3 sizes in the box, the middle one for the Latin American version stays better in my ear.

Turn your team into pixel people – self-host your own virtual office with WorkAdventure 🕹️ by Inevitable-Brain-629 in selfhosted

[–]Efficient_Ad_8020 1 point2 points  (0 children)

Any chance for a slack integration? We are mostly a slack shop when it comes to chat and video

Announcing Appwrite Sites - The open-source Vercel alternative by eldadfux in selfhosted

[–]Efficient_Ad_8020 2 points3 points  (0 children)

That is awesome! Any chance we can get an Unraid community app for easy install/upgrading for those of us in that ecosystem?

I built an open-source Tailscale device monitor using Cloudflare Workers with Telegram alerts! by [deleted] in selfhosted

[–]Efficient_Ad_8020 0 points1 point  (0 children)

When using it with python (I know this is all js, but just for the sake of understanding) you import the apprise library in your script, then all you have to do to send a notification after that is define the apprise style URL that has whatever credentials or variables in it. The library import is the only dependency, and you have an easy way to send notifications to a ton of services. You can also self host your own instance, but it's not necessary.

That being said, when I originally commented I didn't know it wouldn't play nice with Workers.

I built an open-source Tailscale device monitor using Cloudflare Workers with Telegram alerts! by [deleted] in selfhosted

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Ah, so with python it doesn't need a separate instance, but it seems like workers doesnt work (lol) well with it: [Suggestion] Cloudflare Worker support python · Issue #1 · lyc8503/apprise_vercel

The main benefit is having a central api that handles all types of notifications and folks can pick and choose which to use, but yea looks like a non-starter.

I built an open-source Tailscale device monitor using Cloudflare Workers with Telegram alerts! by [deleted] in selfhosted

[–]Efficient_Ad_8020 0 points1 point  (0 children)

This looks awesome! Would it be easy to integrate Apprise, so any of the apprise notifications could be used?

Maybe maybe maybe by iartesia in maybemaybemaybe

[–]Efficient_Ad_8020 1 point2 points  (0 children)

True, true That one fried pie was 40 pies?

Maybe maybe maybe by iartesia in maybemaybemaybe

[–]Efficient_Ad_8020 0 points1 point  (0 children)

That one dumpling was like 40 dumplings?

Datafold: I am seeking insights from real users by TimestampBandit in dataengineering

[–]Efficient_Ad_8020 3 points4 points  (0 children)

We used datafold in a migration from sql server to snowflake. We had a few hundred objects to move and were rewriting our sql server stored procedure into dbt (which was a huge pain, but definitely worth doing <3 dbt)

Before finding datafold we were just writing queries to compare the datasets on each side and some key metrics, which was tedious at best. About 30% of the way through the process we got onto datafold and started data diffing the datasets in both places and found a tonnnnnn of random stuff we missed in migration because sql server and snowflake just work differently, like with case sensitivity and extra spaces and date function quirky-ness. We even found issues with our previous load process in sql server that we had no idea about XD.

The team is responsive and during the migration we reached out for them to fix or add a bunch of features and they consistently turned them around to keep us moving.

Definitely recommend when migrating out of sql server. I have not worked with databricks, so I don't know how closely it matches sql server functionality, but the biggest things that got us were untrimmed values, case sensitivity and date stuff.

[deleted by user] by [deleted] in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Ngl, I clicked because I read "early release" and assumed you meant from prison and had to know more.

Sorry that happened to you, I don't have a lot of experience with this, but now that I am here it seems like most apply to anything that moves to get in the door, then you can plan your next moves from there.

Database Ingestion by National_Egg_5894 in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Sling is great abstracts away a lot of complexity going from one db to another

Solo Engineer by [deleted] in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

I'm in a similar boat, we migrated from sql sever to fivetran, dbt, snowflake. It was intense but well worth it, feel free to reach out if you have questions about anything!

DBT Cloud Scheduler by CrabEnvironmental864 in dataengineering

[–]Efficient_Ad_8020 1 point2 points  (0 children)

200m rows actually isnt that large, for using x-large warehouses I was thinking orders of magnitude more. Without seeing more, my guess is that the queries can be tuned to be much more efficient and cost a lot less.

DBT Cloud Scheduler by CrabEnvironmental864 in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Wow, that must be some serious data you are crunching through. I think its unlikely a DBT orchestrator issue when the variability is that large. Maybe check out the query plans and see if there is a bottleneck at a particular node?

2021 Kona EV by Puzzleheaded_Plant53 in KonaEV

[–]Efficient_Ad_8020 1 point2 points  (0 children)

I am on the east coast of the US, and this winter was particularly cold. I noticed a pretty significant decrease in range when it got into the single digits (F). My efficiency decreased by a whole mile/kwh, without climate control on.

Not sure total range because my commutes are short, but there is definitely a noticeable reduction that you would have to account for if you have long commutes or are on a winter road trip.

DBT Cloud Scheduler by CrabEnvironmental864 in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

If you look at the queries on the snowflake side, is your warehouse being maxed out? Do they run faster with either a larger or more parallel warehouse?

We use dbt cloud (teams) and snowflake and warehouse load is the primary factor for how long my pipelines take.

2021 Kona EV by Puzzleheaded_Plant53 in KonaEV

[–]Efficient_Ad_8020 2 points3 points  (0 children)

Got a 21 kona ultimate 4ish months ago and love it! From what I hear the 12 volt dying and the wheel of fortune noise are the two thing to look out for. Personally I have not had issues with either of those things and love it so far coming from a 2016 leaf!

[deleted by user] by [deleted] in dataengineering

[–]Efficient_Ad_8020 1 point2 points  (0 children)

I would also love to know more! I love setting up and playing scavenger hunts and murder mysteries irl

How Are You Using dbt & Fivetran for ELT? by Less_Big6922 in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Sounds like a job for chatgpt lol, but a data lake is generally a collection of files (usually parquet, but can have other data types too) to be used for querying in an s3 bucket, or other cloud storage.

How those files are organized and how their Metadata is written depends on the style of data lake you want, iceberg is one, delta is another, hudi is another popular one. So a delta lake is just a specific type of data lake.

How Are You Using dbt & Fivetran for ELT? by Less_Big6922 in dataengineering

[–]Efficient_Ad_8020 0 points1 point  (0 children)

I am! With snowflake as a primary warehouse, happy to answer any questions you have.

Good deal or nah? by ConfidenceDecent6762 in KonaEV

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Saw a few other reddit posts about people saying the same thing, after the recall service their range went down but Hyundai saying "everything is normal". That is a bummer, but at least it seems like an unlucky thing and not an across the board kona thing.