Readit News logoReadit News
subsection1h commented on Digg.com is back   digg.com/... · Posted by u/thatgerhard
subsection1h · 6 days ago
I did a Ctrl+F for "Patriots" and "ASCII" in this thread, and I didn't see any results, which was surprising because what killed Digg for me were two issues: the Digg Patriots who brigaded many discussions and all of the stupid ASCII art in the comments, such as "It's a trap!":

https://gamefaqs.gamespot.com/boards/585451-alphabet-zoo/501...

subsection1h commented on Ask HN: Advice for someone who wants to try AI-assisted coding?    · Posted by u/inglor_cz
viraptor · 16 days ago
Mostly from what I see used. If you have actual stats that disagree, please post them. It's hard to find hard numbers.
subsection1h · 16 days ago
I don't know of any usage stats, but Claude has been mentioned in nearly twice as many comments on HN during the past year compared to Cursor:

https://hn.algolia.com/?query=%22Claude%22&type=comment&date...

https://hn.algolia.com/?query=%22Cursor%22&type=comment&date...

subsection1h commented on RFK's proposal to let bird flu spread through poultry   livescience.com/health/fl... · Posted by u/anjel
tbrownaw · 2 months ago
> In the spirit of HN I will only point out here this fact: RFK Jr's attack book on Fauci was extremely poorly produced.

It's in the spirit of hn to attack the person rather than the specific proposal?

subsection1h · 2 months ago
1. babymetal didn't attack any person; they criticized a book's production.

2. babymetal claims to be a bookseller and, if true, they offered a specialist's insight into the quality of the information disseminated by a person being discussed at HN. (Though, their observation was off topic -- like most comments in most HN discussions.)

3. You want HN users, who are mostly code monkeys, to criticize a proposal to address viral diseases?

subsection1h commented on Framework Laptop 12 review   arstechnica.com/gadgets/2... · Posted by u/moelf
jekwoooooe · 2 months ago
I like the idea of framework but after using a MacBook for years and having an iPhone, there’s just no competition. Even if the performance could be the same, you just simply don’t have the ecosystem. I can mirror my phone on my Mac (securely). I have unified clipboard and notifications. Not to mention all the other apps that just work across all my Apple devices. Enterprise and commercial software support… I could go on. An I used to run a fully riced out tiled arch setup.
subsection1h · 2 months ago
> I can mirror my phone on my Mac (securely). I have unified clipboard and notifications. Not to mention all the other apps that just work across all my Apple devices.

Can you provide examples of important work you perform with mobile devices that cause you to prioritize them so heavily? I don't use my phone for any important work, so for me, as a Linux user, choosing macOS as one's primary OS because of its integration with iOS is like someone choosing Windows as their primary OS because they have an Xbox with Game Pass.

subsection1h commented on Ask HN: What's your most unpopular dev opinion?    · Posted by u/Sourabhsss1
subsection1h · 3 months ago
The most useful programming language is Bash.
subsection1h commented on I think it's time to give Nix a chance   maych.in/blog/its-time-to... · Posted by u/pacmansyyu
elsjaako · 3 months ago
The source code is retrieved from the official source of the package, and checked against a hash that is stored in the package definitions. All the package definitions are stored in a large github repository, and they are "code reviewed".

For example, you can see where the xz sources get pulled from in the src section here:

https://github.com/NixOS/nixpkgs/blob/nixos-25.05/pkgs/tools...

As usual, wherever you get your software, if someone at the source sneaks in something malicious and no one notices it it gets in there. NixOs has no special mitigations against that (AFAIK).

But you can be reasonably sure that the binary you have matches the official source of the software, with maybe some reviewed patches to get it to work in Nix's environment.

The binaries are cached, so you don't have to build everything yourself. There is a command to rebuild the software from source yourself. Most packages are reproducible, about 95% of the distributed gnome version: https://reproducible.nixos.org/nixos-iso-gnome-r13y/

subsection1h · 3 months ago
> All the package definitions [...] are "code reviewed". [...] with maybe some reviewed patches to get it to work in Nix's environment.

In order for people to review Nix package definitions and patches, do they need to have their keys signed by other Nix contributors they meet in person like Debian contributors do?

https://www.debian.org/events/keysigning

subsection1h commented on Diseases are spreading. The CDC isn't warning the public like it was months ago   npr.org/2025/05/21/nx-s1-... · Posted by u/bookofjoe
msie · 3 months ago
To add to this, I was watching a right-wing YouTuber asking Democrats about why there isn't a border problem anymore. Well, it would seem like there isn't a problem anymore if Trump, GOP and Fox News aren't talking about it. Another problem "solved" by Trump!
subsection1h · 3 months ago
> there isn't a problem anymore if Trump, GOP and Fox News aren't talking about it.

Yeah, it's interesting how all those pet-eating Haitian immigrants they were race-baiting about suddenly became vegans or something the moment Trump was elected.

subsection1h commented on     · Posted by u/fullshark
cratermoon · 3 months ago
City Journal is a publication of the neoliberal Manhattan Institute. The Manhattan Institute was founded in 1978 by former CIA directory William J. Casey and Friedrich Hayek fan Antony Fisher.
subsection1h · 3 months ago
Yup, and James Meigs is horrible. Here are his ridiculous "tech" articles:

https://www.commentary.org/author/james-meigs/

subsection1h commented on Ask HN: How do you store the knowledge gained in a day?    · Posted by u/dennisy
subsection1h · 3 months ago
TIP: When asking for advice in relation to knowledge management, note-taking, etc., be sure to ask for precise details regarding commenters' solutions. There are many people who participate in these discussions who don't seem to take a lot of notes (e.g., one file or paper notepad for all of their notes!).

I have a personal knowledge base that currently includes almost 7,000 files in which I store my notes. I take notes on everything. Every technology. Every project. Every meeting. Every product I evaluate. EVERYTHING.

My notes are stored in Org files that I edit with Emacs and Org mode[1]. Org files are written using a feature-rich lightweight markup language[2] that is much more powerful than Markdown (which is used by other note-taking tools like Obsidian). For example, Org supports plain text spreadsheets[3], a feature I love.

People tend to disqualify Org and say, "I don't use Emacs," while assuming that Emacs users choose Org because we already use Emacs. But I started using Emacs specifically for Org, not programming.

Regardless of which tool you end up using, consider organizing your note files using hierarchical tagging. I started using hierarchical tagging for my notes right after Wikipedia launched and I saw how effectively hierarchical tagging was being used there. Each Wikipedia article can belong to multiple categories, and each category can belong to multiple categories. This is hierarchical tagging, and it's worked great for my notes. At the bottom of every one of my Org files, there is a list named "Parent topics", and each parent file has its own "Parent topics" list (excluding the "main topics" files, which have no parents).

[1] https://orgmode.org/

[2] https://orgmode.org/features.html

[3] https://orgmode.org/manual/The-Spreadsheet.html

subsection1h commented on Trump's NIH axed research grants even after a judge blocked the cuts   propublica.org/article/tr... · Posted by u/hn_acker
AnthonyMouse · 4 months ago
An excellent option is to use federalism as it was intended. If you want funding for certain medical research, have your state issue grants. There is nothing that requires it to be the federal government.
subsection1h · 4 months ago
> If you want funding for certain medical research, have your state issue grants. There is nothing that requires it to be the federal government.

States would need to increase taxes to fund more research, which would cause some of the wealthiest residents to flee to low-tax states. This would result in the pro-research states losing tax revenue and eventually cutting their research funding. The decline in research funding would result in the U.S. experiencing brain drain similar to what has been experienced in red states[1] for decades.

Some of us don't want the U.S. to experience brain drain that will cause our country to become more like the rural states that suffer from the loss of their best and brightest.

[1] https://www.google.com/search?q=red+state+brain+drain

u/subsection1h

KarmaCake day1524May 2, 2010View Original