@secupriv@mastodon.nl
@secupriv@mastodon.nl avatar

secupriv

@secupriv@mastodon.nl

Does something in Privacy and InfoSec; considers nuance a beautiful thing and dares to question. Enjoys, among other things, #OSINT, #Running / #Hardlopen, #F1 since ‘93. Annoyed by unsubstantiated bullshit.

Auto deletes posts after 1 month, unless it has 5 boosts or favorites. A low number of posts means that I have been quiet that month, not that I never post 😊

Prefers not to be followed by Bots 🤖 and appreciates it when you set your post language correct and add source references.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

liztai, to ADHD
@liztai@hachyderm.io avatar

So happy I took the time to learn . It's going to be revolutionary for my vault. It'll help me create main topic pages to keep track of my notes. I used to manually link every note to a "MOC" but I kept forgetting and found it tedious. This is going to be a "leave it and let grow" thing, and it suits my brain immensely lol.
And how great it is that the
anticipated our annoyance with YAML and come up with the properties feature? Genius.

secupriv,
@secupriv@mastodon.nl avatar

@liztai Your dataviews wil evolve and that might be a challenge when you have dataviews in your templates that you then want to update as well.

My solution to that is to put a #DataviewJS snippet in the template that loads the another note (call it a #Dataview #template where the actual Dataview lives.

The code to load that other note:

dv.span(await dv.io.load("/full_path_to/note.md"))  

Works like a charm and it makes life much easier.

#Obsidian #ObsidianMD @obsidianmd

liztai, to random
@liztai@hachyderm.io avatar

I have resigned myself to learn how to use Dataview even tho I hate YAML with a passion 🥴

#Obsidian

secupriv,
@secupriv@mastodon.nl avatar

@liztai I am confused. I know a bit of YAML and am using Dataview in Obsidian, but don’t see the relation between the two in your post straight away.

What do you point out with your post?

cobweb, to random
@cobweb@corteximplant.com avatar

How are ya'll #obsidian users doing images? I kind of want to add that to my daily thing but hmm. Surely there's a plugin for that?

secupriv,
@secupriv@mastodon.nl avatar

@cobweb I am curious too. By default you can set a size like this ![[image.png|pixels]]

Aligning an #image can be done using a #CSS like below and embed it like this ![[image.png#center|300]] but it’s a hassle to edit text along side the image when not in source mode.

divsrc$="[#left"] {
text-align:left;
}

divsrc$="[#center"] {
text-align:center;
}

divsrc$="[#right"] {
float:right;
}

A better solution would be great!

#Obsidian @obsidianmd #Obsidianmd

derek, to homeassistant
@derek@dssc.io avatar

Anyone else seeing issues with and after the latest HA 2024.5.0 release?

I've restarted everything and so far the issue is un-resolved. What I'm seeing is the Recordings switch is not reflecting the actual state of recording enabled or not. This is using the frigate-hass-integration. I see the recordings value toggle in MQTT, but it's just not updating in the device within the integration.

@homeassistant

secupriv,
@secupriv@mastodon.nl avatar

@derek @homeassistant For those who don’t know yet, it’s fixed a couple days ago. Update and you can update to the current latest version.

vik, to homeassistant
@vik@mastodon.nzoss.nz avatar

Ok, #HomeAssistant running. I have installed a wifi switch. I've discovered I need to add it to a dashboard and it doesn't just magically show up on the Overview (which you'd kinda think...). It has many monitoring options and they take up much valuable screen real estate. How the f**k do I tell it to only show "ON/OFF" ? Manuals entirely unuseful.

secupriv,
@secupriv@mastodon.nl avatar

@vik #HomeAssistant can be overwhelming, despite to their best effort to make it accessible for starters too.

But, based on your story I’d say, add an entities card* to your dashboard and pick the switch as entity to show to start with.

It should show like the kitchen lights in the second demo page

Go to https://demo.home-assistant.io/
Click/tap ‘next demo’


hollie, to random
@hollie@social.coop avatar

Edit: Nevermind. I'm a dumbass.

secupriv,
@secupriv@mastodon.nl avatar

@hollie you can start your search with 'file:' to force to search on note name.

Another way might be to use a community add-on like Omnisearch.

I however never used it so can’t tell much about it.

davidlohner, to ObsidianMD
@davidlohner@bildung.social avatar

Is there some (implicit like file.mday) metadata in @obsidian files, that I can leverage using the #Dataview Plugin to sort notes in a shared vault (#ObsidianSync) by author?

I'd like to have a dynamic view on what notes were edited last by whom.

That would be huge!
@obsidianmd #ObsidianMD

secupriv,
@secupriv@mastodon.nl avatar

@davidlohner @obsidian @obsidianmd

I am not familiar with the functionality of ObsidianSync, but thinking a bit out of the box.

You could use Linter to:

  1. Add a property if it doesn’t exist, say ‘modifier’
  2. Have a custom regex replace that replaces the property with a modifier name.

Regex could be something like:
^modifier:\s.*\n
gm
modifier: name

The downside of this approach is that everyone has to manually enter their name on each device since you don’t want to sync it for obvious.

secupriv,
@secupriv@mastodon.nl avatar

@davidlohner @obsidian @obsidianmd I don’t know ingress igneous, couldn’t find the plugin either, but does it also update the property, in this case replace current value for another preset value?

If so, that might be the better option. If not, I’d personally prefer 1 plugin that can do the job than 2. But that’s up to the user.

Adding a property in #Linter once you leave your note is easy the way. See the image below.

The custom regex will run afterwards, so it will fill the property.

suonoreale, to random German
@suonoreale@graz.social avatar

Anyone using a tool like , , etc) - do you really use the graph view and what does it help? How do you integrate it into your workflow?

I first thought I'd try it because I love mindmapping a lot, but I couldn't really make use of the graph so far.

secupriv,
@secupriv@mastodon.nl avatar

@suonoreale it can be useful to identify (unexpected) relations, but you have to put some effort in filtering and grouping, besides playing a little with the depth and toggling the neighbor links.

The thing is that it can be quite an effort. That’s why I hope next release supports saving your graph settings.

@obsidianmd

kepano, to random
@kepano@mastodon.social avatar

what do you wish to see for in 2024?

secupriv,
@secupriv@mastodon.nl avatar

@kepano Even though #Obsidian is great, I’d love to see: graph profiles/saved filters, groups, etc.; select canvas frame on-mouseover so one can scroll when the mouse hoef hovers the note without first clicking first;

Editor improvements: native underline text instead of html code; improved numbered list in editor, so the numbering continues correct (see img); indent in line with bullet text start, also above 9; shift+enter for unnumbered indent line list; image align and text warping.

secupriv,
@secupriv@mastodon.nl avatar

@kepano Ohh and one more thing :)
Revert the change made in 1.5(.3) where outgoing links cannot be linked without collapsing the text/clicking 'show more context' in de side bar first.

This is seriously annoying when for example you clip an article and want to link to matching notes.

If not reverted, please make it configurable.

#Obsidian #ObsidianMD @obsidianmd

phocks, to til
@phocks@bne.social avatar

#TIL certain decimal numbers like 0.1 cannot be exactly represented in binary and that's why we sometimes get strange answers in JavaScript and other programming languages when we try to do arithmetic with decimals. eg. Why does 0.3 + 0.6 = 0.89999999999999991 🤯https://www.exploringbinary.com/why-0-point-1-does-not-exist-in-floating-point/

secupriv,
@secupriv@mastodon.nl avatar

@phocks interesting
A quick check in #HomeAssistant templates (#Jinja) gives a likewise result 🤔

Most of the time not an issue, but I’d still like to solve it when needed. So good to know, thanks.

secupriv,
@secupriv@mastodon.nl avatar

@fm_volker @larsmb @phocks I haven’t searched the @homeassistant community on this, but I wasn’t aware of it before the post I replied on.

secupriv,
@secupriv@mastodon.nl avatar

@fishidwardrobe @larsmb @phocks
You have to read my post in relation to the post I am responding to.

It's not that I don't know how to resolve the situation in the example. The point is that certain decimal numbers, like 0.1, cannot be exactly represented in binary.

Rounding the outcome works for this simple sum. It becomes a different story if you want to continue with the outcome of a calculation, e.g., the values of two or more sensors.

Solved in Python like this: https://hachyderm.io/@makaze/111669557228063611

joonhyeok_ahn, to random

How many times do you really need tools on mobile? For me, I don’t feel like I need it other than capturing ideas quick. That’s probably why mobile supports are usually inferior than desktop ones..

secupriv,
@secupriv@mastodon.nl avatar

@bowreality @EpiphanicSynchronicity @coderdotcam @joonhyeok_ahn @obsidianmd

Most of the work is done on the computer, but I use it on tablet and phone a lot too. The downside on mobile use is the startup time, but that might be the iCloud sync, don’t know

I’m anyway considering a feature request for a light weight quick note option that just opens #Obsidian and offers a vault picker and opens a template note like a daily note, just for adding a quick note without delays.

@obsidian

balloob, (edited ) to random
@balloob@fosstodon.org avatar

GitHub's latest State of the Octoverse shows that #HomeAssistant is once again 2nd most active open source project in the world. I am so proud of our community. We're building the best platform, private and local, and with an unstoppable momentum.

Huge thanks to the 17.000 people who build Home Assistant and the million more who participate in our wonderful community.

Open Source!

secupriv,
@secupriv@mastodon.nl avatar

⬆️ Don’t forget to hashtags @balloob

#HomeAssistant #FOSS #GitHub

liztai, to random
@liztai@hachyderm.io avatar

Still trying to figure out how to do my video on Obsidian and Todoist. Making videos don't come naturally to me and I don't want to make a draggy #obsidian video.

🤔

secupriv,
@secupriv@mastodon.nl avatar

@liztai I guess it depends on what you want to tell to which audience.

Maybe get some inspiration from other video’s. By the way are you considering posting it on #PeerTube (too)?

#Obsidian #Video

secupriv,
@secupriv@mastodon.nl avatar

@liztai you could host your own or use a public server.

The fun part is that it integrates with Mastodon like your current account.

Maybe upload it to both at first.

About stats, AFAIK there are aggregated stats on watched sessions on the creator's and remote PeerTube instances, and about embedded into external websites.

Tech: PeerTube uses a #P2P protocol called WebTorrents to share bandwidth among users, how cool is that?

There must be people out here who can know more about #PeerTube

feditips, (edited ) to random
@feditips@mstdn.social avatar

A good way to discover interesting posts on here is to follow hashtags. When you do this, posts with the tags will start showing up in your timeline even from accounts you don't follow.

To follow a hashtag, just search for that hashtag, then click the "Follow" button at the top of the page of results for that tag.

To check what you're following, go to your profile and select "followed hashtags" or #

Lots more info about hashtag following:

➡️ https://fedi.tips/how-do-i-follow-hashtags-on-mastodon-and-the-fediverse/

secupriv, (edited )
@secupriv@mastodon.nl avatar

@feditips It would be massively improved if it’s supported to follow them (hashtags) in the lists as-well, including the “hide from Timeline’

#Mastodon #Lists #Hashtags

AvengingFemme, to homeassistant

i kind of like #HomeAssistant but at the same time i fundamentally cannot respect a piece of software with pretensions of being a data logger and dashboard that doesn't have a fucking units of measure system

secupriv,
@secupriv@mastodon.nl avatar

@AvengingFemme Just out of curiosity, what do you mean with, not having a units of measure system?

What does it look like and what does it apply?

@homeassistant #homeassistant

secupriv, to Marathon Dutch
@secupriv@mastodon.nl avatar

Via een VPN verbinding live de #marathon van #Chicago aan het kijken. Sifan #Hassan won haar eerste marathon in London en loopt op het moment afwisselend P1 en P2.

21k tijd 1h05m, beide dus onder het wereldrecord op het moment!

Als ze dit flikt staat er werkelijk geen maat op haar. Heel bizar om te zien hoe makkelijk het haar voor alsnog lijkt af te gaan.

secupriv,
@secupriv@mastodon.nl avatar

Hassan versneld na 1h25 en slaat een gaatje 😳

secupriv,
@secupriv@mastodon.nl avatar

Hassan heeft het zwaar maar ligt 10 seconden / 60-80 meter voor.

Kiptum loopt inmiddels zonder pacer en zit weer op schema voor het wereldrecord.

secupriv,
@secupriv@mastodon.nl avatar

Hassan zou (weer) terug gelopen zijn om drinken te pakken. Ondertussen ligt ze ongeveer 200m voor op P2, moet er wel voor werken.

Kiptum moet nog ongeveer 3km

secupriv,
@secupriv@mastodon.nl avatar

#Kiptum sets new #WorldRecord on #Chicago #Marathon 2023!!!

2h00m35s

#Running #Record

secupriv,
@secupriv@mastodon.nl avatar

#Hassan is amazing! She does her second Marathon, the #Chicago #Marathon 2023, and she finishes first just over 2 minutes from the recently set world record! Faster than the previous world record.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • magazineikmin
  • Youngstown
  • khanakhh
  • ngwrru68w68
  • slotface
  • ethstaker
  • mdbf
  • everett
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • cisconetworking
  • rosin
  • JUstTest
  • Durango
  • GTA5RPClips
  • anitta
  • tester
  • tacticalgear
  • InstantRegret
  • normalnudes
  • osvaldo12
  • cubers
  • provamag3
  • modclub
  • Leos
  • lostlight
  • All magazines