Kainer Weissmann

39.7K posts

Kainer Weissmann banner
Kainer Weissmann

Kainer Weissmann

@KainerWeissmann

A magic mushroom in the cow dung of the 21th century. Sound, Film, Web. PM8TJKCQQN6xrESHT8iVhTnv1YcRHZngPWpx3f4RvKtifci6bVQuxPkyrbf1YMoXskUYaEnKnqgj2ArEodCBeSX

Katılım Kasım 2009
1.3K Takip Edilen7.1K Takipçiler
Kainer Weissmann retweetledi
Roland Tichy
Roland Tichy@RolandTichy·
Die EU setzt jetzt ihren "Digital Services Act" in Kraft. Erstes Opfer: Ungarn. Dort wird jetzt der EU-kritische Vicot Orbán aus den sozialen Netzwerken weitgehend getilgt, die üblichen "NGOs" marschieren auf. Nach Rumänien ist es die zweite Wahl, die von der EU ferngesteuert wird. Wäre ja noch doller, wenn die Menschen wählen, was sie wollen. tichyseinblick.de/kolumnen/aus-a…
Deutsch
105
1.4K
3.9K
31.1K
Kainer Weissmann retweetledi
BTCPay Server
BTCPay Server@BtcpayServer·
Want to contribute to Bitcoin, but don't know where to start? We built contribute.btcpayserver.org 💚 Step by step guidelines and good first tasks to tackle, across our entire organization of 70+ repositories. Start building your Bitcoin career today!
English
12
63
224
16.7K
Kainer Weissmann retweetledi
Glenn Diesen
Glenn Diesen@Glenn_Diesen·
Merz calls for sending €90 billion to continue the war with Russia, and demands that Hungary should not be able to block "Europe". - Otto von Bismarck said: "I have always found the word ‘Europe’ on the lips of those who wanted something from others which they dared not demand in their own name".
Glenn Diesen tweet media
English
214
859
3K
75.9K
PyBLØCK
PyBLØCK@_PyBlock_·
If you don't support #BIP110, you're supporting this garbage:
English
15
31
110
4.1K
Kainer Weissmann retweetledi
John Carvalho
John Carvalho@BitcoinErrorLog·
We do it to ourselves by not being honest about Bitcoin and privacy tech. Our industry is filled with larping, allegiance to memes & metaphors, and horrible at self-reflection. Lightning is never gonna be the AI choice because it cant be the human choice. None of the proposals scale. No one appreciates how to apply trust or privacy p2p. Nostr, LN, etc, are experimental hackathon projects that sucked the air out of the room because Bitcoiners cant admit being wrong about anything ever. Instead we double down. We add more and more bullshit on top of our mistakes when all we had to do was codify how to trust each other.
JeffG@erskingardner

Well. I hate to say it but while some of you were arguing about filters, the tradfi system has caught up and made surveillance money the default for AI. Painful own goal for Bitcoin. Colossal loss for freedom and agency.

English
1
1
17
1.8K
Kainer Weissmann retweetledi
GrapheneOS
GrapheneOS@GrapheneOS·
There's a group coordinating attacks on GrapheneOS on X via a Telegram group. They have a couple dozen accounts here. They've based their attacks around claiming modular builds and updates via packages somehow aren't open source. We debunked this here: x.com/GrapheneOS/sta…
GrapheneOS@GrapheneOS

We've written this post as a thorough debunking of extraordinarily inaccurate and misinformed claims being made about GrapheneOS. The main post making these claims is linked at the bottom. A growing number of our apps are built and signed separately from the OS to provide out-of-band updates. Each of these apps has reproducible builds. The official standalone releases are included in the OS rather than making separate builds for each device as part of building the OS. This is the standard and most sensible way to do things. It means the apps bundled with the OS are the same builds as the standalone releases instead of having two separate types of builds with two separate build systems. Both forms of building the apps are reproducible. It makes far more sense to use Android's standard app build system and tooling for standalone apps. It makes it much easier to work with them and for people to contribute. Needing to build apps as part of building the whole OS is a major barrier to contributions and can be avoided. Android supports out-of-band updates for the vast majority of the OS. These out-of-band updates are a major advantage over iOS. Many people aren't aware of how much can be updated out-of-band for Android. It's gradually turning into the entire OS having quite modular out-of-band updates which are fully compatible with the verified boot system. It still makes sense to have regular full OS updates which update all of the bundled components. A huge portion of Android is shipped as APKs which can be updated out-of-band. These can be built with the OS for simplicity but can also be built separately with their own standalone releases. If they have their own standalone releases, those are supposed to be bundled with the OS as a prebuilt instead of using a separate build system for the OS updates and out-of-band updates. It would also not be reproducible if separate build systems and toolchains were being used for both. An even larger portion of the OS can be updated out-of-band via APEX components which are an APK containing a structured filesystem with native libraries, services, data, nested APKs and other arbitrary files. Both APEX components and APKs are fully compatible with verified boot. GrapheneOS enables enforced verified boot for system APK updates rather than only APEX components. Android also has out-of-band updates to images via chained vbmeta (verified boot metadata) images. This works by having a hash of a key for chained vbmetas stored in the main vbmeta where each vbmeta has separately enforced downgrade protection via the secure element. GrapheneOS has very frequent OS releases and doesn't need out-of-band updates as much as the stock Pixel OS or especially the broader Android ecosystem. We mainly use out-of-band updates for our own apps with standalone releases and include the official releases of those in the OS releases rather than making separate builds. That's the way it's supposed to be done. Google Mobile Services Android operating systems use Google Play system updates providing APEX updates via standard builds from the Google Play Store. This provides monthly updates to large portions of the OS across devices regardless of their OS update cycle. We have no use for their approach since we have consistent OS updates which are more frequent than monthly releases. We could still set up out-of-band APEX updates to enable shipping an urgent for a specific component without an OS release but we don't currently use them as it would only save build time rather than improving usability. Android uses prebuilts for the kernels and Chromium WebView which are built separately from the OS. The expected way to bundle most apps with the OS is to have standalone releases with the official releases bundled with it. This is how the stock Pixel OS handles APK and APEX components updated out-of-band. It doesn't interfere with reproducible builds. Building, signing and shipping updates to the OS via modular components instead of building the entire OS for every change is going to be increasingly important as GrapheneOS scales up to a larger development team and a larger number of supported devices. It makes it far easier for people to work on smaller parts of the OS and we can release smaller updates for specific components. We're using it on a case-by-case basis for components we need to update frequently such as our GmsCompatConfig APK shipping the text file setting up most of our sandboxed Google Play compatibility layer shims. We also plan to start shipping GmsCompatLib as a standalone app but it was delayed due to banking apps wrongly believing updating it out-of-band was tampering. The claims which are being made in the linked post are extremely misinformed and backwards. They're attacking us for using approaches focused on security while claiming doing things in a far less secure way would be much better. The motivation for it is quite clearly promoting non-hardened operating systems through desperate attempts at misleading people about GrapheneOS with poorly informed claims. They're claiming we should be doing builds and signing on cloud servers because they believe having CI web interface is a substitute for third parties reproducing and verifying builds. We make all of our official builds on local infrastructure under our physical control for clear security reasons. Our app and OS builds are both reproducible. We're gradually working on turning reproducible builds into a more useful feature by setting up a system of having alternate build locations and a system for verifying the results match across our locations and also third party locations. Our App Store and System Updater are eventually going to support verifying builds based on other official and third party build locations. Moving our builds and signing to cloud infrastructure would not reduce trust in us but would greatly expand attack surface and how much needs to be trusted. GrapheneOS is a serious privacy and security project which is in the process of greatly expanding by hiring many developers and other people. We're improving our overall organizational and development processes as part of expanding. Expanding our use of out-of-band updates to the extent that it makes sense is part of this. x.com/TheVancedGamer…

English
12
59
633
17.3K
Kainer Weissmann retweetledi
The Lunduke Journal
The Lunduke Journal@LundukeJournal·
Founder of @DevuanOrg (a Systemd-free fork of Debian) has declared that Devuan Linux "will remove age verification" that they inherit from projects they base upon.
The Lunduke Journal tweet media
English
20
155
1.2K
16.7K
Kainer Weissmann retweetledi
It's FOSS
It's FOSS@Itsfoss·
I find it frustrating that none of these "guardians" of Linux and open source have reacted to the OS-level age verification law: - Linux Foundation - Open Source Initiative - Free Software Foundation - Software Freedom Conservancy
English
221
778
5.2K
126.8K
Kainer Weissmann retweetledi
Om
Om@Om_Codes_·
- Meet Gottfrid Svartholm - Co-founder of The Pirate Bay - A man who believed information should be free. - helped create the largest torrent site in the world - Handles millions of users - openly mocked powerful corporations - joked about moving servers to North Korea ,space ... just for fun 😭 - Servers were seized and site went down - came back in 3 days - kept changing domain constantly - treated lawsuits like free marketing 😭 - traffic actually spiked after raids - created loopholes and confused courts for years - once tried to buy a country, Sealand, a micronation, to escape copyright laws - designed server to be bulletproof - Governments from multiple countries tried to shut it down permanently but failed - inspire platforms like KickassTorrents and 1337x - became one of the most blocked websites in history yet undefeated - Even fans cloned the entire platform to keep it alive He was playing a cat-and-mouse game with the entire internet… And somehow, the mouse kept winning.
Om tweet mediaOm tweet media
English
528
3.8K
25.6K
1.4M
Kainer Weissmann retweetledi
The Lunduke Journal
The Lunduke Journal@LundukeJournal·
Moderators of the r/Linux subreddit are now censoring posts which talk about Age Verification. Not only are posts being removed, but I’ve heard from multiple Reddit users who have been banned from r/Linux for expressing opposition to Age Verification.
The Lunduke Journal tweet media
English
367
1.3K
8.5K
242.9K
Kainer Weissmann retweetledi
Sebastian G
Sebastian G@SebastianG_De·
Sebastian G tweet media
ZXX
5
158
2.4K
20.5K
Kainer Weissmann retweetledi
Roland Tichy
Roland Tichy@RolandTichy·
es geht nicht anders, und wenn morgen die Polizei vor der Tür steht: Friedrich Merz und Lars Klingbeil haben uns betrogen. Die neu aufgenommenen Schulden wurden zu 95% nicht in Infrastruktur investiert - sondern verdaddelt. Für all´die linken Lieblingsprojekte bis hin zu höheren Diäten. Mitschuldig: die Abgeordneten von CDU, CSU, SPD und Grünen, die dies ermöglicht - und verschwiegen haben. Es ist alles ein gigantischer Wählerbetrug. tichyseinblick.de/daili-es-senti…
Deutsch
412
3.5K
13.7K
106.7K
Kainer Weissmann retweetledi
Ingenieur
Ingenieur@RainerReelfs·
Ist vielleicht nicht Allgemeingültig, aber zeigt welche Leute uns hier als Experten verkauft werden...
Ingenieur tweet media
Deutsch
147
1.7K
8.1K
100.7K
Kainer Weissmann retweetledi
UntergrundBonn
UntergrundBonn@UntergrundBonn·
ach, das ist physikalisch möglich?
UntergrundBonn tweet media
Deutsch
134
233
3.2K
39.3K
Peter Borbe
Peter Borbe@PeterBorbe·
Auch in Österreich strebt man die absolute Kontrolle über das Internet an: Bundeskanzler Christian Stocker (ÖVP) fordert eine Klarnamenpflicht im Internet und will die elektronische ID für alle verpflichtend machen. Und das Social-Media-Verbot für Jugendliche ist schon fast beschlossene Sache. In ihren totalitären Internet-Plänen tun sich die Regierungen Europas alle nichts. apollo-news.net/osterreichs-ka…
Peter Borbe tweet media
Deutsch
57
113
347
5.8K
Kainer Weissmann retweetledi
Great Facts House
Great Facts House@SKithiyon56925·
The EU is using the Digital Services Act as a political weapon to muzzle dissent and engineer an election result that suits Brussels. Labeling opposition as "disinformation" is the oldest trick in the book for unelected bureaucrats who are terrified of a national vote they can't control.
English
0
15
60
1.2K
Kainer Weissmann retweetledi
Kainer Weissmann retweetledi
TFTC
TFTC@TFTC21·
Non-custodial Lightning to USDT swaps. No accounts. No KYC. Sats to stablecoins in seconds across every major chain. Send Lightning, receive USDT in your bank account. Accept Lightning at your POS, settle in dollars. Hedge volatility without ever touching a centralized exchange. Between this, Breez adding passkey login, Square auto-enabling bitcoin payments at the end of the month, and Ark Labs shipping banking rails, the Bitcoin infrastructure stack had one hell of a day. If you know where to look, we're winning.
Boltz - Non-Custodial Bitcoin Bridge@Boltzhq

We shipped a lil something today: USDT Swaps ⚡💵 Lightning ↔ USDT. No custody. No accounts. No KYC. Move from sats to stablecoins in seconds, across a growing number of networks. 👉 beta.boltz.exchange 👈 Read the full announcement: blog.boltz.exchange/p/introducing-…

English
7
52
407
24.2K