someacnt
@someacnt@sh.itjust.works
- Comment on AI agents wrong ~70% of time: Carnegie Mellon study 12 hours ago:
Thing is, they might achieve 99% accuracy given the speed of progress. Lots of brainpower is getting poured into LLMs. Honestly, it is soo scary. It could be replacing me…
- Comment on AI agents wrong ~70% of time: Carnegie Mellon study 12 hours ago:
It’s not that bad, the output isn’t random. Time to time, it can produce novel stuffs like new equations for engineering. Also, verification does not take that much effort. At least according to my colleagues, it is great. Also works well for coding well-known stuffs, as well!
- Comment on AI agents wrong ~70% of time: Carnegie Mellon study 12 hours ago:
Truth is bitter, and I hate it.
- Comment on AI agents wrong ~70% of time: Carnegie Mellon study 12 hours ago:
Wdym, I have seen researchers using it to aid their research significantly. You just need to verify some stuff it says.
- Comment on Introducing reitti: a selfhosted alternative to Google Timeline 5 days ago:
I am slightly bothered by how the logo is quite off-center, is it intentional?
- Comment on 🐇 🐇 🐇 2 weeks ago:
Is programming skills that important in days of LLM where companies are replacing juniors with AI?
- Comment on Definitions 5 weeks ago:
Let me introduce you to the Non-Euclidean surfaces to bend your concept of straight lines
- Comment on SUNS OUT GUNS OUT 1 month ago:
I am sure there was a typo, it’s Gödel’s incompleteness theorem which proves that consistent systems are incomplete.
Consistency means likely what you expect: it’s that you cannot reach contradiction from very axioms.
The result is insane in my opinion, it means any sensible math system with basic arithmetic has a proposition that you cannot prove. AND you cannot also prove that the system is contradiction-free.
It is completionist’s worst nightmare.
- Comment on Don't do Caffeine and Complex Analysis, kids 1 month ago:
But complex analysis is surprisingly tame, at least any differentiable functions are locally infinite polynomials. Real analysis, on the other hand… shudders
- Comment on Thats fair 1 month ago:
Same, I hate not being able to socialize.
- Comment on Android’s next big feature turns your phone into a desktop 2 months ago:
And I thought the year of linux desktop was coming…
- Comment on MicroOS: Rootless podman? 2 months ago:
While this would not answer your question, but according to podman maintainers, rootful podman with
userns=auto
enjoys nearly as much security benefits as rootless. (As always, there are nuances to this)Check out github.com/containers/podman/discussions/13728
Maybe you could consider running rootful podman, especially if the OS is immutable.
- Comment on The fact that even 3D games are old now blows my mind on a regular basis. 2 months ago:
Honestly, I believe technical progress has grinded to a halt. Moore’s law was broken with regards to hardware. I cannot think of novel tech after smartphones. Now, it feels like everything new is a wealth hoarding scheme by corporate greed.
- Comment on Looking for Creative Uses for Jellyfin Streaming Clients running Debian at Friends' Houses 2 months ago:
Sometimes I wish I were like OP, being creatively greedy to snitch lots of money. Then I realize, that requires money and influence to work out… Life.
- Comment on Vaultwarden selfhosting, or bitwarden service? 2 months ago:
I see, guess I was overly paranoid. Bitwarden sounds good, then!
- Submitted 2 months ago to selfhosted@lemmy.world | 43 comments
- Comment on Choose a number, 1-5! 2 months ago:
I am wondering the opposite as a neurodivergent. Why aren’t all of them kind of fine? Like, one is going to be better than the other, but it seems like a hard pick.
Maybe I am too autistic to consider about forks.
- Comment on I don't get the love for Nextcloud - alternative for just files? 2 months ago:
To be fair, it is slow on VPS with single core CPU and 2GB RAM. But that’s not normal…
- Comment on Self-hosted PDF manager? 2 months ago:
Thanks, I am trying both paperless and calkbre and see which works better for which tasks.
- Submitted 2 months ago to selfhosted@lemmy.world | 26 comments
- Comment on ChatGPT is referring to users by their names unprompted, and some find it 'creepy' 2 months ago:
What should I use for e.g. summarizing papers? Can I run it locally and have it good enough?
- Comment on Ansible iptables best practices? 2 months ago:
Thanks, but I looked up and learned to prefer the idempotence to be handled by ansible. Ansible support iptables by default, while nftables need a plugin, so iptables it is for me.
- Comment on Why do people insist on not answering ALL the questions in an email or text message? 2 months ago:
Sorry, I prefer
input |> then |> doThis |> lastly
- Comment on Why do people insist on not answering ALL the questions in an email or text message? 2 months ago:
Sounds almost like
lastly (doThis (then (first x)))
- Comment on Why do people insist on not answering ALL the questions in an email or text message? 2 months ago:
Not OP, but I also have very hard time articulating what I mean while keeping it formal. How do I improve on this front?
- Submitted 2 months ago to selfhosted@lemmy.world | 12 comments
- Comment on How do I host Jellyfin in the most secure manner possible? 2 months ago:
Being concerned about security while using free VPN sounds like an oxymoron.
- Comment on TIL - Caddy 2 months ago:
Wait. I got the format warning in caddy, so does this mean it could contain substantial error? I gotta check
- Comment on How and where should I keep backups of system configurations? 2 months ago:
Thanks! I gotta get my hands on Ansible, was reluctant as I’ve heard it can be complicated. Should see myself!
- Comment on How and where should I keep backups of system configurations? 2 months ago:
Codeberg sounds like a good way! I was concerned about server config being stored on self-hosted forgejo (which is configured by the very server config), turns out that need not be the case.