HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gabrielgio

no profile record

Submissions

France is taking state actions against GrapheneOS?

grapheneos.social
229 points·by gabrielgio·8 maanden geleden·112 comments

comments

gabrielgio
·2 maanden geleden·discuss
Tbh, at this point why does it matter if it was MS or not?
gabrielgio
·2 maanden geleden·discuss
Move fast, break things, get internal repository leaked and lose all the 9s.
gabrielgio
·5 maanden geleden·discuss
Nice writing. I can't add much to the Github Action pile as I, thankfully, was spared from it, but I can say that Buildkite is really good. I use daily, don't have complain and they actually have meaningfully useful UI upgrades. We use a lot from his ability to dynamically uploads steps, which works just as you would expect.

> And debugging? Buildkite doesn’t make CI debugging fun. Nothing does. Nothing can.

Sourcehut's ci/cd can. It is trivial do debug failing state there since you can ssh into the job's vm.
gabrielgio
·6 maanden geleden·discuss
> I do see Copilot appearing everywhere.

> I don't see ads from MS at all

You can only pick one.
gabrielgio
·7 maanden geleden·discuss
> High Performance: 30-50% faster than Redis using Go's concurrency

Where is the benchmark script? I would like to see the scenario, client used and machine config.

Don't take me wrong but from just skimming over the readme I can't believe the numbers.
gabrielgio
·7 maanden geleden·discuss
At this point it is just you.

I run two different distributions myself, I know a bunch o people on even more different distributions, set of configuration and based on empirical analysis I can assure you that no one has problem with windows placement.

Out of the box I used have more problem with X11 (tearing and font rendering being the most annoyingly common ones) than I have with Wayland.
gabrielgio
·7 maanden geleden·discuss
Not the same thing. The equivalent would be mssql charging by web server connections to it.
gabrielgio
·7 maanden geleden·discuss
That is a common practice. For example, look it up on the history of Swiss Pharma industry. They grew from pirating to enforcer once they got industry lead. I pretty sure we can find examples for US, Japan, India and what not. Only the country on top of a given sector care about enforcing patent.
gabrielgio
·7 maanden geleden·discuss
> Even if the Netherlands makes every effort now, a fully-fledged alternative won't be readily available.

You don't need to match their product. You have a smaller user base and smaller number of functionally to cover than Microsoft.

> That gives American companies power.

Guess what happens if you don't do anything?

The trend of universities sacrificing long-term sovereignty for minimal short-term savings is concerning. I have observed this in my home country, where the strategic investment in national technology (which would return back to the country) is dismissed in favor of cheaper foreign platforms like Google. This approach naively puts sensitive research and institutional data on external servers, creating vulnerability where access could be compromised[^1].

Hopefully this person does not express the opinion of that university.

[^1]: https://agorarn.com.br/ultimas/google-bloqueia-acesso-ufrn-c...
gabrielgio
·7 maanden geleden·discuss
> Anyone can complain as much as they want, but unless they put the money where their mouth is, it's just noise from lazy people.

Once I'm encharged of budge decisions of my company I'll make sure that none will go to any MS and Atlassian product. Until then I'll keep complaining.
gabrielgio
·7 maanden geleden·discuss
It is a lie. You are holding on a possible short time gain while ignoring history proven long-term harm of reduced competition, which will lead to higher prices, less innovation, and fewer choices for consumers.

USA anti-trust process is a joke, it is shame that so many company with global footprint relies on that.
gabrielgio
·8 maanden geleden·discuss
And in this case, the enshittification of the whole streaming industry. In the same fashion as USA's "publisher can't own a venue", publisher shouldn't be allowed to own a stream service as well.
gabrielgio
·8 maanden geleden·discuss
There is a simpler version for zig.

    pub fn main() !void {
        std.debug.print("Hello, World!\n", .{});
    }
The only difference is this writes to stderr and does not fail (and explicitly says it is meant for debug), while their example writes to stdout. In zig if you want to write to stdout you need to explicitly pick the std and handle all the details (like error handling).

He gave the possible worst example, this article is nonsense.
gabrielgio
·8 maanden geleden·discuss
I read it through and there is nothing much there. Most of his points don't hold up to reality as rust is no longer (and hasn't been for a while) a "hyped language" and has proven time and time again to be a valuable language.
gabrielgio
·8 maanden geleden·discuss
Now I understand why GrapheneOS main developer comes out as crancky some times. People often comment stuff they, straight out, have no idea about.
gabrielgio
·8 maanden geleden·discuss
> Why use GrapheneOS if you are going to install Google Services anyway? ... > May as well just install the stock os ... > I think graphene os makes more sense if you go all in. Otherwise there is no much point really.

No, Grapheneos is quite more secure than stock os when comes to handling google play service if you need to use it.

https://grapheneos.social/@GrapheneOS/113459782313987260

> At the end of the day, once Google stops shipping sec updates for your phone, firmware updates stop so that's it really.

That is true. Graphene does not hide that. If you want to live without any influence of google use iOS/MacOS or Windows.
gabrielgio
·8 maanden geleden·discuss
I think we would have a lot less problems if wayland was called X12 /s
gabrielgio
·8 maanden geleden·discuss
I don't know the implementation details but I can't really complain about the state of wayland today. It used to be annoying to get working many years ago (worse because I had a nvidia gpu). But today I drive a nigthly build of niri, run it by just spawning an dbuss session and everything works. Bluetooth audio, screen sharing, fractional scaling, no tearing, no font blurring. Every utility I needed has been created and works quite nicely (e.g.: wdisplay). I can even play video games with HDR support.

I have a more stable experience with wayland today than I had with x11. Which to be fair was not only because of wayland but because desktop linux as a whole has made a lot of progress in the last years
gabrielgio
·8 maanden geleden·discuss
I don't think I understand what you mean. Do you mean wayland is not usable with nvidia proprietary driver? I remember that being annoying but possible many year ago (with sway --my-next-gpu-wont-be-nvidia thingy).

But if you use really old nvidia gpu you can have a mixed experience with wayland. Which is a fair problem to complain, but you can't blame that on wayland and call that lack of freedom. That problem was caused by the lack of freedom coming from nvidia gpus and how locked down they are and how nvidia for many year has been hostile towards linux desktop.
gabrielgio
·8 maanden geleden·discuss
x11 is in maintenance mode at this point and Gnome is not going anywhere. Gnome is used (and financed) by major distributions.

Nothing new is being created with x11 and the people from freedesktop don't seen to be thrilled to maintain it. I don't think should change just for the sake of changing, but I'd start looking to migrate whatever you use that depends on x11.