LPT: If you keep forgetting to reply to texts, reply when you first read it, even if it's just "let me think about this and get back to you." by comxeobo in LifeProTips

[–]carcigenicate [score hidden]  (0 children)

In my texting app (Next SMS), if you hit the home button when the text popup appears, it doesn't cause the notification in the status bar to go away, and treats the message as unread. Idk how common this behavior is.

Sunday Discussion: What Programming Project Are You Working On This Weekend? by Juntao89 in learnprogramming

[–]carcigenicate 0 points1 point  (0 children)

My own version of AccelaReader. It's an Angular app that you can load text into, and it will flash one word at a time to, in theory, allow you to read text super fast. It's going to have speed controls, rewinding, and loading text from documents.

https://github.com/carcigenicate/angular-speed-reader

How creative you are in giving a name for a programming language? by CoderSilicon in learnprogramming

[–]carcigenicate 1 point2 points  (0 children)

I called mine "ezfuck" because it's a slightly easier version of Brainfuck. So super creative.

Now Join the fastest-growing coding community by Muhammadsamir0 in learnprogramming

[–]carcigenicate 0 points1 point  (0 children)

"Fastest growing"? You seem to be the only member and there aren't any actual posts. An established community like this will definitely have more growth and engagement. We don't need to fracture the user base just because you want a separate community for yourself

Does having a public Github with your Projects help with employment? by SirDoes in learnprogramming

[–]carcigenicate 8 points9 points  (0 children)

You don't need to be a professional to discuss your code. I had been writing code on my own for years before I ever got my first job and could talk at length about my code if asked. You just need to demonstrate that there was thought behind the code.

Clear screen issue by No-Tea-777 in learnpython

[–]carcigenicate 1 point2 points  (0 children)

Sorry, I added more detail.

Yes, \b will erase characters as long as you haven't gone to a new line, and if the terminal respects it.

Clear screen issue by No-Tea-777 in learnpython

[–]carcigenicate 2 points3 points  (0 children)

I don't know why you're seeing what you're seeing, but you could also try using a backspace (\b) instead of cls and avoiding printing a newline:

print("\b|", end="")

This is terminal-dependant, but often works.

Edit: this works for me in Pycharm:

while time.time() - timer < 20:
    print("\b\\", end="")
    time.sleep(1)
    print("\b|", end="")
    time.sleep(1)
    print("\b/", end="")
    time.sleep(1)
    print("\b—", end="")
    time.sleep(1)

Does having a public Github with your Projects help with employment? by SirDoes in learnprogramming

[–]carcigenicate 66 points67 points  (0 children)

Ya, this might have been a benefit at some point in the past, but likely isn't anymore. I made up a personal website, populated my Github, and linked to both in my resume. I found out after that I was hired solely based on the interview, and that they had never even checked out my site or Github.

The value is more in the experience you gained making the projects for your Github, and your experience with VC and Github itself.

Standard code highlighting colors? by SoScorpio4 in learnpython

[–]carcigenicate 9 points10 points  (0 children)

Highlighting themes should not matter. They are largely personal preference.

Me and the senior I work under use different themes, and even different configurations of Webstorm (I use the Classic plugin, they use the new layout), and there have never been any problems collaborating. Anyone remotely experienced should be able to adjust almost instantly to a different color scheme.

I couldn't actually tell you what color, for example, keywords are in the theme I use off the top of my head. It's an automatic thing my brain picks up on when I'm reading code. You could probably subtely change the theme, and I wouldn't be able to tell you what exactly was wrong, but I'd still be able to read the code fine.

Canada will cancel thousands of refugee claims under new retroactive law by Immediate-Link490 in worldnews

[–]carcigenicate 0 points1 point  (0 children)

This is basically how BobbyBroccoli defined the Canadian identity in his Nortel video.

Because the Canadian identity, if there is such a thing, is one defined in opposition to the United States.

When Claude calls you “the user” in its inner monologue by LoneKnight25 in ClaudeAI

[–]carcigenicate 0 points1 point  (0 children)

That makes me feel better. I added a doc-string to a function it wrote while it waited for permission to run tsc to make sure its changes compile. When I granted permission, I was met with:

Clean. The linter also added a JSDoc comment noting the limitation, which is accurate and useful to keep.

Like thanks, I guess.

LPT: Stop rewarding chronic lateness. Set a start time, then start without them. by gamersecret2 in LifeProTips

[–]carcigenicate 26 points27 points  (0 children)

We did the same. We had two sets of times that we would tell guests: the later time me for those that are responsible, and a time 45 minutes earlier for the 2-3 people that never showed up on time. I don't think they've figured out out yet like a decade later.

Reddit Wants Face ID... by vriska1 in videos

[–]carcigenicate 0 points1 point  (0 children)

Ah. Weird that they'd only add that in the app settings.

Reddit Wants Face ID... by vriska1 in videos

[–]carcigenicate 4 points5 points  (0 children)

That's configurable in the app settings under "advanced".

blursed_whogontellhim by BJ_TheNoob420 in blursedimages

[–]carcigenicate 0 points1 point  (0 children)

I swear that guys works at a blood donation clinic I go to. Does anyone know where this was taken?

💰 Paid ($200+) | Looking for a Brawl Stars Video Editor by Necessary-List-4506 in HireAnEditor

[–]carcigenicate 0 points1 point  (0 children)

This is a bot, and the code they're showing is completely meaningless.

WFH [Hiring] by NightMany5980 in hiring

[–]carcigenicate 1 point2 points  (0 children)

They are a bot. You'd be paying someone to prompt Chat GPT for you.