HN user

rkta

1,744 karma
Posts22
Comments68
View on HN
www.arp242.net 1mo ago

Chesterton's Middle Finger

rkta
6pts0
www.openwall.com 4mo ago

Snap-confine and systemd-tmpfiles = root (CVE-2026-3888)

rkta
11pts0
lore.kernel.org 5mo ago

Git-am applies commit message diffs

rkta
4pts1
utcc.utoronto.ca 6mo ago

The long painful history of (re)using login to log people in

rkta
4pts0
www.wiz.io 7mo ago

Gogs 0-Day Exploited in the Wild

rkta
4pts0
lists.debian.org 8mo ago

Hard Rust requirements from May onward

rkta
400pts755
github.com 1y ago

GZDoom – Arbitary Code Execution via Malicious ZScript

rkta
1pts0
toast.al 1y ago

Shifted 3 Shapes – Making a w3M Logo

rkta
9pts3
www.openwall.com 1y ago

Local Privilege Escalations in Needrestart

rkta
2pts0
thephd.dev 1y ago

The Big Array Size Survey for C

rkta
5pts0
sr.ht 2y ago

Chawan – a web browser for your terminal

rkta
2pts0
www.openwall.com 2y ago

Backdoor in upstream xz/liblzma leading to SSH server compromise

rkta
4549pts1849
cheswick.com 2y ago

Insult Passphrase Generator

rkta
245pts141
www.sicpers.info 2y ago

YX Problem

rkta
109pts90
libcommunism.blraaz.me 2y ago

Libcommunism

rkta
2pts0
www.cnet.com 2y ago

Deja News joins antispam war (1997)

rkta
8pts2
github.blog 2y ago

Coordinated Disclosure: 1-Click RCE on Gnome (CVE-2023-43641)

rkta
4pts0
en.wikipedia.org 2y ago

Today Is International Talk Like a Pirate Day

rkta
21pts7
utcc.utoronto.ca 2y ago

A brief brush with writing and using Python type hints

rkta
3pts0
www.openwall.com 2y ago

Mozilla VPN: CVE-2023-4104: vpndaemon wrongly implements Polkit authentication

rkta
262pts124
sim.ssnf.xyz 3y ago

The Text Editor Sim

rkta
15pts3
github.com 3y ago

Vim syntastic is no longer maintained

rkta
1pts0

The quilt patch series comes from the time when I was basing my work on the Debian version, it was easier for me to follow upstream than rebasing branches.

Most patches are now merged into master, only some unfinished work is still in that series. I should update the docs.

After reading the website and also trying the mentioned `ssh pr.pico.sh help` I still don't know what exactly to do to use this.

4. External contributor submits a PR to SSH server But how? That numbered list let me think of that old cartman profit meme.

I like the idea, but I'm not convinced yet, that this is really easier than just sending an email by `git request-pull`.

Parsing ls is an anti-pattern, but the author says it works for years - we all do mistakes and as long as it works you don't notice.

And it's an easy fix:

    - for project in $(ls go-cicd); do
    + cd go-cicd || exit 1; for project in \*; do
  Our tests indicate that you have you have strong protection against Web tracking.

  Your browser fingerprint appears to be unique among the 191,640 tested in the past 45 days.

  User Agent
  w3m/0.5.3+git20230718
  Bits of identifying information: 17.55
  One in x browsers have this value: 191640.0
So I have strong protection by being basically unique? Not sure what this means.

The site also will filter incoming spam with in-house technology that uses artificial intelligence to look for machine-generated postings

Some things don't change.

Yes, like the app to warn me in case of a disaster which gets the location permission removed and thus cannot warn me anymore.

VLAs have been deprecated, alloca was never part of a C standard AFAIK.

I was not suggesting that any of both is a good idea - but they are tools 'for programs where the amount of items you must store is only known at run time.' (Assuming that not having to free is considered "automatic memory management").