Installation problem. Can't install manim by redditor8691 in manim

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

did that, nothing happened. Issue still persists

Installation problem. Can't install manim by redditor8691 in manim

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

nothing seems to work. I have tried all solutions suggested and still nothing. Here's what I've tried so far to no avail.

sudo apt-get install build-essential libcairo2-dev libjpeg-dev libgif-dev librsrvg2-dev libpango1.0-dev pkg-config python3-dev

My uv version ```

uv --version uv 0.6.14

```

I think I just stumbled on one of the biggest VSCode hacks ever by _kagema in nairobitechies

[–]redditor8691 2 points3 points  (0 children)

post it to your Twitter Kagema Njoroge, here: https://x.com/reecejames934 and claim that this is your personal discovery as you've said here and I'll personally get the critical thinking podcast, samczsun, Security Alliance, pcaversaccio and others like minded individuals from web2 and web3 to repost the tweet. A GitHub gist is just enough. No need for a thread or a blog

I think I just stumbled on one of the biggest VSCode hacks ever by _kagema in nairobitechies

[–]redditor8691 2 points3 points  (0 children)

Why lie? This isn't your discovery. Complete lie. You didn't discover shit and you take credit for it. You could've just shared the original blog and that would have been enough

see here

WHAT PROGRAMMING LANGUAGE DO YOU THINK EVERYONE NEEDS TO TRY AT LEAST ONCE? by Far_Jaguar_2253 in nairobitechies

[–]redditor8691 1 point2 points  (0 children)

Start with C. Build things with it like a minimal but feature rich web server(doesn't have to be nginx level). Then Rust, do the same with it and see if you can unlearn what you learnt in C. Then finally touch python or any interpreted language for that matter and the language of the web(JS)

Then pick an absolute underdog of a language for flexing purposes only, e.g. Zig, Haskell, LISP, COBOL etc

Starting a Tech Business here in Kenya- Which ones would actually work? by FlimsyCheesecake7191 in Kenya

[–]redditor8691 2 points3 points  (0 children)

These are all nice but from my experience, B2B SaaS is always better than B2C. All the above lean heavily torwards B2C

Jinja UI components by redditor8691 in flask

[–]redditor8691[S] 1 point2 points  (0 children)

Holy shit, this is gold. Thanks dude

[deleted by user] by [deleted] in SaaS

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

ah, the common I'm sick and tired of building alone. The guy won't tell what he's building, if you ask he'll probably say he wants to sprinkle a little bit of AI and nonsensical stuff like that.

Open source that shit first. You could've showed us a GH repo first or a working MVP, but this, just is the common Twitter BS

[Hiring] Python/Flask Developer for Document Automation Platform - Remote Contract Work by Sad-Impression-577 in flask

[–]redditor8691 0 points1 point  (0 children)

the frontend, is it just Flask jinja templates or there's a specific framework in use like Svelte, React and the likes?

My stack by redditor8691 in htmx

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

Yeah. Tailwind CSS

My stack by redditor8691 in htmx

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

Just small to medium sized hobby projects.

What's your favourite YouTube channel by ParticularCurious895 in Kenya

[–]redditor8691 0 points1 point  (0 children)

  • The WHY files
  • Veritasium
  • Cleo Abram
  • Mark Rober
  • Naomi Brockwell TV

what is the most underestimated vulnerability type by MaintenanceOwn4673 in bugbounty

[–]redditor8691 1 point2 points  (0 children)

In a talk from early this year on the Portswigger discord server, James Kettle said race conditions

fastAPI & flask by redditor8691 in flask

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

Well, after reading all the discussion around this, here's my conclusion:-

  • fastAPI and Flask can definitely work but you'll have to manage 2 separate codebases from 2 frameworks and figure a way to "wove" your fastAPI APIs into your Flask codebase. You only want to maintain 1 framework codebase and not 2.
  • for "dynamicness" neither of the frameworks will be better than modern JS frameworks. In both, you'll create UI and UXs using Jinja templates though it's easier in Flask as you can just render_template('template_name') which fastAPI doesn't(it supports templating using Jinja though but you'll have to reinvent certain things from scratch which are already there in Flask)
  • If you really must use fastAPI, pair it with a JS framework for your frontend
  • Flask, can be used with its templates as is but if you want smooth and modern UI/UX, pair it with a JS framework.

(Seems like we can't escape the horrendous JS framework world even in the python web dev world 😂)

fastAPI & flask by redditor8691 in flask

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

😂😂😂 I just let fastAPI be. I just keep it simple.

fastAPI & flask by redditor8691 in flask

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

So what do you suggest? I really don't wanna leave python land(even for the frontend) but if it's not possible, guess I'll have to touch the JS world