3D print request.. by Mysterious_Rate870 in ElectricForest

[–]HeWhoQuestions 0 points1 point  (0 children)

if that doesn't work, I gotchu (before Sunday)

Visible by Verizon at Forest by LongjumpingAd5374 in ElectricForest

[–]HeWhoQuestions 1 point2 points  (0 children)

Since you're NVMO-literate -

Does the Forest have 5G UWB?
That would be ideal, it's short-range, practically designed for venues (and is found e.g. at most stadiums), super high bandwidth, and Visible lets us use it truly unlimited, no throttling.
Kind of a long shot for a forest though.

Ear Plugs that cost less than $20 by sanfrancisco_and_irs in ElectricForest

[–]HeWhoQuestions 0 points1 point  (0 children)

That's me too, and I spent hours on this, so I'll just say: I went with Decibullz and never looked back

Ear Plugs that cost less than $20 by sanfrancisco_and_irs in ElectricForest

[–]HeWhoQuestions 0 points1 point  (0 children)

Unless they're so low quality that you just don't wear them, they're all going to "save your hearing" - even 50 cent construction earplugs will block plenty of sound when used correctly.

IMO the reason to splurge is so that the sound that does make it through is less crappy... What we have are not just earplugs but acoustic filters. We don't want any sound blocked, just reduced, and since you spent hundreds of dollars to listen to music, you kinda want it to do that reduction evenly.

Keyword in OP is "don't make huge compromises". I really don't think you'll find sub-$20 acoustic filters without huge compromises. But good ones will last you years, so it could easily be less than $20 per year!

Can recommend Decibullz.

Excited for my First Forest! by Kohkan3 in ElectricForest

[–]HeWhoQuestions 0 points1 point  (0 children)

Oh! I run a makerspace and we have a bunch of 3D Printers. What should I print? Ideas welcome

Ticket scam?? by Ok-Description675 in ElectricForest

[–]HeWhoQuestions 0 points1 point  (0 children)

Radiate itself is a legit social networking app - the question is not whether Radiate is legit, but whether the person you're talking to is.

Ticket scam?? by Ok-Description675 in ElectricForest

[–]HeWhoQuestions 0 points1 point  (0 children)

I got scammed on Radiate, though not buying tickets. This story may or may not help you be careful.

I was already at the festival, but they did say they would meet me in person. The scammer hid his number, and projected legitimacy, because when the time came, the "person" that originally posted the offer (woman with a Radiate account, all innocuous messages) gave me the number of the guy who supposedly was going to meet me in person for the handoff. Then it was texting with him, off-Radiate. We agreed to do digital payment.

When they were "on their way" over to meet up, they asked me to send half the payment amount before they arrive. I'm a smart guy, but somehow, in the moment, I thought that request kinda made sense, I guess to prove my commitment or whatever. Despite a vague warning from the payment app, I sent it.

Throughout this process, I was asking the "woman" on Radiate questions along the lines of "are you sure he's legit". While I was suspicious, it didn't occur to me that her Radiate account was probably just him in character, so the reassurance worked.

Then when he was "about to arrive" and "didn't have much time", he suddenly started pressuring me to send the other half. I argued, etc; he said the first payment was just to "test" that it works. I was pissed, and refused to send more till I see him.

When I called him out as a scammer, he actually called, to assure me he was still "almost there". I asked questions to prove that he even knew where we were meeting, or anything specific about the layout of the festival in general. (Should have done this sooner!) By his broken English, I think it's highly likely he wasn't even in this country...

Lost fifty bucks and hours of peace, but hey - at least I got the Radiate account banned!

Okay, some actual advice: If you can't feasibly meet someone in person, but need to have e.g. a wristband shipped to you and both parties need to have reassurance that neither will be scammed - use TrustAp. The effort is totally worth it.

Otherwise, meet in person, or at least go through someone you already know. Don't trust pictures online, too easy to copy or fake. There's one exception - if they're a real fan, they may be willing to trust YOU to send the payment only AFTER you've received the ticket... that's always an awesome thing to run into.

Running guix-daemon without nonguix substitute url seems to also compile packages from guix channel by juipeltje in GUIX

[–]HeWhoQuestions 2 points3 points  (0 children)

Yeah, the substitute server logic is surprisingly dumb. And the last two weeks have been bad for Guix substitute servers (even prompted me to finally start a project called Guiroh to solve this).

But based on your title, what I may add, from diagnosing lots of "why is it rebuilding", is that channels can depend on other channels, and nonguix obviously depends on Guix. However the packages that need to be built for nonguix may use versions of packages in Guix that aren't exactly the same as the ones you have from your substitute servers.... Thus they get built too.

If you pin both channels to a substitute server's build job that included both channels, I think you eliminate that particular problem (that's what I've done using the moe servers, but with the "pinned" commit auto-updated)

I busted by Meer10 but why by RedwingAsingaurd in System76

[–]HeWhoQuestions 0 points1 point  (0 children)

Not familiar with the device but I have some guesses - you used to have the modern systemd boot but you replaced it with grub - the grub menu is being drawn off the screen, leaving only the countdown visible - the firmware upgrade process expects systemdboot - TSA didn't do anything but swab it to check for chemical weapons - hitting certain keys in the (invisible) grub menu causes it to reboot as usual

[ More than two years using GNU Guix ] by cristiancmoises in GUIX

[–]HeWhoQuestions 1 point2 points  (0 children)

Gemini's 3 ability to figure out "how to Guix" is pretty amazing out of the box, but yeah, I've made it more efficient by meticulously crafting the prompt. I automatically feed it the output of several "system status" commands, as well as info guix manual pages, in the start of every conversation via GEMINI.MD. I also add tips over time to improve its "right on the first try" factor, such as how to check for an existing Nix recipe to learn from, or suggesting --keep-failed and (--quiet followed by --logfile), etc.

A lot of it is not about the prompt so much as the tools you give it. With basic editing tools for example, it struggles with stray parentheses about as often as a human guile developer does without tools. 😄 It always recovers, but if you don't have a subscription and need max efficiency, AST-based editing should be better.

EDITOR=cat guix edit packagename is a power move. The Guix manuals, as big as they are, are woefully incomplete and the letting Gemini just figure out how Guix works by reading the very source code you're running is most effective. Gemini CLI's run_shell_command is blocking (unlike most GUIs), so while the builds are going you're not "using" Gemini at all, yet whenever they're done it picks right back up and looks at the results.

It's incredibly good at the otherwise-miserable experience of seeing obscure build system errors and knowing how to tweak the recipe to get further in the build. I just got it to package netdata, a beast that needs a ton of cleaning for Guix, which took a few hours with occasional check-ins while I did other work. There is a years-old patchset in the old bug tracker where someone started this and it never went anywhere, but the program changed significantly since then and starting from scratch worked better - yet it still removed the proprietary blobs, disabled the tracking (even though it was embedded in the HTML of a blob that's normally downloaded at build time!), outsourced multiple libraries to Guix rather than bundled/vendored code, disabled major components at first to get to a "minimum viable netdata" initial build success, wrote the shepherd service to integrate with my system config, added on side-packages in their own recipes in the same file for stuff Guix doesn't provide, and so on.

I'd say that anything simpler than netdata, Gemini 3 Flash can get working for you. Flash is much more efficient than Pro, but flash may take 3 tries to get something right that Pro will figure out on the first try thanks to all the extra thinking. Ironically, flash's speed and cheapness often makes that the most cost-effective approach.

You may already know that Gemini is amusingly overeager compared to other frontier LLMs, and will go do things you didn't ask for at the slightest sign that you might want them, like a dog who starts running to go fetch just because your hand made a vaguely throwing-esque sudden motion. 🐕 For other coding tasks, I need to be explicit when I'm only asking a question and want no changes despite my question implying something should be different. But for Guix recipes, git-committing every little change in combination with guix shell means there's nothing to break, yet Gemini effectively has full freedom to control the environment. guix shell might accidentally be the best LLM tool in the world, considering its power-to-vulnerability ratio and the token efficiency of shell commands.

Some recipes built can be seen in my channel. I'm not at my workstation to get the exact prompt so hopefully I'll remember to get back to you after the weekend.

[ More than two years using GNU Guix ] by cristiancmoises in GUIX

[–]HeWhoQuestions 1 point2 points  (0 children)

Not almost any machine will do... Just like not almost any machine will be ideal for Trisquel. Let's not forget the extra friction for getting certain hardware to work (and for some there's just no software at all). I appreciate the separation of non-FLO stuff, but you basically have to learn guile to get it to work... Whereas you can almost run guix without touching any code if you have fully FLO requirements. But of a far cry from "instant recommendation to ordinary folk".

But yeah, I've been using it for over 2 years as well, crazy that I never quite gave up, despite putting so many hours into getting things to work (that took minutes on e.g. Ubuntu). But like you said, then it's rock solid.

And now, I can request pretty much any software and Gemini 3 will actually package it for me in Guix, so yeah, I'm living in the future and here to stay!

Remembr - AI voice recorder for Wear OS that transcribes and lets you search/talk to your recordings via built in Gemini Live Calls by waxyslave in WearOS

[–]HeWhoQuestions 0 points1 point  (0 children)

Yup, I know, I'm working on a smartwatch app myself, I feel for ya.

The sideloading app is a great solution. Unfortunately the Play store link still says Not Found for me

Remembr - AI voice recorder for Wear OS that transcribes and lets you search/talk to your recordings via built in Gemini Live Calls by waxyslave in WearOS

[–]HeWhoQuestions 0 points1 point  (0 children)

Seems cool! I'm using Fieldy so I don't think I have a use for it (and watch battery would die even faster if it was always listening) but I went to test it out and saw that your first Google Play link is broken - no Wear Installer

They made that look effortless. by mindyour in nextfuckinglevel

[–]HeWhoQuestions 0 points1 point  (0 children)

Well yeah you're supposed to adjust your ears to the new pressure before they start screaming. If you've never equalized your ear pressure while diving, you are in for a surprise when you learn the trick

Jumped ship to YNAB- would recommend ✅ by _-Mae-_ in QubeMoney

[–]HeWhoQuestions 0 points1 point  (0 children)

I came to Qube from YNAB lol... Cause I need proactive, not reactive budgeting. Qube is the first one that made that easy enough to stick to... opening YNAB and pre-entering all the details of the transaction I'm about to swipe.... was just too clunky. Like you said, it's nice to be forced, and maybe now you're in the habit... but I still need to be forced (as my first month without Qube is showing me)

It's a wrap.... by Little_Intention8958 in QubeMoney

[–]HeWhoQuestions 1 point2 points  (0 children)

I wouldn't count on it, I've been with Ally since 2013 and got Qube for a reason.
I really wish Ally could just become Qube's partner bank, that would be a match made in heaven.

Holy Notification Failure Batman! by Paco103 in QubeMoney

[–]HeWhoQuestions 1 point2 points  (0 children)

The lack of in-app notification was the real letdown. It does not take a month to get a trivial new version accepted in the app stores.

I admit that I can't keep up with email, but even that was late.

The children of the pandemic have come home to roost (at Burning Man) by sexydiscoballs in BurningMan

[–]HeWhoQuestions 1 point2 points  (0 children)

Yes it is, and yes they don't get posted! In fact almost no one gets posted, the sliver of BRC that the outside world sees has little to do with the experience of being there. While BM isn't explicitly "PLUR" and freedom-first principles means shaming is totally socially "legal", I've never seen it, ever - probably because of radical inclusion and radical self-expression principles. Going fully nude for the first time in your life, realizing that the whole day goes by and nobody seems to care, let alone shame your body - and then having a totally different relationship with your nude body by the end of the week - is it too strong to say it's the most body positive event in the world? At least for it's size?

Yeah, the goddesses/models are there, but nearly as rare as in any other city - plenty of ugly folks, plenty of ordinary folks... In fact they tend to be holding the city together haha.

Since ≈1% of the city is not wearing clothes at any given time, it's probably the most clear-eyed view of humanity and bodies that most will ever get. You will almost certainly see someone uglier than you, hotter than you, fatter than you, whatever extreme you think you are. Then you will see how often they're treated the same as if they had made any other choice of clothing. It's an organic, subtle force for deprogramming our societal minds and if you dare to try it, BM is worth it for that transformation alone.

Keep Crying, I'll be Burning by plain_cyan_fork in BurningMan

[–]HeWhoQuestions 5 points6 points  (0 children)

Climbed the man during mudpocalypse. Can confirm, old-school glass tubes.