Readit News logoReadit News
kalekold commented on "Awful": Roku tests autoplaying ads loading before the home screen   arstechnica.com/gadgets/2... · Posted by u/LinuxBender
archon · a year ago
I switched from the Roku ecosystem to Nvidia Shield about a year ago because of Roku’s increasingly user hostile ad and tracking decisions and have been pretty happy with it. Android TV gives me enough control with a custom launcher that I can prevent ads.
kalekold · a year ago
The Nvidia Shield is the best thing I've ever bought. I love it. I hope Nvidia make a new one, because i'd buy it immediately.

Loading parent story...

Loading comment...

Loading parent story...

Loading comment...

Loading parent story...

Loading comment...

kalekold commented on A Linux maintainer admitting to attempting to sabotage Rust for Linux project   social.treehouse.systems/... · Posted by u/dmm
kalekold · a year ago
> This is NOT because I hate Rust. While not my favourite language it's definitively one of the best new ones and I encourage people to use it for new projects where it fits. I do not want it anywhere near a huge C code base that I need to maintain.

Seems pretty clear cut to me.

Why do rust developers demand everything be re-written in their language? Especially one of the longest running, largest and most successful C projects of all time? It was never going to work out.

There are a few brand new operating systems being developed in rust, why not contribute to them instead?

kalekold commented on Context should go away for Go 2 (2017)   faiface.github.io/post/co... · Posted by u/hiohio
kalekold · a year ago
> If you use ctx.Value in my (non-existent) company, you’re fired

This is such a bad take.

ctx.Value is incredibly useful for passing around context of api calls. We use it a lot, especially for logging such context values as locales, ids, client info, etc. We then use these context values when calling other services as headers so they gain the context around the original call too. Loggers in all services pluck out values from the context automatically when a log entry is created. It's a fantastic system and serves us well. e.g.

    log.WithContext(ctx).Errorf("....", err)

kalekold commented on Understanding the Odin Programming Language   odinbook.com/... · Posted by u/dsego
kalekold · a year ago
I'm not particularly impressed by Odin but maybe i'm not the audience. If you like strictly procedural languages (or a die hard C fan) it's probably fine but it feels like a 'My First Language™' kind of project.

What I really miss are methods on structs a'la Go. Just simple receivers would be a great addition imho. Because of this choice, it's affected the entire stdlib and boy does it look old. Creating a typed variable to pass it to a stdlib init function (for allocation, etc) is terrible decision and it's everywhere. The stdlib looks muddled too.

Odin is obviously heavily inspired by Go (among others) but it's learned nothing of the lessons of the Go authors. For example, Odin is a larger language and has fewer features.

I got an ICE while compiling once and it reported something like `TODO(bill) support this`. Not a good look.

Loading parent story...

Loading comment...

Loading parent story...

Loading comment...

u/kalekold

KarmaCake day208March 4, 2014View Original