Hacker Newsnew | past | comments | ask | show | jobs | submit | tetris11's commentslogin

You might have enabled the "Focus Macro" mode, which gives better pictures but requires a steady hand and patience

bash history and persistent configs across updates are huge QoL wins for me

What do you mean by persistent configs? OpenWrt always preserved the config between upgrades.

> language knowledge was perhaps 10% of my value, nowhere near the vast majority.

Do you not see LLM's catching up with your experience fast?

You might not lose your job, but you'll definitely have to take a pay cut


    At the starting of the week
    At summit talks you'll hear 
    them speak
    It's only Monday

    You could be sitting, 
    taking lunch
    The news will hit you like 
    a punch
    It's only Tuesday

    We'll all go running 
    underground
    And we'll be listening for 
    the sound
    It's only Wednesday

    You'll hear a whistling 
    overhead
    Are you alive or are you 
    dead?
    It's only Thursday

    Though that shelter is your 
    home
    The living space, you have 
    outgrown
    It's only Friday

    Tomorrow never comes until 
    it's too late
Six Day War (Colonel Bagshot)

Isn't that just quadratic programming?

I have nothing to say about Quadratic Programming, so you tell me.

What I can say is that every reference I've found to Bill Gosper's algorithm describes the data structure as an immutable quadtree with canonicalized nodes, id est, there is extensive structure sharing in a Game of Life quadtree. That in turn facilitates heavy memoization.

The wikipedia entry for Quad Trees mentions Hashlife explicitly: https://en.wikipedia.org/wiki/Quadtree


You are a small minority of parents who have the time, energy, and perhaps money to do so.

I'm not sure the vast majority of parents have any of those and would happily welcome a compromise where they hand their kid a tablet and it's a tame device


I'm guessing this doesnt have the same dangers a fracking because you're letting water fall down, and only pumping it up with high pressure gradient?

So if i'm getting this, they initialise find in some kind of infinite looping state using its own parameters to create and nest directories, and define a halting state from whether it reaches the max number of nested directories where find quits.

I didnt understand the encoding part


Only read the abstract, but if as I suspect it is using nested directories as "cells" in the "tape", the proof will require directories to be able to nest arbitrarily deep (which maybe some filesystems already permit; but even if all existing filesystems have some finite limit, this would not be considered an obstacle to the result, since it's certainly possible to construct a filesystem where directory nesting level is limited only by storage size). That's because it needs to be able to simulate a Turing Machine, which could read and write an infinite amount of storage.

Then, there just needs to be a way to force find to stop in some finite amount of time -- that's the halting state. I don't know what mechanism they use for that, but if I were trying to do this, I would lean towards looking for a way to make it error out.


I don’t think most modern file systems have any limit to the depth of nested directories, that’s not how directory trees work. There are other limits like the number of objects in the file system. The ability to reference an arbitrary path is is defined by PATH_MAX, which is the maximum string length. You can still access paths longer than string length, just not in a single string representation.

Isn't there a max filepath length? Or does find not ever deal with that and just deal in terms of building its own stack of inodes or something like that?

That’s what PATH_MAX is. It’s the size of the buffer used for paths - commonly 4096 bytes. You can’t navigate directly to a path longer than that, but you can navigate to relative paths beyond that (4096 bytes at a time).

I can see where a lot of youtube content creators (WizardsWithGuns comes to mind...) derive their cartoonish humour from


You still need a chip to calibrate mechanical part thresholds, and if certain parts are manual geared but autohandled, the chip needs to calibrate and memorise clutch positions.


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

Search: