HackerTrans
TopNewTrendsCommentsPastAskShowJobs

8s2ngy

no profile record

Submissions

PostgreSQL 14 Internals [pdf]

edu.postgrespro.com
3 points·by 8s2ngy·vor 10 Monaten·1 comments

Mint

mint-lang.com
6 points·by 8s2ngy·vor 10 Monaten·1 comments

Oracle's blockbuster surge shows AI trade's growing influence on market

reuters.com
2 points·by 8s2ngy·vor 10 Monaten·0 comments

Learning for Mastery

eric.ed.gov
3 points·by 8s2ngy·vor 10 Monaten·0 comments

For Complex Applications, Rust Is as Productive as Kotlin[2020]

ferrous-systems.com
2 points·by 8s2ngy·vor 11 Monaten·0 comments

comments

8s2ngy
·vor 4 Monaten·discuss
I share your wish. Emacs, as wonderful as it is, has accumulated a lot of cruft over the decades and would benefit immensely from a rewrite. A "Neo-Emacs" could be multithreaded from the ground up and drop support for archaic platforms. The rewrite could even be in Rust to attract younger developers.
8s2ngy
·vor 9 Monaten·discuss
I've been seeing this pattern of text crop up in many places. On LinkedIn, much of my feed is filled with posts of short sentences that follow this exact pattern. What's more, even the replies are obviously AI-generated.
8s2ngy
·vor 9 Monaten·discuss
One thing LLMs are surprisingly bad at is producing correct LaTeX diagram code. Very often I've tried to describe in detail an electric circuit, a graph (the data structure), or an automaton so I can quickly visualize something I'm studying, but they fail. They mix up labels, draw without any sense of direction or ordering, and make other errors. I find this surprising because LaTeX/TiKZ have been around for decades and there are plenty of examples they could have learned from.
8s2ngy
·vor 10 Monaten·discuss
Kinda similar—Raku is on my radar. I won't have time to take a look at it this year. Maybe it can become my next year's resolution. :)
8s2ngy
·vor 10 Monaten·discuss
I’m in the same boat. I’ve internalized Vim keybindings so much that there’s no friction between thinking and doing on the screen. If I want to place the cursor on the next line, move to the end and add a semicolon, then jump to the end of the file, I just do it. My pet theory is that because Vim keybindings are unintuitive, developing proficiency required building muscle memory, which offloads cognitive load from my brain to my fingers so text editing becomes mechanical rather than cognitive.
8s2ngy
·vor 11 Monaten·discuss
That's impressive! Would you mind sharing how you used Anki for your studies?
8s2ngy
·vor 11 Monaten·discuss
I’m sorry, but any non-trivial Zig code gives me PTSD flashbacks of C. I don’t understand who Zig is targeting: with pervasive mutability, manual allocation, and a lack of proper sum types, it feels like a step back from languages such as Rust. If it is indeed a different way to write code, one that embraces default memory unsafety, why would I choose it over C, which has decades of work behind it?

Am I missing some context? I’d love to hear it.
8s2ngy
·vor 11 Monaten·discuss
There is something remarkably beautiful about minimal websites that use primarily text, perhaps with one or two images, and only styles that enhance readability. This is unbeatable UX. Whenever I encounter sites like these, I envision an alternative universe where the internet remained as it was in the beginning: no commercial strings attached, lightweight pages on affordable hosting, and easily accessible information so that search engines actually work. The internet was one of our greatest creations, but we’ve since ruined it with our greed...
8s2ngy
·vor 11 Monaten·discuss
I've been using Kokoro TTS with the CLI app, audiblez, mentioned in the "Similar Projects" section of the README. The model is fast and delivers impressive quality for its small size. Some issues I have faced, however, are: a) It doesn't distinguish periods at the end of sentences from the dots in abbreviations such as "Mr." or "Mrs." The result is an awkward pause between "Mr." and the name. b) It doesn't handle ellipses well. c) Words are pronounced the same way regardless of context.
8s2ngy
·vor 11 Monaten·discuss
What can I do to minimize the effects of air pollution if I have to live in a city with high pollution levels? It seems completely out of my control.
8s2ngy
·letztes Jahr·discuss
I believe many of the problems in our current social media landscape could be solved by eliminating the "feed" and instead displaying posts, updates, and pictures from friends, family, and those we know in real life. This approach might conflict with the profit models of big tech social media and could go against what most people have become accustomed to. Personally, I would love a smaller social network where I can stay connected with my school friends, college friends, and distant family without having to see irrelevant posts, like some stupid remark from a politician halfway around the world or influencers doing something outrageous just for attention.
8s2ngy
·letztes Jahr·discuss
I understand your perspective. I like to view niche languages as a medium for learning. For instance, I enjoy using Rust in my personal projects—even if many of these projects may never be released—because the lessons on immutability, functional programming constructs, and trait-oriented programming significantly enhance my day-to-day work. Therefore, I believe that learning niche languages, even in the absence of a robust job market, is worthwhile.
8s2ngy
·vor 3 Jahren·discuss
Upon first impression, this is incredible! Audiobooks have enabled me to enjoy fiction books that I, otherwise, would not have been able to due to time constraints or other commitments. Perhaps, in the near future, AI will be able to make many obscure books that are collecting dust in museums and libraries accessible to the public through audiobooks. That is a future to look forward to.