/tech/ - Technology

Buffer overflow


New Thread
X
Max 20 files0 B total
[New Thread]

Page: Prev [1] [2] [3] [4] [5] Next | [Index] [Catalog] [Banners] [Logs]


thumbnail of img (33).jpeg
thumbnail of img (33).jpeg
img (33) jpeg
(83.01 KB, 811x1600)

I hate this forum I just wrotte a full answer and couldn't place the post.

There are two Russian forums, in one you have to pay to enter and in the other you have to activate Javascrypt... I haven't tried any.

I only use Omni at the moment:

http://onnii6niq53gv3rvjpi7z5axkasurk2x5w5lwliep4qyeb2azagxn4qd.onion/index.php

People say that cryptbb is compromised, one of the owners has left the forum or leaked vendors

Session in case you feel like chatting:
05df2baa8ce5312c694f05ccd6ce9701d8bc17e658823bce1e00314f97420be20b

pretty wayfu btw






thumbnail of ss3.png
thumbnail of ss3.png
ss3 png
(105.89 KB, 866x765)
> From: Richard Stallman
> To: 
> Sent: Tuesday, September 5, 2023 at 08:59:56 PM EDT
> Subject: Re: Could you please sue GRSecurity.
> 
> 
> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,    ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> 
> 
>   > RMS: please. You sued Cisco.
>   > Yet this is allowed? (they violate the copyright on your GCC, in addition to the Linux Kernel)
> 
> 
> 
> It is not clear that they are violating the copyright on GCC.  It
> looks like what they are doing may be lawful.
> 
> We have nothing legally to do with Linux, the kernel.
> --
> Dr Richard Stallman (https://stallman.org)
> Chief GNUisance of the GNU Project (https://gnu.org)
> Founder, Free Software Foundation (https://fsf.org)
> Internet Hall-of-Famer (https://internethalloffame.org)
> 
> 
> 
> 
> 
---------------------------------------------------------------------------------------
(my response: )
> 
> 
> They are distributing non-separable derivative works to GCC under a no-redistribution agreement.
> Which is an additional restriction forbidden by the license you granted to them of your Copyrighted work (infact of your own Authorship aswell).
> 
>>may be lawful
> See the word you used: may
> Anything may be lawful before a case of first impression is brought.
> Please bring one.
> 
> Those patches and plugins they distribute cannot be used with anything other than GCC
> They are infact non-seperable derivative works. You have standing and reason to sue.
> Please do so.
> 
> PLEASE.
> 
And, Yes I am a lawyer.
Yes GRSecurity is contravening the "u can't put any additional restrictions not mentioned in the text of this license" clause of the GPL; vs both the Linux Kernel and the GCC "plugins" they distribute subject to their(GRSecurity's) "no redistribution" clause (which has been effective: the source has not leaked: GRSecurity has made it's patches to the linux kernel and GCC proprietary)

The GCC "plugins" are non-separable derivative works, just as their linux-kernel patches are non-separable derivative works. They only work regarding the parent work.

Don't believe me: read the real player case then. Go on. Read it. If you even make some 3rd party program that messes with the look of the other program you can be violating the copyright on the other program. Go read the case. There are others but when I tell you people you just say "DURR WHY NOT JUST DISTRIBUTe A DiFF and GeT aRoUnD the GpL thaT wAy"

Why won't RMS sue? Because he has women lawyers surrounding him who don't want to do shit. That's actually their job: to dissuade RMS etc from taking any Copyright action and upsetting the "GPL-as-effectivly-BSD-Licensed" status-quoe that emerged.

The only courageous one was Bruce Perens who fought abit of the good fight.
Note: ANY of these federal copyright lawsuits would cost probably half-a-million or more for the Copyright owner to prosecute.
RMS's foundation doesn't want to do it.
GPL rots in it's grave.








thumbnail of javascriptless_nojs_imageboard_software.zip
thumbnail of javascriptless_nojs_imageboard_software.zip
javascript... zip
(500.36 KB, 0x0)
Collection of 5 JavaScript-less imageboard software. dietchan, nanochan, lambdaplusjs, phichannel and picochan. dietchan is in German, the others in English. They're pretty similar to each other. Downloaded/scraped straight from their respective original sources, no modifications or additions.


thumbnail of hqdefault.jpg
thumbnail of hqdefault.jpg
hqdefault jpg
(32.48 KB, 480x360)


thumbnail of 78735d67062fe7387fc71b1928c3eeec8548f999bc362e119a7ccb4ef53641bf.png
thumbnail of 78735d67062fe7387fc71b1928c3eeec8548f999bc362e119a7ccb4ef53641bf.png
78735d67062fe7387fc71... png
(2.62 MB, 3948x2830)
In the 1980s and 1990s, when the GPL was written, the enemy of the free software movement was Microsoft and other companies that sold closed-source (“proprietary”) software. The GPL intended to disrupt this business model for two main reasons:

1. Closed-source software cannot easily be modified by users; you can take it or leave it, but you cannot adapt it to your own needs. To counteract this, the GPL was designed to force companies to release the source code of their software, so that users of the software could study it, modify it, compile and use their modified version, and thus have the freedom to customise their computing devices to their needs.
2. Moreover, GPL was motivated by a desire for fairness: if you write some software in your spare time and release it for free, it’s understandable that you don’t want others to profit from your work without giving something back to the community. Forcing derivative works to be open source ensures at least some baseline of “giving back”.

While this made sense in 1990, I think the world has changed, and closed-source software is no longer the main problem. In the 2020s, the enemy of freedom in computing is cloud software (aka software as a service/SaaS, aka web apps) – i.e. software that runs primarily on the vendor’s servers, with all your data also stored on those servers. Examples include Google Docs, Trello, Slack, Figma, Notion, and many others.

Copyleft software licenses are a legal tool that attempts to force more software vendors to release their source code. In particular, the AGPL is an attempt to force providers of cloud services to release the source of their server-side software. However, this hasn’t really worked: most vendors of cloud software simply refuse to use AGPL-licensed software, and either use a different implementation with a more permissive license, or re-implement the necessary functionality themselves, or buy a commercial license that comes without the copyleft clauses. I don’t think the license has caused any source code to become available that wouldn’t have been open source anyway.

As a legal tool to promote greater software freedom, I believe copyleft software licenses have largely failed, since they have done nothing to stop the rise of cloud software, and probably not done much to increase the share of software whose source is available. Open source software has become very successful, but much of this success is in projects with non-copyleft licenses (e.g. Apache, MIT, or BSD licenses), and even in the GPL-licensed projects (e.g. Linux) I am skeptical that the copyleft aspect was really an important factor in the project’s success.

Open source software has been tremendously successful, and it has come a long way since the origins of the free software movement born from 1990s anti-Microsoft sentiment. I will acknowledge that the FSF was instrumental in getting this all started. However, 30 years on, the ecosystem has changed, but the FSF has failed to keep up, and has become more and more out of touch. It has failed to establish a coherent response to cloud software and other recent threats to software freedom, and it just continues to rehash tired old arguments from decades ago. Now, by reinstating Stallman and dismissing the concerns about him, the FSF is actively harming the cause of free software. We must distance ourselves from the FSF and their worldview.

For all these reasons, I think it no longer makes sense to cling on to the GPL and copyleft. Let them go. Instead, I would encourage you to adopt a permissive license for your projects (e.g. MIT, BSD, Apache 2.0), and then focus your energies on the things that will really make a difference to software freedom: counteracting the monopolising effects of cloud software, developing sustainable business models that allow open source software to thrive, and pushing for regulation that prioritises the interests of software users over the interests of vendors.

https://martin.kleppmann.com/2021/04/14/goodbye-gpl.html







 >>/15114/
> Anyone wanna help me find a proxy site so I can use discord on my chromebook


Just remove google firmware and flash coreboot then install Kicksecure on a external hardrive and boot from that and use your shitcord.

http://invidious.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/watch?v=8K4NA5a0D8c



Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


0 replies | 0 file
New Thread
Max 20 files0 B total
Refresh

Page: Prev [1] [2] [3] [4] [5] Next | [Index] [Catalog] [Banners] [Logs]