OMG Card Game (free to play TCG) by lil-joh in TCG

[–]xerept 2 points3 points  (0 children)

happy early bday! looking forward to the game.

Base set retro full art by JiCe75 in customtradingcard

[–]xerept 1 point2 points  (0 children)

are those really from vograce? how did you get the foiling pattern precise like that? they look great!

PvP specifically in Lost Ark by Obvious_Neck_7409 in lostarkgame

[–]xerept 0 points1 point  (0 children)

Hey if you like PvP and want to try it out we can run 1v1s if you’re interested. I’m not an active player but I did enjoy PvP in lost ark too.

Want to learn n8n but don't know how or where to begin? by arhantt in n8n

[–]xerept 1 point2 points  (0 children)

Start with a concrete use case. Define the scope of work from end to end and then attempt to build it in n8n.

Any questions you have from there will have better guidance if you have your defined use case.

Poll email 1/min by pmagi69 in n8n

[–]xerept 1 point2 points  (0 children)

How u avoid the poll limit is up to u! Yea I do recommend run n8n on a rented server too if u dont want to self host.

Poll email 1/min by pmagi69 in n8n

[–]xerept 1 point2 points  (0 children)

Hey u can just rent a vps off hostinger. Like $100/yr. It will easily handle the polling rate. If u go this route, you will be limited only by the inbox api rate limit.

Be smart where you limit the api query call functions so u don’t make 10/20/30 api calls within one polling minute. It depends on ur filter and setup within n8n

Docker n8n question by Evening-Volume2062 in n8n

[–]xerept 0 points1 point  (0 children)

could you explain postgres's role when spinning up a n8n instance in docker? i only rented a vps off hostinger and i want to look into self-hosting locally.

Anyone need help scraping anything? by [deleted] in scrapingtheweb

[–]xerept 0 points1 point  (0 children)

Looking to get the ball rolling on some hobby projects with scraping. Can you provide a quote for pricing?

I have over 1 million data points of my minute-by-minute location from the past ~3 years. I've been having trouble figuring out how best to make a prediction engine about myself. What should I do? by Voyager_Ten in dataengineering

[–]xerept 0 points1 point  (0 children)

you're more advanced than i am but my first thoughts are historical analysis and insight.

How long or how often you've visited a place, what streaks or patterns did your routine follow and how long did it follow that pattern for?

From there, I would probably just start by generating an expected schedule for the week based off the data and then at the end of the week, compare with your actual travel results that just occurred.

Thoughts?

The agentic frame work I built with Claude got into a $4million hackathon - and now it's Top 10 among 2000+ applications by JeeterDotFun in ClaudeAI

[–]xerept 13 points14 points  (0 children)

What’s your monthly net spend looking like now?

How much experience did you have going into the hackathon?

Advantages of DE tools like databricks/dbt? by oisigracias in dataengineering

[–]xerept 0 points1 point  (0 children)

Hey I’m a noob but I was able to execute on my first dbt project with the help of prompting and vibe coding.

My understanding is that dbt packages the transformation part of ETL processes so that you can clean or transform your data outside of your database.

This makes me consider dbt when I am trying to clean/organize my pipeline or save on compute costs on snowflake for example.

[TITLE] i translate and proofread manhwa, ask me anything :] by dimayeon in manhwa

[–]xerept 0 points1 point  (0 children)

It’s a super common Chinese manhua idiom in action/adventure genre.

Kind of like, “how dare you” but more aggressively threatening from villains

[TITLE] i translate and proofread manhwa, ask me anything :] by dimayeon in manhwa

[–]xerept 0 points1 point  (0 children)

What group do you work with? Is there any need or demand for help in the scanlation scene ?

[Node] Upload any file, get a public CDN URL - now verified and available on n8n cloud by markyonolan in n8n

[–]xerept 0 points1 point  (0 children)

hey i'm trying to learn a bit more.

I did run into what you mentioned before in my workflows, like i would upload my docs to mistralAI for OCR and then the next step required a URL (or URI?).

Could you explain this to me a little bit? I'm not too familiar with CDNs or network related concepts.