HN user

rettichschnidi

299 karma
Posts23
Comments26
View on HN
www.youtube.com 1mo ago

Embedded Recipes 2026 Day One – Live

rettichschnidi
1pts1
en.agcm.it 2mo ago

Italian Competition Authority Launches Investigation into Vorwerk (Neato)

rettichschnidi
2pts0
www.zephyrproject.org 3mo ago

Now Available: WireGuard, Wi‑Fi Direct, OpenRISC, and More

rettichschnidi
1pts1
github.com 10mo ago

Feature Request: Only allow for –ff merges for PRs

rettichschnidi
12pts2
lwn.net 1y ago

The burden of knowledge: dealing with open-source risks

rettichschnidi
2pts0
blog.siemens.com 1y ago

Firewood, Coal, Uranium – Bitcoin: The Next Step in Energy Transport

rettichschnidi
2pts4
www.u-blox.com 1y ago

U-Blox Announces Strategic Decision to Phase Out Cellular

rettichschnidi
3pts1
lwn.net 1y ago

SFC reports a successful (L)GPL suit in Germany

rettichschnidi
7pts0
blog.tomeuvizoso.net 1y ago

Etnaviv NPU: Support for the NPU in the NXP I.mx 8M Plus SoC Is Upstream

rettichschnidi
2pts0
www.schneier.com 1y ago

AI Industry Is Trying to Subvert the Definition of "Open Source AI"

rettichschnidi
6pts0
lwn.net 1y ago

OSI Board AMA at All Things Open

rettichschnidi
5pts3
allthingsopen.org 1y ago

Consensus and the Open Source AI Definition

rettichschnidi
5pts1
lwn.net 1y ago

OSI readies controversial open-source AI definition

rettichschnidi
117pts140
www.juliaferraioli.com 1y ago

Questions from the Open Source AI Definition Session

rettichschnidi
3pts0
samjohnston.org 1y ago

The OSI lacks competence to define Open Source AI

rettichschnidi
10pts12
tante.cc 1y ago

Does Open Source AI Exist?

rettichschnidi
5pts0
devblogs.microsoft.com 2y ago

End of SSH-RSA Support for Azure Repos

rettichschnidi
1pts1
bugzilla.mozilla.org 2y ago

Can't sign in with FIDO2 key on office.com

rettichschnidi
169pts80
github.com 2y ago

Rust: Drop MIPS to Tier 3

rettichschnidi
1pts0
opensource.porsche.com 2y ago

Porsche Open Source Platform

rettichschnidi
169pts144
developercommunity.visualstudio.com 2y ago

Azure DevOps: You feel sad

rettichschnidi
4pts0
github.com 2y ago

You've used 100% of included services for GitHub Storage

rettichschnidi
3pts0
groups.google.com 3y ago

libjpeg-turbo 3.0 has been released, and why there may never be a 3.1

rettichschnidi
191pts143

Photos don’t do it justice.

And it does not capture the awe when you notice the constant crackling sounds down there. For which, as the tour guide explained to us, nobody knows the root cause, despite bright minds investigating it.

Sadly, I could not find any sources online about this topic.

Once again this kind of argument:

"The reality is that if only a handful of companies and a handful of governments have the resources" to rebuild models, it is not a practical goal for open-source AI.

Any chance one could build a (working) system for training in a distributed way?

Because e.g. Folding@home was able to accumulate quite some computational power this way:

Folding@home is one of the world's fastest computing systems. With heightened interest in the project as a result of the COVID-19 pandemic,[8] the system achieved a speed of approximately 1.22 exaflops by late March 2020 and reached 2.43 exaflops by April 12, 2020,[9] making it the world's first exaflop computing system. This level of performance from its large-scale computing network has allowed researchers to run computationally costly atomic-level simulations of protein folding thousands of times longer than formerly achieved.

Source: https://en.wikipedia.org/wiki/Folding@home

Bradley is putting up quite a fight:

Finally, rather than merely be a pundit on this matter, I am instead today putting myself forward to try to be part of the solution. I plan to run for the OSI Board of Directors at the next elections on a single-issue platform: I will work arduously for my entire term to see the OSAID repealed, and republished not as a definition, but merely recommendations, and to also issue a statement that OSI published the definition sooner than was appropriate. I'll write further about the matter as the next OSI Board election approaches. I also call on other software rights activists to run with me on a similar platform; the OSI has myriad seats that are elected by different constituents, so there is opportunity to run as a ticket on this issue.

I guess this is (much closer to) what Bruce Perens wants instead of the (current) OSAID draft:

Nor is one necessary, because the original OSD works for AI. You need to treat the training data as source code, and you need to apply the rules to both pieces: the underlying software of the machine learning system, and the training data. This can get complicated because sometimes the training data expands in real time as the system gets more queries.

https://www.linkedin.com/feed/update/urn:li:activity:7254500...

Some examples, in no particular order.

Hampering the productivity:

- Review messages get sent out before review is actually finished. It should be sent out only once the reviewer has finished the work.

- Code reviews are implemented in a terrible way compared to GitHub or GitLab.

  - Re-requesting a review once you did implemented proposed changes? Takes a single click on GitHub, but can not be done in Azure DevOps. I need to e.g. send a Slack message to the reviewer or remove and re-add them as reviewer.

  - Knowing to what line of code a reviewer was giving feedback to? Not possible after the PR got updated, because the feedback of the reviewer sticks to the original line number, which might now contain something entirely different.
- Reviewing the commit messages in a PR takes way too many clicks. This causes people to not review the commit messages, letting bad commit messages pass and thus making it harder for future developers trying to figure out why something got implemented the way it did. Examples:
  - Too many clicks to review a commit message: PR -> Commits -> Commit -> Details

  - Comments on a specific commit does not shown in the commits PR
- Unreliable servers. E.g. "remote: TF401035: The object '<snip>' does not exist.\nfatal: the remote end hung up unexpectedly" happens too often on git fetch. Usually works on a 2nd try.

- Interprets IPv6 addresses in commit messages as emoji. E.g. fc00::6:100:0:0 becomes fc00::60:0.

- Can not cancel a stage before it actually has started (Wasting time, cycles)

- Terrible diffs (can not give a public example)

- Network issues. E.g. checkouts that should take a few seconds take 15+ minutes (can not give a public example)

- Step "checkout": Changes working folder for following steps (shitty docs, shitty behaviour)

- The documentation reads as if their creators get paid by the number of words, but not for actually being useful. Whereas GitHub for example has actually useful documentation.

- PR are always "Show everything", instead of "Active comments" (what I want). Resets itself on every reload.

- Tabs are hardcoded (?) to be displayed as 4 chars - but we want 8 (Zephyr)

- Re-running a pipeline run (manually) does not retain the resources selected in the last run

Security:

- DevOps does not support modern SSH keys, one has to use RSA keys (https://developercommunity.visualstudio.com/t/support-non-rs...). It took them multiple years to allow RSA keys which are not deprecated by OpenSSH due to security concerns (https://devblogs.microsoft.com/devops/ssh-rsa-deprecation/), yet no support for modern algos. This also rules out the usage of hardware tokens, e.g. YubiKeys.

Azure DevOps is dying. Thus, things will not get better:

- New, useful features get implemented by Microsoft for GitHub, but not for DevOps. E.g. https://devblogs.microsoft.com/devops/static-web-app-pr-work...

- "Nearly everyone who works on AzDevOps today became a GitHub employee last year or was hired directly by GitHub since then." (Reddit, https://www.reddit.com/r/azuredevops/comments/nvyuvp/comment...)

- Looking at Azure DevOps Released Features (https://learn.microsoft.com/en-us/azure/devops/release-notes...) it is quite obvious how much things have slowed down since e.g. 2019.

Lastly - their support is ridiculously bad.

EU AI Act (https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=OJ:...) as of today (CTRL + F "open-source"):

(89) Third parties making accessible to the public tools, services, processes, or AI components other than general-purpose AI models, should not be mandated to comply with requirements targeting the responsibilities along the AI value chain, in particular towards the provider that has used or integrated them, when those tools, services, processes, or AI components are made accessible under a free and open-source licence. ...

Article 2, 12. This Regulation does not apply to AI systems released under free and open-source licences, unless they are placed on the market or put into service as high-risk AI systems or as an AI system that falls under Article 5 or 50.

Let's see if the EU AI Act will be adjusted in the same spirit as discussed in the linked discussion.

If you don't want to give others permission to use and modify everything that was used to build the program, why are you wanting to trick me in thinking you are, and still calling it open source?

Because there is an excemption clause in the EU AI Act for free and open source AI.

Founders with US affiliation/physicist creating crypto products [1], faulty claims how the relevant Swiss law (BÜPF) applies to them [2], doing crypto in JavaScript on the client side, etc. To me, this smells like Crypto AG [3][4].

[1] https://proton.me/about/team

[2] https://steigerlegal.ch/2019/07/27/protonmail-transparenzber...

[3] https://en.wikipedia.org/wiki/Crypto_AG

[4] https://en.wikipedia.org/wiki/Operation_Rubicon