frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Awk Technical Notes (2023)

https://maximullaris.com/awk_tech_notes.html
35•signa11•1w ago

Comments

dietrichepp•47m ago
Awk is still one of my favorite tools because its power is underestimated by nearly everyone I see using it.

    ls -l | awk '{print $3}'
That’s typical usage of Awk, where you use it in place of cut because you can’t be bothered to remember the right flags for cut.

But… Awk, by itself, can often replace entire pipelines. Reduce your pipeline to a single Awk invocation! The only drawback is that very few people know Awk well enough to do this, and this means that if you write non-trivial Awk code, nobody on your team will be able to read it.

Every once in a while, I write some tool in Awk or figure out how to rewrite some pipeline as Awk. It’s an enrichment activity for me, like those toys they put in animal habitats at the zoo.

RGBCube•19m ago
Stop using awk, use a real programming language+shell instead, with structured data instead of bytestream wrangling:

  > ls -l | get user

  ┌────┬──────┐
  │  0 │ cube │
  │  1 │ cube │
  │  2 │ cube │
  │  3 │ cube │
  │  4 │ cube │
  │  5 │ cube │
  │  6 │ cube │
  │  7 │ cube │
  │  8 │ cube │
  │  9 │ cube │
  │ 10 │ cube │
  │ 11 │ cube │
  │ 12 │ cube │
  │ 13 │ cube │
  │ 14 │ cube │
  │ 15 │ cube │
  └────┴──────┘
You don't need to memorize bad tools' quirks. You can just use good tools.

https://nushell.sh - try Nushell now! It's like PowerShell, if it was good.

meken•10m ago
This sounds interesting. Could you give an example where you rewrote a pipeline in awk?
tetris11•7m ago
one of the best word-wrapping implementations I've seen (handles color codes and emojis just fine!) is written in pure mawk

very fast, highly underrated language

I'm not sure how good it would be for pipelines, if a step should fail, or if a step should need to resume, etc.

1vuio0pswjnm7•23m ago

   stat -c %U *

AI World Clocks

https://clocks.brianmoore.com/
191•waxpancake•1h ago•113 comments

A race condition in Aurora RDS

https://hightouch.com/blog/uncovering-a-race-condition-in-aurora-rds
108•theanomaly•2h ago•38 comments

Manganese is Lyme disease's double-edge sword

https://news.northwestern.edu/stories/2025/11/manganese-is-lyme-diseases-double-edge-sword
77•gmays•3h ago•17 comments

The disguised return of EU Chat Control

https://reclaimthenet.org/the-disguised-return-of-the-eus-private-message-scanning-plot
243•egorfine•2h ago•129 comments

Show HN: Tiny Diffusion – A character-level text diffusion model from scratch

https://github.com/nathan-barry/tiny-diffusion
29•nathan-barry•4d ago•4 comments

Minisforum Stuffs Entire Arm Homelab in the MS-R1

https://www.jeffgeerling.com/blog/2025/minisforum-stuffs-entire-arm-homelab-ms-r1
24•kencausey•1h ago•17 comments

Structured Outputs on the Claude Developer Platform (API)

https://www.claude.com/blog/structured-outputs-on-the-claude-developer-platform
17•adocomplete•1h ago•11 comments

Awk Technical Notes (2023)

https://maximullaris.com/awk_tech_notes.html
35•signa11•1w ago•5 comments

Bitchat for Gaza – messaging without internet

https://updates.techforpalestine.org/bitchat-for-gaza-messaging-without-internet/
165•ciconia•2h ago•70 comments

Incus-OS: Immutable Linux OS to run Incus as a hypervisor

https://linuxcontainers.org/incus-os/
114•_kb•1w ago•38 comments

US Tech Market Treemap

https://caplocus.com/
47•gwintrob•3h ago•18 comments

AGI fantasy is a blocker to actual engineering

https://www.tomwphillips.co.uk/2025/11/agi-fantasy-is-a-blocker-to-actual-engineering/
458•tomwphillips•7h ago•430 comments

RetailReady (YC W24) Is Hiring

https://www.ycombinator.com/companies/retailready/jobs/kGHAith-support-engineer
1•sarah74•3h ago

Meeting notes between Forgejo and the Dutch government via Git commits

https://codeberg.org/forgejo/sustainability/pulls/137/files
71•speckx•2h ago•28 comments

Honda: 2 years of ml vs 1 month of prompting - heres what we learned

https://www.levs.fyi/blog/2-years-of-ml-vs-1-month-of-prompting/
243•Ostatnigrosh•4d ago•88 comments

Magit manuals are available online again

https://github.com/magit/magit/issues/5472
95•vetronauta•8h ago•34 comments

GPG and Me (2015)

https://moxie.org/2015/02/24/gpg-and-me.html
11•cl3misch•3d ago•1 comments

Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required

https://github.com/Whamp/chirp
7•whamp•1h ago•2 comments

Germany to ban Huawei from future 6G network

https://www.bloomberg.com/news/articles/2025-11-13/germany-to-ban-huawei-from-future-6g-network-i...
105•teleforce•3h ago•83 comments

Linear Algebra Explains Why Some Words Are Effectively Untranslatable

https://aethermug.com/posts/linear-algebra-explains-why-some-words-are-effectively-untranslatable
74•mrcgnc•5h ago•52 comments

Winamp clone in Swift for macOS

https://github.com/mgreenwood1001/winamp
123•hyperbole•7h ago•93 comments

Operating Margins

https://fi-le.net/margin/
233•fi-le•5d ago•88 comments

EDE: Small and Fast Desktop Environment (2014)

https://edeproject.org/
76•bradley_taunt•7h ago•30 comments

Being poor vs. being broke

https://blog.ctms.me/posts/2025-11-14-being-poor-or-being-broke/
290•speckx•3h ago•321 comments

I think nobody wants AI in Firefox, Mozilla

https://manualdousuario.net/en/mozilla-firefox-window-ai/
1028•rpgbr•6h ago•632 comments

'No One Lives Forever' turns 25 and you still can't buy it legitimately

https://www.techdirt.com/2025/11/13/no-one-lives-forever-turns-25-you-still-cant-buy-it-legitimat...
103•speckx•3h ago•65 comments

Show HN: Dumbass Business Ideas

https://dumbassideas.com
15•elysionmind•2h ago•11 comments

Scientists Produce Powerhouse Pigment Behind Octopus Camouflage

https://today.ucsd.edu/story/scientists-produce-powerhouse-pigment-behind-octopus-camouflage
60•gmays•4d ago•5 comments

Nvidia is gearing up to sell servers instead of just GPUs and components

https://www.tomshardware.com/tech-industry/artificial-intelligence/jp-morgan-says-nvidia-is-geari...
150•giuliomagnifico•7h ago•65 comments

RegreSQL: Regression Testing for PostgreSQL Queries

https://boringsql.com/posts/regresql-testing-queries/
140•radimm•13h ago•31 comments