FWIW due to Lemmy’s size, I think it’s actually more common to scroll Local or All rather than Subscriptions, so you’re probably getting votes from lots of random people rather than subscribers to this community specifically.
FWIW due to Lemmy’s size, I think it’s actually more common to scroll Local or All rather than Subscriptions, so you’re probably getting votes from lots of random people rather than subscribers to this community specifically.
Heads up with modern git you can now just use git clone --recursive
and it will clone all sub modules automatically.
I mean, technically it’s the other 2 out of 10 that are wrong…🙃
HTML, the programming language, is a practical, turing-complete[1], stack-based programming language based on HTML, the markup language. It uses elements defined in HTML, the markup language, in order to do computations.
Have you heard about our lord and savior Rust? 🙏
Godot is written in C++ not Rust…
Unfortunately all of those dark patterns actually do work statistically speaking, that’s why they’re so prevalent. It really sucks because it means they’ll never stop.
Reading this comment and then looking up and seeing that your username ends with PDP11 was *chef’s kiss*
Probably because the newer ARM based can run (a lot of) native iOS apps, so it’s a test target as well now.
EDIT: oh just realized this is from 2016 (right in the title duh) so my explanation doesn’t make sense
These prices look very reasonable. I started a project in Godot 4 that I want to eventually get on the Switch (and other consoles), so this is exactly what I was looking for!
Vscode even has a terminal built in haha
This is amazing, going to recommend this to my team as a JavaScript replacement on Monday!
Wherever all the VR headset makers buy theirs from I imagine.
I had a game idea that requires the use of various C++ libraries and is 2D, did some quick comparisons after some searching, and Godot seemed like a perfect fit. I just compile the libraries in with Godot, write a bunch of the internal logic directly into the engine and script it using GDScript, and it’s been great for my needs so far. The licensing is the cherry on top, but definitely had an influence in my decision making as well.
This hasn’t been true for years…
“You can learn how to develop apps for Apple platforms for free without enrolling. With just an Apple ID, you can access Xcode, software downloads, documentation, sample code, forums, and Feedback Assistant, as well as test your apps on devices.”
https://developer.apple.com/support/compare-memberships/
Not to mention you can already side load apps using a free account as well, you just have to refresh the signing once a week. Presumably “real” side loading will remove that restriction and make the process simpler.
Weird the keyboard didn’t work but glad the double tap did! It’s definitely clutch
I use Termius on iOS and double tapping the screen sends a tab (I may have enabled it in settings but I don’t think so). I think you can also put a button for it above the keyboard. In any case it does work for tab completion. I know I’m on iOS and not Android but I’d be really surprised if the Android version had no way to send a tab…
The irony is they always seem to have 0 comments lol, so much for sparking discussion.
That was beautiful lol
I used to use Alpine containers but I’ve since standardize on Debian completely. Proxmox is Debian, my VMs run Debian, my LXCs run Debian, my VPSs run Debian, Raspian on my RPi is Debian, Armbian on my Odroid is Debian, etc, etc.
The benefit of running the same distribution on all my servers no matter where or how they’re hosted can’t be overstated.
Less mental overhead remembering different commands or config paths, same software on everything, etc. It’s been fantastic and Debian has always been rock solid for me.
A monad is just a monoid in the category of endofunctors, what’s the problem?