HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pabs3

no profile record

Submissions

[untitled]

17 points·by pabs3·2 mesi fa·0 comments

Megalodon: Mass GitHub Repo Backdooring via CI Workflows

safedep.io
2 points·by pabs3·2 mesi fa·0 comments

Achiving 900M Lines of the OIN Linux System Table

softwareheritage.org
2 points·by pabs3·2 mesi fa·0 comments

Yearslong fight over users' right to tweak smart TV software heads to trial

arstechnica.com
8 points·by pabs3·2 mesi fa·8 comments

Peter Neumann has died

tuhs.org
316 points·by pabs3·2 mesi fa·25 comments

Google: Continued commitment to Chromebooks, and looking ahead

cloud.google.com
4 points·by pabs3·2 mesi fa·0 comments

Language Registries Are Unstable by Default

nesbitt.io
2 points·by pabs3·2 mesi fa·0 comments

Fuck You, Bambu Lab. Go Ahead, Sue Us

gamersnexus.net
123 points·by pabs3·2 mesi fa·19 comments

Fossier – GitHub spam prevention for open source repositories

github.com
1 points·by pabs3·2 mesi fa·0 comments

The Cults of TDD and GenAI

drewdevault.com
4 points·by pabs3·2 mesi fa·0 comments

Open Source Volunteer Opportunities

ossvolunteers.com
1 points·by pabs3·2 mesi fa·0 comments

AI Hard Drive Shortage Making It More Expensive, Harder to Archive the Internet

404media.co
3 points·by pabs3·2 mesi fa·1 comments

Software Sustainability Maturity Model (2013)

oss-watch.ac.uk
2 points·by pabs3·2 mesi fa·0 comments

Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy

pietschsoft.com
58 points·by pabs3·2 mesi fa·13 comments

Building for the future: Cloudflare lays off 1,100 employees

blog.cloudflare.com
3 points·by pabs3·2 mesi fa·1 comments

A free solution to the GitHub Actions supply chain crisis

developerwithacat.com
1 points·by pabs3·2 mesi fa·0 comments

Carrot Disclosure

dustri.org
6 points·by pabs3·2 mesi fa·0 comments

pgBackRest is dead. Now what?

mydbanotebook.org
4 points·by pabs3·2 mesi fa·0 comments

Enhancing Server Availability and Security Through Failure-Oblivious Computing [pdf]

people.csail.mit.edu
1 points·by pabs3·2 mesi fa·0 comments

How Tech Loses Out over at Companies, Countries and Continents

berthub.eu
1 points·by pabs3·3 mesi fa·0 comments

comments

pabs3
·19 giorni fa·discuss
They should classify the ICANN and the RIRs as gatekeepers too, they are the biggest ones.
pabs3
·19 giorni fa·discuss
I've been a FOSS contributor since the early 2000s, I've stopped contributing and stopped maintaining projects completely in recent years, except for when I am paid, or where there is a problem that affects me directly that I can't workaround easily. I don't feel the FOSS community values that formed part of my identity are represented in the community much these days, and AI has made that situation worse.
pabs3
·2 mesi fa·discuss
They are likely pretty busy with their lawsuit against Vizio, which is going to trial in August and would set a very interesting precedent if won.

https://sfconservancy.org/copyleft-compliance/vizio.html
pabs3
·2 mesi fa·discuss
I feel like that is quite unlikely. Both the hash and bitwise comparisons read both files in both cases. In the not-equal case the hash reads the entirety of both files, so its slower than a start-to-end bitwise comparison, which exits at the first not-equal bit. In the equal case, both read the entirety of both files. Various other bitwise strategies can be faster than start-to-end, rdfind for example checks the start of the file first, then the end, then the rest of the file.
pabs3
·2 mesi fa·discuss
The OpenMoko Freerunner only had 128MB RAM, it was able to run a Linux desktop of the time, Englightenment/E16. There were lots of apps for it too. IIRC the cut down QtMoko distro ran best though.

https://wiki.openmoko.org/wiki/Neo_Freerunner https://wiki.openmoko.org/wiki/Applications https://wiki.openmoko.org/wiki/QtMoko

Before that Linux ran on the Zaurus too:

https://en.wikipedia.org/wiki/Sharp_Zaurus https://en.wikipedia.org/wiki/OpenZaurus
pabs3
·2 mesi fa·discuss
Indeed, the Reproducible Builds community is working on fixing non-deterministic build output https://reproducible-builds.org/
pabs3
·2 mesi fa·discuss
Build reproducibility checks usually use bitwise comparison, not hash comparison.

The Reproducible Builds project also wrote diffoscope, which goes quite far with helping identify where differences occur and how to fix them.

https://reproducible-builds.org/ https://diffoscope.org/ https://try.diffoscope.org/
pabs3
·2 mesi fa·discuss
That sounds like a GPLv2 violation:

https://sfconservancy.org/blog/2021/mar/25/install-gplv2/ https://sfconservancy.org/blog/2021/jul/23/tivoization-and-t...
pabs3
·2 mesi fa·discuss
There were 5G towers being attacked during COVID, because of delusional conspiracy theories:

https://www.bbc.com/news/stories-53285610 https://www.telstra.com.au/exchange/5g-health-concerns-and-c... https://www.abc.net.au/news/2020-08-03/5g-conspiracy-theory-...
pabs3
·2 mesi fa·discuss
There is a copy of it on Software Heritage:

https://archive.softwareheritage.org/browse/origin/directory...
pabs3
·2 mesi fa·discuss
Some links about GPL & TiVo:

https://sfconservancy.org/blog/2021/mar/25/install-gplv2/ https://sfconservancy.org/blog/2021/jul/23/tivoization-and-t... https://events19.linuxfoundation.org/wp-content/uploads/2017...
pabs3
·2 mesi fa·discuss
I don't know what the solution to slop is. Maybe the bubble will implode at some point. Until then, just close down issues/pulls or remove projects from GitHub I guess.
pabs3
·2 mesi fa·discuss
The xz incident was only discovered by accident, not by someone actually verifying the tarball and test cases were not malicious. We still don't have verification of tarball build reproducibility anywhere. The closest you can get to verified builds is what the bootstrappable builds community built in hex0/stage0, and what stagex built on top of that. I'm guessing even they haven't read through all that source code though. There aren't even good tools for distributing reviews, there is crev, but the stagex folks think it has some deficiencies.

https://news.ycombinator.com/item?id=47701394
pabs3
·2 mesi fa·discuss
Thats the entire history of companies right there though? They have always socialised costs, privatised profits.
pabs3
·2 mesi fa·discuss
Under the LGPL, statically linked Qt is also fine, as long as the user can relink your proprietary code with a modified Qt library.
pabs3
·2 mesi fa·discuss
> someone (or something) who's concealing their identity has nothing to gain from recognition

The xz supply chain attacker hid their real identity, created fakes one and gained recognition over time in order to gain more access and add the backdoor. So TLAs and other bad actors at least are interested in gaining recognition.
pabs3
·2 mesi fa·discuss
Tesla is full of open source software, including the Linux kernel. They probably are GPL violators though.

https://sfconservancy.org/blog/2018/may/18/tesla-incomplete-... https://sfconservancy.org/blog/2019/oct/30/calling-all-tesla... https://sfconservancy.org/blog/2023/dec/21/tesla-no-source-c...

See also this interesting slide deck about the GPLv3 and cars, I expect that regulations would mean you could not drive cars with modified software (similar to what happens with solar inverters):

https://events19.linuxfoundation.org/wp-content/uploads/2017...
pabs3
·2 mesi fa·discuss
Related post from GamersNexus:

https://gamersnexus.net/fk-you-bambu-lab
pabs3
·2 mesi fa·discuss
Don't get me wrong, Amazon are evil for sure, and worse than those companies.
pabs3
·2 mesi fa·discuss
That is incorrect, the FSF licenses would require Amazon contribute code forward to their users, not back to the project.

Also, Amazon were already contributing code back when these companies changed their licenses, the companies don't care about code contributions, just money.