But it is also a fun road!
- 1 Post
- 70 Comments
TechieDamien@lemmy.mlto Programmer Humor@programming.dev•This is outrageous it's unfair!121·4 months agoTo be fair, sometimes it is right to take the code from the questions. Eg if you want behaviour x and the question is “how do I do y, my code is only doing x?” Then the code you want is from the question.
It depends how you use it. There is no requirement as to how you set up your directory structure, so you could have one file “passwords” with all your credentials in, including the website. That would break a lot of plugin’s functionality though.
TechieDamien@lemmy.mlto Selfhosted@lemmy.world•What skills are needed to self host without too many headaches?English3·6 months agoUnraid is not a backup. It is good, but if your data goes wrong for different reasons or you lose the entire device, you can’t restore it. Dedicated backups are a must for anything serious!
Just got into lilypond recently and the output is really high quality. It is clear a lot of care went into its design.
TechieDamien@lemmy.mlto Programming@programming.dev•How Good at Math Does a Programmer Need to Be?21·8 months agoIt really depends on the role you are looking for. If working with data and doing analysis, you need some knowledge in stats and probability. If you are working on simulations, you will need basic calculus and algebra. If you are looking at game development, you will need basic trigonometry and vector arithmetic. The one thing you don’t need is mental arithmetic because you have a computer.
That being said, you can get by without these skills, it just becomes harder to see what you need to do, even if you would know how to implement it. This is alleviated if you are working in a team however.
Depends how much time you spend in a text editor. If it is just for a few config edits and stuff, honestly there is little reason to learn. The real benefit is if you spend a lot of time editing text due to the time saved using more powerful commands. There is the additional benefit that vi/vim is installed on practically any Linux box, so you will almost always have a familiar editor to hand in an unfamiliar environment.
Go through the tutorial. It is quite good and teaches things incrementally with real world examples. Just run vimtutor to start.
Those are two completely different things. It is like saying “why hammers not apples?” There is no logical answer, they are just two completely different things.
You are supposed to use the metadata editing if it is not already correct then it well automatically sort them for you. You can edit multiple tracks at once to set the album in one go for example.
Strawberry has all those things.
You can also use pgp via openkeychain which is very elegant
TechieDamien@lemmy.mlto Steam Deck@sopuli.xyz•Black Myth: Wukong shows very clearly Valve are selling a lot of Steam Decks15·10 months agoWe all know there isn’t going to be a steam deck 3. Best we can offer is a steam deck 2 episode 2.
TechieDamien@lemmy.mlto Linux@lemmy.ml•What is the most duct-tape thing you've done to Linux?44·11 months agoHey, my setup works for me! Just add an option to enable CPU overheating in the next update!
It shouldn’t, but modern phones are black magic to me, so I may be wrong.
Can you get it to boot into twrp via fastboot? If not then you could try flashing stock firmware to see if that resolves the issue. Another thing is you may run into issues installing lineage via twrp. The recommended way is by using their recovery image.
That is the best hexbear emote I have seen to date!
TechieDamien@lemmy.mlto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Fallacies of YoutubeEnglish4·11 months agoI used to have a similar setup but had it stream directly into MPV using the ytdl hook. Do you have it download the videos into a cache automatically and then load from file later and if so, how did you set that up?
That’s impossible, look up the Halting problem