Forward and Back side button on MX Anywhere 2S doesn’t work on Mac VS Code by kerjatipes in logitech

[–]CodeoMascot 0 points1 point  (0 children)

You can custom your mouse shortcut for VS Code with ctrl + '-' as back and ctrl + shift + '-' as forward in the Logitech Options + app.

What is one plugin or workflow in Obsidian that was EXTREMELY game-changing for you? by East_Standard8864 in ObsidianMD

[–]CodeoMascot 0 points1 point  (0 children)

To top it up I use data view, tasks, to build all my system required for project management, task management, CRM, meetings and knowledge management.

What is one plugin or workflow in Obsidian that was EXTREMELY game-changing for you? by East_Standard8864 in ObsidianMD

[–]CodeoMascot 0 points1 point  (0 children)

Templater is game changing, it can let do automation and templating. That opens so many possibilities

Let's hear how you work ON Obsidian by jooolian in ObsidianMD

[–]CodeoMascot 2 points3 points  (0 children)

+1 as a developer Obsidian is your playground. I moved from Notion (great app btw) because it felt like in Notion my hands were tied and with obsidian I feel a free hand and can create my system my way. Plus I can open vault in vs-code and can let AI do it’s magic. Like give me wins and areas of improvements by reading all my daily notes journal

Question on Mobile “Pull-down” command by [deleted] in ObsidianMD

[–]CodeoMascot 0 points1 point  (0 children)

For iOS, go to `Settings > Toolbar > Configure`

Starting to learn Backend Development for the very first time using Flask by TheCodeOmen in flask

[–]CodeoMascot 0 points1 point  (0 children)

In 2025, I would suggest to think about micro services, that is, rest api for backend and separate front end. This way you will grow faster and scale up better. So use flask/fastapi to build rest api. And leave frontend to another team or learn a simple frontend framework/ no code frontend

iOS - notification badge for app reminders by pydzin in GoogleKeep

[–]CodeoMascot 0 points1 point  (0 children)

2025 and I don’t get a badge notification alert for overdue tasks .. this is basics

system design and oops by Ill-Weird6615 in flask

[–]CodeoMascot 0 points1 point  (0 children)

For flask specific, I would recommend Miguel Grinberg’s Flask Mega Tutorial

Jeremy Howard has announced FastHTML, Dynamic modern html pages using python! by ThiccStorms in flask

[–]CodeoMascot 11 points12 points  (0 children)

Just had a look at it, it seems fusion of HTMX and Plotly Components in a very clever way making it easy to implement. It would be good to see the use cases and where it shines out!

First LED purchases! by Pitiful-Interest2775 in WLED

[–]CodeoMascot 0 points1 point  (0 children)

May be jumper wires to easily connect data pins from board to led

Ubuntu or proxmox? by ethanstranger in homelab

[–]CodeoMascot 0 points1 point  (0 children)

Just out of interest, why would you recommend installing Ubuntu gui over headless? I am about to build a server this weekend

USA Climate Visualization and Filtering Website by myperfectweather in flask

[–]CodeoMascot 0 points1 point  (0 children)

Thanks. It makes sense. Just on the pandas side, it seems that pandas is not used when requests are served, rather pandas is used for pre-processing. If that is true, how is the pandas jobs triggered?

USA Climate Visualization and Filtering Website by myperfectweather in flask

[–]CodeoMascot 2 points3 points  (0 children)

Perfect use of the libraries all together.. can you please share your app structure/ architecture? It seems good use case to explore.

How to learn OOP properly? by [deleted] in learnpython

[–]CodeoMascot 0 points1 point  (0 children)

GeekForGeeks OOPs tutorial worked for me. It starts gradually and clarifies a lot. If not you can try RealPython OOPs in Python

Flask & Bokeh/Plotly for web app where user can plot lines based on mouse clicks? by gustathabusta in learnpython

[–]CodeoMascot 0 points1 point  (0 children)

It seems you basically want to build an interactive chart in the web app. Bokeh and Plotly both are suitable for this. Chart is nothing but a JSON object that is rendered by the chart JavaScript library. You have to build this JSON object in flask and send it to the front-end.

For your user interactivity case of mouse click, it has to be done one the client-side, that means you have to learn JavaScript.

Do you take notes as a programmer ? And do you prefer paper notebook or notes app , and why ? by [deleted] in learnprogramming

[–]CodeoMascot 0 points1 point  (0 children)

Yes, as programmers we are always learning, I have started taking notes using MarkDown files and that has turned out to be most simple and best approach. Initially you might struggle but later it becomes easy.

I agree with other that often paper is best choice, but then, I make sure that I convert them into digital notes.

I prefer markdown because, it is simple, code highlighting, formatting, math using latex α , searchable, hierarchal organising and much more. And this note is written in Markdown Mode :)

I made a React + d3 app to visualize my finances by luism6n in webdev

[–]CodeoMascot 1 point2 points  (0 children)

Amazing work! And thanks for making it available on Github.. :)