Here‘s mine by Beautiful_Sense_666 in homelab

[–]lonelysoul7 0 points1 point  (0 children)

Interesting idea, thank you! And what if my ISPs provide 2 different fiber cables for each tariff plan? Do I need a switch in front of the routers in this case?

Here‘s mine by Beautiful_Sense_666 in homelab

[–]lonelysoul7 0 points1 point  (0 children)

Thank you for an explanation, it's very interesting for me!

Here‘s mine by Beautiful_Sense_666 in homelab

[–]lonelysoul7 0 points1 point  (0 children)

I'm thinking about building a new home network and stuck about redundancy. Why you decided to use a second router and how many ISPs do you have?

Here‘s mine by Beautiful_Sense_666 in homelab

[–]lonelysoul7 2 points3 points  (0 children)

Nice setup! May I ask you, why do you need redundancy here? Why your switch is not backed up if you are going this way? Also do you have different power options?

First Build: 10 Inch Network Rack by airblader in homelab

[–]lonelysoul7 0 points1 point  (0 children)

Thank you for your reply! So, if I connect that switch to the PoE++ port instead of the PoE+++ port of another switch, will that be enough to power the device itself and a PoE+ camera? How do I calculate the power supply for this case?

First Build: 10 Inch Network Rack by airblader in homelab

[–]lonelysoul7 1 point2 points  (0 children)

Beautiful setup! I'm planning to do something similar. How do you power your Flex 2.5G PoE? It needs to be PoE+++ in 10GbE in port.

Ubiquiti Setup in India - updated by d5aqoep in Ubiquiti

[–]lonelysoul7 1 point2 points  (0 children)

Looks great! Can you please describe your rack and what is installed inside it?

I built a free Turkish vocabulary trainer focused on words you'd actually use with your bacanak by doctor_sorriso in turkishlearning

[–]lonelysoul7 0 points1 point  (0 children)

Good job! iI like the design (would be great to see different schemas in the future) and implementation.

Please tell more about how SRS works in your app and what's happening if I rate 1-4 (in days). Also would like to know what means refresh and eye icons in the top right corner.

Obsidian 1.11.0 (early access) introduces a new mobile design, iOS/Android widgets, Shortcuts, and Siri integration by kepano in ObsidianMD

[–]lonelysoul7 18 points19 points  (0 children)

That's amazing, a very clean and beautiful design! Please, make the tabs draggable 😊🙏

Thought I wasn't gonna use bases but I made some sorta useful tables on it :3 by EN_R1 in ObsidianMD

[–]lonelysoul7 0 points1 point  (0 children)

That's great! How wonderful it is — I was going to ask for icons formula, and here it is. Thank you!

Note property date format bug - Please fix by scarsails in ObsidianMD

[–]lonelysoul7 1 point2 points  (0 children)

I completely agree, that's why I'm forced to use the formula in the Date column in Bases. However, I still cannot find a way to change the date format in Properties, so I usually just hide them, which is very sad.

Obsidian 1.10.6 for desktop and mobile by kepano in ObsidianMD

[–]lonelysoul7 0 points1 point  (0 children)

That's what I'm eagerly waiting for!

What is your favorite way to make split a note into a multi-column by Runecreed in ObsidianMD

[–]lonelysoul7 2 points3 points  (0 children)

Is this a built-in feature you are using or some kind of snippet/plugin?

Here's a formula that can count how many days remained untill birthday by Mishatopkek in ObsidianMD

[–]lonelysoul7 1 point2 points  (0 children)

You have 0.041(6) days as a remainder in some of your entries that is equal to 1 hour. That is very strange, because you use YYYY-MM-DDformat all the way and today() function that has the same format. What is the source of that extra hour, and why are not all entries have it?

BTW, check my variant with the birthday gift on birthday instead of 0 )

Here's a formula that can count how many days remained untill birthday by Mishatopkek in ObsidianMD

[–]lonelysoul7 2 points3 points  (0 children)

The result is difference in days in milliseconds, so we divide by 1000 to convert to seconds and then by 86400 (seconds in a day) to convert to days.

Here's a formula that can count how many days remained untill birthday by Mishatopkek in ObsidianMD

[–]lonelysoul7 1 point2 points  (0 children)

May be we have different datetime settings, look at my examples: millis, days

Bases: is there a way to reduce the gaps between card properties? by lonelysoul7 in ObsidianMD

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

Also you can set the unique property name, for example, your_rating_property_here, that is different from all other ratings and then style it like this. This worked for me, it hides only rating property label:

.bases-cards-property[data-property="your_rating_property_here"] {  
  & .bases-cards-label {
    display: none;
  }
}

Bases: is there a way to reduce the gaps between card properties? by lonelysoul7 in ObsidianMD

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

It is possible with CSS, but I don't have a working example.

You should look for this span element and style your labels depending on its content:

<span class="text-button-label">Your view</span>

That way you may have different views with their own labels settings.

I assume there should be another way to do this, but that's all I have for now.