Hacker News new | past | comments | ask | show | jobs | submit | ed25519FUUU's comments login

Huge disappoint no info about milk goats or cows.


Wow great feature. Apparently I accidentally hit the “flag” button all of the time because every one of my flagged posts was an accident. Now I get to go through and unflag them all. Sorry about that whoever made the post!


I’m dubious. Millions of people in the country are on wells and don’t use any fluoride, also fluoride isn’t present in every municipal drinking water supply.


I don’t understand the controversy of raising money even if the charged crime is a capital offense.

Nobody even knows all of the facts yet other what is being reported by the media, which is not the arbiter of truth.


In mind of some, street has already decided fate of the policeman. Luckily it is not up to street to judge.


If you include mobile games on ARM64 the the number of Linux gamers is significantly higher than x86.


While true, often people talk about the proportion of Linux gamers in the context of growing desktop Linux market share, "the year of the Linux desktop," etc. Since Android and desktop Linux programs are largely incompatible, mobile games on ARM64 don't matter in this context.


Compatibility is much less of an issue these days. My son apparently plays Android games on Windows in an emulator. I'm sure the same thing is possible on Linux. I plan to finally switch to gaming on Linux, because Linux support for games is much better than it was in the past, and even games that don't officially work in Linux, in practice often still do due to Steam Linux support. Even if you didn't buy the game on Steam, I've been told.

So I hope to soon join that 1.5%, and with the direction Windows seems to be going, I expect a lot more people will do the same.


I'll be pedantic and cynical;

- Android isn't quite Linux

- A good number if not the majority of 'mobile games' are gachas/cow-clickers.

At least to me, it's a bit like lumping old folks who play at churches into a 'Gamblers that visit casinos once a week' metric.


> Android isn't quite Linux

If we're being pedantic, let me be clear that Android is Linux. It just doesn't use the traditional userland, mostly implemented by GNU. So it's Linux but not GNU/Linux.


Ah this reckons me of this copypasta:

> Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.


If we're being pedantic the traditional userland isn't mostly implenented by GNU. systemd, X.org, pulseaudio, gnome, KDE, qt, gtk, etc are not GNU.


This comment led me to discover that GNOME is no longer part of the GNU project


Or KDE/Linux. :)


if we're being correct and practical, let me be clear that 'linux' is gnu/linux, so android uses linux kernel, but is not 'linux'

also, 'gaming' (union of pc and console) and 'mobile gaming' are significantly different demographics


No sir. You can't win both sides of the argument whenever it's more convenient for you.

If you are going to write GNU/Linux, be consistent with its usage.

Linux is the kernel. My OS is Ubuntu, not just Linux. Android is also Linux.


Linux is NOT GNU/Linux

Gnu = coreutils + POSIX + gcc + others;

Linux = the kernel


Accurate, but in general terms... Linux desktop = GNU/Linux.


> At least to me, it's a bit like lumping old folks who play at churches into a 'Gamblers that visit casinos once a week' metric.

Slight aside, but in the past I've worked at some of those bingo halls that drew the sunday after-church old folks crowd. They were some of the most hardcore gamblers I have ever seen. Gods dandelions these ladies weren't.


Yep. And the same is true of mobile gamers. I’m not sure about the stats, but I wouldn’t be surprised if the number of hours spent playing crappy mobile games is greater than the number of hours spent playing PC games. Mobile games don’t always look like pc games, but they sure are a giant market.


To follow common sense:

There is GNU/Linux, GNU/Hurd and Google/Linux.

If not indicated otherwise Linux is refers to GNU/Linux. Like America refers to the United States of America. Android refers to an incompatible custom userland by Google (anti GPL, closed-source PlayServices) and a usually heavily patched Linux-Kernel with many closed-source modules. Looking at Android 13 it is using an old 4.x Linux-Kernel as base.

Probably neither Google nor the FSF like that usage of terms?

That being said. I’m playing with Linux :)


There's no GNU/Hurd.

That's vaporware, never used by anyone for anything useful.


Haha ;)


I don't think that's very relevant when we're talking about AMD CPU usage, although it does mean that Phoronix may very well be technically wrong when talking about "Linux" gaming statistics. That said it's quite clear they mean GNU/Linux desktop gaming using x86_64-based systems.


[flagged]


Android is a very thick layer/shell around the actual Linux kernel, maybe some or a lot of patches, but still Linux. How much compiled Linux code does it run? Quite a lot. macOS, AFAIK, runs NO Linux (the kernel) source code.


macOS is not based on the Linux kernel, it's based on BSD.


Android uses Linux the kernel. macOS doesn’t use Linux the kernel.


What you guys are referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.


Your copypasta is out of date. https://www.gnu.org/gnu/incorrect-quotation.en.html. The updated version is:

A quotation circulates on the Internet, attributed to me, but it wasn't written by me.

Here's the text that is circulating. Most of it was copied from statements I have made, but the part italicized here is not from me. It makes points that are mistaken or confused... < original copypasta>

The main error is that Linux is not strictly speaking part of the GNU system—whose kernel is GNU Hurd. The version with Linux, we call “GNU/Linux.” It is OK to call it “GNU” when you want to be really short, but it is better to call it “GNU/Linux” so as to give Torvalds some credit.

We don't use the term “corelibs,” and I am not sure what that would mean, but GNU is much more than the specific packages we developed for it. I set out in 1983 to develop an operating system, calling it GNU, and that job required developing whichever important packages we could not find elsewhere.


I love this idea! All of my IP cameras just FTP to my server where they get immediately uploaded to my google drive. It works perfectly and it’s cheap but they’re still Chinese cameras connected to the Internet.

Is there a list of cameras that can be converted like this?


I wrote a custom FTP->GDrive proxy daemon for use by my scanner. (I wanted USB->GDrive, but it turns out my Brother scanner wouldn't allow me to override scanning parameters on its display for USB, but it does for FTP...)

What are you using for this transfer?


I use a simple inotify script on the receiving FTP server that waits for a new file descriptor to close and then uses rclone to upload it.


I have an idea but needs some works:

Create a network just for the camera(s) - I.e. different wifi router.

Find out the server IP that the camera sends it’s video to.

Connect a pc/rpi to this camera’s wifi router on WAN port.

Assign all camera’s server IP you found above to this pc/rpi.

You should get all the traffic from cameras to their server. Up to you now what you are going to do.


Unless the canera uses HTTPS and certificate pinning so you can't re-assign a different IP to their domain. Snark: Good job privacy advocates!


Most xiaomi camera and white labels mostly work. I side load the customer firmware on a Yi camera and it’s been a solid wifi camera. The VLAN it’s on has zero internet access.


can you elaborate on your setup a bit more?

I've been struggling to find a way to do this. Seems like everything I find has removed any FTP/SFTP support and wants to send pics over LTE to an email address.

My goal is a simple weather cam that will upload an image every 1 minute. Simple as that. Old 2000s webcam style. I ran into an unsolved problem with my rPi3 and a Logitech cam and mostly gave up out of frustration.


Free speech causing problems for the USA yet again?


I'd say the issue is "factionalism" as the US founding fathers identified it. Some group (elites, landlords, corporations, white people, etc) is looking out only for themselves at the expense of society in general. East Asian countries love enforcing their conformity and harmony.


I also never understood the disdain for it. I feel like 15 minutes of reading about systemd keywords and I was on my way to making some very usable and reliable systemd scripts.

I don’t use sysv init anymore but I don’t feel like I ever fully understood those scripts.


I get the disdain. Beyond just reacting to change, systemv is fully scripted and thus a lot more accessible - one can read the source and understand what is happening fully once the kernel is done. On the other hand with systemd I feel we get this opaque magical complexity encroaching into previously fully grokkable user space and that is very hard to take, regardless of actual pros and cons.


Wouldn’t lead contamination cause the turmeric to sink?


Lead Chromate, not Lead.

But apparently it's also not very soluble in water, so the question about sinking stands.

Possibly, a chemical powder is much finer than a ground-up plant matter, and takes longer to settle.

https://en.wikipedia.org/wiki/Lead(II)_chromate#Safety_hazar...


I've actually had a successful test with the water method. The lead coloring shows immediately and remains dissolved or in suspension or whatever for days, possibly forever. Turmeric doesn't usually color water at all.


There are youtube videos showing how to do the turmeric test with water. Definitely, everyone that uses it, should know this.

https://www.youtube.com/watch?v=tXWPf0HQd5U

(Testing Turmeric Powder adulteration with Artificial Color)


I just tried this test with some turmeric powder I had at home and it failed according to what is shown in the video. I happened to have a lead testing kit, and it doesn't have lead though. The powder does have some ginger and other herbs in it, so apparently harmless adulterants other than lead can cause it to fail this visual test.


Have you checked that test with known lead chromate to rule out test error?


Good idea...


Gotta make hay while the sun is shining.


Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: