Live data from Hacker News

Viewing profile — sbehere

sbehere

HN member
Joined
Wed, Apr 06, 2022, 11:58 PM UTC
HN karma
281
Public activity
23 items

About sbehere

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38816168

    Yes, I did the same. I actually posted on the SiYuan user forum[1] and thanked you for the example code you posted, since I built on it:) [1]: https://liuyun.io/article/17023645162…

  3. comment
    Comment #38813998

    I use a bunch of Python scripts to publish interlinked notes written with Obsidian[1] and, more recently, SiYuan[2] with Hugo. For me, this presents the best of both worlds. Obsidi…

  4. comment
    Comment #38366326

    Replace 'Security' with 'Safety' and your comment still rings eerily true! One exception (? probably not an exception) is that sometimes organizations will still hire safety/securi…

  5. comment
    Comment #38336001

    I've seen this happen at $EMPLOYER and it actually went beyond the website. Any email you send that has the url/domain in the text (e.g. in the signature) gets flagged by gmail or …

  6. comment
    Comment #38278092

    > A car doesn't need data updates, and definitely not code updates I don't think this is accurate. Many advanced driving assistance capabilities need access to updated map tiles, w…

  7. comment
    Comment #37870491

    The insight that worked for me is that it isn’t about the tools. Rather, it’s about having a solid plan, or methodology, that works for you, which can be implemented using whicheve…

  8. comment
    Comment #37614150

    I think it helps if personal finance managers explicitly describe at least the following: 1. What automation, if any, exists for entering transactions? This is the most laborious/c…

  9. comment
    Comment #37578246

    This is fascinating. Thank you for commenting. As an Indian living in the West, I have always wondered why/how certain differences that are stark to my ears are subtle or barely pe…

  10. comment
    Comment #37574335

    This "basic" guide is probably well-intentioned and useful. It does gloss over a whole range of nuances and diversity of protocols for India. Wonder if similar glossing over is hap…

  11. comment
    Comment #37574085

    Hmm, I'm not quite sure what those terms mean, but a quick search seems to suggest to me that it is a "Dental" (not alveolar) vs retroflex. See 00:53 of this video: https://www.you…

  12. comment
    Comment #37573785

    I think certain sounds are hard for Western speakers to pronounce, while others are easy. Specifically, Hindi (and many other Sanskrit-derived languages) distinguish between some s…

  13. comment
    Comment #36676334

    I rolled my own solution[1] out of existing stuff that is mostly automated, does auto-categorization of transactions, has dashboards and sharing, and does not require sharing login…

  14. comment
    Comment #35775773

    I don't understand the point of traveling with clean burner devices and keeping your data encrypted in the cloud. Yes, it protects for threats where the devices are stolen or compr…

  15. comment
    Comment #31643085

    Here’s another awesome copy-pasta about the SR-71: The speed check story https://www.thesr71blackbird.com/Aircraft/Stories/sr-71-blac...

  16. comment
    Comment #31616575

    I use a home grown set of scripts to automatically pull transactions from banks/credit cards where possible, auto categorize them, and create shareable dashboards. All without shar…

  17. comment
    Comment #31564903

    The data entry problem can be solved in some cases by fetching transaction data automatically using OFX from supporting institutions. Python’s OfxTools [1] works quite well for thi…

  18. comment
    Comment #31329965

    It depends on your use cases. For example, - I have a scanner that saves scans to a network share. Having a linux-based SMB server on the local network is convenient and privacy-fr…

  19. comment
    Comment #31211866

    This seems to be exactly what ProjectionLab[1] is for. I am not a user or affiliated with it.. just learned about it the other day on some HN thread and thought it looked cool. [1]…

  20. comment
    Comment #31211836

    I use a home-grown system[1] that does not require sharing credentials with a third party, has partial/fully automated (depending on financial institution) fetching of transactions…

  21. comment
    Comment #31020653

    I have created a personal finance tool that Works-For-Me and requires no sharing of login credentials with third parties. Something that scrapes financial transactions from bank an…

  22. story
  23. comment
    Comment #30939030

    https://sagar.se I really wanted to use something static, lightweight, and simple, without sacrificing UI features offered by 3-column Wordpress themes. Managed to do that with Hug…