Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
retlehs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
retlehs
5mo ago
The link doesn’t load for me FYI. A web version would be in Go, reusing the TUI internals. All doable, just not where I want to spend my time right now. I’ll likely get to it at some point.
2.
▲
by
retlehs
5mo ago
This was really just a personal tool I built because I got tired of parsing default whois output. Don’t have the bandwidth for a web UI right now, maybe down the road. It’s not about making money. It’s more that there’s no real way for peop
3.
▲
by
retlehs
5mo ago
The goal was a fast terminal tool, and I'm not ruling it out, but considering how hard it would be to compete in the SERPs with other whois sites, I don't think I'd spend the time on it right now
4.
▲
by
retlehs
5mo ago
Thanks for the request! Shipped both in https://github.com/retlehs/quien/pull/4
5.
▲
by
retlehs
6mo ago
This is really great work, I’m installing this immediately once I’m back on my machine My terminal loads ANSI each time it opens, but requires downloading artpacks first: https://github.com/retlehs/ansimotd I also like
6.
▲
Show HN: ANSItype – Browse 900 TheDraw fonts in the browser
(ansitype.com)
2 points
by
retlehs
7mo ago
|
0 comments
7.
▲
by
retlehs
7mo ago
The tip releases have had search support for a few months: https://github.com/ghostty-org/ghostty/issues/189 https://x.com/mitchellh/status/1993728538344906978 As Mitchell stated ab
8.
▲
by
retlehs
7mo ago
As others have noted, the emails frequently include the sender's actual GitHub username or organization in the body or signature. Attribution isn't speculative. The DKIM/SPF headers show the messages are authenticated and sen
9.
▲
by
retlehs
7mo ago
By visiting the account and noticing that it still has activity long after the report.
10.
▲
by
retlehs
7mo ago
I’ve made over five reports for this exact spam scenario, and never once have y’all acted on them. I have a hard time believing you ban spam accounts that clearly violate your ToS. I even wrote about a specific example of a YC company spamm
11.
▲
Serving Markdown Instead of HTML to LLM User Agents
(benword.com)
1 points
by
retlehs
1y ago
|
2 comments
12.
▲
by
retlehs
1y ago
After Bun reported a 10x token reduction by serving markdown docs to Claude Code, I implemented the same approach for our docs site.
13.
▲
by
retlehs
1y ago
> There's a big ford in each driveway that hasn't hauled more than dogs and kids since the day it came home I can't speak on Knoxville because I've only spent a day there, but I've spent a good bit of time around
14.
▲
by
retlehs
1y ago
What shared traits do you see between Amarillo and Knoxville? Having visited both, Amarillo is distinctly High Plains/Western while Knoxville is Appalachian. Different cultures, geography, everything.
15.
▲
by
retlehs
1y ago
This won’t protect against everything, but it still seems like a good idea to implement: https://github.com/danielroe/provenance-action
16.
▲
by
retlehs
1y ago
WP offers a “no-content” packaged version https://downloads.wordpress.org/release/wordpress-6.3.1-no-c... There’s also a Composer package: https://github.com/roots/wordpress-no-content
17.
▲
Show HN: IRC /Whois Gallery
(retlehs.github.io)
3 points
by
retlehs
1y ago
|
1 comments
18.
▲
by
retlehs
8y ago
PayPal's site is affected by this
19.
▲
by
retlehs
11y ago
Tried to sign up with Facebook and got an error, FYI.
20.
▲
by
retlehs
13y ago
You shouldn't be hardcoding CSS/JS into the template files - look into wp_enqueue_style and wp_enqueue_script. Could use a better directory structure, too. Assets should be in a different folder, things like the walker should be i
21.
▲
by
retlehs
13y ago
This happened to a friend who runs a DO server on July 22nd. The server had been running for several weeks when it was suddenly taken down out of nowhere for over 4 hours to "verify" the account. There wasn't any warning and
22.
▲
by
retlehs
14y ago
It's hard to find good inspiration galleries that feature modern design and code. Drawar's gallery (no longer around) used to be my favorite, but lately I've mainly used Unmatched Style: http://unmatchedstyle.com/gallery
23.
▲
by
retlehs
14y ago
Adding support for IE7 will be easy: - Add the box-sizing polyfill: https://github.com/Schepp/box-sizing-polyfill - Use 'display: inline; zoom: 1;' (with the * hack) wherever 'display: inline-block;' is used
24.
▲
by
retlehs
14y ago
This is awesome, too: http://metafizzy.co/ (also from David DeSandro) Hover over the logo and watch how the colors on the page change
25.
▲
Un-fixing Fixed Elements with CSS Transforms
(meyerweb.com)
2 points
by
retlehs
15y ago
|
0 comments
26.
▲
by
retlehs
15y ago
TF2 is an extremely fun game. Looks like there's a Hacker News group on Steam with a few members.. http://steamcommunity.com/groups/newsyc
27.
▲
by
retlehs
15y ago
ahh, my bad on #1 - it's early :) The source formatting kinda threw me off with the entire head being tabbed and the empty body, maybe add a little dummy HTML inside the body like the H5BP?
28.
▲
by
retlehs
15y ago
Looks good, I've got few questions for you: - Why put respond.js in the footer? (H5BP puts it up in the head with the call to Modernizr) - Why self-close your meta and link tags if you're using HTML5? - Why doesn't the image in the demo res
29.
▲
by
retlehs
15y ago
That WSJ article only showed me 1.5 paragraphs before asking me to pay to continue reading, here's a link to another article (not long, but doesn't ask you to pay): http://www.reuters.com/article/2011/06/05/us-nintendo-idUSTR...
30.
▲
by
retlehs
15y ago
The 2nd tweet you reference is incorrect, view the source of h5bp.com and you'll clearly see that it's using HTML5 Boilerplate Also, if you take a look at h5bp you'll notice <header> and <footer> elements in index.html http
More ›