

This worked 👆 👏
I made the icy-nord and icy-nord-darker themes.
@promitheas:matrix.org


This worked 👆 👏


I dont use firefox, and im on mobile, so i dont think that would work for me. Thanks anw though


Non paywalled link?

Any of the TUI file managers. I use LF myself, but theres a few out there. You might even find it intuitive enough that you use it instead the regular gui file manager


Ill have to check exactly what it writes there and see if i want to disable it


All my projects, which to be fair are mostly programming.
~/Documents/Projects doesn’t make sense to me because theyre not strictly documents. In documents i have - well, documents like bill receipts, forms ive filled in, etc…
My projects are a first-order thing for me if that makes sense, so it makes sense to have them in the top-level of my home.


Everyone complaining, and here I am not having noticed the change because I’ve created that directory for myself years ago :-P
Personally its for organisation
YouTube definitely does that. Im on Brave, been for years, and in the past year clicking on videos makes them load with several seconds delay, with a popup in the bottom left along the lines of “Experiencing interruptions? Find out why” and the help page it takes you to if you click it, basically gives the default reasons of “youre internet may be slow”, but IIRC it also includes the reason that you are using ad blocking scripts


Im just curious, but how would arch implement age verification if it wanted to? I mean, its basically just the linux kernel, with supporting software like systemd, no? I know systemd is making moves to add “age verification” in the form of an environment variable or something, but that would be trivial to remove as I think about it off the top of my head, or worst case you would just get a fork of systemd without the age verification if they bake it in too deep and make it so the entire systemd ecosystem doesnt work without that variable set


This is my thought process as well. Its ridiculous that a single state of the US - not even the entire country - can have so much sway over a global project.
Heres my ~/.bin directory:
https://github.com/promitheas17j/dotfiles/tree/main/dot_bin
Hopefully thats what youre asking for.
My favourite ones are:
One that Im still working on but will for sure be my favourite once its done is parse_keybinds.sh and keybind_cheatsheet.sh, which go through some of the software I have and parse their config files to extract all the keybinds into a file with a specific format. The latter script then launches a rofi menu where I can fuzzy search keybinds based on software name and what I want to do but cant remember the binding for. So far Ive got sxhkd and lf, but I consider it a work in progress because I want to also parse neovim bindings, but sxhkd and lf are single file configs while neovim has bindings in multiple files spread across multiple subdirectories in its config directory.


Ill counter that by saying that because you started with something more low level, the other stuff was easy (my belief).
Also, depending on what the students are actually studying, I think you need to give an introduction to low level stuff because while some will want to do web dev for example, others might want to do low level stuff. Obviously if its a web dev course you dont want to do that, but if its something like CompSci or Software Engineering then i think having a grasp of the fundamentals of low level stuff is necessary.
Lastly, if its a general introduction to programming course I think C has advantages over other languages since almost everything is done by you, instead of the compiler (for example iterating over an array - C: you need to do the for loop to manually handle the data depending on whatever type is stored in the array - Python: for x in y is sufficient). Im tutoring my little sister in programming because they have it in school, and they use python. Sure its easier to get things done, but its harder to learn/teach general programming with python in my opinion. C would have been my choice, especially since at that level its not like you need to teach/learn memory management, or complex data structures. Its the same concepts as with python (input, output, variables, conditionals, loops, functions) but the syntax just doesnt hide too much from you, unlike python, making it easier to understand whats actually going on


Alright everyone, good result. See you all here in a couple years for the new iteration


This is so necessary and overdue, lets be honest. I hope it succeeds


Yeap, and based on the fact that i spoke with 3 different people, I imagine the first 2 escalated to their supervisors, or people with more ability to actually do something other thab abswer basic questions


Thats what i was thinking, and exactly why i mentioned gmails alias system to them


Yea, I was absolutely expecting the reply to be “yea ok well send it to our team” or “well consider it”, but they actually listened and implemented it which is great.
Recently had an issue with qt5-webengine not building, leading to stremio not updating. Every fix i tried i had to try to rebuild, only for it to fail until a glorious person posted a comment on its AUR page.
Also, fuck electron
I use PlainApp and I’m quite happy with it. As a lot of these kinds of apps, you do need to be on the same network, but thats not really an issue I find.
https://f-droid.org/packages/com.ismartcoding.plain/