Comments

Re: Green Site, Red Site, Blue Site (Score: 1)

by bryan@pipedot.org in SoylentNews Shutdown on 2024-02-07 15:30 (#6JEPZ)

To be fair, Letsencrypt wildcard renewing over DNS is kinda annoying.

Re: Green Site, Red Site, Blue Site (Score: 2, Interesting)

by bryan@pipedot.org in SoylentNews Shutdown on 2023-06-29 08:23 (#6CJVD)

Thanks. The favicon code needed to be rewritten anyway. Should be working better now.

As for The Intercept feed, the code currently has a one-to-one relationship of articles to feeds. This means that if you add the feed for "All" and the feed for "English" then articles will show up in one or the other, but not both. This is unfortunate, since quite a few sites have overlapping feeds like this. Just add the main feed for now...

Re: I don't care (Score: 1)

by bryan@pipedot.org in Diablo 3 Expansion Reaper of Souls on 2023-06-18 21:02 (#6C94T)

Heh, I had actually pre-ordered Diablo 4 a good while back. But now that the game is finally out, I can't seem to bring myself to play it. If I want to play a game I just start another play-through of Oxygen Not Included.

Re: Green Site, Red Site, Blue Site (Score: 1)

by bryan@pipedot.org in SoylentNews Shutdown on 2023-06-17 05:14 (#6C8AD)

The Slashdot, Engadget, Gizmodo, SoylentNews, and other feeds should now work again. ExtremeTech is still broken because it downloads using IPv6 by default but their server only likes IPv4. I think...

Re: Green Site, Red Site, Blue Site (Score: 1)

by bryan@pipedot.org in SoylentNews Shutdown on 2023-06-15 17:59 (#6C77W)

That's a known bug that I've been meaning to look at. It's not just the slashdot feed but several others as well and it's quite annoying to me too. I'm using a third party library called SimplePie that is supposed to parse the RSS / atom text into usable data, but the library often bombs out instead of returning anything. It's a pain because the fatal error in that library causes the whole feed process to completely stop until cron restarts it again. This causes not only the offending feed to not get data but all other feeds afterwards to halt. Feed parsers are complicated because a lot of sites return malformed data with stray tags all over the place. In an ideal world you could just parse an article with a strict xml parser and everything work! But far too many sites forget to close their html tags or use some invalid unicode strings that cause the parse to fail.

Re: Moderation (Score: 4, Informative)

by bryan@pipedot.org in SoylentNews Shutdown on 2023-05-30 18:47 (#6BZN0)

There is no such setting at the moment, but I'll keep it in mind and may show the IDs again in the future.

Re: Green Site, Red Site, Blue Site (Score: 1)

by bryan@pipedot.org in SoylentNews Shutdown on 2023-05-26 20:12 (#6BXXS)

Ya, just tried on gmail and it marked the email as spam. But as soon as I moved that first message out of the spam folder, all further messages went to the inbox.

Re: What year is it? (Score: 1)

by bryan@pipedot.org in Centrelink Releases Welfare Receipient's Personal Information to try to save face on 2023-05-26 16:52 (#6BXVB)

I submitted a story in the pipe: SoylentNews Shutdown
They contacted me briefly, but I'm not sure what their plans are going forward.

Green Site, Red Site, Blue Site (Score: 3, Informative)

by bryan@pipedot.org in SoylentNews Shutdown on 2023-05-23 23:33 (#6BWB6)

You guys are welcome to come over here if you want. I'm not going anywhere.

Re: What year is it? (Score: 1)

by bryan@pipedot.org in Centrelink Releases Welfare Receipient's Personal Information to try to save face on 2022-11-12 23:35 (#65RVC)

Just some ongoing issues due to using an over-complicated database cluster setup. It'll be back soon, though likely with a few records missing.

Re: Egg, bacon and Spam (Score: 1)

by bryan@pipedot.org in Submissions closed on 2020-04-30 11:56 (#52W0R)

test

Re: Problem with Pipedot (Score: 1)

by bryan@pipedot.org in Centrelink Releases Welfare Receipient's Personal Information to try to save face on 2020-04-30 11:47 (#52W0Q)

Ya, I have a few bugs that cause the feed pages to act improperly at times.

The first is that I'm using a strict XML library to parse the feed. If the RSS/Atom page has any syntax error (for example: a stray tag or quote) the page wont parse correctly and will return blanks for everything. Pipedot's feed page uses the "title" tag returned from the RSS page as the name of the feed. This is why you sometimes see the header bar of a feed become blank. This is also why some feeds (like ExtremeTech) have weird names: because that's how their source title tag of their RSS page is set!

Another bug happens when adding dual protocol feeds. When I wrote the feed logic, I made each feed be unique based off the RSS URL. This lets a site have multiple feeds, as long as the RSS links have different URLs. The bug happens when you create two feeds to the same location, one using "http" and one using "https". A human knows that "http://xkcd.com/atom.xml" and "https://xkcd.com/atom.xml" are the same, but the site see's them as two unique URLs! (current xkcd feed link is using the atom version over http)

P.S. I also recently upgraded to Ubuntu 20.04 that was released last week. (may have some lingering issues)

Re: Egg, bacon and Spam (Score: 1)

by bryan@pipedot.org in Submissions closed on 2020-01-18 00:24 (#4Y2XX)

Welcome.

Re: Feed question (Score: 1)

by bryan@pipedot.org in Submissions closed on 2019-10-25 01:58 (#4T5HC)

A misbehaving set of feeds (raw weather data) was taking too much time and caused some of the other feeds to miss their updates. When I coded the feeds, I never really considered raw weather data would be used as an RSS stream. Every time the feed updates, the system would generate a new permanent article with the current temperature. Some of the weather feeds racked up millions of ephemeral and rather worthless articles. For now, I've deleted a big chunk of these and unclogged the updates.

In the future, I will probably need to come up with a more elegant solution to showing weather information. With some of the other sites (like iGoogle), you could add a "weather widget" that showed a better summary of current conditions than an RSS feed.

Re: Just sleeping (Score: 1)

by bryan@pipedot.org in Dead? on 2019-08-19 16:42 (#4NGKA)

Before I left for vacation last week, I turned off a few of my computers. Seems I turned off too many and accidentally turned off the backup computer that moves the database backups off the live site. After a few days, the untransfered backups exceeded the storage capacity of the live site and started to cause problems. Woops! Sorry for any inconvenience as the site was down on Friday-Saturday while I was traveling.

I'm looking at a few changes to the backup process that should prevent these types of problems in the future.

Egg, bacon and Spam (Score: 2, Interesting)

by bryan@pipedot.org in Submissions closed on 2019-02-20 01:36 (#49FR0)

Agreed. A great deal of effort is required to mangle many of the user submissions we've received into something that is high enough quality and worthy of being published. Of course, the hundreds of stories already published by evilviper/zafiro17/etc set a rather high bar of quality. :)

Over 5 years ago, a growing rift in the green site set in motion a movement for a "better" news for nerds site. The result was not only a split into the new red and blue sites, but also reforms in the original site as well. The feared "beta" was shelved and calmer heads prevailed throughout. Although some rumors have suggested that Pipedot is dead, and I can hardly blame them, there simply doesn't need to be so many forks of the same thing. As for product differentiation, we still have plenty of technical features the others do not (editable comments!) but other features that we pioneered (colorized new vs old comments) have even made it into the others. Rest assured, if the other sites decide to self-destruct again, we will be waiting; this time with an easier turnaround. As an abandoned user of iGoggle and Reader, I'm still a huge fan of the RSS features of Pipedot and still use it daily. Others have suggested that other site features, like the internal mail system, could be expanded to include full web-email abilities - which may still be explored in the future. Suggestions for improvements are welcome!

As always, if an enterprising individual wants to step up and help as an additional editor or help in other ways, send me a message.

Re: Just sleeping (Score: 2)

by bryan@pipedot.org in Dead? on 2018-02-08 02:23 (#3FC3X)

With the red site doing well, and even the green site getting bought out by a new benevolent dictator, the need for another alternative has diminished considerably. If the other two sites self destruct or start a new "beta" fiasco, I'm sure we'll get some some renewed interest - but for now, yes, we are sleeping. I still use the site quite a bit every day to read RSS feeds so the site is definitely not dead. I also have a pretty big backlog of code changes to push up (probably around the release of the next Ubuntu LTS in April.)

Of course, I would not be opposed to a new editor volunteering and posting some fresh stories. Send me a message if interested!

Re: Hashtags (Score: 1)

by bryan@pipedot.org in Vibrator maker pays out after admiting to tracking users with online app on 2017-03-16 18:41 (#2G3DC)

Related SN story (Score: 1)

by bryan@pipedot.org in Nokia brings back the 3310 but not for Aussies on 2017-02-27 23:07 (#2E5QF)

Ad (Score: 1)

by bryan@pipedot.org in ITT Tech shuts down all its schools on 2016-09-16 16:34 (#1TZRV)

Did they still run TV commercials non-stop on nearly every public channel like they did 20 years ago? Not much of a TV watcher, so I'm unsure. Maybe Progressive Insurance has one-upped them in advertising quantity.

Mall datacenter (Score: 2, Interesting)

by bryan@pipedot.org in Rackspace found a buyer, going private on 2016-08-29 21:50 (#1S1FJ)

I had hopes that Rackspace would open a neat datacenter in my hometown of San Antonio when they bought a large shopping mall to serve as their main point of presence. Sounds cool, right? Take down the JCPenny/Mervins/Sears signs and install rows and rows of computers, etc... However, years later, the site is still largely empty. Sure, they renovated a few areas to serve as a large cubicle farm for phone support personnel, but they don't actually host anything or run any servers in the building. They continue to use a few third party datacenters with remote-hands in Dallas for their server needs. As far as I know, they don't even have the transit from the network providers to host anything in San Antonio, even if they wanted to.

Plus, their main business has turned into selling you a really expensive full service experience. No build your own server or collocation options, you just tell them you want a webpage and they do everything for you. Kinda boring.

We used to host our local Linux group meetings there, but support from Rackspace rapidly waned, and lack of interest to continue to push for room every month means we stopped meeting altogether. If we ever continue, we will probably go back to meeting at the local community college and skip the Rackspace option - which is kind of sad for company that claims that it is "Linux friendly" and even originated the whole OpenStack thing.

obligatory xkcd (Score: 2, Funny)

by bryan@pipedot.org in How long before a self-driving car is hacked and "weaponized"? on 2016-08-23 20:44 (#1RDZ1)

No hacking required?

https://xkcd.com/1559/

Star Trek (Score: 2, Insightful)

by bryan@pipedot.org in Which fictional work will the future most resemble? on 2016-08-08 22:38 (#1PX0W)

Here's hoping we solve our problems and everything turns out OK in the end. Then, in our utopia, we can build star ships and seek out our neighbors.

Re: Entirely typical... (Score: 1)

by bryan@pipedot.org in Olympics viewers overloaded with commercials during NBC Olympic Opening Ceremony on 2016-08-08 17:13 (#1PW4E)

Tried to watch some of the gymnastics this weekend. The station spent over 80% of the time watching the athletes walk around, show their backstory, wait for their turn, view their reactions to the score, etc... Everything but showing the actual competitive event. Often, so much time would pass of showing nothing, that 2-3 commercial breaks would happen before seeing the next gymnastic routine.

Plus, you pretty much only get to see the U.S. team and almost never see any of the other countries competitors.

Forget texting! (Score: 2, Insightful)

by bryan@pipedot.org in Serious limitations In Samsung Galaxy Note 7 Iris Scanner on 2016-07-28 16:46 (#1NS6F)

something that may be awkward to do in a moving vehicle
Hopefully, one doesn't try to unlock their phone via iris scanner while driving... Sounds even worse than trying to text while driving.

Re: Looked into connected thermostat... (Score: 1)

by bryan@pipedot.org in The Coming Internet-Of-Things Horror Show on 2016-07-28 16:40 (#1NS6C)

As for thermostat settings, I prefer the simplest option: a single fixed temperature that the system maintains +/- a degree or two.

The house itself should be efficient and have enough thermal mass to prevent large temperature fluctuations throughout the day anyway. If you feel the need to "adjust" the heat/cooling at different times of the day, perhaps you should invest in more insulation or higher efficiency windows instead of a fancy internet connected thermostat.

Anandtech Article (Score: 2, Informative)

by bryan@pipedot.org in Seagate introduces new 10TB Barracuda hard drives on 2016-07-20 21:08 (#1MYEG)

The Anandtech article #1MSRJ claims that the new 10TB drives are based off of helium.

iPod (Score: 2, Interesting)

by bryan@pipedot.org in 6 counterfeit iPhones from China on 2016-06-20 16:13 (#1HSYD)

I remember having a knockoff iPod back when mp3 players were still a thing. The device, produced by notorious cloner Meizu, actually worked better than a real iPod in that it was able to play Ogg Vorbis and other audio codecs that the real iPod couldn't.

Or did he... (Score: 2, Informative)

by bryan@pipedot.org in 15-year-old discovers a new Mayan city based on star constellations on 2016-05-11 17:52 (#1DDC4)

Re: 2015 (Score: 1)

by bryan@pipedot.org in Facial RecognicionTechnology Dissuading False Asylum Seekers From Entering Sweden on 2016-05-06 23:15 (#1D0N4)

Kinda late noticing this comment, but your username is probably just "kurt" and not your external email address.

Re: So dry (Score: 1)

by bryan@pipedot.org in Grid-scale battery based on train cars and gravity on 2016-05-02 23:02 (#1CJRH)

Plus you don't have to worry about the rail cars evaporating.

Re: Motives (Score: 1)

by bryan@pipedot.org in More efficient new LEDs now available, over 200lm/W on 2016-04-20 16:48 (#1B6GQ)

Even for household applications, compact fluorescent bulbs often have a higher efficiency rating (in terms of Lumens per Watt) than LEDs. However, LED bulbs are pretty close, especially when compared to incandescent, and are still improving. Add in the instant startup, the more focused output, and the whole no-mercury thing, and it's no wonder why the new LED technology is quickly becoming the new "green" favorite.

Re: Some benefits (Score: 1)

by bryan@pipedot.org in Ransomware that knows where you live on 2016-04-13 16:20 (#1ACE3)

iPhone SE (Score: 1)

by bryan@pipedot.org in Big phones work for everyone, except you on 2016-04-08 16:12 (#19TRX)

The new iPhone SE, with the old 4 inch form factor, makes my iPhone 5 look new again. :)

Smart Watch (Score: 1)

by bryan@pipedot.org in Finger Phone now a reality on 2016-03-23 15:59 (#1822C)

This would finally make all those smart watches useful though, right? Being able to hear a private call with the actual watch instead of relying on a speakerphone or a Bluetooth earbud.

Candidate Stances (Score: 3, Informative)

by bryan@pipedot.org in Obama popularises phone fetishizing on 2016-03-14 23:18 (#173GC)

Presidential candidates and their stances on encryption.

Friends Feed (Score: 1)

by bryan@pipedot.org in does pipedot have a friends feed? on 2016-03-11 23:53 (#16TJ9)

A friends feed of what? Articles they like? Comments?

In the stream feature of the site, you can see a single individual's stream (here's mine) of articles that they have modded up, but combining the streams of all your friends could be a neat addition that I'll look into.

As for the IRC home, a #pipedot channel on freenode was very briefly occupied two years ago, but was abandoned once soylentnews started their own IRC presence and became much more popular.

Re: errr (Score: 2, Interesting)

by bryan@pipedot.org in Amazon increases free shipping minimum order to $49 on 2016-02-24 17:05 (#150YX)

Amazon wants to drive their customers to Prime - the service with a monthly fee even if you don't use it for anything for the month.

Re: GPL-2 issues FTW (Score: 1)

by bryan@pipedot.org in ASK: Are there any Linux LiveCDs which include the proprietary NVIDIA driver? on 2016-02-13 22:57 (#13WEQ)

Many times, the "Live CD" is actually a flash drive. Ubuntu and the like can even create a separate partition on a live CD flash drive for a persistent /home storage area.

Re: Volunteer (Score: 1)

by bryan@pipedot.org in PipeDot Constipated on 2016-02-12 17:09 (#13RTD)

Volunteers are always welcome. :)

Re: Current status? (Score: 1)

by bryan@pipedot.org in Google's Project Ara Prototype Demo on 2015-12-16 18:16 (#XXBD)

More Information at their homepage and on Wikipedia.

I remember seeing some articles a few months ago about delaying until 2016 because the modular components would break apart when dropped.

Re: Another Dalton Fan! (Score: 4, Funny)

by bryan@pipedot.org in The Best Bond: on 2015-11-17 23:55 (#TXRJ)

I like how super glue is in 2nd place. :)

Finally! (Score: 1)

by bryan@pipedot.org in Star Trek will return to TV in January 2017 on 2015-11-03 02:18 (#SD9M)

The movies are great and all, but a TV series is better in every way.

Re: SSL Cert (Score: 2, Informative)

by bryan@pipedot.org in Site Update on 2015-11-01 15:15 (#S8Q3)

The current SSL cert system is a corrupt money grab (although, I suppose we can thank them for indirectly funding Ubuntu.) There is just no reason why they need to charge hundreds of dollars a year to sign a certificate.

The site still gets an "A" from the SSL Labs testing page. A year ago, when I made the certificate, Google still accepted SHA1 signatures. Their new warning (in Chrome based browsers) is just a warning (and, in my opinion, a bit premature.). That being said, the next time I renew the cert, I'll make sure that I switch to a provider with SHA2 certs down the entire chain, as well as one that allows a working SSL stapling setup.

Re: It says more about the test than the cars (Score: 1)

by bryan@pipedot.org in Four more carmakers join diesel emissions row on 2015-10-17 20:06 (#QT37)

The end result should be VW pays massive fines...
Or, even better, convince VW and others to take plug in electrics more seriously and introduce their own models. Can't fail an emission test if you have zero emissions.

Re: Come on, AMD (Score: 1)

by bryan@pipedot.org in AMD cuts 5% of global employees on 2015-10-12 17:23 (#Q8K8)

For many years, AMD kept Intel honest and largely pushed the performance to what it is today. With AMD, you would typically get faster clocks, more cores, larger dies, and a cheaper cost. Intel was forced to compete.

Remember Intel Itanium? AMD responded with a more sane alternative that even Intel eventually adopted a few years later. SATA 6GB? USB3? AMD's chipsets had them almost immediately, while Intel dragged their feet for years afterwards.

Although Moore's Law is still technically alive, they've essentially been "cheating" for the past 5+ years. All those new transistors are being added to the graphics and memory caches; performance of the cores have been relatively stagnant for some time now. For example, compare a 5 year old sandy bridge (i5-2500K) with a brand new skylake (i5-6600K) CPU. See how 5 years has added hardly any additional performance? Granted, the new chips are far more efficient energy wise, and you can now play some low end games on the integrated graphics, but still...

Re: Yes, but (Score: 1)

by bryan@pipedot.org in Hand dryers worse than paper towels for spreading germs on 2015-10-05 15:59 (#PH6J)

Since they are probably already installed at the front entrance, why not just put automatic sliding doors on the bathrooms?

Granted, you'll probably want either an opaque or frosted glass version. Also, an automatic door (times two for both genders) will surely be more expensive than a standard door.

Smartphone Sources (Score: 2, Interesting)

by bryan@pipedot.org in The $60 Raspberry Pi touchscreen is now available on 2015-09-29 17:08 (#NY7J)

With all the smartphone screens these days, you would think they would be able to nab a much higher resolution screen (and likely cheaper) part from a phone maker's spare parts bin. With some new phones getting 4K screens today, something with only 480 vertical lines sounds a bit dated.

Re: Inaccurate title: Happy birthday song was not copyrighted (Score: 1)

by bryan@pipedot.org in Happy Birthday Song Released to Public Domain on 2015-09-25 15:57 (#NJ6D)

Either way, it was about time. Holding up copyright expiration (1976 and 1998) on recent works is bad enough. Somehow claiming they have an exclusive hold on a tune from 1893 is appalling.

Re: pipecode question (Score: 1)

by bryan@pipedot.org in Verizon, T-Mobile oppose delaying LTE-U to test WiFi interference claims on 2015-09-14 11:35 (#MCTH)

Sorry, I'm currently reworking how orphan comments are counted and should have a fix soon. More information can be found here: http://bugs.pipedot.org/view.php?id=62
123456789