But that’s what I meant, you can reduce the main content width to increase readability, but the secondary content like languages would still be fine to fill the now empty space.
Creator of LULs (a script which helps links to point to your instance)
Come say hi here or over at https://twitch.tv/AzzuriteTV :) I like getting to know more people :)
Play games with me: https://steamcommunity.com/id/azzu
But that’s what I meant, you can reduce the main content width to increase readability, but the secondary content like languages would still be fine to fill the now empty space.
I was so confused when they removed the sidebar and put it into icons.
Yes, replace the space on the right that is being used right now with… nothing. And let’s take away horizontal space instead and make you remember what the icons mean… Why?
I’m not an expert in formal languages at all… But when I read your question, I was like “really?”
I mean yeah, when we talk about a program’s purpose we don’t often say “it verifies an input”. But what is verifying an input really? Deciding if a statement is true or false. And if you really want to, you can deconstruct almost anything any program does into components of that.
Should this UI element be displayed? Input: page visit, user, users preferences. Output: reject/confirm. Should the UI element be red? Should it be green?
And so on and so on for literally everything. Yeah, formal language theory is not strictly required for doing that, but it still is the foundation that is abstracted away. Same as you don’t need to know about the theory behind mathematical operations and classes and sets to do 1+1.
I made this quite a while ago. Never posted it anywhere. I think you’ll like it :)
Usually, unless there’s a specific reason to rewrite a project in another language (like performance, maintainability requirements, skillsets of available developers, dead ecosystem, etc) I wouldn’t do it. Java is perfectly suited for your goal of “least amount of setup required for future contributors” and many contributors will know Java well.
In general, it is much much easier to make existing code readable than to create new code already readable while maintaining the same feature set. So if you have a problem with FLTK, I would just switch to another GUI library. In the process of changing your code, you’ll actually start to understand how to separate layers of concern. Because theoretically, if your code were set up properly, it should be relatively easy to replace GUI libraries. It is likely not set up properly with lots of interdependency between UI concerns and application logic.
Netbeans is also a pretty terrible IDE imo. With an open source project, you can apply for the open source license of intelliJ, which is the gold standard.
That being said. If you really don’t want to use Java anymore just to learn something new, I would suggest a JVM language that can even use Java dependencies, like Kotlin or Clojure. Especially Clojure will teach you a lot of new things that will make you more productive as a programmer. However, every language will come with tooling-related quirks, it will be impossible for you to find a language that doesn’t have any problems at all like you describe. Why do you think there are so many languages in the first place? Because people didn’t like something about the other ones, often also tooling related.
Shall I compare thee to a summer’s day?
I mean, I interpreted the statement as “this is something that happened” i.e. he’s aware that it’s a belief from the past, where transporter technology didn’t exist yet. I can’t believe the Santa tradition actually survives into an age where materialism is mostly eradicated.
But yeah also, the Santa thing contains that Santa actually physically delivers the presents himself, which, even with their current technology, is impossible. You’d need time travel for that.
Possibly.
I think people are just reacting negatively because you explicitly said Star Trek in general, and you were not referring to this episode in particular.
I’m not sure if you watched any Star Trek… Do you think life on the Enterprise or whatever is terrible? Isn’t human life portrayed pretty much as utopian as possible in Star Trek?
The problem with it is that it hides a little bit too much how illegal it is. It’s kinda good that torrenting is not absolutely one-click easy to access, because then people are actually more likely to understand what they’re doing.
Source?
I did a regular one first, and then later a hardcore one, but it just wasn’t the same. Now I wish I had done hardcore first :D
Definitely Subnautica in VR. I didn’t play it on flatscreen, only in VR, and it was the most immersive and amazing experience out of any game.
Can anyone tell me if this series is more akin to “classic” Star Trek or still a “new” series, i.e. more focused on action and less on moral dilemma or politics?
There’s no answer to this. All can do what you want in varying degrees. With Opal you can compile Ruby to JavaScript for your frontend for example. Or with electron you can use JavaScript as desktop application.
You gotta say much more about the actual requirements to make any meaningful comparison.