HN user

divbzero

10,969 karma

Hello, world.

  #!/bin/bash
  name=chris
  user=divbzero
  email=${name}@${user}.com
  code=https://github.com/${user}
  website=https://${user}.com
[ my public key: https://keybase.io/divbzero; my proof: https://keybase.io/divbzero/sigs/o74zfvmaYGlCRV0hSUGRNdI1y03rbNP65tL072qROtg ]

[ my kismet code: ef956b ]

Posts461
Comments2,095
View on HN
www.wired.com 1d ago

The Galaxy Card Is Samsung's Answer to the Apple Card

divbzero
1pts0
www.smithsonianmag.com 5d ago

How Has Roman Concrete Lasted for Millennia? 1,900-Year-Old Latrine Offers Clues

divbzero
273pts220
apnews.com 23d ago

Greece's Parthenon gets a facelift, revealing a look not seen for 220 years

divbzero
2pts0
www.nasa.gov 1mo ago

NASA's X-59 Aircraft Flies Supersonic for First Time

divbzero
3pts0
en.wikipedia.org 1mo ago

Latting Observatory

divbzero
2pts0
apnews.com 1mo ago

Brazilian court orders restoration of Fordlandia, Henry Ford's Amazon ghost town

divbzero
2pts0
www.wired.com 1mo ago

Ferrari's New Jony Ive–Designed EV Is Swathed in Glass and Aluminum

divbzero
2pts2
www.thecrimson.com 2mo ago

70% of Faculty Vote to Overhaul Harvard Grading with A Cap

divbzero
21pts20
apnews.com 2mo ago

A new whale detection network launches in SF Bay, alerting ships in real time

divbzero
4pts0
techcrunch.com 2mo ago

Google launches Antigravity 2.0 with an updated desktop app and CLI tool

divbzero
3pts4
www.bloomberg.com 2mo ago

As the West Dries Out, a New Generation of Dams Rise

divbzero
3pts1
www.sec.gov 2mo ago

SEC Proposes Amendments to Permit Semiannual Reporting by Public Companies

divbzero
3pts0
thehill.com 2mo ago

House approves reauthorization of warrantless spy powers

divbzero
1pts0
drewdevault.com 2mo ago

The advantages of an email-driven Git workflow (2018)

divbzero
4pts1
www.sfchronicle.com 2mo ago

San Francisco must preserve the birthplace of the Mission burrito

divbzero
3pts0
support.apple.com 2mo ago

About the security content of iOS 26.4.2 and iPadOS 26.4.2

divbzero
3pts0
www.seattletimes.com 2mo ago

Microsoft offers buyouts for longtime employees

divbzero
4pts1
www.omgubuntu.co.uk 3mo ago

Ubuntu 26.04 LTS: What's new since 24.04?

divbzero
5pts0
www.wired.com 3mo ago

Say Goodbye to the Undersea Cable That Made the Global Internet Possible

divbzero
1pts0
www.nbcnews.com 3mo ago

AI is the boss at this retail store. What could go wrong?

divbzero
4pts0
old.reddit.com 3mo ago

The official Paul McCartney account banned?

divbzero
5pts1
www.ada.gov 3mo ago

New Rule on Web and Mobile Accessibility for State and Local Governments (2024)

divbzero
2pts1
www.space.com 3mo ago

NASA's Lunar Gateway space station is out. Moon bases are in

divbzero
1pts0
arts.st-andrews.ac.uk 3mo ago

Lessons from the history of Royal Society journal publishing, 1665-2015

divbzero
1pts0
apnews.com 3mo ago

Iran camera network to control dissent turned into Israel targeting tool

divbzero
6pts0
www.npr.org 4mo ago

Airstrikes may have destroyed Iran's last F-14s

divbzero
4pts1
www.accuweather.com 4mo ago

Bright daytime meteor triggers sonic boom over Cleveland

divbzero
1pts0
www.nasa.gov 4mo ago

From Cabbages to Countdowns: NASA Marks 100 Years of Modern Rocketry

divbzero
1pts0
www.boatnews.com 4mo ago

Gitana 18: the new flying Ultim trimaran

divbzero
62pts53
apnews.com 4mo ago

Britain is ejecting hereditary nobles from Parliament after 700 years

divbzero
310pts397

I agree with the analysis of lead service lines, but serving static files is lot cheaper than replacing underground pipes—so much cheaper that I think it’s qualitatively different.

πFS 1 month ago

you basically need the same amount of data to represent the address of your data as the data itself

Almost like the other Borges work where “the Cartographers Guilds struck a Map of the Empire whose size was that of the Empire”.

It’s diverged quite a bit from the original:

    <form method="GET" action="/search">
      ...
      
      <center>
        Search the web using Google!
        <br>
        
        <input type="text" name="query" value="" size="40">
        <br>
        
        <select name="num">
          <option value="10" selected>10 results
          <option value="30">30 results
          <option value="100">100 results
        </select>
        <input type="submit" value="Google Search">
        <input type="submit" name="sa" value="I'm feeling lucky">
        <br>
        
        <i>Index contains ~25 million pages (soon to be much bigger)</i>
      </center>
      
      ...
    </form>
https://web.archive.org/web/19981111183552/http://google.sta...

Some of Disney’s most valuable properties—ESPN, Pixar, Marvel, Star Wars—were acquired. FiveThirtyEight may be smaller, but it should be in Disney’s self-interest to set things right and earn a reputation for being a good home for acquisitions.

It’d be amazing if speech-to-text could take into account context as well: Greek if I’m speaking Greek, Korean if I’m speaking Korean, or for (int i = 0; i < count; ++i) if I’m dictating code.

All of those tasks—planning payroll, settling books, forecasting, ranking, reminding—involve read access to financial operations, not write access.

Knitting bullshit 3 months ago

All of the images in this post were generated by an ai in response to the simple two-word prompt “lovely knitting”

Touché.

The only thing missing is ownership that answers to the people — not to shareholders.

To be clear, the proposed Spirit Air 2.0 would also be answerable to shareholders. A structural difference is that each shareholder would have one vote regardless of capital contribution. But the real substantive difference is the spirit of what they’re fighting for: worker ownership, affordable fares, transparent operations, no golden parachutes, etc.

GDP provides a rough measure for how fast a country could drain its debt—similar to looking at debt-to-income ratio when issuing mortgages to individuals.

It appears that git format-patch + git send-email is a mature and widely used approach. Wouldn’t it make more sense for the open source community to work on streamlining that process instead of trying to build momentum with new approaches?

Before GitHub 3 months ago

I really like the idea of distributed forges, but am not familiar with viable solutions for federation. Are there good options available right now? Or at least a not-terrible option?

(Edit: Turns out there’s a very obvious and widely used option. git format-patch + git send-email is used to develop major open source software such as Linux, GCC, and Git itself.)

1. Flat UI is the other side of Johnny Ive’s legacy—arguably an error as well, never corrected.

3. Agreed that Siri stagnated, was already surpassed by Alexa a decade ago, and even moreso by LLMs today. However, some advantages of Apple Silicon have panned out for AI—e.g., using unified memory to run ML models, instead of requiring dedicated VRAM for a separate GPU.

The oldest bonsai in this collection is over a 100 years old. Imagine training a bonsai continually for so long, the steady care and attention required across multiple generations…

The photograph appears to show nightime on Earth with just a sliver of daytime. Beyond cities in Iberia and along the coast of Africa, most of what we can see would be reflected light from the Moon? We are just past full moon on April 1.

“Who wants a stylus? You have to get ’em and put ’em away, and you lose ’em. Yuck. Nobody wants a stylus. So let’s not use a stylus. We’re going to use the best pointing device in the world. We’re going to use a pointing device that we’re all born with—born with ten of them. We’re going to use our fingers.”

— Steve Jobs, 2007

(8 years before the introduction of the Apple Pencil)