Opensource

2400 readers
132 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
101
102
42
I Stopped Using Matrix - Tatsumoto (tatsumoto.neocities.org)
submitted 2 months ago* (last edited 2 months ago) by Kissaki to c/opensource
 
 

What ultimately pushed me to leave Matrix was discovering that my homeserver's admin was using my account without my consent.

In an encrypted room even with fully verified members, a compromised or hostile home server can still take over the room by impersonating an admin. That admin (or even a newly minted user) can then send events or listen on the conversations.

…, I've decided to move my conversations over to SimpleX.

For the past few months, the Matrix community has been largely inactive (despite having over 5,000 members), while the Telegram community has remained much more vibrant. This is disappointing given that I have been a strong advocate for using Matrix and have promoted it widely. For some reason, people are not moving to Matrix at the rate I had hoped.

103
15
TODOmd v2.0 release (codeberg.org)
submitted 2 months ago by [email protected] to c/opensource
 
 

TODOmd is a pre-commit hook that maintains a TODO.md file in your repo keeping it up to date with all TODOs in your code.

In version 2.0 TODOmd has been completely rewritten in Go. This release introduces a 5x speedup on average and multiplatform availability.

104
 
 

I just installed FreeTube 0.23.1 on MacOS and it asked for microphone access, anybody else seeing this?

105
106
107
 
 

Neostumbler has has a huge update! Better maps, higher scan interval, customizability!

It is an app to contribute to open geolocation through wifi, cell towers or bluetooth beacons. This is faster, energy efficient, resilient and can be fully anonymous.

The database is beacondb.net and can already be used!

108
109
110
 
 

The FSF has published its evaluation of the "Llama 3.1 Community License Agreement." This is not a free software license and you should not use it, nor any software released under it.

111
112
 
 

cross-posted from: https://feddit.org/post/7235899

A Nextbike client without Google Play service dependencies.

The only feature from the normal app that is not available is the booking via the map (no Google Maps, bikes must be booked via QR code) and thus the reservation function.

The rest works without any problems.

113
 
 

We Need To Talk About Docker Hub

114
 
 

cross-posted from: https://feddit.org/post/7146587

"Seven new projects have been selected to contribute to the three NGI Pilots. IzzyOnDroid and OWASP blint will join forces with NGI Mobifree which works on a more ethical mobile ecosystem. Nuxt, Flohmarkt & Open Banking Gateway will work on integrations with Taler, the privacy-preserving digital payment system. And NGI Fediversity - the effort to create a hosting stack in-a-box - will be joined by Drupal & Source-based Nextcloud + Onlyoffice."

via @[email protected]

115
116
117
 
 

The link is to a merged PR, but this is great news since custom folders were a common request from people leaving NovaLauncher

118
119
22
Dillo release 3.2.0 (dillo-browser.github.io)
submitted 2 months ago by [email protected] to c/opensource
120
 
 

Even if these licenses cannot be considered as open source and libre (according to OSI and FSF definitions, the only ones which matter), several licenses prohibiting use of source code to train AI are listed in this repository. Nice initiative.

121
112
No billionaires at FOSDEM (drewdevault.com)
submitted 2 months ago by [email protected] to c/opensource
 
 

Jack Dorsey, former CEO of Twitter, ousted board member of BlueSky, and grifter extraordinaire to the tune of a $5.6B net worth, is giving a keynote at FOSDEM.

Dorsey and his colleagues want to get us up to speed on what Block is working on these days. Allow me to give you a preview: in addition to posting $5B in revenue and a 21% increase in YoY profit in 2024, Jack Dorsey laid off 1,000 employees, ordering them not to publicly discuss board member Jay-Z’s contemporary sexual assault allegations on their way out, and announced a new bitcoin mining ASIC in collaboration with Core Scientific, who presumably installed them into their new 100MW Muskogee, OK bitcoin mining installation, proudly served by the Muskogee Generating Station fossil fuel power plant and its 11 million tons of annual CO2 emissions and an estimated 62 excess deaths in the local area due to pollution associated with the power plant. Nice.

122
10
submitted 2 months ago* (last edited 2 months ago) by xoron to c/opensource
 
 

App: https://chat.positive-intentions.com

A p2p encrypted file transfer and messaging app. Here are some features below:

  • Open Source
  • Cross platform
    • PWA
    • iOS, Android, Desktop (self compile)
    • App store, Play store (coming soon)
    • Desktop
      • Windows, Macos, Linux (self compile)
      • run index.html on any modern browser
    • Decentralized
  • Secure
    • No cookies
    • P2P encrypted
    • No registration
    • No installing
  • Messaging
    • Group Messaging (coming soon)
    • Text Messaging
    • Multimedia Messaging
    • Screensharing (on desktop browsers)
    • Offline Messaging (in research phase)
    • File Transfer
    • Video Calls
  • Data Ownership
    • Self Hosting
    • GitHub pages Hosting
    • Local-Only storage

Check it out!

123
 
 

The (2?) maintainers of Fluent Assertions have changed the license in the GitHub repository from Apache 2 to a proprietary commercial license. This happened yesterday, it looks like the other 200 contributors were not asked. Commercial users can now buy a license for $130 per developer, per year.

There are some suggestions that the take-over and the new license are violating some articles in the Apache 2 license.

My question is: Suppose that -with reasonable certainty- the maintainers and new owners violated the Apache 2 license. Is there anything that can be done? Is there any way violations like this can be brought to court?

(I'm just asking, not using FluentAssertions and not involved nor affected by this).

124
 
 

GitHub repo

Examples

> (15 kg/m) * 7cm
# (((15 * kg) / m)) * 7 * cm
out = 1050 * g
> 1 |> cos |> log
# 1 |> cos |> log
out = -0.6156264703860141
> display dev
# Display mode: dev (Developer)
>>> 1.5
# 1.5
out = 1.5
    # IEEE 754 - double - 64-bit
    #
    = 0x_3FF80000_00000000
    = 0x____3____F____F____8____0____0____0____0____0____0____0____0____0____0____0____0
    #    seee eeee eeee ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
    = 0b_0011_1111_1111_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000
    #   63                48                  32                  16                   0
    #
    # sign    exponent              |-------------------- fraction --------------------|
    =   1 * 2 ^ (1023 - 1023) * 0b1.1000000000000000000000000000000000000000000000000000
125
view more: ‹ prev next ›