wagesj45
Great American humorist. C# developer. Open source enthusiast.
XMPP: wagesj45@chat.thebreadsticks.com
Mastodon: wagesj45@mastodon.jordanwages.com
Blog: jordanwages.com
- 1 Post
- 24 Comments
wagesj45@kbin.socialto Technology@lemmy.ml•Reddit Signs AI Content Licensing Deal Ahead of IPO6·1 year agoFair. The rest of the site is a lot more normal. More being a relative term, of course.
wagesj45@kbin.socialto Open Source@lemmy.ml•Mercury - a Firefox fork with compiler optimizations21·2 years agoAny reasons why you can’t recommend it?
wagesj45@kbin.socialto Open Source@lemmy.ml•Mercury - a Firefox fork with compiler optimizations2·2 years agoInteresting, because I saw a 20 point increase between vanilla Firefox and Mercury when testing last night.
wagesj45@kbin.socialto Open Source@lemmy.ml•Self hosted web app to track and rate your watched movies4·2 years agoThat’s not a bad idea. Surely it could be automated within the image. If my ADHD allows me I might take a look at it later. :D
wagesj45@kbin.socialto Open Source@lemmy.ml•Self hosted web app to track and rate your watched movies7·2 years agoLooking at the installation instructions, it requires you to run database migrations manually with every image docker image update. Does this mean that running watchtower is going to bork this thing?
What’s wrong with that?
wagesj45@kbin.socialto Open Source@lemmy.ml•How do I make contributors to my project transfer copyright to me?63·2 years agoI don’t think you’ve properly thought through the consequences of not considering IP rights for projects with a significant number of contributors. There are absolutely situations in which having a single IP holder is advantageous to having multiple IP holders. Large open source projects might find governance hard when they’re hamstrung by getting consensus from hundreds or thousands of contributors.
And yes, I did read the title and the post. I understood it.
wagesj45@kbin.socialto Open Source@lemmy.ml•How do I make contributors to my project transfer copyright to me?37·2 years agoCopyright and license agreements are not at all the same thing. And just because something is “open source” doesn’t mean that it is free of copyright.
wagesj45@kbin.socialto Open Source@lemmy.ml•GustavoASantos/Noti: Quick glance, clear progress3·2 years agoIf my understanding of the GPL is correct, you can definitely build it yourself and publish it on fdroid. Can’t use the same name or any trademarks noti has, though.
wagesj45@kbin.socialto Free Open-Source Artificial Intelligence@lemmy.world•Introducing LLM360: Fully Transparent Open-Source LLMs2·2 years agoMore models and more transparency is always good in my book. I applaud the efforts.
wagesj45@kbin.socialto Open Source@lemmy.ml•What copyright notice should I put on my FOSS website?4·2 years agoIt wouldn’t be FOSS because a landing page with nothing but content isn’t software. I’m referring to the site at blender.org vs the source code for an application at a git repository.
wagesj45@kbin.socialto Open Source@lemmy.ml•What copyright notice should I put on my FOSS website?13·2 years agoI would suggest actually naming the license under which it is released if you’re talking about the website that is generated by your software. If you’re talking about the content of a website describing your project, like a landing page or something like that, I’d either attribute copyright to who wrote the content, or release it under a Creative Commons license such as CC-BY-NC.
wagesj45@kbin.socialto Open Source@lemmy.ml•How come there isn't more torrent based technology10·2 years agoThe software landscape for XMPP isn’t the best. I twisted the arms of my immediate family and have them using XMPP messaging with a Snikket server I set up, and we’ve had lots of issues between OMEMO support and the lack of good messaging clients for iOS. It works, but it isn’t the smooth-out-of-the-box experience that non-techies want/need.
Not providing builds seems to be a good incentive. I’ve seen some projects that charge for the installation/compiled software with the source freely available. Lots of software is a gigantic pain in the ass to build without the proper configuration and pipeline set up.
wagesj45@kbin.socialto Technology@lemmy.ml•Internet developments have gone from exciting to dreadful.10·2 years agoIt was corrupted in much the same way the stock market was corrupted. That whole thing is mostly speculative gambling now, when it was supposed to about profit sharing with companies that were either sound investments currently with steady profits or up-and-coming companies that had potential. Now it’s just casino gambling betting on prices that are completely divorced from reality that expects infinite growth of made up value.
wagesj45@kbin.socialto Technology@lemmy.ml•Internet developments have gone from exciting to dreadful.3·2 years agoIt wasn’t altruistic per se, but that doesn’t make it nefarious, either. At it’s core, it was just a network connectivity design that resists node failure. It was us that used that foundation to create a virtual space that everyone could participate in. We now have outsized bad actors like Google and Microsoft and Amazon and alphabet agencies that are trying to influence that virtual space, but its culture was built by us.
wagesj45@kbin.socialto Open Source@lemmy.ml•Open source and privacy respecting website builders?33·2 years agoI use Publii. It is a static site generator, and it’s open source. In my opinion, statically generated sites are superior for a lot of purposes. You can upload the generated site to any web hosting service. It doesn’t include any trackers. It actually only produces the content you ask it to.
It is also very easy to use. The interface is a lot like what you’d expect if you’re familiar with Wordpress or similar. If you have an existing Wordpress blog, you can import it and keep all your content.
My blog is generated by Publii. There is no code running on the server, it is all plain HTML. I run a self hosted tracking service myself, but I had to intentionally add it to the footer of the generated pages.
What makes you think that?