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…
Luckily those things never happen in the private sector. Theranos?
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…
- 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.
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…
https://github.com/zeroxoneafour/polonium This certainly looks interesting. Cannot comment on it's current state, as I still use bismuth on x11
And then there is nano bionic, explosives detecting spinach. https://news.mit.edu/2016/nanobionic-spinach-plants-detect-e...
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
Ah just saw rjzzleep posted an updated version here. Happy to steal this one again :)
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 "$@")…
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…
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…
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…
You mean the GNU Linux Foundation?
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.…
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:…
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…
This sounds interesting, but I am not sure I fully understand. Could an analogy be the object model to loosely correspond to sth like Amazon cdk and the Ansible part being the derived Cloudformation (any other analogy…
Already in existence: https://www.pepperonihugspot.pizza/
It may not help grandma as much as someone who maintains some popular opensource library that you may happen to use or someone that puts parts of their savings into crypto. Who is more likely to visit this page (and use…
This article helped me to understand how totp works and how it can be implemented [1] [1]: https://digitalbunker.dev/how-do-time-based-one-time-passwor...
But be careful. If you access the passwords and 2fa secrets via the same credentials you are back to one factor authentication if secret + pass store ever get compromised. Imho it's a different story if you use a…
Nice! Didn't know about maim. This looks better than what I currently use (found it somewhere on the internet). #!/bin/bash SRC_IMG=$(mktemp -u /tmp/ocr_XXXXXXXXX.png) scrot --select "$SRC_IMG" -q 100 mogrify -modulate…
This may be interesting for you: https://www.modos.tech/ I just heard about them recently and am curious how the final result will look like.
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…
Luckily those things never happen in the private sector. Theranos?
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…
- 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.
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…
https://github.com/zeroxoneafour/polonium This certainly looks interesting. Cannot comment on it's current state, as I still use bismuth on x11
And then there is nano bionic, explosives detecting spinach. https://news.mit.edu/2016/nanobionic-spinach-plants-detect-e...
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
Ah just saw rjzzleep posted an updated version here. Happy to steal this one again :)
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 "$@")…
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…
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…
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…
You mean the GNU Linux Foundation?
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.…
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:…
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…
This sounds interesting, but I am not sure I fully understand. Could an analogy be the object model to loosely correspond to sth like Amazon cdk and the Ansible part being the derived Cloudformation (any other analogy…
Already in existence: https://www.pepperonihugspot.pizza/
It may not help grandma as much as someone who maintains some popular opensource library that you may happen to use or someone that puts parts of their savings into crypto. Who is more likely to visit this page (and use…
This article helped me to understand how totp works and how it can be implemented [1] [1]: https://digitalbunker.dev/how-do-time-based-one-time-passwor...
But be careful. If you access the passwords and 2fa secrets via the same credentials you are back to one factor authentication if secret + pass store ever get compromised. Imho it's a different story if you use a…
Nice! Didn't know about maim. This looks better than what I currently use (found it somewhere on the internet). #!/bin/bash SRC_IMG=$(mktemp -u /tmp/ocr_XXXXXXXXX.png) scrot --select "$SRC_IMG" -q 100 mogrify -modulate…
This may be interesting for you: https://www.modos.tech/ I just heard about them recently and am curious how the final result will look like.