Just discovered in amazement that in Bash scripts, any variable named `SECONDS` will automatically increment every second. Bash is bonkers
Just discovered in amazement that in Bash scripts, any variable named `SECONDS` will automatically increment every second. Bash is bonkers After 3 long months of A̷p̷p̷ ̷R̷e̷v̷i̷e̷w̷ Notarization, the first 3rd-party apps in AltStore PAL are here! 🥳 https://fosstodon.org/@altstore/112842555810648093 Still waiting for any company to implement this: obvious and unmistakable mute audio/disable video buttons
Show previous comments
@nikitonsky Wait? You think having UI/UX that is obvious and unmistakable is desirable? What is wrong with you... Are you some weird anti-ableist freak? @nikitonsky I swear this used to be a thing but then they "revamped" the UI and just made it objectively worse 💀 Maybe you should try turning it off and on again. If that doesn't help, try reinstalling Windows. How to build a custom keyboard, complete from start to finish. Now I just have to figure out what I want to improve in mine (wireless for one, of course) Yesterday I got really close to generating diagram like this but... Python dependency management was stronger than me. After spending a good 30 minutes on it I gave up. For anyone wondering, the tool is https://github.com/src-d/hercules Why do people keep choosing these languages that need an environment. I'll never understand that I guess. Diagrams are indispensable. I really wish we had a way to put them directly into source code (or rather _use them as source code_), not as a side artifact https://blog.sbensu.com/posts/demand-for-visual-programming/
Show previous comments
@nikitonsky TogetherJ did this in Java with comment annotations it was awesome. Generate your UML diagrams from your code as you go i was this kid, in beirut, using cracked and pirated software to learn how to program. stuff that was never released in the middle east or stuff that wouldnt make sense to buy for a 10 year old. and guess what? microsoft didnt go out of business. and i have a career in media art and software engineering despite being from the armpit of the world. win win. intellectual property is fake, steal from corporations, kill the cop in your mind.
Show previous comments
@nikitonsky ah but could I interest you in some organic, gluten-free, secure* and privacy preserving** noise? * not secure @nikitonsky Honestly with banner blindness - not so much difference. I still appreciate the light-weightness Holy shit! Why doesn’t every screenshot app work like that? UPD: app is https://flyingmeat.com/acorn/
Show previous comments
Show previous comments
@mcc
Show previous comments
@cuchaz I have 129 beta 2 for Android and I can't find that setting anywhere in the menu, but it is hiding in about:config. |
@Cykelero by the way, you should not define a variable in your script that’s comprised solely of uppercase letters, digits and underscore: these may be reserved by the implementation.
(A separate location in POSIX makes this logic mostly apply to shell variables.)
So, user variables in shell scripts should always be lowercase.
@Cykelero by the way, you should not define a variable in your script that’s comprised solely of uppercase letters, digits and underscore: these may be reserved by the implementation.
@Cykelero@mas.to
Primarily working on RHEL-based (and derivative) systems, a lot of the nifty BASHisms tend to be missing because the version of BASH is typically five or more years behind current.
#Linux