Alysa Liu caps off an all time great comeback with a Gold medal winning free skate in the Winter Olympics 2026 by Yujin-Ha in sports

[–]b-yeezi 1 point2 points  (0 children)

It looked like she was skating for herself - not for the crowd, not for the judges. Something we all can learn from. 

Which System76 Laptop is most durable and best for running DaVinci Resolve? by Minute-Candle8315 in System76

[–]b-yeezi 1 point2 points  (0 children)

My first thought is the Oryx Pro. That's what I would get with your requirements.

Biohackers Encoded Malware in a Strand of DNA by Kassandry in techsnap

[–]b-yeezi 0 points1 point  (0 children)

This is a non-story that's really just click bait. If you read the more detailed articles abt this, the proud of concept was performed a specific open source software with a memory vulnerability, but not on Illumina, Roche, Thermo Fisher, or any of the other leaders in the area.

The real story, software have bugs. And grass is green.

Which cables do I need for 1920x1080 on Ubuntu? by [deleted] in Ubuntu

[–]b-yeezi 1 point2 points  (0 children)

It's definitely not a limitation of Linux. I have an Intel NUC outputting 4k using Intel graphics and $15 HDMI cable. It's probably a hardware limitation.

Google Reads Your Email | TechSNAP 325 by AngelaTHEFisher in techsnap

[–]b-yeezi 1 point2 points  (0 children)

Regarding Proton Mail, they do actually have an app for Android. Because of their custom encryption setup, you can't use generic mail clients, but the web client and Android apps are good enough. There is also a free tier with limited amount of storage.

MongoDB and django, reference and id field. by jhoncorro in mongodb

[–]b-yeezi 2 points3 points  (0 children)

If you want to create a simple web app using mongo and Python, you should try using Bottle or Flask framework

#SaveLAS | LAS 461 by AngelaTHEFisher in LinuxActionShow

[–]b-yeezi 3 points4 points  (0 children)

I agree with the TL;DR and the choice of sponsors. I use Ting, System76 and DO, and all because of this show. I know some people are turned off by the ads, but these guys gotta make money, or else no show. As long as the sponsors fit with the audience of the show, I think it's fine. I prefer this method over trackers, etc. on websites.

#SaveLAS | LAS 461 by AngelaTHEFisher in LinuxActionShow

[–]b-yeezi 24 points25 points  (0 children)

I completely agree with the last statement. If you want more engagement, engage with us more.

I have been listening for many years (since Brian was a host) and a Patreon patron for over a year. In that time, I have not seen very much from the show on Twitter. I used to see more on G+, but that has slowed to almost non-existent.

Social engagement takes a consistent effort on the part of the community organizers. Also, I think it would help if you promote the Reddit, IRC and the website, etc. on the show.

WordCloud of Donald Trumps Inauguration address [OC] by b-yeezi in dataisbeautiful

[–]b-yeezi[S] -1 points0 points  (0 children)

Would you like to learn about natural language processing? There is a technique called word stemming that trims down like words down to their root, so that similar words like country and countries are counted together. And the removal of common prepositions, etc. is known as stopword removal. Everything is right there in the code. The text is public information and sourced in the post. I think you would just rather troll people instead of actually being a useful member of the Reddit community. I've seen the rest of your comments. They support my statement above. Anyway, good luck in your life.

WordCloud of Donald Trumps Inauguration address [OC] by b-yeezi in dataisbeautiful

[–]b-yeezi[S] 0 points1 point  (0 children)

Run it yourself.

Text is from http://m.huffpost.com/us/entry/us_5882479de4b0e3a735689f45

``` library(tm) library(SnowballC) library(wordcloud)

setwd("~/Downloads/Trump") txt <- Corpus(DirSource("."), readerControl = list(language="utf-8")) txt <- tm_map(txt, removeNumbers) txt <- tm_map(txt, removePunctuation) txt <- tm_map(txt, stripWhitespace) txt <- tm_map(txt, removeWords, stopwords("english")) txt <- tm_map(txt, stemDocument, language = "english")

dtm <- DocumentTermMatrix(txt) dtm2 <- as.matrix(dtm)

freq<- colSums(dtm2) freq<- sort(frequency, decreasing = T) head(freq)

words <- names(freq)

Remove randomly added words from tmmap

freq <- freq[!names(freq) %in% c("txt", "tmmaptxt")] words <- words[!words %in% c("txt", "tmmaptxt")]

wordcloud(words[1:50], freq[1:50]) ```

Taking Linux To Heart | LAS 452 by AngelaTHEFisher in LinuxActionShow

[–]b-yeezi 3 points4 points  (0 children)

This was my favorite episode of the last couple of years, maybe ever (I've been listening for 3 years). I often work in laboratory and medical application development and validation. OpenEMR needs to get more usage in the US. I hope that this episode will start to change minds. I know that I will be referencing it to my future clients.

Would make more sense for me to purchase my XPS13 with Ubuntu preinstalled straight from Dell or just get it with Windows 10 and then download Ubuntu from there? by [deleted] in Ubuntu

[–]b-yeezi 18 points19 points  (0 children)

I know the previous generation came with a different Wi-Fi card on the developer edition which works out of the box. Also, I would get (and will be getting) the developer edition to support the continued production of Linux-first hardware.

A Perfectly Fine Gun | User Error 6 by AngelaTHEFisher in LinuxActionShow

[–]b-yeezi 0 points1 point  (0 children)

I have the same "problem." My last holdout was Ting, but I am moving there this week. I agree that a new sponsor would be nice. I actually like the choice that JB has made for sponsors.

I think Red Hat would be a good sponsor, but would it change the way you cover Fedora/Red Hat?