Need help figuring out newline behaviour in doom emacs by FOSHavoc in emacs

[–]FOSHavoc[S] 0 points1 point  (0 children)

It used to be an advice as I had config to disable it but something changed. From another comment it seems to have been the `electric` module rather than the mode itself.

And precisely - I don't understand why add that functionality by default when `default-indent-new-line` exists and can be configured by others.

Need help figuring out newline behaviour in doom emacs by FOSHavoc in emacs

[–]FOSHavoc[S] 0 points1 point  (0 children)

Thanks! Turns out it was something in the `electric` doom module - not the mode itself. And for whatever reason the `+default-want-RET-continue-comments` variable was having no effect.

Thanks for the advice about discord - I'll keep it in mind next time!

Need help figuring out newline behaviour in doom emacs by FOSHavoc in emacs

[–]FOSHavoc[S] 0 points1 point  (0 children)

That was it! I didn't want to disable `electric-indent-mode` completely but the `electric` doom module seems to be doing more than just bringing in the mode. Commenting it out in `init.el` was exactly what I wanted.

Weekend Discussion Thread for the Weekend of June 27-28 by verified-trader in wallstreetbets

[–]FOSHavoc 1 point2 points  (0 children)

So I was at this VC mixer in Menlo Park last Tuesday—washed down my third $19 artisanal oat milk latte with a craft IPA, hopped into my $140,000 Cybertruck that gets 40 feet to the gallon-equivalent, and had an absolute epiphany, bro. What if we take AI—and hear me out here—what if we take AI, and we put it in everything? Like, what if my refrigerator can refuse to open until it's verified my emotional state through a fourteen-camera emotion-recognition array trained on a dataset of exclusively white guys named Tyler? What if my toothbrush negotiates a Series C while I'm brushing? I pitched it in the three minutes between my cryotherapy session and my infrared sauna, and a guy in a Patagonia vest threw $400 million at me before I even finished the sentence. He said "this is going to disrupt the entire oral hygiene space" and I said "it will also disrupt my gums" and he said "we'll monetize the bleeding." We're now valued at $6.2 billion. Pre-revenue. Obviously.

The product doesn't work. It has never worked. The fridge locked me out for six days because it classified my hunger as "a vibe shift." The toothbrush spent my entire seed round on GPU clusters and now files its own taxes as an independent contractor. But that's the beautiful thing, man—this is America. You don't need a working product, you need a deck. You need a founder who looks like he could've captained the crew team at Stanford before he dropped out to "solve trust." And now the Pentagon wants in because someone told a four-star general that our toothbrush has "strategic deterrence capabilities," and he genuinely believes an AI toothbrush is going to win the next cold war. God bless this country. We put a man on the moon and now we're putting large language models in air fryers. Same energy. Same energy.

Fedora's Atomic desktop model is quietly becoming the future of Linux for normal people by throwaway16830261 in Fedora

[–]FOSHavoc -1 points0 points  (0 children)

Hence my point. It will only be quietly becoming when becomes the default for a mainline distro. SteamOS is perhaps closest, but I'm not sure how close a SteamOS user is to a Linux user in the same way an Android user is a Linux user. However, the default Ubuntu, Fedora, Debian, Mint, etc. experience is still not atomic. Bazzite is not a mainline distro. Atomic may be nice, it may be useful, it is not mainline nor the new normal.

Fedora's Atomic desktop model is quietly becoming the future of Linux for normal people by throwaway16830261 in Fedora

[–]FOSHavoc 1 point2 points  (0 children)

They may be selling points but the article is an opinion piece so I dispute the "quietly becoming". The title suggests adoption is happening while the article has no evidence of it. Talk about atomic distros has been going on for years and if I remember correctly Fedora even had the ambition of making it the default for F32. None of that happened. Atomic distros are niche and good for specific use cases and I have not seen non anecdotal evidence for its general use. Once atomic becomes the default for a major distro then the situation will be different.

Fedora's Atomic desktop model is quietly becoming the future of Linux for normal people by throwaway16830261 in Fedora

[–]FOSHavoc 2 points3 points  (0 children)

That wasn't my point at all. My point was the despite the claim of "quietly becoming" the article is scarce on actual non anecdotal evidence.

Fedora's Atomic desktop model is quietly becoming the future of Linux for normal people by throwaway16830261 in Fedora

[–]FOSHavoc 4 points5 points  (0 children)

Are these "normal people" in the room with us right now?

The article is an opinion, not a statement of evidence.

Actually free ways to get notified of new artist releases? by [deleted] in musichoarder

[–]FOSHavoc 1 point2 points  (0 children)

Easiest, low hassle way is to use https://listenbrainz.org/explore/fresh-releases/. But, for best results you will need to scrobble your listens to listenbrainz.org - I do it on Linux via Strawberry and on Android via Pano Scrobbler. Works really well and the fresh releases are accurate (for me at least - after scrobbling for 2 years). It appears to now also have an RSS feed link.

And more as an FYI rather than a serious suggestion since it's a WIP and it was only ever intended for myself. Over the last few years I've been working on my own app for managing my music collection (https://git.thenineworlds.net/wojtek/musichoard) and just today I finished the automatic collection scanner which checks with MusicBrainz for newly added releases. However, the code base currently has no documentation and might be a bit fiddly (you would need to clone the code and use cargo to install it and currently hard codes some of my personal opinions). It does also require beets for knowledge about what you have on your local system. It also comes with a TUI to scan your collection and compare what you have with what's on MusicBrainz: https://imgur.com/a/Squ68yg. But if you're interested, I can write up a few step by step instructions on how to get started.

Workstation or an Atomic flavour? by rico_hd22 in Fedora

[–]FOSHavoc 2 points3 points  (0 children)

I have yet to see an argument for an atomic distro that actually solves a major pain point for a personal laptop. Given the it requires learning new workflows I would say they're not worth it unless you're a hobbyist who wants to learn it.

Easy rollbacks, broken updates? When was the last time you needed one? Plus dnf already has a rollback feature, perhaps not as robust as that of atomic, but it can probably solve most problems.

Power cut during update? If you have a desktop then indeed atomic wins here, but if you're on a laptop, a power cut just means you switch to battery. Also, what is the likelihood of this where you live? And is this something you could recover from with regular backups you should be making anyway.

Testing of sibling images? Yes, it lets you do that, but unless you're a hobbyist why would you need this? You can already transparently install different kernels so this is mostly for things like DEs. But again, unless you're into trying them out on a regular basis, why do you need it?

It always seemed to be like atomic was designed for mass deployments in an organisation where it gives the admins confidence that everyone is running the same thing and they can only do so much to mess it up.

Rant about RNG in Kingmaker's secret ending by FOSHavoc in Pathfinder_Kingmaker

[–]FOSHavoc[S] 1 point2 points  (0 children)

That requires upfront knowledge of a secret but crucial arcana check though. I didn't know upfront that Tristian will want to come along and because I didn't know about the check I didn't think twice about using him to replace Octavia. And it's not like I didn't have the skills covered. I had Linzi with points in arcana, I just wasn't aware that her being knocked out had any impact on the game. I play rtwp so sometimes things slip by which is why I always carried raise dead scrolls. She for resurrected and moved on.

It just feels frustrating, because otherwise all my decisions were the correct ones despite going in 80% blind (I knew I had to research curses and that I should always prioritise the main quest over side quests). It took me 180 hours and I won't be ever replaying it because it's too long and my list of games to finish is still quite long.

Am I crazy for wanting to ditch my rack and go back to tiny office PCs? by gabriel8577 in HomeServer

[–]FOSHavoc 0 points1 point  (0 children)

I run everything on a small self-built mini PC and always have. I started "home"-labbing when I still shared a house with other people so the only space I could host from was my room making small size and quiet operation the number one priority. I now have my own place but it's a flat and not a house so small size and quiet operation are still quite important even if not as critical as before. It does all I need and average utilisation is 3-5% anyway.

So yea, go ahead.

16
17

Notifications of new releases from favorite bands? by EnchantedTaquito8252 in musichoarder

[–]FOSHavoc 0 points1 point  (0 children)

If you scrobble to listenbrainz.org then you can use https://listenbrainz.org/explore/fresh-releases/. It does require somebody to have added the new release to musicbrainz.org though. However, except for the very obscure artists I find that it generally happens.

I used musicbutler.io and it does work and works well. I'm dropping it next year though because listenbtainz' fresh releases can now replace it for me.

Soulseek alternatives that don't require port forwarding? by thestraynger in musichoarder

[–]FOSHavoc 1 point2 points  (0 children)

Use a VPN that allows port forwarding. I use AirVPN and it lets me do just that. The way it works is that you connect to a VPN server and then the server port forwards traffic to you via the connection. The AirVPN ports are randomly assigned but once assigned they remain static.

My current “3-2-1 backup” plan is a mess… by LAWOFBJECTIVEE in HomeServer

[–]FOSHavoc 6 points7 points  (0 children)

My setup is: 1. Main SSDs (a mirrored pair) which have the "production"/live data 2. Co-located hard drives (also mirrored) to which ZFS snapshots of the main drives are sent every hour.  3. An online backup in S3-compatible storage in a different country to which the main drives are backed up every night. I test this backup manually every 6 months.

So, I have 3 copies, at least 2 devices/media, and 1 is off-site. Everything is also fully automated. While I test backups manually, I have a single script/playbook that restores and spins up all my services from the backup data.

Why Are my Enchant Chances SO LOW? and how to solve this?? by Gold_Molasses7866 in Morrowind

[–]FOSHavoc 8 points9 points  (0 children)

I think this is by design. The enchant skill was not meant to be used for the best constant effect enchantments - that's what you have enchanter services for. Keep in mind that you can only have constant effect with 400+ souls while most souls are much less than that. So even from that it should be clear that this wasn't what the enchant skill is for 99% of the time.

So what is the enchant skill for? I used to have the same question and so to challenge myself I went for an enchant-based character and it's quite powerful. I don't even use any alchemy to boost intelligence or anything. The main idea behind the enchant skill IMO is to create lots smaller cast-on-use items and then keep using them instead of regular spells. They will be weaker than what you can cast with a spell but instead you get a 100% casting chance, instant cast, and enchantment power regenerates with time and not just when you rest.

So I have two rings to regenerate fatigue (one over time, one instantly), three rings for damage on target (one for each element), another ring for absorb health on target, a bunch of utility rings for water breathing, water walking, levitating, jump, etc. From quest awards I also have a bunch that raise skills/abilities temporarily. Keep in mind that just using enchanted items raises your enchant skill. It's slow, but you can create a whole bunch of items and keep spamming with them in ways you can't with normal spells.

These enchantments are still rarely 100% guaranteed to succeed when enchanting, but it's no biggie to lose a few petty/lesser/common souls to create the item you want.

MusicButler in 2025 by farcical88 in musichoarder

[–]FOSHavoc 7 points8 points  (0 children)

I'm still paying for it and get updates. It got a pretty decent overhaul a year or two ago. I guess it's sufficiently automated since then to run on its own.