HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tmerse

no profile record

comments

tmerse
·anno scorso·discuss
I'd like to make the point that private and public are coupled, in a way that if you dismantle everything public/tax funded, there is effectively nothing left except private by definition (with all it's upsides and downsides where the latter will be amplified in the absence of public oversight bodies funded by public money based on public law).

Now I (as a non US citizen, but one of a country that has it's fair share of needless bureaucracy) wholeheartedly agree that there is waste, a lack of oversight/transparency and probably a need for more say of the common taxpayer on how their money is spent.

But as someone who learnt the meaning of the Terms "Gleichschaltung" and "Ermächtigungsgesetz" in school, I wholeheartedly disagree with the current measures and how they unfold right in front of our eyes.
tmerse
·anno scorso·discuss
Luckily those things never happen in the private sector. Theranos?
tmerse
·anno scorso·discuss
Trump won his first term in 2016 because Americans were fed up with the Bush+Obama status quo of endless wars and wast

Does this include threatening Greenland with military action or does it not count as war if there is little resistance to be expected?
tmerse
·2 anni fa·discuss
- https://github.com/olimorris/codecompanion.nvim

- https://github.com/yetone/avante.nvim

Did not have the time to test them yet and there are probably more.
tmerse
·2 anni fa·discuss
Can I also get the security/isolation benefits that a duly configured docker/podman can provide (container can only act on mounted volume, non-root user, other seccomp settings?).

I feel better doing my "npm install"s in such an environment (of course it's still not a VM – but that's another topic).

When I read about nix, reproducibility is a goal, but security/isolation is a non-goal.
tmerse
·2 anni fa·discuss
https://github.com/zeroxoneafour/polonium

This certainly looks interesting. Cannot comment on it's current state, as I still use bismuth on x11
tmerse
·2 anni fa·discuss
And then there is nano bionic, explosives detecting spinach.

https://news.mit.edu/2016/nanobionic-spinach-plants-detect-e...
tmerse
·2 anni fa·discuss
There also is obsidian.nvim [1] if you want to mix and match obsidian and neovim for using/editing obsidian vaults.

1: https://github.com/epwalsh/obsidian.nvim
tmerse
·2 anni fa·discuss
Ah just saw rjzzleep posted an updated version here. Happy to steal this one again :)
tmerse
·2 anni fa·discuss
I also used the very same script until I stumbled upon this on hn [0].

    #!/usr/bin/env bash
    langs=(eng ara fas chi_sim chi_tra deu ell fin heb hun jpn kor nld rus tur)
    lang=$(printf '%s\n' "${langs[@]}" | dmenu "$@")
    maim -us | tesseract --dpi 145 -l eng+${lang} - - | xsel -bi

[0]: https://news.ycombinator.com/item?id=33704483#33705272
tmerse
·2 anni fa·discuss
I like how easy zellij was to set up and it's capabilities to define new layouts as well as the default way of displaying contextual shortcuts that one can disable after one memorized the most important shortcuts.

What I would still like to see is support for kitty image protocol [1] so I could use e.g. image.nvim [2] which currently works in tmux (which I migrated away from in favor of zellij).

[1] https://github.com/zellij-org/zellij/issues/2814

[2] https://github.com/3rd/image.nvim
tmerse
·2 anni fa·discuss
Love that someone signed up for this comment :). Seeing them performing the polymer album at a small venue (where some instrumental parts where performed live) right after Nils Frahm is a fond memory of mine, and I agree that there is not really much out there that compares to their unique sound.

Next to their usual stuff/albums there is a plethora of remixes out there. Can recommend this fan-driven youtube channel for an overview:

https://www.youtube.com/@ThePlaided
tmerse
·3 anni fa·discuss
Are you sure about that? Parent was not referring to the "APP -> Data controls -> Chat History & Training" Radio Button which would delete your history older than 30 days, but rather to a specific form you can use to opt out.

Coincidentally I just used this form yesterday and got the confirmation about opting out.
tmerse
·3 anni fa·discuss
You mean the GNU Linux Foundation?
tmerse
·3 anni fa·discuss
It is, but the selector issues are the same

I disagree. Playwright's locators are pretty powerful compared to standard css/xpath selectors.

For example it includes layout based selectors.

https://playwright.dev/docs/other-locators#css-matching-elem...
tmerse
·3 anni fa·discuss
Looks like the extension uses idb which is a wrapper around IndexedDB.

Did not check if there is any sync to the outside world though.

1: https://github.com/navorite/sessionic/blob/main/src/lib/util...

2: https://www.npmjs.com/package/idb
tmerse
·3 anni fa·discuss
The project would be much more approachable if there was a simple native installer

Actually the very first example on https://docs.paperless-ngx.com/setup lists an interactive installer which asks the user some question and eventually arrives at a working docker-compose setup.

    $ bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)"
If you ask me, this is already pretty user friendly. Although I agree that if your needs are more involved, there is some reading you'll have to do.

I am currently in the process of migrating from mayan-edms to paperless-ngx and it feels pretty approachable to me if you know your way around docker (compose).