Readit News logoReadit News

Dead Comment

parasense commented on Wikimedia Foundation Challenges UK Online Safety Act Regulations   wikimediafoundation.org/n... · Posted by u/danso
parasense · 13 days ago
Somebody in the other thread said it best... Wikipedia should simply block the UK entirely.
parasense commented on GitHub is no longer independent at Microsoft after CEO resignation   theverge.com/news/757461/... · Posted by u/Handy-Man
pjmlp · 14 days ago
I think that just like it happened with Apple after they made it out of bankruptcy, Microsoft being the cool guys phase is slowly over.

Xamarin is no more, after the whole MAUI rewrite without backwards compatibility to Xamarin.Forms, killing VS4Mac, shortly after having rewriten the underlying Xamarin based IDE into Mac, what survives is a subset of Xamarin tech for mobile and WebAssembly workloads.

.NET is now cross platform, but only as long as it doesn't hurt VS sales, with GUI workloads, profilers, still being mostly Windows only, and partially supported on VSCode, which also has the same VS license.

A proper cross platform IDE experience requires getting Rider.

Then there is the issue they seem to be shoting into all directions, with GUI frameworks, Web, Blazor, Aspire, to see what sticks.

Github even with the previous CEO was already a delivery mechanism for Azure and AI efforts, now it will be full steam ahead, as per new org chart.

VC++ after betting other compilers in C++20 support, seems to have lost its resources struggling to deliver C++23, and also probably affected by the Secure Future Initiative, and decisions for safer languages.

But hey 4 trillion valuation, so from shareholders point of view, everything is going great.

parasense · 13 days ago
I'm not sure what you mean by some of the things you write, but the part about Microsoft being "cool guy phase" was hilarious.

I'd say Microsoft buying GitHub was part of a strategy to not lose relevance in the world that moves slowly towards Open Source Software. Or put another way, the world moves in a direction away from Microsoft, and by capturing GitHub they can manipulate the outcomes that would otherwise have been adversarial to Microsoft interests. It's just like when Microsoft forked Java back in the 1990s, and later created .NET. The whole VSCode or Visual Studio thing... it's just Microsoft Word for software engineers, and the whole point is to create an ecosystem that locks people into the ecosystem.

To think in terms of what Microsoft does, you have to step back and look into economic theory, at least a little bit. There is this idea in economics about isolated economies, and integrated economies. For example, Europe or North America relies on cheap manufactured goods from China, and so China's economy is intrinsically linked (integrated) into the economies of Europe or North America. THAT is the idea of what Microsoft does. They start by adding value, a soft-dependency you might say, and then make moves to becoming a hard dependency... to put into terms of a dependency graph. Then they link to dependency graphs together GitHub into VSCode, OpenAI into VSCode, One Drive into GitHub or One Drive into Hotmail...

I'll say for sure, at least Microsoft has a strategy, unlike Google where they seem to have a lot of failed projects.

parasense commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
nickslaughter02 · 14 days ago
Wikimedia should block UK access. That will get the attention of media and popularity contest politicians might change their mind.

Remember the "Repeal the Online Safety Act" petition? It has gotten over half a million signatures and the response from the government was a loud "no".

> The Government has no plans to repeal the Online Safety Act, and is working closely with Ofcom to implement the Act as quickly and effectively as possible to enable UK users to benefit from its protections.

https://petition.parliament.uk/petitions/722903

parasense · 14 days ago
As ridiculous or absurd as this idea might seem, it's probably the most succinct and likely effective response to this kind of situation. The UK is betting the rest of the world doesn't reciprocate.
parasense commented on Tour de France confronts a new threat: Are cyclists using tiny motors?   washingtonpost.com/world/... · Posted by u/bookofjoe
broeng · a month ago
And earlier than that, they jumped on the train.
parasense · a month ago
And did amphetamines on trains...
parasense commented on VPN use surges in UK as new online safety rules kick in   ft.com/content/356674b0-9... · Posted by u/mmarian
Roark66 · a month ago
The article is behind a paywall
parasense · a month ago
It was not behind a paywall. It worked for me.
parasense commented on 4k NASA employees opt to leave agency through deferred resignation program   kcrw.com/news/shows/npr/n... · Posted by u/ProAm
eagerpace · a month ago
I’m trying to think how I feel about this. I’ve been obsessed with space for a long time, remember traveling to see my first rocket launch of the shuttle in 2006. Follow the commercial development closely since then. Their science missions are inspiring, but not as inspiring as they ought to be.

NASA needs an overhaul. This isn’t how I would do it, but that’s not how things work in the real world. SLS is the elephant in the room and is a complete disaster. It’s a jobs program limping along decades old technology when the commercial options are better. You can debate some of the specifics, sure, but if all this current state of uncertainty brings is a clean slate and new ways of thinking in 4 years, that’s better IMHO than looking back 4 years from now watching NASA brute force a token moon landing on the back of ancient technology. Which they may still do!

parasense · a month ago
The SLS was a good idea, and it's actually a great rocket. However you are correct in saying it turned into a huge program for the old school rocket industrial complex. I think the private sector currently does this better, or it's certainly debatable. However, I think it's a mistake to say only the private sector can do this kind of thing optimally. There is some multiverse in the timelines where government contractors create an industrial rocket production line that quickly and cheaply stamps out heavy lift rockets. Granted, it's easier said than done, but it still doesn't have to be so expensive. Clearly the expensive part should be the R&D with the industrial production parts being jigged, automated, and fully optimized. The SLS obviously went another route by making the rocket production bespoke with non optimal, manual labor, etc... that kind of protection is acceptable for one-off science mission payloads, but not heavy lift....

Anyhoo, NASA letting so many people resign is good if your opinion is such that lowering government expenditure is a good thing. So long as the exit package is comparable to retirement package these government employees would have got otherwise. My guess is the resignation package has great near term performance but low long term (retirement) performance, making it a great option for younger workers able to pivot to new careers.

parasense commented on Brush (Bo(u)rn(e) RUsty SHell) a POSIX and Bash-Compatible Shell in Rust   github.com/reubeno/brush... · Posted by u/voxadam
ris · 4 months ago
This is cool, but still

(...HN formatting fail, imagine shell output showing the nixpkgs bash binary is 1.1M, the brush binary is 6.9M...)

with no prospect of further amortizing that size through shared libraries. Without shared libraries the only chance I see for rust being used to replace base system tools is with multi-call binaries a la busybox.

parasense · 4 months ago
You're right about the Rust static binary size.

Hello world is really large, and it's unamusing how so much of the standard library is creamed into the resulting binary, no matter how trivial...

Do you know the current status of dynamic linking? I guess the lack of ABI stability is the big blocker, right? Probably no use in formalizing the linking bits if the goal posts keep moving. So it seems like the big problem is some committee will never complete the task... Because it will never be perfect... Something like that.

parasense commented on Brush (Bo(u)rn(e) RUsty SHell) a POSIX and Bash-Compatible Shell in Rust   github.com/reubeno/brush... · Posted by u/voxadam
Pet_Ant · 4 months ago
Another *-nix shell written in Rust[1] (but neither POSIX nor Bash compatible[2]): Fish

[1] https://github.com/fish-shell/fish-shell/releases/tag/4.0.0

[2] https://fishshell.com/docs/current/design.html

parasense · 4 months ago
This might seems like a rant for some of you, of even heretical to certain shell zealots... But it's about time we move past Posix compliance for shells. Don't get me wrong, it was a fabulous thing back in the 1980s and 1990s with respect to the Unix wars. But in a twist of irony Linux won the Unix wars, and these days Posix compliance, with respect to shells, mostly holds back innovation or modernization by pegging the concept of a terminal to something from 1988. Namely the Korn Shell (which is reference POSIX SHELL implementation back then), or even worse the Bourne shell. Doing get me wrong, I'm glad we're not on something like the C shell, but I'm pretty sure nobody today actually adhears to pure Posix compliance for shells scripting. So let's all just agree to drop the pretence snobbery, and move forward in a brave new world beyond Posix.

u/parasense

KarmaCake day303February 4, 2019View Original