HN user

tester457

755 karma
Posts28
Comments345
View on HN
khaelkugler.com 19d ago

2-Click Remote Code Execution in Meccha Chameleon

tester457
2pts0
github.com 1y ago

Listmonk – Open-source, High-performance, Self-hosted, Single-binary Newsletter

tester457
1pts0
yasoob.me 1y ago

Setting up listmonk, an open-source newsletter and mailing list manager

tester457
3pts0
github.com 1y ago

Mautic: Open-Source Email Marketing Automation Software

tester457
1pts1
github.com 2y ago

Rargs – Xargs alternative with Awk pattern matching support

tester457
3pts0
github.com 2y ago

Txt2regex – Regular expression wizard for the command line

tester457
2pts0
news.ycombinator.com 2y ago

Ask HN: Do you read Secrets from Environment Variables

tester457
4pts7
www.youtube.com 2y ago

Helix – Getting Dangerous [video]

tester457
6pts1
github.com 2y ago

Buku: Personal Mini-Web in Text

tester457
2pts0
blog.setale.me 2y ago

Switching to Helix: My Experience and Tips

tester457
3pts0
github.com 2y ago

Buku v4.8 – Command Line Bookmark Manager

tester457
1pts0
www.youtube.com 2y ago

Idiot user tries to use Kakoune (for notes? Also Helix?) [video]

tester457
2pts0
taskwarrior.org 2y ago

GTD with Taskwarrior – A Tutorial Series

tester457
3pts0
github.com 2y ago

A set of exercises for deliberate Git Practice

tester457
1pts0
www.youtube.com 2y ago

Idiot user tries to use Kakoune (for notes? Also Helix?) [video]

tester457
1pts0
github.com 2y ago

Simple bookmark manager built with Go

tester457
3pts0
news.ycombinator.com 2y ago

Ever used `SQLite_OMIT_*` directives to reduce SQLite's memory footprint?

tester457
2pts4
deepgram.com 2y ago

Deepgram Whisper Cloud: 3X Faster and 20% Cheaper Than OpenAI’s

tester457
3pts3
www.redditreads.com 3y ago

Reddit Reads: list of the top mentioned books on Reddit

tester457
1pts3
oppositeinvictus.com 3y ago

How to mess with spammers for SEO and profit

tester457
3pts0
news.ycombinator.com 3y ago

Ask HN: CLI ePub Metadata Editor?

tester457
1pts0
news.ycombinator.com 3y ago

Ask HN: CLI Tools to Hard Word Wrap Comments?

tester457
1pts3
github.com 3y ago

Wish: Golang SSH server that makes building SSH apps easy

tester457
3pts0
github.com 3y ago

Feeder – Android FOSS RSS Reader

tester457
4pts0
divrhino.com 3y ago

Divrhino – Bite-sized, project-based Golang tutorials

tester457
1pts1
github.com 3y ago

Nap – code snippet manager for your terminal

tester457
1pts1
github.com 3y ago

Friendlier Vi Mode for Zsh

tester457
1pts0
news.ycombinator.com 3y ago

Ask HN: Personal Journaling with Text Files: Self-Host Git or Use GitHub?

tester457
2pts4

On the topic of xargs replacements, I love gnu parallel.

The --dry-run flag of parallel made me confident to do more batch processing than I ever did with xargs.

Parallel has an option for almost everything, it's almost too much.

But I have shopped around for alternatives. The creator Ole Tange maintains a painstakingly long article of the alternatives and their differences. [0]

The gnu parallel book and reading materials [1] are excellent too.

[0] https://www.gnu.org/software/parallel/parallel_alternatives....

[1] https://www.gnu.org/software/parallel/#Tutorial

I like mani. It's a cli that lets you run any command on all of your projects or a tagged subset of them.

  $ mani exec --all --output table --parallel 'find . -type f | wc -l'
  
   Project            | Output
  --------------------+--------
   example            | 31016
   pinto              | 14444
   dashgrid           | 16527
   template-generator | 42
The custom commands you define also have shell completions. It's like a just command runner, but for all of your projects.

https://github.com/alajmo/mani

How are we so blind to these beginner hurdles?

Few people are able to see through the eyes of a beginner, when they are a master.

The 4th one is a pain to teach. Every other file and directory has spaces... so I encourage liberal use of the TAB key for beginners.

The defaults are unbearable. I prefer using chezmoi to feel at home anywhere. There's no reason I can't at least have my aliases.

I'd rather take the pain of writing scripts to automate this for multiple environments than suffer the death by a thousand cuts which are the defaults.

I am not the author, but my bet is that he didn't know of its existence.

The best part about sharing your config or knowledge is that someone will always light up your blind spots.

It is resource intensive.

It's not a problem on pc, but an obsidian vault with thousands of notes can have a laggy startup on mobile, even if you disable plugins.

Users sidestep this issue with quick capture plugins and apps, but I wish there was a native stripped-down version of obsidian.

Blender 4.5 LTS 1 year ago

Always support open source when you can, even if you use proprietary software instead of Blender.

Supporting open source creates competition for your paid alternative, so they're forced to give you a better product or a better deal.

Pretty UI with automations are all these websites seem to be.

I'm leaning towards using AWS SES and Mautic for automation. Mautic is open source and can replace these overpriced UIs.

If the activities of the soul are so beyond mortal comprehension, then the futile attempt at understanding them should widen the soul in appreciation of the infinite depth of human creativity.

Failure at comprehension does not deaden, any more than only seeing a minute fraction of the cosmos deadens the soul. All that remains beyond our understanding should inspire awe.

There is a payment here, it's reputation.

The hard part is getting people to do exhausting, boring, smelly mundane tasks that don't garner applause.

Those tasks are more numerous by orders of magnitude, until we achieve post-scarcity.

I've never used funtoo but I like their tool keychain.

Keychain helps you to manage SSH and GPG keys in a convenient and secure manner. It acts as a frontend to ssh-agent and ssh-add, but allows you to easily have one long running ssh-agent process per system, rather than the norm of one ssh-agent per login session.

This dramatically reduces the number of times you need to enter your passphrase. With keychain, you only need to enter a passphrase once every time your local machine is rebooted.

https://www.funtoo.org/Funtoo:Keychain

The original comment

The idea that 'Ruby Methods Are Colorless' is intriguing. It seems to suggest that methods in Ruby lack inherent complexity, which aligns with the language's philosophy of simplicity and readability. Ruby's method names are often so intuitive that they don't obscure the functionality behind a facade of complexity, making the code feel 'colorless' in a good way—clear and transparent. Anyone else feel like this makes Ruby especially appealing for both beginners and seasoned developers?

Apart from the telltale signs of an LLM, it's so unlikely someone would write a long and grammatically correct comment that was completely unrelated to what the article was about.