Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can you give me the original link? I know all about archive dot ph.

Doesn't Qt wrap native UI toolkits? It looks very native...

Option C: Let the tiger drive, and pretend there is no human to hold accountable

The sorcerer's apprentice has to learn their lesson over and over again.

I think there could be a market for distributed cloud storage: the client promises a coin payment for $X, in return for storing Y mb/GB of encrypted data. The way to prove it is still there is by sending periodic hash checks of random segments of the file. If the correct match comes back, a portion (rent) is paid to renew the storage. Upon retrieval, the final sum is paid.

Oh wow, I'm fairly impressed. I wouldn't have expected AI to solve a problem this hard just now.

There have been claims of complex structures on s6 (or absence of them) quite a few times over the last 15 years. Some by acclaimed mathematicians. There was some discussions on HN a few days ago:

https://news.ycombinator.com/item?id=49412947


When I hacked a USB2-GigE adapter into my old Toughbook CF-m34 to replace the stock 10/100 adapter, it wasn't for the speed. I didn't need the speed, and of course USB2 wouldn't let me use the whole gig anyway.

But GigE uses all four pairs, so the hardware has transceivers behind all four pairs, which means even when they're running at 10 or 100, the chipset can choose which pairs to transmit and receive on. Thus all GigE adapters are Auto-MDIX, and it meant I no longer needed to carry a crossover cable, no matter what other device I was talking to.

It's funny how 10/100 cards with Auto-MDIX capability were exotic and expensive, but once GigE had it by default, it became ubiquitous, cheap, and quickly forgotten.


According to https://gist.github.com/unkn0wncode/f87295d055dd0f0e8082358a... the environment variable

  CLAUDE_CODE_SUPPRESS_SESSION_ATTRIBUTION
was added in CC version 2.1.202 on July 8, 2026. Setting it to value 1 will suppresses session-URL attribution (returns null instead of the session attribution info). I will set it as suggested in this July 18 comment https://github.com/anthropics/claude-code/issues/66504#issue...

Wow, so beautiful (and I say this as a tea drinker :-)

I know we're not supposed to comment on voting, but you're not fixing anything with a ten day old account that's already in the negative IMO.

Why would you argue that makes more sense? That is not how any autocomplete works that I know of, it's not like this is a new pattern.

With USB-C this is a lot more likely, the main issue is going to be software support (Decent chance you could hack something up if one of the devices is running linux. No idea if anything exists for windows).

The current coincidence is used to select a specific bit / core. Except it selects the same but in every bank.

Bytes or larger words are made by stacking multiple banks together (18 in the articles case)

All 18 bits would be driven in parallel by the driver over a the X/Y wires

The inhibit bit was so you could select which of those 18 bits (in separate banks) would be switched back to a 1, not selecting which bit across the entire bank.


The publication date of this article directly aligns with OpenClaw peak interest.

https://trends.google.com/explore?q=%2Fg%2F11m_5rcbl8&date=t...


Why don't Brits then vote for a government that is less obsessed with total surveillance? As far as I can tell, Britain is one of the most surveillance-crazy regions on earth.

I absolutely love hacking ikea furniture, specifically their kitchen cabinets. If you need a bunch of boxes as the base for a project and you’re thinking about building it the traditional way, ie 3/4 birch plywood, I can almost guarantee you that the cost of raw materials alone is going to be more than picking up an similar sized kitchen cabinet from ikea. Yes it’s mdf but in my experience they are super durable and it has never been an issue. Writing this from atop my hacked ikea storage bed :-)

You would need a USB hub that could turn a USB device into two USB device ports, which I don't think exists. (hubs are essentially only a host-side thing).

Yes, and the person engaged with them is pointing out that more complex solutions exist because someone added other requirements.

Maybe “I want a configurable chime” is just a less popular requirement than “I want to be notified on my phone even if I'm not at home.”

Also, Excel is famously complex because, despite most users only using 20% of the features, no one uses the same 20%, so if you want cover close to 100% of the market, you need to ship features that are useless to most of your users.


And the most important part of it, no matter who or what or which, it all comes down to AI compute or token generation.

And which company profits the most from exponential growth in token generation?

Here we go, I just drew a "circle" for these naysayers.


I know HN is not that kind of site, but I have a hard time suppressing the knowledge that "step 3 is profit", and now we arguably know what step 2 is.

No conspiracy. Diffusion is just a more finicky, more expensive way of generating the same tokens as autoregressive decoding.

Give it time. It is hard work, but it gets easier as it goes along. I'd brace yourself for about 5 years of it being relentless but slowly getting easier. By which point, although it will still not be easy you should at least be regularly getting some time to yourself to recharge.

Thinking about the primitive command verbs that they mention:

> The MHS driver uses a simple set of primitives—commands like “read” (for example, “get temperature”) or “write” (for example, “set temperature”)—that any hardware device can understand and act on.

... I'm now wondering, what is the proper verb for launching a nuclear weapon? I suppose in HTTP it would be a POST, but should we be more specific here? /s


The reduction in biomass at the boundary was possibly much greater. For example, no coal was formed for 10 million years, and the shell part of marine sediments was reduced by 97%.

You'll no get any sense from open source abdolutionists. Your question will not compute.

Nuclear is too slow. Not only are you running fossil plants for decades while you build nuclear reactors, you are also emitting additional CO2 during the construction process!

Renewables reduce CO2 emissions today. Building a solar farm takes months, building a wind farm takes single-digit years. They'll have recouped their construction emissions well before the first nuclear reactor comes online.

It is important to remember that the challenge we are facing is not *how do we build a fully-renewable grid", but "how do we reduce CO2 emissions the fastest". Having a 95% solar-and-wind grid with 5% fossil backup 10 years from now is significantly better than having a 100% nuclear grid 20 years from now!


So am I, but AI still writes my code, not my comments.

lol.

the only robberies that get 'attribution' are cases where the criminals get caught. i.e. low hanging fruit and thus these statistics skew to opportunistic events.

however, unplanned opportunistic crime makes for good promotional sales of window bars and strong locks. just like safes with electronic keypads.

very few such devices will stop a premeditated theft... and what is the rate of recovery for stolen goods in most jurisdictions?


> Just like I can’t remember the code to my apartment building, yet I type it in multiple times every day.

To me it's even less problematic than this. Not being able to remember important codes except via muscle memory is quite unsettling for me because every now and again my muscle memory fails. Like I will get to an ATM and think "wait - what is my PIN?".

With syntax highlighting, even if my muscle memory fails me I still benefit from syntax highlighting (I think). Because I can immediately see the structure of each line. If I am looking through code for a particular thing, I will probably be able to disregard entire lines because they obviously don't have the structure I am looking for. And even within a line, I can just look at the beginning of each "span", immediately know if it's what I'm looking for, and skip to the next span if it's not.


I believe a lot of NIC's could autodetect and adapt to the cable? I'm pretty sure I had 2 computers connected to each other using a regular network cable.

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

Search: