Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_jzlw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
_jzlw
9mo ago
Okay, this is kindof incredible. The ability to create a complicated regex from smaller pieces combined in a logical way is insane. This has so many uses. https://github.com/gruhn/regex-utils#comment-regex-using-com...
2.
▲
by
_jzlw
9mo ago
[flagged]
3.
▲
by
_jzlw
9mo ago
"Outrageous" is an understatement. Why does it always seem like military aircraft get a free-pass to break FAA regulations, communicate with no one when in shared airspace, and endanger the lives of everyone in civilian aircraft w
4.
▲
by
_jzlw
9mo ago
This seems like something intentionally easy for AI to consume, but hard for humans to read. Why not allow for formatting and the ability to organize documents into a hierarchy via links? We could use some kind of standard, generalized mark
5.
▲
by
_jzlw
9mo ago
Idk about Phoenix, but having tried Blazor, the DX is really nice. It's just a terrible technical solution, and network latency / spotty wifi makes the page feel laggy. Not to mention it eats up server resources to do what could
6.
▲
by
_jzlw
9mo ago
It's funny (in a "wtf" sort of way) how in C# right now, the new hotness Microsoft is pushing is Blazor Server, which is basically old-school .aspx Web Forms but with websockets instead of full page reloads. Every action, eve
7.
▲
by
_jzlw
9mo ago
If you're not willing to accept feedback, and just trying to advertise your paid product (which is all this looks like), then a Show HN is not appropriate. Flagged. (Also, I think you're confused about your own product. Your users
8.
▲
by
_jzlw
9mo ago
A couple problems with this: 1. Nobody likes AI support chatbots. Give me a human dammit. So you're off to a bad first impression with whoever's taking the survey. 2. I can fill out a survey way faster than I can talk to an AI cha
9.
▲
by
_jzlw
9mo ago
Ah, I see what they're talking about. That's a good article; my brain totally skipped over that link. Thanks.
10.
▲
by
_jzlw
9mo ago
Well that's... certainly a take. But I have to disagree. Most traffic coming to blog posts is not from people who know you and are personally following your posts, they're from people who clicked a link to the article someone shar
11.
▲
by
_jzlw
9mo ago
The author really needs to start with that. They say "the API that we are building" and assume I know who they are and what they're working on, all the way until the very bottom. I just assumed it's some open source libr
12.
▲
by
_jzlw
9mo ago
Well, that's kind of what I mean. For scripts in a python project, you can freely use whatever packages you need. But for one-off scripts, if you need bs4 or something, you're screwed. Either your script now has external dependenc
13.
▲
by
_jzlw
9mo ago
How do you handle packages? I want scripts to a be a single file with a shebang, not a repo with a requirements.txt that I need to run in a venv. To me, this is the biggest blocker to using Python for any non-trivial scripting (which is pre
14.
▲
by
_jzlw
9mo ago
Take a look at AdGuard Home. It's functionally similar to pihole but overall better made / easier to use (IMO). I only use the first AdGuard DNS Filter and have only need to allow one domain to unbreak a site, but I also combine i
15.
▲
by
_jzlw
9mo ago
Server-side rendering is a well-established term.
16.
▲
by
_jzlw
9mo ago
This is the part that I find insane. What if the bridge had collapsed, and no one had bothered to post a picture of it to social media?
17.
▲
by
_jzlw
9mo ago
https://thegithubshop.com/collections/shop-all/products/1541... That's actually really cool. I wonder if it's an addressable LED strip you could hack or just white LEDs behind tinted plastic.
18.
▲
by
_jzlw
9mo ago
Native mobile or native desktop? The former is relatively easy, at least for Android. React and Angular both have very good Material UI libraries. But making a PWA feel like a native desktop app is hard. There's a reason most Electro
19.
▲
by
_jzlw
9mo ago
The link doesn't give any examples of the extended featureset, but there's some neat stuff here: https://github.com/ttscoff/apex/wiki/Syntax
20.
▲
by
_jzlw
9mo ago
> We have lodged a strong protest with the Chinese side and demanded strict measures to prevent recurrence This is like a school teacher telling the bully to knock it off and then walking away.
21.
▲
by
_jzlw
10mo ago
Those are the pros, but what are the cons? Surely there are limitations for it to be called "lite", else they'd have just added support for all that to the regular version.
22.
▲
by
_jzlw
10mo ago
1. What's the purpose of the "random padding"? Remember that an LLM is incapable of thinking logically, so it'll often do things that seem purposeful but aren't. 2. Consider using an actual checksum like CRC-32 rath
23.
▲
by
_jzlw
10mo ago
People don't usually expose self-hosted services directly to the internet, even if they have a login page. You use a reverse proxy, that way they can be HTTPS, share port 443, and use subdomains (Caddy makes this really easy). And then
24.
▲
by
_jzlw
10mo ago
> The items are packed flush to each other in the center of the alignment container along the cross axis You're right, the entire Values section seems to still be worded exclusively for flexboxes. The description at the top adds &qu
25.
▲
by
_jzlw
10mo ago
align-content: center; (supported on block elements since sometime last year)
26.
▲
by
_jzlw
10mo ago
I'm a fan of https://starship.rs/guide/
27.
▲
by
_jzlw
10mo ago
It's such a shame that desktop apps are dying while the replacement still doesn't manage to feel native and can't even do multithreading properly.
28.
▲
by
_jzlw
10mo ago
> acting in their own self-interest end up benefiting everyone I'm so sick of people acting like Valve is some saint that does no wrong. Their market dominance means game developers wanting to reach the PC gamer market must comply
29.
▲
by
_jzlw
10mo ago
Same here! Not to mention having ebooks on my phone means I can read anywhere, anytime. I read more , not less, lol.
30.
▲
by
_jzlw
10mo ago
Have you ever tried reading a PDF ebook on a phone? Small font size, doesn't fill the entire screen (phones are taller), margins make it appear even smaller... even if you have good eyesight it's a pain. The whole point of PDF is
More ›