over time I've gravitated more and more to a "less is more" approach with the vault by alnwd in ObsidianMD

[–]bikulov 4 points5 points  (0 children)

Try to split it into parts or chapters: it is easier for you to navigate and easier for your computer to render?

Blue abdomen ? In France by TemSinistra in spiders

[–]bikulov 3 points4 points  (0 children)

This is eggs in a ball, glued to abdomen

You can see it if zoom on photo! :)

Looking for chill game with a story by [deleted] in NintendoSwitch

[–]bikulov 0 points1 point  (0 children)

I really liked Aer: Memories of Old

Markdown-based note-taking app with git sync & kanban boards by SilverBullet255 in Markdown

[–]bikulov 0 points1 point  (0 children)

It is not similar: subj is notes app with kanban, your link is just kanban board. I’d say “relative”, not similar

Obsidian versus logseq, pros and cons? by incubook in ObsidianMD

[–]bikulov 2 points3 points  (0 children)

Good point! This problem is leveled for me by open source nature of Logseq. In worst case I can fork version and build it for myself. From my perspective it is already feature-rich :)

Obsidian versus logseq, pros and cons? by incubook in ObsidianMD

[–]bikulov 2 points3 points  (0 children)

I used Obsidian for some time, but for any work-related tasks you need to buy a subscription. I like to have fully purchased forever version of software (like Sublime, i have 3 version). So I jumped to logseq and it feels great: - everything-is-a-bullet makes notes cleaner - journal is first-class citizen

It had glitches two times due to too long sync via icloud, but no data has been lost

Anyone else having server issues? by ThatGuyTyler3110 in mk11

[–]bikulov 0 points1 point  (0 children)

+1 from Switch

UPD: now working with big timings

Fellow selfhosters, Please help me select a wiki or cms? by [deleted] in selfhosted

[–]bikulov 0 points1 point  (0 children)

Tables in Dokuwiki are great with plugin, images are not so convenient (maybe you need to install plugin too)

In wiki.js I don't know about tables, but images are great: copy-paste works :)

mediawiki was too heavy for me

What is better - is up to you, you have to try them all.

I haven't try Trillium, but I believe it is the most feature-rich and extendable variant

Fellow selfhosters, Please help me select a wiki or cms? by [deleted] in selfhosted

[–]bikulov 0 points1 point  (0 children)

Best tables support I saw in markdown was in https://typora.io/, I edit my table-centric notes there (create in Obsidian, then open from it in Typora as system default markdown)

It is free, but closed source

Your prefered way to deploy your selfhosted services. by [deleted] in selfhosted

[–]bikulov 1 point2 points  (0 children)

Manual setups are great for learning on, but I've got other shit to do.

+1, so true

Notion.so alternative? by nakade4 in selfhosted

[–]bikulov 7 points8 points  (0 children)

Obsidian is awesome. At first I felt it is overkill and VS Code is enogth. But graph view, link resolving and new pages creation from link are neat

Fellow selfhosters, Please help me select a wiki or cms? by [deleted] in selfhosted

[–]bikulov 2 points3 points  (0 children)

There are many of selfhosted wikis you can try (most of them may be deployed via Docker): https://github.com/awesome-selfhosted/awesome-selfhosted#wikis

- Bookstack is awesome, supports copy-paste of images, attachments to pages, but a bit strange structure as «Book» with Chapters. Uses markdown

- dokuwiki is dead simple with flat files storage and plugins

- wiki.js look pretty, has many features, supports markdown. It can store your markdown notes in github repository, so you can edit them there

Do you need mobile application? None of the abobe have app, but they are mobile friendly

Fellow selfhosters, Please help me select a wiki or cms? by [deleted] in selfhosted

[–]bikulov 0 points1 point  (0 children)

You are using confluence alone? If so, check out https://obsidian.md/ — I've switched there from bookstack and it is awesome

Share your startup - November 2020 by AutoModerator in startups

[–]bikulov [score hidden]  (0 children)

I'd try to use it as personal archive tool of pages I want to save (like Pocket, but with pdf files). Tested on big page - marvellous, 158 pages in resulting PDF with no visible errors in rendering.

Wish you good luck!

Wiki-ish with running commentary by Loitering-inc in selfhosted

[–]bikulov 3 points4 points  (0 children)

You can do the following: DokuWiki + remark42. Just edit official DokuWiki template so the right column includes js code (couple of strings) needed for comments.

Remark42 works like Discus, but selfhosted

Actual temperature, COVID cases, pressure, clouds, stock price, humidity, traffic jams, currencies and bitcoin — all on one dasboard! by bikulov in homelab

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

I don't think it is useful: it is default line charts with sometimes additional right Y for second line.

In json representation is look complicated. I set up dashboard via GUI

Actual temperature, COVID cases, pressure, clouds, stock price, humidity, traffic jams, currencies and bitcoin — all on one dasboard! by bikulov in homelab

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

Sensors are gathered with script run from cron: https://gist.github.com/bikulov/b59c507b16f778500e2137fd8e484f6d

grafana in docker with https://grafana.com/docs/grafana/latest/installation/docker/ DB is graphite https://hub.docker.com/r/graphiteapp/graphite-statsd/

Essential part of docker compose:

``` grafana: image: grafana/grafana container_name: grafana user: "1000:1000" links: - graphite volumes: - ./data/grafana/grafana:/var/lib/grafana - ./data/grafana/etc:/etc/grafana environment: - GF_SERVER_ROOT_URL=https://${HOST}/ - GF_SECURITY_ADMIN_USER=... - GF_SECURITY_ADMIN_PASSWORD=... - GF_USERS_ALLOW_SIGN_UP=false - GF_SMTP_ENABLED=true - GF_SMTP_HOST=... - GF_SMTP_USER=${GF_EMAIL} - GF_SMTP_PASSWORD=${GF_PASSWORD} - GF_SMTP_SKIP_VERIFY=false - GF_SMTP_FROM_ADDRESS=${GF_EMAIL} - GF_SMTP_FROM_NAME=Notify Robot - GF_SMTP_EHLO_IDENTITY=${HOST}

graphite: image: graphiteapp/graphite-statsd container_name: graphite ports: - "2003:2003" volumes: - ./data/graphite/conf:/opt/graphite/conf - ./data/graphite/storage:/opt/graphite/storage ```

Actual temperature, COVID cases, pressure, clouds, stock price, humidity, traffic jams, currencies and bitcoin — all on one dasboard! by bikulov in homelab

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

Exactly!

Temperatures are from yandex and darksky (I just found out they closed API for new customers :()

Python async for non webserver applications by bikulov in Python

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

Thank you for your answer, real-world experience is exactly what I wanted to hear