Comment on
Everything about TOML format - Orchard Dweller
Reply in thread
That's not a problem of a format and should be handled by transport or storage.
Comment on
Everything about TOML format - Orchard Dweller
Reply in thread
That's not a problem of a format and should be handled by transport or storage.
Comment on
Stack Overflow: 79% of Developers Considering A Career Move
IMO it just says which and why people hang out on SO.
Comment on
Suggestions for personal projects
Why would you need to flesh it out it the first place? If you have serious projects I take it you're not total beginner, so don't waste time on projects with no purpose.
Comment on
What do y'all think about mailing lists and IRC as sole communication channels?
These technologies, although archaic, clumsy and insecure, are not a fatal problem - these are still open and widely accessible anyway.
However, this case may indicate that the projects author is an autocratic hermit type, locked in a bubble with his ancient tech and not really welcoming outside contributors and bug reports, so these IRC and maillists come with worse things such as CVS, C89 code, build system handwritten in shell which only works on author's machine, and complete unwillingness to discuss, fix, modernize and make the software more portable, so not only contribution attempt would be a waste of time, but simply using such project could pose risks.
Of course that's not necessarily the case and it may be just good old IRC and maillists, and that should not be the problem for most people. For me personally though, for I contribute to hundreds of F/OSS projects, this is a show stopper, as I absolutely want to minimize routine tasks. One-two git/gh commands is what I'm used to, while installing extra software, going through registrations, copypasting patches, monitoring additional sites for feedback does not work. In the best case I would fire-and-forget, so if someone on some god forgotten self-hosted gitlab asks to fix a thing in my PR I will never see it. Or more likely, I would put such contributions into my contribution queue with lowest priority, and since the queue of what I want to improve is always growing and never shrinking, it effectively cancels them.
And I could add that you don't really need realtime communication channels to contribute - technical stuff may and should be discussed in async mode as in issue/PR comments (or email reply thread in the worst case), where unrelated discussions don't happen in parallel, message size is not limited, history is preserved, nobody is in rush to reply, you don't need to actively wait for reply and cannot miss it because you've disconnected, someone forgot to tag you or it was just list in the chat.
Summarizing, the project should be on [the most popular VCS hosting at the moment], which is currently GitHub, any other choice makes it much less accessible and welcoming. For chat use whatever you want, for it's not related to contributions. If you think otherwise, at least stick to open protocols.
Comment on
What app is everyone using for Lemmy
There isn't much choice - F-Droid only contains Jerboa (not counting abandoned and broken Lemmur).
Comment on
Screenshot Saturday
Just a terminal bomberman game
Comment on
*Permanently Deleted*
Hard to understand as in learning it or as in reading others code?
Comment on
Everything about TOML format - Orchard Dweller
Reply in thread
It's not a responsibly of the format, so, at most, it's a mere side effect. In any practical process which could result with truncated data, even if it handles data with such property, it should be wrapped in a container which includes length. At the very least, it would allow to trace the source of truncation, e.g. was the data originally truncated, or was it truncated in the process, and change the format without shooting in oneselves foot. And the generating side should always provide success flag which should be properly handled, since it may produce syntactically correct, but semantically invalid data. Such as checking exit code of process which generates json/yaml in question
Comment on
Unsigned Commits
Agreed, and I have more arguments against commit signing.
filter-branched away, again invalidating the signatures.BTW this topic has common considerations with now mandatory (on GH and more places) 2FA. For the latter reason, and also for own convenience and for reducing risk of losing access to your account (which I assess as much higher than risk of leaking my password to third parties) I make second factor public, effectively reverting to 1FA.
Comment on
UFO: Alien Invasion - A squad-based tactical strategy game
Thanks for reminding us about these, rather old, FOSS games. I'm surprised to see most of these (including ufoai) having recent commits in their repositories, even though the last release was years ago. Honestly, I thought these were completely abandoned
Comment on
How do you approach learning a new programming language or framework?
Read official docs, then rewrite some small own project in it.
Comment on
Stack Overflow: 79% of Developers Considering A Career Move
Reply in thread
Being open to new opportunities and being dissatisfied with you job are different things. I've mainly meant that these statistics are biased. Hypothesis is that people not interested in doing their work hang out on SO instead, as a result a lot of people hanging out on SO are "considering a career move".
Comment on
Should a toggle button show its current state or the state to which it will change?
Neither. A button should show action it performs.
Comment on
Favorite FOSS games you come back to?
xmoto, freeorion, endless sky, wyrmsun, Sgt puzzles, minetest, devilutionx, supertuxkart
Comment on
Tracking Sqlite binary file with git?
Do not worry, you will not have any issues such as data loss or corruption regardless of what data you keep in git. Keeping binary files may be ineffective, as many binary formats do not play well with external compression, as a result your repository will grow by the whole size of updated file on each commit, even if the logical change is small. This should not be the case for sqlite files though, which should be well compressible both as individual blobs and between versions of the same file, so with each update your repository would grow roughly by the size of changed data. You should be careful though to close all database connections before committing so the file is in consistent state and contains all the recently written data.
Comment on
Everything about TOML format - Orchard Dweller
Reply in thread
You just check the exit code, no? The other process may fail while generating syntactically correct data too, regardless of format.
Comment on
What app is everyone using for Lemmy
Reply in thread
Is it read only, or do you have to trust your credentials to third party service?
Comment on
Platform for suggesting FOSS ideas to developers?
What's the idea?
Comment on
What's the biggest change you would like to see in computing/tech?
Criminalizing proprietary software.