HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ifthenelseor

no profile record

Submissions

Articles building up to a coherent European/non-US cloud strategy

berthub.eu
2 points·by ifthenelseor·el año pasado·2 comments

comments

ifthenelseor
·el año pasado·discuss
Thank you for the additional context.

> A Microsoft spokesperson said that it had been in contact with the court since February “throughout the process that resulted in the disconnection of its sanctioned official from Microsoft services.” The spokesperson added that “at no point did Microsoft cease or suspend its services to the ICC.”

> Microsoft declined to comment further in response to questions regarding the exact process that led to Khan's email disconnection, and exactly what it meant by “disconnection.”

I think you have described it well. Clear as mud. I think the political impact on Open Source going forward may be very interesting.
ifthenelseor
·el año pasado·discuss
Citation: https://apnews.com/article/icc-trump-sanctions-karim-khan-co...
ifthenelseor
·el año pasado·discuss
* Taking the Airbus to the IKEA Cloud.

* However, you can still deliver services without US clouds

* Massive outsourcing has made organizations somewhat helpless

* Don’t say ‘Europe Must Invest in XYZ’.

* GAIA-X will not save us

* The cloud is not just one thing. On many important levels, Europe can deliver

* However, we should be clear on what we don’t have here

* When “going to the cloud”, do be clear how deeply dependent you want to become

* IT systems are already brittle. Getting your cloud from another continent is then not helpful

* It is not the case that only the hyperest of hyperscalers can compete

* You can’t run a government without privacy & if you need US permission to function at all

* The EU-US privacy framework is near-death and you can’t rely on it anymore

* Open source will be part of the solution, but much more is needed

* We have amazing open (source) technology, but it needs to up its game

* European Governments are already overly deep into US clouds

* Trump 2.0 will exploit our total dependency on US services

* European governments will need to do industrial policy to get us out of this mess

* Is this a sovereign cloud?
ifthenelseor
·el año pasado·discuss
Given that the US forced Microsoft to stop providing email services to the International Criminal Court in the Netherlands via sanctions, I expect moves like this to become more common across Europe. Bert Hubert is a Euro blogger who writes more about this.
ifthenelseor
·el año pasado·discuss
Because I see people asking, some groups that do things like this in the US:

https://reverie.studio/

https://grimmoire.productions/

https://www.journeysandtales.net/

https://www.drachenfest.us/

https://www.jackalope-larp.com/

https://www.sinkingshipcreations.com/

https://larpcoop.regfox.com/shirefolk

Or at lower production values:

https://makeascenemn.org/en/

http://www.interactiveliterature.org/NEIL

https://2025.beconlarp.com/
ifthenelseor
·el año pasado·discuss
Other comics that have left hiveworks that I know of: Daughter of the Lilies (weird christian fantasy, currently on hiatus) In Blood We Rise (idk, I don't read it, looks like gay vampires)

There was a rumor going around that Hiveworks is having financial issues, linked to a post that was then taken down and vagueposting from the DotL person. When I saw DotL move, I figured it was personal drama, and when I saw the one rumor post get taken down, I figured it was inaccurate to the point of being lawsuit material, but SMBC is kind of a big deal. If the rumor is anything, I wouldn't be surprised if SMBC is causation instead of response though and the SMBC move is driven entirely by the annoying ads / shop issues mentioned in their post. Most webcomics do not make a profit.
ifthenelseor
·hace 2 años·discuss
I'm still getting dopamine off getting a team member promoted, two years later. Every success they make reminds me that I helped them build that confidence and those skills. Manager-side successes might not be obvious and daily, but they have staying power like you wouldn't believe.
ifthenelseor
·hace 2 años·discuss
I really enjoyed this article.

* The use of tree-based knowledge extraction with manual review + the graph of the resulting information by principle component extraction demonstrates the effective base of the context.

* The use of a Sentence-BERT model specifically for tool matching avoids the hallucination problem of LLMS offering fake solutions/diagnosis steps.

* The tree-based multi-LLM-expert diagnosis by vote system also addresses hallucination and failures like looping through the same solutions over and over in complex cases, and is reminiscent of the monte-carlo advance for AlphaGo and paxos consensus protocols. AND it provides output in an auditable way, which is important for incidents.

When testing, they evaluate against a human DBA with two years of experience, which seems kind of junior to me. Notably, in the results the D-Bot usually (9/12 cases) comes close to the junior DBA, but does not exceed it. However, the D-Bot definitely exceeds the results of raw LLM prompting and it has the obvious speed advantage over a human.

Overall, this gives me confidence that some of the LLM projects at my own company can be useful, since auditability + specific knowledge extraction are relevant to our work.