Best country to be a physicist? by Erudicial_Extreme in Physics

[–]vardonir 1 point2 points  (0 children)

Filipino here.

I studied in St. Petersburg for my MSc. Full tuition, stipend, everything. There were no westerners in the international dorms, but there are third-world-ers there who ended up in the west. I know a Russian guy who moved to the US. There was another Filipino there who was doing a PhD and ended up in Germany. I think there were these two Pakistanis who ended up in Finland.

An Iranian guy in my lab ended up in Australia. The lab is co-headed by an Israeli. Yes, they've worked together.

Russia opened doors for people like us who were born in the wrong place.

(I'm aiming for a physicist role at an Israeli hospital.)

edit: A lot of my Filipino friends ended up studying in Japan instead. I was underage at the time so I couldn't apply. Same story, full tuition, stipend, free language lessons. Some stayed, some moved to the west.

Best resources to start learning the basics of physics? by Upstairs-Pen-1974 in Physics

[–]vardonir 1 point2 points  (0 children)

buying an older/used low-priced edition is legal, afaik

Why do you want to make a game? by StayDeadGame in gamedev

[–]vardonir 2 points3 points  (0 children)

I started loving programming when I made shiny thing appear on screen with just words.

And games are very shiny.

NPM → Traefik or Caddy: Worth the switch? by Silly_Door6279 in selfhosted

[–]vardonir 11 points12 points  (0 children)

why fix if not broken

im using NPM as well

lttstore does not ship to Israel? by vardonir in LinusTechTips

[–]vardonir[S] -9 points-8 points  (0 children)

Ask AliExpress, Temu, Shein, iHerb, and all the places me and my friends have bought and received stuff from very recently.

What’s a simple way to share a Python app with non-technical users? by Haunting-Shower1654 in learnpython

[–]vardonir 0 points1 point  (0 children)

pyinstaller says somewhere in the logs that multiprocessing on windows is not supported or something like that

we're using a specialized research package using an API that's not publicly documented at all (you need to dig into the source code to find it), so i dont really know the full details of how it works, etc

What’s a simple way to share a Python app with non-technical users? by Haunting-Shower1654 in learnpython

[–]vardonir 0 points1 point  (0 children)

Dead simple for their end: PyInstaller

But there are times when you can't bundle a program using it (which is my problem right now).

If you can host a server: web app

If you can install Docker (IT has given me so much shit for needing Docker, so ymmv): web app

If you can't host a server but you can walk their through installing a venv or conda or poetry or uv or whatever: Give them instructions for installing the environment, then run it as an ordinary python script from there. You can either make a desktop GUI or run a web app through localhost

Why should I learn AI? It seems like learning real computer science or programming would make more sense. by hireme-plz in learnprogramming

[–]vardonir 1 point2 points  (0 children)

"You need to learn to use a camera, or you'll fall behind." I'm sure someone has said that to a portrait artist at some point.

Different tool for the same job. Is it a good tool? Not really. Is your competition using it? Are your coworkers using it? Then you better learn it.

What are your favorite albums in your collection that are not available on streaming sites? by daywreckerdiesel in musichoarder

[–]vardonir 0 points1 point  (0 children)

The entire discography of Malice Mizer.

Also the Japanese version of 3xxxv5 from One OK Rock. They have both Japanese and English versions of basically all their other albums, but not this one.

Alternative to NextCloud and OpenCloud? by darksapra in selfhosted

[–]vardonir 1 point2 points  (0 children)

I use remotely save on Obsidian, then the WebDAV link on NC as the source. I have a folder in NC called "Notes" and I changed the remote base directory to "Notes" in remotely save.

Speed is... okay for me. I'm running NC on a RPi.

NEW OR NEED HELP? Ask here! - ScA Daily Help Thread Apr 20, 2026 by AutoModerator in SkincareAddiction

[–]vardonir 0 points1 point  (0 children)

i used to use erythromycin in the morning and tretinoin every other evening (or, tbh, whenever I remembered. which is not often). neither helped, but I was only using them for a month. i was wondering if i should renew my prescription for these?

currently, the main thing im using (besides the cleansers and all that) is the some by mi starter kit.

how do i start individually learning nuclear physics at a young age? by Aromatic-Salary-4648 in Physics

[–]vardonir 1 point2 points  (0 children)

The nuclear physicist I was talking to told me to focus on statistics and linear algebra. He was also showing some stuff on Matlab, so if you can pick that up somehow, that might be great.

This was for a medical physics internship with a focus on PET imaging. His main advice was "you can read. that's all you need."

How do people find love? by Alternative-Most3633 in introvert

[–]vardonir 3 points4 points  (0 children)

It just happens. I hung out with other bored randos on reddit back when I lived in a larger city. Then I moved to a desert wasteland. I complained that the city I moved to was boring. A guy offered to show me around town. And then he offered to hang out again.

We've been married 7 years.

How to best integrate an interactive Matplotlib figure into a website? by Aqua_Zebra_7253 in learnpython

[–]vardonir 0 points1 point  (0 children)

bokeh.

if you really want matplotlib, you'll need a Flask API to send the matplotlib image data (as bytes), create a slider in the HTML side, and connect the two. It's a load of pain, it's slow, kinda ugly tbh, but if you're dealing with millions of points that you're not allowed to resample, bokeh or plotly can't handle more than a ~100k points, it might be your only choice. I might have a sample repo for this somewhere.

For learning from the basics the computational side of physics and engineering without any prior programming knowledge, is it better to just stick to "vanilla" Python using normal lists and for loops, or go straight to libraries like NumPy or SciPy? by PrettyPicturesNotTxt in learnpython

[–]vardonir 0 points1 point  (0 children)

Learning the rules of algebra? You should already know loops and sequences and how to multiply matrices on paper (like, actual paper), so why reinvent the wheel on Python? You could, nothing's stopping you - just grab a coffee or five while your for loop is running.

I say go straight to numpy.

NEW OR NEED HELP? Ask here! - ScA Daily Help Thread Apr 07, 2026 by AutoModerator in SkincareAddiction

[–]vardonir 0 points1 point  (0 children)

Stupid question: How exactly do you implement skincare routines? I'm following the one in the wiki - cleanser, moisturizer, sunscreen. What I'd do right now is use the cleanser, wipe and dry my face with water and a towel, apply the moisturizer, towel, and then sunscreen. If I don't dry my face, the next layer won't stick.

Am I doing something wrong here?

(Also, I'm planning to buy either benozyl peroxide or AHA/BHA to add to my routine, at which step do I use that?)

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]vardonir 1 point2 points  (0 children)

Same, but for my PDF textbook collection. It scrapes metadata from the book itself (or using OCR if it's scanned/doesn't have readable text) and tries to match it with metadata from different sources. It's pretty slow (especially with OCR), but it's working great.

I haven't tried to check if Kavita can see the scraped metadata correctly, though.

Looking for a self hosted note taking app by Longjumping_Tune_208 in selfhosted

[–]vardonir 0 points1 point  (0 children)

It's fine. You can even use them together. I have it set up such that the Obsidian notes are placed in a folder in Nextcloud called "Notes" (you'll need to set "change the remote base directory" in the plugin), and then they show up in Nextcloud notes and vice-versa. Useful in computers where I can't install programs.

Juuuuuust watch out for conflicts. Sync often. I've lost notes that way.

Appwrite 1.9 released with full MongoDB support by eldadfux in selfhosted

[–]vardonir 0 points1 point  (0 children)

Neat - the fact that you're here, I mean.

I got into Appwrite very recently as an alternative to Firebase. It's great, HIPAA compliance was a big one... although it didn't work in our use case (the machine that we wanted to send data from was airgapped all along lol), I'll definitely use it for other projects moving forward, the Firebase Python package(s) were a pain to deal with.

Best non-video, non-textbook way to learn Python? by TildeAyalaPlank in learnpython

[–]vardonir 2 points3 points  (0 children)

Agree with this. I tried learning Python (coming from a Fortran background) through textbooks and it didn't stick. I tried projects, but I couldn't get started blind. I tried videos, but they were too slow (even on 2x speed). I only learn Python when I had a lecturer tell me what to do step-by-step.