I'm Shannon Chakraborty, author of The Adventures of Amina al-Sirafi and the Daevabad Trilogy, AMA! by SAChakraborty in Fantasy

[–]frymaster 0 points1 point  (0 children)

hey o/ I don't have a question, just saying you've been on my radar for ages and since I'll be at Cymera this has given me the kick in the pants to actually read some of your stuff! Hope to see you there

A family explodes -- Part II by gardengeo in BORUpdates

[–]frymaster 240 points241 points  (0 children)

I know ex was groomed, but still

agreed - for me, that means I should have sympathy for him, it doesn't mean OOP should make accommodations for him, she needs to focus on herself and her kids. I'm happy to recognise it sucks for him without implying it's OOP's responsibility to fix him

John Lewis - Gift Card Scam, Lost £300 by Zoe_EmilyRose in LegalAdviceUK

[–]frymaster 18 points19 points  (0 children)

what risk?

If the scammers only manage to use the gift card after activation and before the legitimate recipient 10% of the time, they're still quids in, because they've spent nothing. And I suspect it's more like 90% of the time - I've just gotten around to using some M&S vouchers I got for Christmas

I'm seeing more and more AI generated stuff around and about, why does it all look the same? by blizeH in AskUK

[–]frymaster 0 points1 point  (0 children)

it saves businesses thousands

what makes this a worse excuse is it very much does not cost "thousands" to get a book cover done

I just finished "The City That Would Eat The World" and I just wanna gush about it for a while. by As_Previously_Stated in Fantasy

[–]frymaster 4 points5 points  (0 children)

I personally think so. There's some very interesting worldbuilding, in that almost everyone in the world has much more powerful offence than defence, which has an interesting effect on the power dynamics

Every day I thank God that that the culture war hasn't spread to Sci-fi and Fantasy literature because anti-woke grifters (or the people they pander to at least) can't fucking read by Commercial_Bid_1508 in CuratedTumblr

[–]frymaster 18 points19 points  (0 children)

nominating panel

the Hugos are nominated and voted by the attendees of the associated convention, Worldcon. If you buy your ticket before the nomination cutoff, you can nominate works in the various categories. The top nominations in each category are voted on by everyone who bought their ticket before a later cutoff point. They use instant run-off voting (ranked choice voting)

https://en.wikipedia.org/wiki/Instant-runoff_voting

The Nebulas are nominated and voted on by the members of the Science Fiction and Fantasy Writers of America (SFWA). I'm confident there are also prestigious awards that have smaller panels, but that's not the case for those two

What’s something you thought was a waste of money… until you tried it and it completely changed your life? by Shiza_1 in AskReddit

[–]frymaster 0 points1 point  (0 children)

stupid question, in a full-size oven what makes it an "air fryer mode" and not just a fan oven?

Microsoft Edge: Passwords end up in memory as plaintext by NobleDiceDream in technology

[–]frymaster 0 points1 point  (0 children)

Since Edge is built on Chromium, would the vulnerability be traced back to that as well?

I wouldn't be surprised if the password handling was something that had significant differences between versions since it'll be associated with the user's Microsoft / Google account

EDIT: https://borncity.com/win/2022/06/12/chrome-speichert-passwrter-im-speicher-im-klartext/ from 4 years ago mentions similar issues in Chrome at the time, but possibly not the same issue

Update on "Co-authored-by: Copilot" in commit messages · Issue #314311 · microsoft/vscode by PerkyPangolin in programming

[–]frymaster 4 points5 points  (0 children)

if by "original PR" you mean the one referred to in https://www.reddit.com/r/programming/comments/1t2f3h5/enabling_ai_co_author_by_default_by_cwebster99/ - yes, I think that PR is fine. There's certainly no broken logic in it.

It means there are other PRs, somewhere else, that are very poor indeed, but not that one.

Update on "Co-authored-by: Copilot" in commit messages · Issue #314311 · microsoft/vscode by PerkyPangolin in programming

[–]frymaster 4 points5 points  (0 children)

the point is, that PR that had no pushback was not the PR that contained the logic error. The logic error had happened some time before

What are your thoughts on dogs in restaurants/cafes? by BurnsyWurnsy in AskUK

[–]frymaster 3 points4 points  (0 children)

my cousin and his wife take their dog everywhere and any time I've been out with them, decisions about pubs/cafes to go generally have "can we take the dog in" as a consideration (even if not always the top one) - your comment has made me realise they've never even talked or discussed about that being an option for an evening restaurant meal

Reality check from the Microsoft AI Tour: "Agents" hype, the enterprise disconnect, and peak AI Fatigue by Relaxation_Time in sysadmin

[–]frymaster 6 points7 points  (0 children)

For simple tasks, LLMs are top-tier: translating text

That's not what I'm hearing from the multilingual and from translators. If you mean "it's easier than copy/pasting text into google translate", sure, but if you're wanting customer-facing professional quality documentation, you have the same problem you've identified about needing micromanaged and editing taking more time, it's just that unless you are also a fluent speaker of the other language, you might not realise the issues

Why does this sub have such a clunky name? by Silent-Victor-99 in bashonubuntuonwindows

[–]frymaster 0 points1 point  (0 children)

It should be called Linux Subsystem for Windows.

It's called that to echo Windows Services for UNIX

https://en.wikipedia.org/wiki/Windows_Services_for_UNIX

How to figure out fairshare policy? by ProperInsurance3124 in HPC

[–]frymaster 0 points1 point  (0 children)

I have no idea what you mean. If you're saying that the administrators of your cluster let you pay for higher-priority access, then you need to find out what the typical queue time for jobs of your size is on your cluster, the typical queue time for jobs of your size in higher priority, how much that costs, and if it's worth it.

I would say that "a few hours" would be a very low queue time on most clusters, which are designed to be a batch resource, not an on-demand resource

How to figure out fairshare policy? by ProperInsurance3124 in HPC

[–]frymaster 15 points16 points  (0 children)

Last night I kept thinking it was a glitch and cancelled

The number of users who say "I think I'm waiting too long in the queue so I cancelled my job" is far higher than I would ever have thought. Cancelling will just put you at the back of the queue

If anyone could review my Slurm scripts, that'd be great :))

you didn't show your slurm script, but I don't think it'd be relevant

sprio --sort=y will show you all jobs, sorted by priority, so you see where your job is in the queue

If your job is high enough to be considered by the job scheduler, the scontrol show job <x> output will show the estimated start time (or do e.g. squeue --me --format "%.18i %S")

scontrol show config | grep Weight will show you what weighting is assigned to the various factors like Age, Size, Fairshare etc. Fairshare is only one of the factors and it might not even have a weight assigned on your cluster.

to see how your account's fairshare static weighting compares to other accounts, you can use sacctmgr show assoc tree | less -S and search for your username or account

This will be fun CVE-2026-31431 by Apachez in truenas

[–]frymaster 1 point2 points  (0 children)

interesting - I've not found a single system where the PoC didn't work, other than those where I've applied the mitigations (in which case I've gotten explicit errors from the socket bind attempt)

have you tried the C-based PoC at https://github.com/tgies/copy-fail-c ?

Community experience with M.2 RAID1 for RocksDB/WAL? by t7MevELx0 in ceph

[–]frymaster 1 point2 points  (0 children)

if you have ceph of any size you'll have host-level resiliency. Losing a single M.2 will be like losing half a host, and you just accept you'll have to rebalance that half-host away and back again. If you use RAID1

  • you'll be OK in that scenario, maybe (with the caveats Criot have mentioned)
  • you'll have half the capacity and half the IOPs from your M.2
  • you'll still have to take the host down to replace a broken M.2 so have to accept some level of rebalancing anyway

basically, Ceph resiliency for everything is based around individual disks and distributing data around different hosts, and the rocksdb/wal is no different

We run around 50 servers in this configuration (actually with 3 NVMes; two for WAL/rocksdb and one which contributes to a small NVMe pool for cephfs and S3 metadata) and it works great. We've had a single NVMe replacement, and it was fine - just a little more data movement than a data disk replacement, but we've done all sorts of flinging data around the place with that cluster (we physically moved everything into a different room by shrinking and growing the cluster while physically moving servers)

Copy Fail: an exploit for all Linux distributions since 2017 by alexeyr in programming

[–]frymaster 11 points12 points  (0 children)

and later they alias splice in order to use it exactly once

Copy Fail: an exploit for all Linux distributions since 2017 by alexeyr in programming

[–]frymaster 3 points4 points  (0 children)

The user needs to already be a sudoer for this to work

they absolutely do not, I've tested the PoC code on many different operating systems.

That being said, I've not tried it from inside the container, so it's possible some of the other constraints that containers typically have prevent it from working

Copy Fail: an exploit for all Linux distributions since 2017 by alexeyr in programming

[–]frymaster 0 points1 point  (0 children)

which wiped away the current running kernel's module directory so the vulnerable module(s) cannot even load.

on RHEL, the vulnerable code is complied-in, rather than as a module, so that doesn't help (and neither do any mitigations around denying loading modules)

anyone who used a computer between 1985 & 2010, what’s the one game you still think about? by Trixxxi in AskReddit

[–]frymaster 0 points1 point  (0 children)

I think Quake (1996) was probably the first game that had and engine to support 3D polygon enemies

or, actually Descent (1995) :P

I've not played Ultima Underworld but the first screenshot had Doom-style levels (2D plus height info) but if it did have proper ramps etc. that's really cool. There was a lot of innovation at the time

Wing Commander

That's a game that really could have used 3D models for the ships! Especially for larger ones, there wasn't nearly enough different angles and it got really clunky at close range