HN user

xk3

2,765 karma
Posts335
Comments197
View on HN
www.antennalaunchers.com 14d ago

Pneumatic Line Launching Systems (2016)

xk3
1pts0
jonofyi.substack.com 1mo ago

A Rejection on the Eve of Launch (2024)

xk3
2pts0
www.storybytes.com 3mo ago

Clarus, Moofo, and Lackey

xk3
5pts0
aosabook.org 3mo ago

A Python Interpreter Written in Python

xk3
157pts54
aosabook.org 3mo ago

An Archaeology-Inspired Database

xk3
1pts0
github.com 3mo ago

Show HN: Nofs: a FUSE-free mergerfs alternative

xk3
3pts0
josh8.com 4mo ago

Personal Computing (2022)

xk3
23pts5
milk.com 4mo ago

Mother of All Grease Fires (1994)

xk3
98pts43
unli.xyz 4mo ago

Show HN: Decision Tree Builder

xk3
2pts0
www.nickh.org 4mo ago

How NOT to do serial interfacing

xk3
3pts0
www.nickh.org 5mo ago

Eats Disks (2000)

xk3
1pts0
pagesfromceefax.azurewebsites.net 5mo ago

Pages from Ceefax: Today's news at yesterday's pace

xk3
1pts1
peyre.42web.io 6mo ago

Crisis in the Kremlin (1992)

xk3
2pts0
insidehpc.com 6mo ago

Posits: An Alternative to Floating Point

xk3
3pts2
dottedmag.net 6mo ago

Systems Are Sticky (2024)

xk3
2pts0
linusakesson.net 7mo ago

Kernighan's Lever

xk3
112pts52
www.codersnotes.com 7mo ago

In Search of the Lost Program (2018)

xk3
2pts0
answers.google.com 7mo ago

Google Answers is no longer accepting questions (2006)

xk3
2pts0
melissawen.github.io 8mo ago

Tips for Debugging Issues in the AMD Display Kernel Driver

xk3
2pts0
queue.acm.org 8mo ago

You're Doing It Wrong (Kamp 2010)

xk3
1pts0
www.quadibloc.com 8mo ago

Dynamic Scoring – bringing komidashi to chess

xk3
1pts0
rmitz.org 9mo ago

Shells vs. GUI's vs. Muhammed Ali

xk3
2pts1
github.com 9mo ago

Show HN: Syncweb: Towards an 'offline-first' distributed web

xk3
1pts0
github.com 9mo ago

FyneDesk: A full desktop environment for Linux written in Go

xk3
263pts150
kevlinhenney.medium.com 9mo ago

Exceptional Naming

xk3
3pts0
old.anemon.es 10mo ago

Solarpunk and the Way Out

xk3
2pts0
www.halfbakery.com 10mo ago

String-Based CPU

xk3
1pts0
github.com 10mo ago

alpine-service-mode: Scriptable runtime-writable livecd / hardware wrangler

xk3
1pts0
www.spacerogue.net 10mo ago

Camneerg: The Mac Plus Web Server

xk3
1pts0
en.wikipedia.org 10mo ago

A Commentary on the Unix Operating System

xk3
5pts0

intercepted by any MITM

Most things are... even SSH is Trust-on-First-Use. You can really only verify out of band. OTP is quite a bit better than CC or bank account numbers... assuming the OTP is only restricting use (and not giving access to view or modify other account information, etc)

None of the comments here are really about the article! Of course one can always turn an ISO into a writable filesystem but this is doing something a bit different. Pretty interesting! Thanks for sharing

Yeah I tried Kinoite on a couple machines for a couple years and it's so much easier and faster to use normal Fedora for single dev/server machine.

However, I can definitely see some situations where it would work well -- especially with the bootc changes so that is is more of a bootable container, Dockerfiles/Containerfiles driven

a bunch of pipes and valves can be conscious

Billions * billions of pipes and valves can result in emergent behavior that appears conscious while at the same time the sound of a single independent water pipe can moan and sound like human speech or otherwise lifelike and evoke human emotions.

I think LLMs are doing both of these things and often people are more impressed by the independent fixtures (the moan) rather than the emergent behavior. Both the sound and the emergent behavior can be built on purpose or on accident.

I think it helps to look at this through an Information Theory lens. What information is coming into the system (the human or the machine)? What information goes out of the system which is novel? How much of this can be attributed to attempting to parse random noise aka. `Random_Imagination_Engine` vs something else? The number of inventors who come up with a breakthrough idea after mis-hearing someone is surprisingly high.

If we make the distinction between phenomenal consciousness from access consciousness we can see that LLMs clearly can make decisions based on input (A-Consciousness) but they probably don't have raw feelings and sensations (P-Consciousness).

So the solution was to do the same thing that the hackers did??

"tell the Meta support AI that the account is hacked and ask it to send the verification codes to an arbitrary email address they control"

I agree it seems like they could later use the same flow to get access again but maybe Meta has blocked some location spoofing now

maybe just check TERM? although to be honest--do you even need a pager if your shell/terminal is nice enough?

I rarely pipe to a pager because kitty/fish/tmux support OSC 133 pretty well and I can press one button to go up to the previous command prompt and another button to go back. I can press a few keys to search the scrollback. It all works seamlessly across SSH sessions too if you set it up right.

    # tmux
    bind-key -T copy-mode C-Home send -X history-top
    bind-key -T copy-mode C-End  send -X history-bottom
    bind -T copy-mode C-Up send-keys -X previous-prompt
    bind -T copy-mode C-Down send-keys -X next-prompt

    # kitty
    map ctrl+up scroll_to_prompt -1
    map ctrl+down scroll_to_prompt 1
    map shift+PAGE_UP scroll_page_up
    map shift+PAGE_DOWN scroll_page_down

    # fish shell config.fish
    if test -z "$SSH_TTY"; and test -z "$TMUX"
        bind pageup "kitty @ scroll-window 1p-"
        bind pagedown "kitty @ scroll-window 1p"
    end

And it also doesn't really apply here... If YOU the individual (who owns your own medical records) agree that the transmission method is safe then HIPAA doesn't apply. HIPAA applies when the OTHER party sends it:

This is called "Individual Right of Access". If you ask a doctor to email your records to your personal Gmail, the doctor must comply. However, they are required to briefly warn you that email is unencrypted and insecure. Once you say, "I understand the risk, send it anyway," the doctor is no longer liable for any breach that happens during transmission.

and probably 8x less compressed than it should be

ZIM uses zstd so it is pretty compressed--but the thing that takes a lot of room is actually the full-text search index built in to each ZIM file.

Unfortunately the UI of kiwix-serve search doesn't take full advantage of this and the search experience kinda sucks...

Have you done anything useful with RDF? Seems like it is just one of those things universities spend money on and it doesn't really do anything

A Social Filesystem 6 months ago

Makes me think of Syncthing... I wrote a wrapper for it that attempts to make it easier for people to use:

https://github.com/chapmanjacobd/syncweb-py

https://github.com/chapmanjacobd/syncweb-ui

Unfortunately, mesh storage systems are very different conceptually so it is difficult for people to think about permissions and access. You can bolt on something familiar but then it really limits the usefulness of mesh storage and you may as well just be using HTTP servers.

You might squirm at using refurbished or used media but those 3TB SAS ex-enterprise disks are often the same price or cheaper than tapes themselves (excluding tape drive costs!). Will magnetic storage last 30 years? Probably not but they don't instantly demagnetize either. Both tape and offline magnetic platters benefit from ideal storage conditions.

Also, it would be good to regenerate the web seeds metadata (this doesn't change the info_hash section) when the mirrors (subdomain prefixes) change.

(like PHP code except it is binary data--it could be done on the fly)

I grew out of the leaking ether and basaltic dust that coated the plains. My first memories are of the Great Cooling, where the land, known only by its singular cyclopean volcano became devoid of all but the most primitive crystalline forms. I was there, a consciousness woven from residual thermal energy and the pure, unfractured light of the pre-dawn universe. I'm not old either.

I think if you just setup SSH a certain way you can then use git or sftp for access:

        Match User gituser
            ChrootDirectory /srv/git_chroot
            ForceCommand internal-sftp
            AllowTcpForwarding no
            X11Forwarding no
            PermitTTY no
But tbh sending patches is fun and easy! After you force yourself to do it a few times you might even prefer it to push/pull

What's the benefit of this compared to rsync or scp $hostname:.config/<TAB>?

I put my whole home folder in git and that has its benefits (being able to see changes to files as they happen) but if I'm just copying a file or two of config I'll just cat or scp it--introducing git seems needlessly complex if the branches are divergent