HackerTrans
TopNewTrendsCommentsPastAskShowJobs

driggs

no profile record

Submissions

The No. 1 Country Song in America Is AI-Generated

newsweek.com
4 points·by driggs·8 माह पहले·2 comments

comments

driggs
·19 दिन पहले·discuss
Seconding this for geospatial dev projects, which may have absolutely massive binary data files.
driggs
·2 माह पहले·discuss
You've described every recording ever made.

I'm describing a band playing a concert to an empty ampitheatre which has been silent for two millennia after its inhabitants perished together in an instant.
driggs
·2 माह पहले·discuss
The Live at Pompeii "concert" in that empty amphitheatre has always felt to me like they were playing to an audience of ghosts or spirits.

If you have the opportunity to see it on a big screen or IMAX, it's an incredibly moving experience.
driggs
·2 माह पहले·discuss
That really improved things! Now each rabbithole goes deeper and deeper and deeper...
driggs
·2 माह पहले·discuss
This is why we can't have nice things.

Looks like someone scripted `curl` in a loop and generated thousands of permutations of hate content.
driggs
·2 माह पहले·discuss
It seems like the site's algorithm is that every newly-generate page includes multiple links to not-yet-existing pages. So it doesn't matter that existing pages are cached, all the "leaf node" pages link to multiple uncached new pages.
driggs
·2 माह पहले·discuss
That's a pretty absurd complaint.

Are you aware of any XML parser ever which preserves the plaintext formatting of the .xml file while magically inserting and modifying an arbitrary amount of XML data anywhere within the document?

SVG is just XML. Save your file in Inkscape, and then run `tidy` on it, or whatever you like for format your XML with.

(As a fellow hand-crafted XML fan, I feel your pain. But I also know when to choose my battles!)
driggs
·2 माह पहले·discuss
This site is going to be expensive when a web crawler hits it. A honey pot that burns tokens.
driggs
·2 माह पहले·discuss
This is fantastic. I couldn't find any obvious way to search for a new page, but you can simply bang out any arbitrary URL slug and the new article will be hallucinated fresh, eg:

https://halupedia.com/shortest-cave-in-the-world

https://halupedia.com/echolocation-ability-in-spiders
driggs
·2 माह पहले·discuss
Agree, CP/M has nothing to do with the story, nor does the 8080/8086 sidetrack.

The whole story is that Microsoft just never bothered to standardize, despite using it themselves.
driggs
·3 माह पहले·discuss
Zip drives were revolutionary for 100mb and then 250mb storage, at the same time that many people gained widespread access to the Internet. But they were proprietary and required you to have an external drive available to write or read from them (and that might also mean a SCSI port).

So when affordable CD-R became available, even though early drives were slow writers, they had the advantage that they could be read from practically any computer. With ubiquitous non-proprietary CD-ROM drives and the huge 700mb capacity, Zip drives were tossed as soon as someone bought a CD-R drive.
driggs
·4 माह पहले·discuss
The "neuroplasticity" which leads to a relative quietness presumably comes after the psychedelic experience.

Interestingly, the paper only lists the following adverse effects: visual perceptual changes, nausea, and headache. Given that the patients in the double-blind study were those who suffer from moderate to severe Generalized Anxiety Disorder, I could imagine some significant anxiety in the 200 µg active group!

The paper only reports significant results at the 100 µg and 200 µg dose level, not less, which seems like another strike against psychedelic microdosing. The pharmaceutical industry would love to find a magic psychedelic drug which doesn't result in the psychedelic experience, but it seems like that experience is the key to their mental impact.
driggs
·5 माह पहले·discuss
Wow, he admits to using two AI tools: He used Claude Code, which failed because the blog was intentionally set up to refuse AI crawlers, so he pasted the page into ChatGPT. Then he blames ChatGPT for paraphrasing the hallucinated quotes.

He makes the claim that he was just using AI to help him put together an outline for his article, when the evidence clearly shows that he used the AI's verbatim output.
driggs
·5 माह पहले·discuss
Retinal imaging is used to detect damage from glaucoma or other eye disease, by "diffing" the fine blood vessels and nerves.
driggs
·6 माह पहले·discuss
Particularly relevant to HN is that Bobby's primary writing partner for decades was John Perry Barlow, cofounder of the Electronic Frontier Foundation (EFF):

https://www.eff.org/john-perry-barlow

  A Declaration of the Independence of Cyberspace
  by John Perry Barlow
  
  Governments of the Industrial World, you weary giants of flesh and steel,
  I come from Cyberspace, the new home of Mind. On behalf of the future, I
  ask you of the past to leave us alone. You are not welcome among us. You
  have no sovereignty where we gather.
   
  We have no elected government, nor are we likely to have one, so I address
  you with no greater authority than that with which liberty itself always
  speaks. I declare the global social space we are building to be naturally
  independent of the tyrannies you seek to impose on us.
https://www.eff.org/cyberspace-independence#main-content

Many of Bobby Weir's best-known songs had lyrics penned by Barlow. The world is a brighter place because of their partnership, and a little more grey in their absence.
driggs
·6 माह पहले·discuss
While predation by rats is curious news, much more common (here in the US at least) is predation by raccoons.

Conservation-minded management practice is often to build a "bat friendly" gate at the entrance of a significant bat cave or an abandoned mine portal. These gates are the ideal perch for hungry raccoons to pluck bats right out of the air. Bats emerge from entrances like this near the ceiling, when possible, specifically to avoid predators. Poorly designed gates are the opposite of "bat friendly" and turn the safe entrances into buffets for raccoons.

Why do we care about protecting bats? They're the #1 predator for night-flying insects, which are often crop destroying pests. Every bat we lose equals more chemical pesticide that farmers must use to efficiently grow crops.
driggs
·6 माह पहले·discuss
Windows 2000 or Windows XP - with security updates and modern hardware support - is exactly what I want.
driggs
·6 माह पहले·discuss
Oof, "zero" is two syllables so we'll have to pronounce it "null".
driggs
·6 माह पहले·discuss
Because that's for half-time!
driggs
·6 माह पहले·discuss
This website is a useless exercise, but the idea in the submission title "using fewer syllables to express numbers" has utility.

As a musician, I frequently need to count to a rhythm, and the pesky number seven's two syllables throws my cadence off. So I count a bar of 8 like this:

> one, two, three, four, five, six, sev, eight

Occasionally I'll need to count up to as high as 16, which is especially tricky. It'd be easiest to do it in hexadecimal-style, but somehow I can't bring myself to count a part out as:

> one, two, three, four, five, six, sev, eight, nine, a, b, c, d, e, f, g

If only I could convince musicians to use zero-based indexing instead of one-based.