Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
okzgn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
okzgn
23d ago
Of course, that's why I wrote the article. There are many surprisingly good and simple things you can do with JS to avoid 100KB+ of frameworks.
2.
▲
Why not build front end frameworks on raw HTML, CSS or JavaScript?
(okzgn.com)
3 points
by
okzgn
23d ago
|
2 comments
3.
▲
by
okzgn
1mo ago
The Web 1.0 hosting looks like a 2000s website, but surprisingly, it includes 100MB of free static hosting if you subscribe to their service (that's what it says on the page).
4.
▲
by
okzgn
1mo ago
Too much for me: using an AI agent without understanding what it does, or without explicit or hard limits. - Like this business case: https://www.bottlenecklabs.com/blog/autonomously-run-busines... - This case involvin
5.
▲
by
okzgn
1mo ago
Thanks for the background context, very interesting and realistic. Yes, of course it also has read/write access, though I always make sure there’s no interference of that kind. It has only happened to me once, where a binary I hosted o
6.
▲
by
okzgn
1mo ago
Looking at the code and the website, you can tell it was hand-coded: the HTML, CSS, and even the JS (few people use DOMNode.style.display = 'none/block' these days, and I doubt an AI would suggest doing that). An impressive l
7.
▲
by
okzgn
1mo ago
An alternative: <meta http-equiv="Content-Security-Policy" content="script-src 'self' https://only-scripts-allowed-from-here.com "> This makes the client only load self-hosted scripts, or scrip
8.
▲
by
okzgn
2mo ago
If somebody makes something excellent, it deserves congrats (monkey or not). I'm from Donetsk (with a lot of mental culture, and literary/tech habits), and I later lived in Ecuador (where there is little literary/tech habit a
9.
▲
by
okzgn
2mo ago
The syntax looks very similar to Lit, but it's a nice application of HTML & CSS first, instead of relying entirely on JS to do that.
10.
▲
by
okzgn
2mo ago
Thank you for your opinion. To be more specific, there are many subjective views on what value is. I didn't mean a literary piece always has market value if nobody is buying it, but it can still be valuable educationally as a masterful
11.
▲
by
okzgn
2mo ago
Interesting standpoint. Do not forget what makes you human, and that's why there are a lot of different opinions and valuable, subjective literary articles.
12.
▲
by
okzgn
2mo ago
Writing for the love of art, besides being a mental and reflective exercise that holds real value when it is of high quality, makes it hard for me to believe that this is the end of literature. It is difficult to think that someone who writ
13.
▲
by
okzgn
2mo ago
A simple analogy: If you have kids, you love them and want to give them whatever makes them happy. But on the other hand, you run a household, you pay for bills, healthcare, heating, education, and heavy overhead. You must keep things under
14.
▲
by
okzgn
2mo ago
Key reports to understand the root problem (no ROI): - Gen AI: Too Much Spend, Too Little Benefit?: https://www.goldmansachs.com/insights/top-of-mind/gen-ai-too... (Goldman Sachs) - AI’s $600 Billion Question: ht
15.
▲
by
okzgn
2mo ago
Nice touch for job offerings: ssh superlogical.jobs
16.
▲
by
okzgn
2mo ago
It is curious that in both cases AI wasn't used to prevent errors, unless the AI they used did make errors, though it certainly didn't make any errors during the hacks themselves (very curious). In one of the AI hacking news stori
17.
▲
by
okzgn
2mo ago
Existing thread: https://news.ycombinator.com/item?id=49117124
18.
▲
by
okzgn
2mo ago
Great point. Using good software architecture and clean code will deliver direct and measurable economic value to projects and reduce AI costs right from the start, whether during refactoring or when planning a logical reorganization.
19.
▲
by
okzgn
2mo ago
What you can do with it: https://blog.codepen.io/2026/07/23/two-point-oh/#what-can-it...
20.
▲
by
okzgn
2mo ago
Anyone can submit an idea to the IETF, and having a clean Kramdown-RFC (a Markdown variant) template like this to do it can be very useful: the file `draft-crockford-davis-base32-for-humans.md` serves as a good example and a solid template
21.
▲
An IETF Internet-Draft Example Written in Kramdown-RFC (Crockford's Base32)
(github.com)
1 points
by
okzgn
2mo ago
|
1 comments
22.
▲
by
okzgn
2mo ago
Reference link: https://v8.dev/blog/modern-javascript#proper-tail-calls (Recursion, Proper tail calls, 2016) Proper Tail Calls were implemented behind experimental flags but never shipped by default — the flags were la
23.
▲
by
okzgn
2mo ago
Here are some complementary resources/papers: 1. Performance of eBPF LSM Hooks: https://dl.acm.org/doi/10.1145/3672197.3673431 (Analyzes the overhead introduced by LSM/tracing hooks on the kernel). 2. Pe
24.
▲
by
okzgn
2mo ago
Of course, but Go's GC doesn't compact or relocate the objects still in use in the middle of a page (which means that page can't be released to the OS) until you manually copy those surviving objects out, freeing up the page
25.
▲
by
okzgn
2mo ago
That's why it's questionable, because it's subjective. It would be factual to find the keys to determine what sounds "worse" across the majority of subjective opinions, independent of culture and personal taste.
26.
▲
by
okzgn
2mo ago
The logic that something sounds worse simply by combining dissonant notes is questionable, because music constantly combines elements—notes, chords, even different rhythms—without that necessarily implying displeasure for the listener. Conv
27.
▲
by
okzgn
2mo ago
The rapid evolution of AI has made AI-generated misinformation and disinformation a serious risk. An international consortium led by a major Japanese IT company is working to build a trustworthy foundation for society.
28.
▲
AI Trust: A Japan-Led Collaborative Approach
(japan.go.jp)
2 points
by
okzgn
2mo ago
|
1 comments
29.
▲
by
okzgn
2mo ago
Congratulations, I hope the vaccine shows the same highly positive results in humans as it did in the other primates.
30.
▲
by
okzgn
2mo ago
Excellent optimization technique: manually copying objects to a new slice so they don't prevent the GC from releasing memory by sitting right in the middle of a page it intends to free.
More ›