someacnt
@someacnt@sh.itjust.works
- Comment on The next time you hear someone say they're just vibing in life without a job, just look at this image. 2 days ago:
Difference is that, those problems had relatively easier solution which was being worked on. This does not hold for global warming, we are not even trying!
Honestly, it’s pathetic that you try to look at things rose-tinted. Is it that hard to accept imminent crisis?
- Comment on cultured 1 week ago:
What is the media and culture in the biology context?
- Comment on ‘Subnautica 2’ Leaders Say Krafton Sabotaged Game Over Payout [new events in the Subnautica 2 story] 1 week ago:
The moment I saw Subnautica 2 is being published by Krafton, I knew it will be dead on the crib. Average Korean game company behavior.
- Comment on ‘Subnautica 2’ Leaders Say Krafton Sabotaged Game Over Payout [new events in the Subnautica 2 story] 1 week ago:
Sadly companies like this never go bankrupt, they are good at milking dry.
- Comment on ‘Subnautica 2’ Leaders Say Krafton Sabotaged Game Over Payout [new events in the Subnautica 2 story] 1 week ago:
Most Korean companies are like that. Extremely shortsighted, zero capability at creating and managing new markets.
- Comment on Stellantis abandons hydrogen fuel cell development 1 week ago:
Korean companies has been invested in hydrogen cars, which is why it will never going to be a thing.
- Comment on AI agents wrong ~70% of time: Carnegie Mellon study 2 weeks 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 2 weeks 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 2 weeks ago:
Truth is bitter, and I hate it.
- Comment on AI agents wrong ~70% of time: Carnegie Mellon study 2 weeks 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 3 weeks ago:
I am slightly bothered by how the logo is quite off-center, is it intentional?
- Comment on 🐇 🐇 🐇 5 weeks ago:
Is programming skills that important in days of LLM where companies are replacing juniors with AI?
- Comment on Definitions 1 month 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 2 months 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 2 months 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? 3 months ago:
Thanks, I am trying both paperless and calkbre and see which works better for which tasks.
- Submitted 3 months ago to selfhosted@lemmy.world | 26 comments
- Comment on ChatGPT is referring to users by their names unprompted, and some find it 'creepy' 3 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? 3 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? 3 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? 3 months ago:
Sounds almost like
lastly (doThis (then (first x)))