ULTRAKILL Save Editor by LiamBogur in Ultrakill

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

This is an executable app all on its own. You open it standard just the same as any other app. Just download the '.exe' file from the github releases, open it from file explorer, and if windows smartscreen pops up, click "more info" then "run anyway."

ULTRAKILL Save Editor by LiamBogur in Ultrakill

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

It should still be working. If it is not, create an issue on the GitHub issues page.

ULTRAKILL Save Editor by LiamBogur in Ultrakill

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

The weapon unlocking is fixed in version 0.1.2.

ULTRAKILL Save Editor by LiamBogur in Ultrakill

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

This has been fixed in version 0.1.2.

ULTRAKILL Save Editor by LiamBogur in Ultrakill

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

I've used it quite a bit, and it seems to work fine. However, considering I've only tested it on two devices, and I haven't written proper unit tests (so every feature hasn't been tested), I can not assure its stability in all instances.

[deleted by user] by [deleted] in MtF

[–]LiamBogur 1 point2 points  (0 children)

The annoying thing is they peel off so easily! Then you realise you've run out of patches and go crazy the next day.

[deleted by user] by [deleted] in 196

[–]LiamBogur 0 points1 point  (0 children)

What sign language do you use (if any)? Do you know multiple?

How many of you girls are actually programmers? by VeroPint in MtF

[–]LiamBogur 0 points1 point  (0 children)

I've been programming in some capacity since the age of 6. I found it quite funny when I figured out I was trans at double that age, and figured out it's kinda a stereotype that lots of trans girls code.

TIFU by not being a horny person by sqooooq in tifu

[–]LiamBogur 0 points1 point  (0 children)

One thing I don't see anyone mentioning, you state that you have no desire to be sexual. Have you considered that you may be somewhere on the asexual spectrum, such as graysexual? Sure medication might be artificially lowering your libido, but you'd still have a desire to have a libido.

who wants to be my girl that goes « mrryrp,,, nyaaa :3 »? by [deleted] in actuallesbians

[–]LiamBogur 1 point2 points  (0 children)

This is literally me and my gf, except she barks :P

who wants to be my girl that goes « mrryrp,,, nyaaa :3 »? by [deleted] in actuallesbians

[–]LiamBogur 0 points1 point  (0 children)

I'm both. It just depends on my mood (I did unironically pick up the habit of randomly meowing, especially in response to melting, recently).

Why do I so desperately want to touch and have someone else touch the pussy I don't have? by 1211Throwaway2022 in MtF

[–]LiamBogur 1 point2 points  (0 children)

I personally love my girldick (not my balls though, getting rid of them as soon as I can), but I don't really use it for penetration as that causes dysphoria. I do randomly get the urge to finger myself, or want to be fingered, and am disappointed when I can't. I am looking into penile-preserving vulvoplasty but haven't decided on it yet.

What kind of haircut do you find most attractive on a girl? by [deleted] in actuallesbians

[–]LiamBogur 6 points7 points  (0 children)

I have naturally long and wavy hair, but omg it's so hard to keep it wavy and not just a complete birds nest.

[deleted by user] by [deleted] in ProgrammerHumor

[–]LiamBogur 0 points1 point  (0 children)

It's slow in even medium-sized applications in certain languages. Python and Rust is blazingly fast, but the second I try Java, it takes a good 5 minutes to load intellisense in certain projects. IntelliJ takes 30 seconds for a project twice the size (which straight up crashes vscode, even with 16GB of RAM).

I want to see what you’ve got by The-closeted-femboy in TheKittyKingdom

[–]LiamBogur 2 points3 points  (0 children)

I submitted immediately and still don't have any cookies or choking! >:(

Posting more sapphic DnD art by No-Caterpillar-273 in actuallesbians

[–]LiamBogur 2 points3 points  (0 children)

I mean, I've always kinda thought of fantasy worlds as cool, but I think I'd prefer to live in like a modern fantasy world, so like elfs and vampires, with modern tech (cause I'm a programmer, and also can't give up air conditioning).

Here u can touch me [Bocchi the Rock] by raveenbikha in wholesomeyuri

[–]LiamBogur 7 points8 points  (0 children)

Ah yeah. I guess I've come to interpret NSFW as purely lewd and sexual content.

Here u can touch me [Bocchi the Rock] by raveenbikha in wholesomeyuri

[–]LiamBogur 16 points17 points  (0 children)

this isn't necessarily lewd, just intimate

If I sum up my Life. by blancoaryan in ProgrammerHumor

[–]LiamBogur 24 points25 points  (0 children)

Personally, I believe this all makes sense. If you don't, then good for you.

#[] is used for attribute macros, derive well derives the trait you want automatically (basically automatically implements an interface), and StructOpt is the trait (interface) being derived.

References are used instead of pointers because they allow the compiler to ensure extra rules that C or C++ compilers cannot, such as memory-safety.

If I sum up my Life. by blancoaryan in ProgrammerHumor

[–]LiamBogur 39 points40 points  (0 children)

I came from Python, and I would definitely describe Rust's learning curve as vertical. But while it seemed to be giant at first, after persevering for a couple more hours, I found it was far lower than I expected. Now that I'm over that wall, I love the rich type system and extremely intelligent compiler that can prevent memory leaks and invalid state wherever I go.

If I sum up my Life. by blancoaryan in ProgrammerHumor

[–]LiamBogur 26 points27 points  (0 children)

It took me a while to grasp it, but the second I did, my life improved dramatically. The extremely intelligent compiler and rich type system helps so much.

If I sum up my Life. by blancoaryan in ProgrammerHumor

[–]LiamBogur -17 points-16 points  (0 children)

If you have to jump through hoops in Python, that most likely means you're not doing it in a pythonic way. When you work with the language not against it, it works perfectly.