cylo's comments

cylo | 6 months ago | on: HN Search isn't ingesting new data since Friday

This has happened before and it will happen again. Outages happen.

Can you share with us what the best point of contact or escalation path to reach out to the next time it happens on the Algolia side?

cylo | 1 year ago | on: The Insecurity of Debian

I disagree that it's disingenuous. I would love to see Google and other corporations that make use of Debian fund the development of good default AppArmor profiles for many common daemons. Right now they simply don't exist and users are left to fend for themselves.

The point made in the article is that security is hard and often thankless work. So it's not something that's conducive to volunteers doing in their free time often. It does take funding to move the needle on this here, and I think Red Hat is proof of that.

cylo | 2 years ago | on: Artifact News Is Shutting Down

That's a fair suggestion. I'll see about including some functionality for users to include additional news sites.

In the meantime, we did used to carry Al Jazeera but their endpoint had broken for some time. I've re-enabled it now to begin ingesting.

cylo | 2 years ago | on: What's wrong with enterprise Linux

Sure, I suppose. I've never been called a sockpuppet before so I'm simultaneously insulted but also...honored in an odd way?

Anyway, I'm not sure what else you'd have me do here. We all have to start somewhere. I put my thoughts out there under something I directly control and I'd rather people focus on the central thesis of the thoughts being proposed over resorting to personal attacks.

I'll continue posting small essays on relevant topics under the domain.

cylo | 2 years ago | on: What's wrong with enterprise Linux

Hi. Author here. I’m not a sockpuppet and genuinely have no affiliation with Oracle. It’s purely my own technical opinion.

I only recently registered the site and set up the blog because I had nowhere else to post it and did not want to use a hosted platform like Medium.

I was watching the recent Red Hat debacle from the sidelines and had some thoughts to put together about the general Enterprise Linux model.

cylo | 2 years ago | on: What's wrong with enterprise Linux

It's true that Red Hat does pull in changes from upstream for several subsystems of Linux. It's genuinely a frankenkernel mixed with code from 6.3, 6.1, etc.

But you're still beholden to what the Red Hat maintainers are pulling in and focusing on. It's still not a general follow upstream wholesale.

You can see and track what UEK is doing by looking at their Github: https://github.com/oracle/linux-uek/commits/uek7/u1

cylo | 4 years ago | on: Show HN: The Brutalist Report – A rolling snapshot of the day’s headlines

The whole thing is written in Go on my end. Ingesting new headlines is handled in a goroutine that spawns within the process every 30 mins using a combo of the wonderful gofeed (https://github.com/mmcdole/gofeed) and colly (https://github.com/gocolly/colly) libraries.

When loading the front page, you're loading a 1-minute-cached HTML page of it that was constructed out of headlines already in my PostgreSQL database that were put there by the ingestion goroutine.

I like the idea of word clouds actually, I think you're on to something there. I think you just need to pre-generate them rather than doing it adhoc (if that's what you're doing here) for speed. Additionally, perhaps consider using sentiment in a way that orients stories based on positive and negative sentiment. Right now I am not seeing how I as a visitor/user can act on the sentiment analysis as it is presented now.

It would be neat to see a collection of uplifting stories grouped together through the sentiment analysis.

Anyway, food for thought. I hope you keep hacking away on it as it's just good fun to build things.

cylo | 4 years ago | on: Show HN: The Brutalist Report – A rolling snapshot of the day’s headlines

1.) It is a lot! The frontpage in particular is almost overwhelming. Browsing by individual topics makes it a bit more digestible. One element I could support is a parameter you can supply in the URL to limit the amount of articles returned per source. The challenge with providing 15-30 high quality links is the "human editing" element required to do that effectively. I'd like to avoid that if at all possible, as well as not get into the business of harvesting visitors' personal information. There's no tracking or harvesting going on here whatsoever and I intend to keep it that way.

2.) Great idea, I could perhaps add an [hn] tag to those stories to preserve the link to the discussion.

page 1