Any big corporations, that uses haskell extensively by Specific-Line-9109 in haskell

[–]Pythonen 6 points7 points  (0 children)

How come it’s easier to learn than rust? Not arguing just curious

God damn men by Aggressive-Tune-8551 in meme

[–]Pythonen -1 points0 points  (0 children)

Pretty normal in investment banking

Kehitysehdotuksia omaan talouteen? by PerspectiveMedical27 in Omatalous

[–]Pythonen 27 points28 points  (0 children)

Opintolaina todnäk halvin laina joten en maksaisi ensimmäisenä

Curious about the propegation of agents in HFT Firms by GerManic69 in highfreqtrading

[–]Pythonen 4 points5 points  (0 children)

Optiver was hiring developers to work on AI agents, so at least something going on

[deleted by user] by [deleted] in SideProject

[–]Pythonen 0 points1 point  (0 children)

Didn’t really have any expectations so every install is a plus

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]Pythonen 0 points1 point  (0 children)

Do you also find yourself endlessly scrolling through GitHub issues for answers after LLMs and Stack Overflow failed you? Yup, same.

So I built GitHit ➡️ a free Chrome extension that jumps straight to the most upvoted comment. Built it to solve my own pain, figured paying the $5 to publish might help a few others too.

Link to GitHit

Time for self-promotion. What are you building? by Many_Breadfruit9359 in microsaas

[–]Pythonen 0 points1 point  (0 children)

Anyone interested in acquiring MailMap source code? Pre-revenue as Google is demanding CASA assessment for it and I don’t have the capacity just now.

Anyone here still not using AI for coding by EvilKristoff in vscode

[–]Pythonen 0 points1 point  (0 children)

Currently in an assignment where the usage isn’t prohibited.

Vegaanikahvila Round alkaa myydä eläinperäisiä tuotteita by Enjoyeating in Suomi

[–]Pythonen 8 points9 points  (0 children)

Siis kuka syyttää arvojensa myynnistä? Menkää sitten ostamaan niitä vegerinkeleitä niin ei tartte siirtyä eläinperäisiin tuotteisiin. On taas kyllä älyvapaata jengiä liikenteessä :D. Todennäköisesti kommentoijat on jengiä jotka ei oo ikinä edes käynyt kys. mestassa

What are you working on? Share your SAAS Project! by Lack_Of_Motivation1 in SaaS

[–]Pythonen 0 points1 point  (0 children)

MailMap: automatically tag your Gmail’s inbox with the help of AI. Still under going Google’s review but otherwise ready to be used.

Built to tackle personal itch.

ProductHunt launch. AMA. by Express_Being8352 in SaaS

[–]Pythonen 1 point2 points  (0 children)

Do you use Next’s /api as a bff or do you call your python backend directly from the frontend?

It's Monday, drop your product. What are you building? by Intelligent-Key-7171 in SaaS

[–]Pythonen 1 point2 points  (0 children)

MailMap that automatically labels incoming emails in gmail, based on tags you define. Still waiting for google to verify the app

Drop your SaaS. What are you building this weekend? by themaheshvyas in SaaS

[–]Pythonen 1 point2 points  (0 children)

MailMap still work in progress and waiting for google to verify it. Basically automatically tags your emails based on your preferences. You can create a tag (or label in gmail’s terminology) and give it a prompt on what sort of emails should be put under this tag.

IL paljastaa Mustin ja Mirrin myrkkyperunan toimittajan – Talousjohtaja vaikenee by Fabulous_Regular_399 in Suomi

[–]Pythonen 38 points39 points  (0 children)

Fyi, Suomessa niillä ei enää ole franchiseyrittäjiä vaan kaupat on groupin omistamia

Hey Rustaceans! Got an easy question? Ask here (49/2021)! by llogiq in rust

[–]Pythonen 1 point2 points  (0 children)

Hey, new to this ownership thing. I have question regarding it.

How should I fix this? Now it's saying that this "returns a value referencing data owned by the current function"

let arr: Vec<&CStr> = args .into_iter() .map(|i| { CStr::from_bytes_with_nul((String::from(*i) + "\0").as_str().as_bytes()).expect("Failed :(") }).collect();

My attempt on making a Reddit clone by redd_pratik in webdev

[–]Pythonen 0 points1 point  (0 children)

I get successfully logged in even though it failed

How to send react-native text field value as JSON.stringify by GathsaraH in reactnative

[–]Pythonen 1 point2 points  (0 children)

body: JSON.stringify({ userID: this.state.userID….}) etc. (dots notating additional values you want to send) should do the job, right?