[-] ArmoredThirteen@lemmy.zip 8 points 4 days ago

I'm doing my part! Moving to a new country in a few days, part of the prep for that was to ditch my Windows desktop and I've been setting up a Linux laptop. Arch with KDE Plasma is so far the most enjoyable experience I've had with an OS

I've tried at various times to switch to Linux in the past. I'm enough of a turbo nerd you'd think it would have been easy for me but it was never quite there for one reason or another. This latest attempt though hot damn it's all smooth sailing. I've even converted one of my friends to Mint and making progress convincing people who don't want to use Windows 11 to just make the switch

[-] ArmoredThirteen@lemmy.zip 49 points 4 weeks ago

Pretty sure kubernetes is more like an addiction than a hobby I've never heard of anyone actually enjoying themselves while using it

164

I just got a new laptop today and when I saw the ssd it blew my mind. Most of my old drives are like the second from left and it's what I think of as a normal drive, buying a standard ssd still feels small to me. But look at that tiny thing to the right! It's the size of a postage stamp!

Assuming I managed to find the right specs (it is a Microscience hh-1050): The monster on the far left is from 1990, holds 40mb, read/write of 0.625mb/s, and weighs almost exactly 2kg. The baby on the far right I got in the mail today, holds 1tb, read/write of 5150mb/s, and weighs about 2.85 grams.

So we're looking at 25,000 times more storage, 8,240 times faster, and 1/700th the weight! And the one on the right is just 1tb, they make one that same model but 2tb. I can barely believe it exists even though I'm literally holding it in my hands.

[-] ArmoredThirteen@lemmy.zip 131 points 2 months ago

Only illegal if someone enforces the law, and I have a sneaking suspicion the chances of that are low

[-] ArmoredThirteen@lemmy.zip 60 points 2 months ago

My therapist called me a canary in the coal mine. I'm trans, I have the means to move, basically it was a "if you leave suddenly I'll know things have gotten really bad". I've almost gotten everything lined up to move on a plan but I'm still keeping my bug out bag around in case something bad enough happens I need to leave day of to try and get past the border

[-] ArmoredThirteen@lemmy.zip 118 points 3 months ago

Right off the bat, this is not enough for 12 full cupcakes. Double at least, maybe even triple, to fill out a dozen cupcakes liners.

Checked them real quick at the 10 minute mark and decided to go ahead and finish out the full 18 minutes.

Toothpick test came out fine at 18 minutes but they seem a little off. They jiggle a bit like they're undercooked but they are in fact cooked.

Final consensus is that they're very okay. A little under flavored, pretty small but I think they're cute. They legitimately feel like they have no love they're just neutrally palatable in flavor and texture in every way.

[-] ArmoredThirteen@lemmy.zip 85 points 3 months ago

Oh man a couple months ago I had to back off a topic because my therapist was obviously about to cry and just barely holding it together... I'm trans and was talking about my worries with how the US is going. They have trans kids and I think my concerns were hitting close to home for them. It was a difficult session for everyone x.x

[-] ArmoredThirteen@lemmy.zip 82 points 3 months ago
[-] ArmoredThirteen@lemmy.zip 98 points 3 months ago

Hello it's me a trans woman. I knew before transition about some of it but never really understood. When I was masc I didn't realize how much of it was basically hidden in plain sight because of how I learned to socialize. After transitioning though omg it's everywhere. I'm in Seattle right now where I don't have to try too hard to pass and still get treated at least base line okay. Even then I still use my masc voice more than my femme voice because people take me more seriously when I do. Like there's a cultural acceptance of trans people here but if I behave more masc I get the privilege of being "one of the boys" even if I'm visually in full femme mode. It's all so weird

[-] ArmoredThirteen@lemmy.zip 90 points 3 months ago

Well that's not great. This is the kind of shit why I haven't wanted to get diagnosed. Granted I'm already in it deep for being trans and that resulting million mile paper trail...

Behind the Bastards has a good couple episodes about what happens when people say they can cure autism (spoilers: many children die horribly)

28

Hello! I just went through the process of getting PopOS onto a chromebook. It went pretty smoothly and appears to be functioning which is great news. However the drive is soldered to the board, there are no slots for a second drive, and it's only 30gb in size.

Depending on how my friend wants to use it this may be fine (like if it is going to be a glorified browser). I'm trying to figure out a good way around it though. My current thought is to get one of those really small USB keys and basically use it like a semi permanent hard drive.

Any thoughts on potential other solutions, or suggestions for USB keys that would work well for this? Is there anything about Linux/Pop that would make the USB solution a bad idea? Or maybe a good beginner friendly distro with lighter requirements than Pop that still works well with chromebook hardware?

[-] ArmoredThirteen@lemmy.zip 57 points 3 months ago

I've come to the conclusion in the last couple weeks I simply can't identify AI images anymore. I have no clue what about this makes everyone call it out as AI, and there's have been many such instances of this happening with me lately. I'm going to get modern day Nigerian princed when I'm older I can feel it in my bones

[-] ArmoredThirteen@lemmy.zip 87 points 4 months ago

I wouldn't trust it for a second. They'd use it to move minorities into camps more efficiently

25

It isn't anything particularly amazing but I'm proud of it! Code can be found here: https://github.com/ArmoredThirteen/PysidianSiteMaker

The general use case is that I'm making a setting and I store all my notes in an Obsidian project. It used to be when I shared notes it was a giant pain trying to send people files so I decided to set up a website. I was using a tool called ObsidianHTML but it doesn't get updated very often and I've had to do some questionable downgrades on my build server to keep using it. It's also way more advanced than what I have use for and I get lost in the aging documentation

So now I'm building a replacement command line tool! My build server picks up on changes made to the settings repo, pulls them in and my PSM code, converts the vault to an html website, and deploys from there. Bonus points is that since my tool is so dedicated purpose the build times have been cut so I can deploy faster than ever

I've never made anything like this before and I'm admittedly not great at Python, I've spent most my time in C#. I know there are lots of areas that aren't written the best and I'm sure there's plenty I don't know about too, despite the small size. I'm always up for feedback!

16
submitted 4 months ago* (last edited 4 months ago) by ArmoredThirteen@lemmy.zip to c/python@programming.dev

Hello if anyone knows of a way to get python-markdown to behave in the way I'd like, or of an alternative way to do it, I'd love some help! My use case is I'm converting .md files made with Obsidian into html files. Obsidian has tags that are a pound sign followed by the tag (so like "#TagName"). When the tag is the first item on a line the pound sign is confused for a heading, even though there is no space after it.

Is there a way that I can avoid this so it only reads it as a heading if there is a space between the pound and the next word? I'm even considering some kind of find/replace logic so I can swap it out with like a link to a page that lists all the pages with that tag or something that gets run before the markdown to html conversion.

Edit: The solution I'm going for is a regex find/replace. Currently the string pattern looks like "#[^\s#][^\s" + string.punctuation + "#]*" which can find tags but ignores headers. Since the ultimate goal is to have the tags link to a tag page anyway I can solve it all in one step by doing a replace with a relevant link.

[-] ArmoredThirteen@lemmy.zip 89 points 4 months ago

This is why even if I think something is 100% legit, if a place calls me asking for anything I tell them I have to check on it and call back. Then I'll call their known public number and go through that way. I've avoided a couple scam situations like this

12
submitted 6 months ago* (last edited 6 months ago) by ArmoredThirteen@lemmy.zip to c/linuxquestions@lemmy.zip

There's a particular high level folder that I use a lot across many applications. I'd like it to behave similarly to Documents/Music/etc. in that it is visible in various applications when I go to browsing. I'm able to add my folder to the file viewer either drag/drop into the panel or through favorites but when I do things like try and open a new vault in Obsidian it only shows me the default folders. Is there a way to add a custom folder so everything can view it in the same way as Docs/Music/etc?

Edit forgot to add: I'm using Pop_OS! with Cinnamon DE

view more: next ›

ArmoredThirteen

joined 8 months ago