Plus one for posteo. I’ve used them for several years now and have had no issues
Plus one for posteo. I’ve used them for several years now and have had no issues
Don’t know if this will help assuage your fears: https://www.techradar.com/news/mullvads-no-log-policy-proven-after-police-raid
I’ve used Mullvad for years, and from what I know, they store almost nothing – only your randomly generated account number. If you are paying using an anonymous method that’s even less to go on.
Neovim Is a highly customizable, modal text editor program. Probably no what you’re looking for as far as terninal emulators go, but I use it daily as a near-IDE on desktop. Look into LazyVim for an easy way to get started.
I can second KDE connect–use it between my phone and Manjaro. Can’t speak to the other applications because I don’t have a use-case for many of their functions on a smart phone myself.
Am I one of the few who just doesn’t use AI at all? I don’t have to generate tons of code for work at the moment and brand new projects that I’ve been given are small–meaning I wouldn’t necessarily use it to generate starter boilerplate. I have coworkers that love copilot or spend much longer prompting ChatGPT than they would if they wrote code themselves. A majority of my time is spent modelling the problem, gathering rejuirements, researching others’ solutions online (likely this step could be better AI-assisted?), not actually implementing a solution in code.
Anyway, I’m not super anti-AI in software development, and I see where it could be useful. Maybe it just isn’t for me yet. The current hype around it as well as the attitude of big-tech exceptionalism (“AI can salve all our problems”) feels a bit like a bubble, at least regarding the current generation of LLMs and ML
My thoughts exactly. DRM has rone way off the deep end
That is amazing! Now, I need to see about using weather satellites to explain the bugs in my code at work…
Wow that’s nice! I get 600/25mbps for $80USD in the US, coax 😞 wish fiber-to-the-premise was a possibility in my neighborhood
10Gb to the home? Where have you seen this, and.for how much? I had no idea that was a thing for residential
Ahh I missed that!
Makes more sense then – that seemed a bit long for any update
I booted up that system and after waiting an hour or so for Windows Update to finish
… 🙄
Crazy workstation though – wish I had need for all that power so I could justify buying one to play with
https://regexlearn.com/ is interactive to get you started.
Then try reading maybe the python regex docs for more detailed info. There are multiple flavors of regex as well, which makes it even more confusing (yay), but you’ll eventually grok it enough to make it a part of your toolbox! I use simple regex frequently for search/replace (VScode or vim), and in the shell.
For more complex string parsing operations, there’s often a faster/better method than regex, but it’s really good to know.
Yes I’ve used rename! In my case, I just need to rename and reorganize a bunch of movies & associated metadata files into directories. I don’t have too many stored digitally now, so I think just shaving the yak and doing it manually via file share will work for now.
Never been an emacs user… Seems like quite a rabbit hole
I’ll look into sequelize! Also, we are undergoing a training right now. I have some previous experience from $lastJob with k8s, but I’m sure my knowledge is out of date so glad to be doing it.
Helix + zellij huh? I’ll definitely try it out
Laziness so far haha but yes that’s a good plan
Though we are moving to kubernetes & helm soon, currently we use migration scripting tools (like alembic
) for schema and data migration on app start, and our infrastructure/devops team uses ansible for deployment. Currently, we don’t have CI/CD straight to production—it’s still a manual process—but I hope to change that as our organization starts using k8s.
“graphical user interfaces make easy tasks easy, while command line interfaces make difficult tasks possible”
- William E. Shotts Jr., The Linux Command Line: A Complete Introduction
It has taken me a long time to get comfortable using a Linux CLI (definitely not as familiar with windows cmd prompt/powershell), and I know that if I log into a box anywhere, If it has sh
or bash
or some variant of those shells, I’ll be able to get by.
Now, on my home server, moving & renaming a bunch of media files has me really wishing I had a DE installed there to Ctrl + click/Drag-n-drop…
Also, I love using VScodium/Code as an IDE bc of its configurability & rich plugin ecosystem – but recently I had some performance hiccups with extensions not playing nice together and started (again) down the masochistic path of configuring neovim to use as an “IDE”…
I’m 5-6 years into my career now, and there are still a couple greybeard-level types I can ask when I run into a real puzzle, but the need to do so has been shrinking as the years have gone on; I’ve gotten better at finding my own answers. During my first job I was on two different teams where a mentor took me under their wing. These were people who I could turn to for design advice, technical questions, insight on best practices, etc. For me, as a curious and extroverted person, this was invaluable learning experience.
Your experience may be different, but to me it’s always good to have a solid group of people (coworkers, internet social network, even just stack overflow) I can rubber duck to or ask for input, discuss new technologies, learn from or learn with.
Coding a project of significant size is a collaborative process, and I think you’ll find that if you approach it with openness and curiosity, you’ll end up with mentors, peers, and mentees of your own at any given time.