Forgejo is now copyleft, just like Git
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    whoa! thanks a lot! that's my mistake.

    thanks for the awesome info, I should've at least check the repo of the individual projects first (only did so with Forgejo).

    I totally agree with you, and do think that it is possible to have positive and harmless CLAs. though I do think we should always take a step back and not assume that a project's CLA will be in favor of our copyright, with the case being more the exception than the norm, unfortunately.

    in the end, I will always be happy that a copyright holder wants to be able to reliably make money with copyleft software, but I can never really face a CLA without at least initial hostility anymore. you may say I have prejudice against CLAs lol

    2
  • Forgejo is now copyleft, just like Git
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    always a pleasure to see big projects going full copyleft amidst the recent influx of projects sadly going source-available

    this is the main reason not to sign a CLA (edit: both the aforementioned projects seem to adopt CLAs, though it seems that they aren't hostile and are especially pro-copyleft. see this amazing correction by @princessnorah@lemmy.blahaj.zone for context). you should not let a third-party use your copyright to restrict user freedom in the future because they swear "they ❤️ open source" now, and would never use your code to only their own benefit.

    91
  • just... breathe... float the feather rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    Celeste deeply impacted me. It immediately turned to be one of my favorite games of all time, even if I suck so badly at it (still hasn't been able to beat the post-game content lol).

    I use one of the beautiful official phone wallpapers (the pixelated one) available on the EXOK Games website. Highly recommend them!

    20
  • What's your favourite country and why?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 83%

    Sou brasileiro, e apoio muito o estudo do português. É uma língua rica, complexa e linda. Para mim, não há obras literárias iguais aos clássicos brasileiros e portugueses, especialmente quanto ao belíssimo uso da língua portuguesa.

    Amo Machado de Assis e recomendo muito as suas obras que, além de mostrarem a beleza do português, continuam intrigantes e divertidas. Também recomendo as obras de Fernando Pessoa, caso opte por um escritor português.

    4
  • C++
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    well, if I have an object on the heap and I want a lot of things to use it at the same time, a shared_ptr is the first thing I reach for. If I have an object on the heap and I want to enforce that no one else but the current scope can use it, I always reach for a unique_ptr. Of course, I know you know all of this, you have used it almost daily for 7 years.

    In my vision, I could use a raw pointer, but I would have to worry about the lifetime of every object that uses it and make sure that it is safe. I would rather be safe that those bugs probably won't happen, and focus my thinking time on fixing other bugs. Not to mention that when using raw pointers the code might get more confusing, when I rather explicitly specify what I want the object lifetime to be just by using a smart pointer.

    Of course, I don't really care how you code your stuff, if you are comfortable in it. Though I am interested in your point of view in this. I don't think I've come across many people that actually prefer using raw pointer on modern C++.

    7
  • steam-presence: A script that takes the game you're playing on steam and displays it on discord
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 73%

    I strongly disagree. Multiple times I've been playing a game and a friend saw my Discord status and chatted with me about it. It's just another way for my friends to see my interests, nothing new on the internet.

    Would I want this status to be displayed somewhere else (especially a more FOSSy place)? Hell yeah. But there isn't any, and the people that rarely talk to me and are into gaming, aren't, unfortunately, on anywhere else but Discord.

    11
  • projetocolabora.com.br

    > A Comissão de Constituição, Justiça e Cidadania (CCJC) da Câmara dos Deputados aprovou, nesta quarta (20/03), novo texto para o PL 364/2019 que ameaça todos campos nativos dos biomas no Brasil.

    3
    0
    Note-taking app that looks too good to be true? - Siyuan
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    I've downloaded and tested it for a bit and it does look a bit too good to be true. The source code is licensed under AGPL, and the F-Droid app page didn't show any anti-features. And I also really liked the app itself.

    However, while it does enable self-host of the same data (and it's pretty easy too. you can even self-host from your phone! I wish more note apps did this) and manual exporting/importing, the cloud syncing (even to a third-party server of your choice) is locked behind a paywall. While I do understand paying for a service to save my data, it does bother me that I can't sync with my own servers, which should not require any service from their part.

    The app also includes a login feature that lets you use a specific text-oriented Chinese social media (that also seems to be fully open source and AGPL licensed!). Honestly, I wouldn't be bothered by it especially since it's opt-in, and doesn't seem to do anything with your notes unless logged-in. Though I don't know how self-hostable it is, and even if it were, the app does not give me the option to enter my own server.

    And to top it all off, it has a bullshit AI feature (that seems opt-in). I don't think I need to explain why this is very icky.

    Considering everything, it seems like an awesome app for people that use the specific social media it is optionally coupled with. But anyone that doesn't and prefers to sync your data to a self-hosted server will be left without options. Also, you must consider that it apparently doesn't seem to phone home, according to F-Droid, though it is very strange that the network, social media, and especially AI features are not mentioned at all as anti-features. So if you would want to be sure, I'd recommend you to read the source code and deduce yourself if it doesn't phone anywhere you haven't allowed to by default.

    I personally wouldn't use it myself, but if you trust it doesn't phone home, don't care about manually exporting and importing your data, and isn't bothered by the weird network features, I'd say it's a great notes app.

    15
  • BookWyrm
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 92%

    A lot of people do use Bookwyrm! It just depends on finding the right community.

    I am on a fairly small brazilian instance (velhaestante.com.br) and even though I joined while not knowing anybody I still get a fair amount of interactivity. Not enough to be logging in every day, of course, our instance is not nearly as big as something like bookwyrm.social and I don't read and update that often.

    It's just like any other fediverse software. Even on a small instance you can get a fair level of interactivity and on top of that you can still interact with big instances and large amounts of content! Of course, if you just create an account and forget about it, or you don't use it very often, and don't seek out interactions/following other people, of course you won't get the same level of content in your feed as if you were on GoodReads.

    That's the charm of the fediverse!

    11
  • Suggest some games for a 16yr old having low end PC
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    As some that used to use an equally potato PC before, the most recent Veloren updates might be hard to run at a playable level, even on the lowest-possible graphics settings (Veloren's community and devs are doing an awesome job adding stuff and making the game better every month!).

    But if you don't mind the terrible graphics, low FPS, and frequent slowdowns, the game is still very much enjoyable. I was a low-FPS gamer for most of my life, so bad performance never stopped me from enjoying to play a game!

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFR
    Jump
    Suggest some games for a 16 yrs old having low end pc
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    Doom and Quake! When I used a potato PC as a daily driver the thing I played the most were boomer shooters. The source ports for both games are pretty amazing nowadays!

    9
  • Ente: Open-Source, E2E Encrypted, Google Photos Alternative
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    I'm glad that they chose the AGPL when open-sourcing their server. I don't see that many companies, especially ones offering a "product", open-sourcing their work with a copyleft license.

    32
  • thenewstack.io

    > An excellent standard library and packaging system, first-class concurrency support and a focus on readability are among the traits that keep Golang devs happy. Though this was from some time ago, I'd like to share it here and have a light discussion. Rob did an awesome talk, and I agree with him at almost every point. I do hardly disagree with him on the gopher license attribution. I do heavily attribute gopher's image to Renee French, but I'm not the creator, so whatever.

    18
    0
    DuckDuckGo failed me today
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 98%

    Firefox with ublock origin is even better than the DuckDuckGo browser alone. Yes, you can use DuckDuckGo as a default search engine, and even install the extension, if you need to.

    86
  • It's joever. Tachiyomi will no longer be actively developed.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 100%

    oh yeah, I heard about the already forked projects before, certainly awesome that people already have that option. I do use Aniyomi, and it's pretty damn good.

    For some reason I've never felt like I needed extra features that the main project didn't have, so I've never looked out for forks. But looking at some of the forks right now they seem pretty good as well and do have features that would be super useful to me. Certainly will try it out.

    FOSS is so amazing.

    5
  • It's joever. Tachiyomi will no longer be actively developed.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    whou
    Now 98%

    i'm so fucking sad that a shitty¹ company was able to bully a 100% legal piece of FOSS to shut down.

    It is THE best app for reading manga, and it single-handedly started my love and (healthy) addiction to reading manga lol. It's also one of the best examples on how a FOSS model is superior to any competitive proprietary one.

    I hope so much luck to the devs and every contributor. Their work through all these years is immeasurable. Makes me regret a little for not trying to contribute to the community with some code at a time I was wanting to. Thanks for all the hours of fun reading manga. I'm sure at this very moment people are already organizing a fork to live on Tachiyomi's legacy, as is the spirit of FOSS.

    68
  • go.dev

    Go 1.21 adds a new port targeting the WASI preview 1 syscall API through the new GOOS value wasip1. This port builds on the existing WebAssembly port introduced in Go 1.11.

    5
    0
    www.metropoles.com

    > O presidente Luiz Inácio Lula da Silva (PT) recuou sobre não prender o presidente russo Vladimir Putin, no caso de o líder viajar ao Brasil para participar da próxima reunião do G20. Durante uma entrevista no fim de semana, o petista disse que Putin não seria preso, mas em coletiva nesta segunda-feira (11/9), afirmou que isso depende da Justiça.

    6
    0
    www.correiobraziliense.com.br

    > O presidente russo é alvo de mandados de prisão do Tribunal Penal Internacional (TPI) por crimes de guerra. Se Lula não determinar sua prisão no Brasil, caso venha ao país, o presidente descumprirá um acordo internacional do qual o país é signatário.

    6
    3
    totallygamerjet.hashnode.dev

    How you could write an operating system with pure Go code (including no CGO!)

    19
    0

    cross-posted from: https://lemmy.ml/post/2230752 > I really like seeing people's interesting projects. Even if they are generic or were started just to learn something. > > And on top of that, I consider Go to be one of those languages that you can find projects on a pretty diverse range of topics. > > So, is there any interesting (or not too) personal Go projects that is in the making, or is already finished?

    13
    8

    I really like seeing people's interesting projects. Even if they are generic or were started just to learn something. And on top of that, I consider Go to be one of those languages that you can find projects on a pretty diverse range of topics. So, is there any interesting (or not too) personal Go projects that is in the making, or is already finished?

    6
    13

    Every time I come across a [!golang](https://lemmy.ml/c/golang) post I feel like a proper icon is missing. I mean, why not? Other programming communities already have theirs, and, in my opinion, we have the best and cutest mascot of them all, so why not use it? I would propose we use the [classic standing gopher](https://github.com/golang-samples/gopher-vector/blob/master/gopher.png). There is a [free gophers](https://github.com/egonelbre/gophers) collection as well. Both are licensed under Creative Commons 3.0 and CC0, respectively. [@gregf@lemmy.ml](https://lemmy.ml/u/gregf) and [@rek2@lemmy.ml](https://lemmy.ml/u/rek2), any thoughts on this?

    8
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPR
    Who should lead us?
    https://drewdevault.com/2023/04/24/2023-04-24-Who-leads-us.html
    13
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPR
    Signed and Unsigned Binary Numbers
    https://yewtu.be/watch?v=YYAU1hZUbwY
    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWH
    Now
    35 128

    whou

    whou@ lemmy.ml

    Otaku, gamer, self-taught programming student and professional procrastinator from Brazil. In fact, I am procrastinating at this very moment. I love boomer shooters too.