sxan

joined 2 years ago
[–] [email protected] 1 points 17 minutes ago

I won't deny the ephemeral fun; it's the lasting consequences that suck. Maybe if you're a psychopath who ghosts hook ups and who they can't trace back to your den, but I've always believed that people are crazy for a reason and treating them poorly isn't helping their mental health.

Not that I've always been a saint, but by and large I try to be a decent person.

[–] [email protected] 1 points 37 minutes ago

🧐 Subtle. Accepted.

[–] [email protected] 2 points 43 minutes ago (1 children)

Hang on a tick! I was told that owls can directly control their talons, and can only grasp by collapsing their legs and only release by extending them. How is this one grasping with extended legs??

[–] [email protected] 5 points 10 hours ago

SimpleX finally got multi-device support? Like, concurrently?

I'll have to check out out again.

[–] [email protected] 22 points 10 hours ago (4 children)

The Gettysburg shot down the Truman F-18; the Truman didn't do the shooting.

It has dropped two F18s into the sea though.

[–] [email protected] 8 points 10 hours ago (2 children)

The thing about not sticking your dick in crazy is soooo true. I think everyone should take the advice regardless of the genders involved.

[–] [email protected] 2 points 14 hours ago

And that's all it is: a capitalist, predatory, minor convenience. Again, I'm surprised these characters use them.

[–] [email protected] 1 points 14 hours ago

Well, I don't use G either. Or Microsoft. I did used to have a Home back when they first came out, but Google started being obvious about being evil around that time and I gave it to my MIL.

Echo, Siri, Google - they're all bad, and even less necessary than smart phones. You can make a decent, quantifiable argument about the quality-of-life differences a smart phone, wisely used, can make. There are few, mostly accessability related, arguments for the whole-home surveillance devices. They're absolutely a boon for accessability, and I wouldn't take that away, but otherwise it's a minor convenience most of the world manages to live without.

[–] [email protected] 47 points 15 hours ago

Me: Do you have the time?

Her: Do you have the stamina?

I've come to believe that she didn't just come up with that herself, but at the time it was great.

Yes, this was before smart phones.

[–] [email protected] 2 points 16 hours ago

I took a decidedly minimalist dependency stance a while ago, and I'm glad about it. It's hard; you also don't want to be writing bespoke libraries for everything, but what really got me on this kick was viper and cobra. Using cobra adds 32,400 LOC to your project. To parse flags. 19,600 of those are in cobra's dependencies, which - of course, you also have to vet.

Especially when I'm writing libraries myself, I go to fairly extreme lengths to have an empty go.mod; at least my users only have to audit my project, and not some branching nest of dependencies.

[–] [email protected] 5 points 17 hours ago* (last edited 17 hours ago) (4 children)

I was going to say that I'm a bit surprised that the characters use Apple products, given their (the characters') politics.

[–] [email protected] 2 points 17 hours ago

Yup! I only need a couple more applications and I'll be able to switch.

  • Helix (editor), written in Rust. There have been reports it already runs, so this may already be checked.
  • ncurses. Because I mostly run TUI applications on the desktop, and several of the projects I maintain depend on it. There's a recipe for ncursesw, so maybe checked.
  • Go. I don't, and won't, program Rust. Happy to use programs written in it, it's just not for me.
  • Something like Herbstluftwm. Or River. Tiling and no configuration file are my only requirements. Orbital has no tiled mode.
  • zsh. I write bash until I need zsh features, but if it needs more than zsh provides I jump to Go. I use bash as much as possible for little utilities because it's ubiquitous, and Ion isn't, and I don't live on only one computer.

Just three more little eensy weensy things. Hardly anything.

I still haven't switched to Wayland - it's about time to do my bi-yearly check in and see if it's still broken - but maybe I'll just wait and jump completely to RedoxOS.

 

I liked the "vintage" comment, so going back even further to Bakshi's inspiration for Avatar.

I've read that Bakshi tried to get Bodé to collaborate on Wizards but it didn't happen so he just did his own version. I can't find that source again; I'm pretty sure it was in a biography of Bodé, though.

In any case, the homage is clearly evident.

28
Prototype (lemmynsfw.com)
27
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

So I have been trying to beat shattered planet, trying various things. One thing I've tried is throttling by cutting off engine fuel to engines based on damage taken, on the theory that the slower the platform goes, the fewer asteroids it has to deal with. I have a big, 6 ending platform that runs between a max of around 190, and can throttle down to about half that by shutting down all but two engines.

To my eye, it doesn't seem to make any difference in asteroid density. It just takes longer, with the end effect of using more ammo to go less distance. Coming to a complete stop, of course nearly shuts off the flow.

So now I have it in my head that controlling velocity doesn't affect asteroid speed or volume, which would suck.

I also can't get interrupts to work properly, and nearly stranded my platform before I noticed :-/ But that's a different post.

Anyway, is velocity affecting asteroid density, or not?

Update, 2025-04-22

Thanks to everyone who had suggestions; I used most of them:

  • Use foundries. This had the single biggest impact. I always forget about foundries except on Vulcan.
  • Use lasers for little asteroids. Foundries are only an option if you have fusion, and if you have fusion lasers start to make sense. I'd given up on them when I tried to build a nuclear + accumulator platform, and was quickly annihilated, but they become useful later.
  • Rail for huge, rockets for large, guns for medium, lasers for small. This is the magic formula for me, although I also have some logic that switches rails to include medium if rockets get low; rockets seem to be the bottleneck for me.
  • Quality lasers are really effective for small asteroids -- even just quality 2.
  • 1 fusion reactor is not enough. I was a little surprised that fusion is so wimpy compared to nuclear, but with lasers and foundries, I was getting into spots where I didn't have enough energy to keep the fusion reactor running.
  • I have a bunch of logic controlling speed. This is a critical factor in success.
  • I'm processing Promethium on the ship, rather than trying to use it as a cargo. This is much more effective, but requires all that logic.
  • I'm not using interrupts. I don't know why I didn't notice before, but the Shattered Planet has "turn around when" logistics instead of the normal planet logistics.

So, now I load up on everything, hitting Nauvis last for one load of eggs. Then I make a speed run (175km/s max) for the shattered planet. As soon as I detect that I have shards, I cut speed to about 60km/s and cruise for shards, processing eggs to Promethium packs. As soon as I'm down to about 50 eggs, I turn around. I still have a couple hundred shards by the time I cycle around to Nauvis again, which gets me a few extra packs. This gives me about 300 packs, per run.

There's a bunch of extra logic to throttle based on damage and/or ammo levels, and where I am in the system -- I run at 50% on my way back to the edge, because otherwise I inevitably take damage running full speed at the turn-around point. With this set-up, it's fully automated, I can make the run with no damage, and I am able to process all of the eggs before any spoil. At this point, I think most of the ammo management -- designed before I converted to foundries -- is unnecessary. I just need to hang out a bit before heading to Nauvis to let missiles stockpile, and I don't think ammo has throttled speed lately.

Egg management is a pain, and there's more logic to make sure there are no unprocessed eggs in the cryo factory or on the belt; I used to toss them overboard, but found it was faster to run them through a recycler until they're gone -- there are never more than 9 left over, anyway, and that's really just in case I get a late batch from Nauvis and a few spoil on the way such that I end up with an odd number at the end.

 

Ok, Lemmy, let's play a game!

Post how many languages in which you can count to ten, including your native language. If you like, provide which languages. I'm going to make a guess; after you've replied, come back and open the spoiler. If I'm right: upvote; if I'm wrong: downvote!

My guess, and my answer...My guess is that it's more than the number of languages you speak, read, and/or write.

Do you feel cheated because I didn't pick a number? Vote how you want to, or don't vote! I'm just interested in the count.

I can count to ten in five languages, but I only speak two. I can read a third, and I once was able to converse in a fourth, but have long since lost that skill. I know only some pick-up/borrow words from the 5th, including counting to 10.

  1. My native language is English
  2. I lived in Germany for a couple of years; because I never took classes, I can't write in German, but I spoke fluently by the time I left.
  3. I studied French in college for three years; I can read French, but I've yet to meet a French person who can understand what I'm trying to say, and I have a hard time comprehending it.
  4. I taught myself Esperanto a couple of decades ago, and used to hang out in Esperanto chat rooms. I haven't kept up.
  5. I can count to ten in Japanese because I took Aikido classes for a decade or so, and my instructor counted out loud in Japanese, and the various movements are numbered.

I can almost count to ten in Spanish, because I grew up in mid-California and there was a lot of Spanish thrown around. But French interferes, and I start in Spanish and find myself switching to French in the middle, so I'm not sure I could really do it.

Bonus question: do you ever do your counting in a non-native language, just to make it more interesting?

 

Several times now, I've tried to reply to a comment -- usually, I'm doing this on a mobile app -- and when I hit "post" I get an error. Then, when I refresh, I get a "post not found" error. Until now, I just move on, because, it's only Lemmy.

But this morning, I got the same error, and in frustration I opened the post in Firefox, and went to reply to the comment, and in the web page all of the post editing stuff was disabled. I mean, I could click "Reply" and open the reply widget, but the text editor area and all of the buttons are disabled. The post in question is this one.

Before, I speculated that the mobile app would only load so many posts back in time, and maybe they were aging out or something. Or, perhaps, some were removed by mods or the author. Although irritating, I didn't much care.

This, though, is weird, and I wonder how many of the posts I've had this issue with is because of it. It's as if the post is locked, except that there's no indication I can find that it's locked. On the web site, it at least prevents you from trying to reply -- on Voyager, it'll merrily let you spend ten minutes composing a reply only to fail to submit, but that's just a Voyager bug. However, the fact that the post is for all intents and purposes locked, but the official Lemmy UI provides no indication of this ... is this also a bug?

And is is "locked", or is this some behavior relating to cross-site blocking, where blaha.zone won't let midwest.social users post, and the server knows it and so prevents the user from trying to post? Or is it because I've blocked the poster, and Lemmy will show me, but won't let me comment on, posts by blocked users? Or is this some weird situation where the poster deleted the post but it's still showing up?

In any case, this feels like a bug. The site should clearly indicate that posts are locked, or blocked, or whatever the reason commenting is disabled. The web interface clearly knows that the post is un-comment-able; it should show this, and preferably, display why.

Or, am I missing something obvious?

 

cross-posted from: https://jlai.lu/post/17187098

Hmmm

 

What are you folks using for self-hosted single sign-on?

I have my little LDAP server (lldap is fan-fucking-tastic -- far easier to work with than OpenLDAP, which gave me nothing but heartburn). Some applications can be configured to work with it directly; several don't have LDAP account support. And, ultimately, it'd be nice to have SSO - having the same password everywhere if great, but having to sign in only once (per day or week, or whatever) would be even nicer.

There are several self-hosted Auth* projects; which is the simplest and easiest? I'd really just like a basic start-it-up, point it at my LDAP server, and go. Fine grained ACLs and RBAC support is nice and all, but simplicity is trump in my case. Configuring these systems is, IME, a complex process, with no small numbers of dials to turn.

A half dozen users, and probably only two groups: admin, and everyone else. I don't need fancy. OSS, of course. Is there any of these projects that fit that bill? It would seem to be a common use case for self-hosters, who don't need all the bells and whistles of enterprise-grade solutions.

 

I had to. We should have Prague Fridays, or something.

So, the (c) on the scan is 2012, but I took the photo on BW film in late December, 1990. It's one of my favorites - probably the favorite - of my own pictures. Although, it's not the one I get the most print requests for from friends & family. It's funny how your own memories influence your artistic impressions.

 

Recommendations for a color, full duplex, laser printer?

Another printer company (Brother) has fallen to the allure of "remote disable" if they object to you using your own device in a way they don't like: trying to self-service, use third party inks, whatever. It's at their discretion. Given printers are the sorts of devices to which you tend to want to have network access, preventing this is a lot of work.

I've been looking at color duplex laser printers, and Brother has been at the top of the list, until they recently announcement that they'd disable printers using third party inks.

BIFL to me implies that the company isn't going to actively sabotage self-service, or restrict your usage of the thing, so I think this is an appropriate question for this c/.

 

My wife's work computer desktop background changed itself today, and she called me in to see it. I said, "that's a Saw Whet." Not believing me, she looked up the credits and said, "get out! It is!"

I owe it all to !superbowl. I couldn't have identified even a Snowy before this community.

Thanks, anon6789.

 

cross-posted from: https://lemm.ee/post/57615714

view more: next ›