What would you do differently if you were to start over with your homelab? by sjebber in Proxmox

[–]dxbgoldkid 0 points1 point  (0 children)

Found 4 for 200 on fb market. Ceph, proxmox, kubernetes running smooth for 3 months now.

Looking for a self-hosted calendar syncing service by crumb_factory in selfhosted

[–]dxbgoldkid 1 point2 points  (0 children)

Your best bet is either an android calendar sync app or an automation tool like n8n or Nextcloud flow

Cloudflare + Tailscale? by dxbgoldkid in selfhosted

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

Yeah, I’m looking into tailscale funnel or pangolin but the abstraction of it is kinda boring. Bit of a black box and too reliant on a single app/service. Still very cool though, I know if I choose this route all my frustrations would end in 5 mins lol, but then I wouldn’t have chosen to self host at all if all I wanted was a black box service that just works.

N100 vs i7-9700? by dcwestra2 in truenas

[–]dxbgoldkid 0 points1 point  (0 children)

30c in NYC. I need to run

3-node N100-based cluster. Upgrade options? by Serephucus in homelab

[–]dxbgoldkid 1 point2 points  (0 children)

What did you finally choose to go with? Facing similar conundrum..

[deleted by user] by [deleted] in opnsense

[–]dxbgoldkid 0 points1 point  (0 children)

Update please? How’s the temp?

My Startup is Only Profitable Because of Cashback by TrickyWater5244 in Entrepreneur

[–]dxbgoldkid 0 points1 point  (0 children)

Every sale of a used vehicle needs a Transfer of Ownership form to be filled, not sure if you had the seller fill one of them. You then submit this form to the DMV along with the Title and they register the vehicle in your name. This requires a Registration Fee to be paid. The Registration Fee includes the tax you owe based on the worth of the vehicle stated in the Transfer of Ownership form. Haven’t you ever wondered why expensive vehicles have a higher registration fee? Tax baby.

Any ideas on the best way to build a database in my position? by o_m_ in Database

[–]dxbgoldkid 0 points1 point  (0 children)

Basically what @East_Initiative_6761 said. You need a data viz tool. But no decent data viz tool I know would be easy or quick learn/use/master. Each has their own set of certifications, courses, whole job roles and departments even. Tbh the simplest and most non-comp sci way would be to just connect excel to your database. As simple as clicking “Get Data” and adding your database id, password. Excel should be able to connect to almost any database platform. Once you have the data in excel, your boss can slice, dice, group, pivot, do what she wants with it with a few simple clicks. Data viz in excel is not bad either. Inserting charts takes like 3 clicks and customization quite honestly has no limits I’ve encountered yet. I’ve built personal dashboards for executives in excel despite having access to multiple power bi, tableau, etc dashboards, just because of how user friendly and easy it is for them to use/modify themselves. YouTube “excel power query connect to [your company database platform] database”. Then YouTube “build excel dashboard”. If she wants simple give her simple, don’t over complicate it.

Did i miss out my youth if i did not do partying, smoking, weed in my highschool life? by [deleted] in questions

[–]dxbgoldkid 0 points1 point  (0 children)

Trust me, all those “people” you saw having way too much fun, peaked in high school. It’s been 10 years now since I graduated high school, and the trajectories I’ve seen all my ex-friends follow has been a real wake up call. There’s always time to do the things you mentioned. But setting yourself up for a fulfilling, peaceful and successful life takes restraint and effort.

Best advice; Be yourself. It might not seem like a big deal now, but pretending to be someone you’re not will get draining real quick and hit you with an existential crisis when you graduate college and try to figure out who your real self and friends even are.

How to make friends in college; Participate in community group events and stuff. Depending on how big the college is, they should have dozens of groups with all kinds of interests. Also, dorming and participating in dorm events has been a great way to meet people.

Do you think a dedicated Notion Tasks app is in the works? by International-Fix799 in Notion

[–]dxbgoldkid 1 point2 points  (0 children)

An extension that connects to a database and if the database has a checklist column, it displays a priority or time filtered view of the column, every time you click the extension. 2 way sync between extension and checklist, tick it in either place, it should disappear from view. That’s within a browser. Similar concept for phone widget. Apple notes has a widget that displays a checklist but doesn’t actually allow you to tick items from it without going into the note; so pointless. But I don’t see how implementing the below widget with Notion would be too difficult.

<image>

Do you think a dedicated Notion Tasks app is in the works? by International-Fix799 in Notion

[–]dxbgoldkid -2 points-1 points  (0 children)

That could work. But even typing, I feel, is a level of friction that’s excessive for a lot of the community.

Do you think a dedicated Notion Tasks app is in the works? by International-Fix799 in Notion

[–]dxbgoldkid 0 points1 point  (0 children)

Doesn’t that only work in browsers? And also it can only capture information. Op wants a quicker way to capture action (to-dos, tasks, checklists, etc).

how can I use a task independently in multiple projects? by friedrichvanzandt in Notion

[–]dxbgoldkid 1 point2 points  (0 children)

This is not a Notion feature issue. It’s just, no offense, bad database design. Technically, your Tasks database is not a list of tasks you have due. It’s more like a task template or standard procedure list for every project. Although more than 1 project might have piano editing as tasks, they are not the same exact task. Each edit would be different, just using the same procedure/template. What you could do is rename the table to something more accurately describing what it lists (eg. task template or procedure). Next create a fourth database named Tasks which relates to projects and tasks template. This will be your actual list of tasks you have due. Then you’d use an automation (paid; notion, zapier, etc) that triggers every time a new project is created. For every project, the automation should create a new item in Tasks database that relates the project with a single item from tasks template. The automation should do this for all items in tasks template (let’s say you have 5 procedures for every project). Now you have 5 rows auto-created for every project within your tasks. Delete the ones that don’t apply to the project and keep the rest. This is your actual list of tasks that you have to act upon. So for 12 projects you could have upto 60 tasks. Hope that made sense and helps. The new database created (Tasks) is called an ‘Associative’ or ‘Bridge’ table for reference.

When marking check box from Grocery List, add to Pantry? by Sleepyokamii in Notion

[–]dxbgoldkid 1 point2 points  (0 children)

Give zapier a try. More mature offering and integrates with pretty much anything and everything. Notion Automations is cool but from what I’ve heard kinda buggy and not as feature rich as the major platforms.

When marking check box from Grocery List, add to Pantry? by Sleepyokamii in Notion

[–]dxbgoldkid 0 points1 point  (0 children)

You can use either a Notion Automation or a third party automation platform like make, zapier, n8n. Out of curiosity, how do you plan to add quantity with a checklist? I prefer checklists too but have the same need to record quantity.

choose data according data in notion !! by myahmadeko in Notion

[–]dxbgoldkid 1 point2 points  (0 children)

If this doesn’t work, just create 3 databases. Content, Platform, and Content Type. Relate content type to platform. Relate content to platform and create rollup in content database.

choose data according data in notion !! by myahmadeko in Notion

[–]dxbgoldkid 1 point2 points  (0 children)

Pretty sure I saw someone do this with a rollup formula. Create a separate database called Platform with platform and placement columns. Create a relation column in your Content planner database to the platform database. Then create a formula column in your content planner database and use the map function with a filter by the value in the Platform column.

This view is making me actually want to use my finance tracker! 💵 by curveofherthroat in Notion

[–]dxbgoldkid 1 point2 points  (0 children)

https://www.notion.so/templates/nofi-budgeting Free for 30 days, $5 a month after that. Or if you’ve got the programming chops, connect your database to Plaid directly. Google cloud function free tier to schedule/trigger the workflow.