App seems nice and I have no complaints with it but it’s not FOSS and it has ads. It would be cool if there were easy ways to make revenue off of FOSS that dosen’t rely on donations so I understand why it would be proprietary.
App seems nice and I have no complaints with it but it’s not FOSS and it has ads. It would be cool if there were easy ways to make revenue off of FOSS that dosen’t rely on donations so I understand why it would be proprietary.
Smooth scrolling makes me feel sick so that is more of a benefit when using Jerboa.
FOSS alternatives to Unity exist though. And from my personal experience it looks like Godot seems like the better engine anyways. Not to mention the fact that there is no need for a game engine to create a game. Opengl + a windowing/utility library is ideal.
Just use Iceraven. Addons work great on it. Except for themes for some reason.
Why not just use unsigned int rather than signed int? We rarely have to store times before 1970 in computers and when we do we can just use a different format.
If you would like to use a TUI this you can check out ncurses. Should be a lot simpler than an GUI.
FOSS > ONCE > SaaS
ONCE is a comprimize but it is not an ideal. I would rather have true freedom to use software as I wish.
Dyscalculia?
If you haven’t already you can usually ger compensation for delayed flight. Check out the compensation page for the airline your using.
I like 0 index because it is 2hat is used under the hood. The index is not really an index but rather an offset from the array pointer.
RSS readers are great and although they have falling out of favor, they certainly aren’t dead. The fall in usage of RSS is directly correlated with the fall in the number of people reading blogs on a daily basis.
Dynamic Memory Management exists.
I mean having thw insrance not show in your feed. I know Connect has that but I want something that is proper FOSS.
The place is awful. Waiting for individual instance banning.
I agree, my highschool often just stated mathematical equations without explaining what they were. They told us you find the sidelength using sin and gave js a formula and thats it. They didn’t say what sin actually was/represented, how to calculate by hand or even show us the classic unit circle like on this website https://www.mathsisfun.com/geometry/unit-circle.html
Although I do believe Javascript is a mess, I’d have to disagree with that. The problem with Javascript and to an extent all client side code is that people uses as a everything tool not neccesarily the language being at fault. People should start to realize handling logic on the backend is perfectly fine and is often better as you don’t need to send several megabytes just to load a simple web page. If we decided to replace Javascript with Python we just recreate the same problem that plagues the modern web.
Me too. It’s the only language that felt natural. Learning it was a breeze and I haven’t needed anything it dosen’t provide.
But there are languages that require varying degrees of effort to become natural. Something like Malbolge will pretty much never be natural while something like Python can become natural to you in a few days.
I mean they are kind of meant to be triggering. They are “hot takes”.
All the others have great suggestions but I’d just like to add there many open source projects out there and given example code of how something is done and letting him play with it can be tremendously helpful. For example finding some simple 3d programs and lettting him change the source code to do whatever he wants or just giving him a template like https://editor.p5js.org/1alimaze/sketches/IJpxIEME8 which I made when I was first learning and letting him play with the values and add more objects.