He and I can bang out tons of it in minutes that would have taken months before. We do this and then no one reads it.
Honest question, did you guys read it yourselves before asking the rest of the team to read it?
HN user
https://mchaver.com/
mchaver at gmail dot com
He and I can bang out tons of it in minutes that would have taken months before. We do this and then no one reads it.
Honest question, did you guys read it yourselves before asking the rest of the team to read it?
I've been working on a web application for learning 倉頡輸法 https://demo.cangjieworkbook.com/ , no login required for the demo version (Cangjie Input method). It's a visual way of decomposing Chinese characters. It has a high initial learning curve so I've come up with a method based on the ways QWERTY is taught. I've added a few more texts and lessons in the last month. The most time consuming part is adding annotations to characters to show how they are composed, but it is worth doing. I already have a couple of users and they have given me helpful feedback. If you are interested, check it out and let me know how it goes.
I suspect that Rust will start taking over as a dominant LLM output language.
I doubt it. I think most people will become more entrenched in their favored ecosystem.
I also suspect that in short order we'll have entirely new languages that are engineered to be ideal languages for LLMs to generate.
This is already happening. A couple months ago I came across this language that is engineered for AI and human consumption https://www.moonbitlang.com/
I am fine with people having principles and doing things their way. Not everything has to be a race to be the best. There are still plenty of people that appreciate traditional crafts. Anyway, if Zig+AI can be the next, greatest thing, can't someone just fork it and make it happen?
I wish there were options on HN to filter out "my opinion is a fact and you're all wrong" articles
Don't wish. Just vibecode it for your personal use. Seriously.
houseguessr does not work. I could not select an answer.
If you guys are hiring, I am interested. My email and personal website are in my profile. Thanks!
Probably because it's a work around and not what most people want to do. Imagine someone telling you you have to type English in Cyrillic. I know if I could no longer type out Chinese characters and had to use pinyin it would feel very odd and like something was taken away.
My guess would be line height is a challenge and Naskh already exists. Then probably because these scripts are not used often in the places that are centers of software/OS development.
I would say some of us are welcoming and embracing it. Others are trying to fight the good fight, but it is hard to fight the momentum that is building.
It's very niche, but I have created a course for learning Cangjie 倉頡, which is a Chinese input system based on the visual appearance of characters (not necessarily etymologically correct). The advantage of this system is you can type most characters via unique output (there are a few collisions where you need to pick) and you do not need to pick the character from a list. This is particular useful if you work with specialized texts in Chinese.
You can find the tool at https://www.cangjieworkbook.com/ and there is a free demo linked inside. It should work on desktop and mobile web browsers.
What do you find about bringing it into production? Is it the actual language patterns or the tools? I've done Haskell in production for over a decade now so I am not sure what challenges newcomers face.
I don't agree with the repeated mantra that technology is neutral because the creation, maintenance and promotion of technology requires lots of resources and a lot of choices. A lot of conscious effort goes into creating things, and to change the thing after someone uses it. Make it better, make it safer, make it easier to use, etc. That doesn't feel neutral to me.
Very nice looking game. I added it to my wishlist.
Yes, definitely wouldn't use print because in an async environment that will get garbled. A proper logging library is the way to go.
That sounds really nice. I have a couple of Haskell servers running on VMs, but the build requirements really slow down the process. I have to use dockers to help cache dependencies and avoid recompiling things that have not changed, but it is still slow and puts out large binaries.
The idea of having a language with most the batteries for a web server built-in is nice. I've never considered Golang, but it is compelling. I'll have to check it out. Though Rust keeps catching my eyes.
For some reason the very concept of extended families and community engenders deep anger and hostility from some Americans
I think because excessive individualism plays into the hands of large companies. There is an individualist culture that has naturally grown over time in the US, but it has also been pushed by big corporations because if you can't depend on your neighbors and extended family, you need to spend money to fill the gaps.
I guess beauty is in the eye of the beholder. I've always liked Haskell and OCaml syntax.
That's fine for a library or locally run executable, but I've worked on distributed systems in Haskell and you really need logging in place to track what is going on.
Of course, you will have IO somewhere in a executable where you can handle logging so just separate pure and IO and make sure you have good tests for the pure functions. Also, linting to catch partial functions and dangerous lazy ones (or use an alternative prelude).
I like how your comment can be interpreted in two completely opposite manners. Either it is depressing that coding by hand is something curious, worthy of blogging about, or you are an AI-maximalist deriding lowly meat powered coding. Based on your post history I'll assume the former interpretation :)
Do you have any more notes/lectures/references that you can share? I would like to try something similar.
Thanks for taking the time to look. My biggest focus right now is own Numerikos. I hope I can make a better math learning platform. Math games are fun too. There are some nice ideas in the examples you have shared here.
Nice work on letterpaths. I really enjoyed moving the snake around and the sand sounds. It had me hypnotized for a few minutes.
I am siding with the group that opens bananas from the bottom.
In many countries, having citizenship means you are registered to vote. It is pretty convenient. Just show your ID card and you can vote.
I am building a web application for learning math. I want it to be something between Khan Academy and Math Academy. Here is a demo of fourth grade https://demo.numerikos.com/ Currently the best part about it is one of my kids is using it. I have some more lessons ready, waiting to be released and I am currently working on Trigonometry.
Definitely not in my experience. The most changed are the change logs, files with version numbers and readmes. I don't think anyone is afraid of keeping those up to date.
My take is that there are probably multiple systems out there than can help you achieve mastery, but it depends on your personality, life circumstances, etc. Just like there ten thousand paths up the mountain. It is a good idea to try out a couple and find the one that works for you. Then if you get to the point where you master your target skill and it is your turn to spread the gospel of "the way", it is good to keep in mind why it worked for you.
The thing is, agents aren’t going away. So if Bob can do things with agents, he can do things.
Following the model of how startups have worked for the last 20 years or so, I expect agents to eventually be locked-down/nerfed/ad-infested for higher payments. We are enjoying the fruits of VC money at the moment and they are getting everyone addicted to agents. Eventually they need to turn a profit.
Not sure how this plays out, but I would hang on to any competencies you have for anyone (or business) that wants to stick around in software. Use agents strategically, but don't give up your ability to code/reason/document, etc. The only way I can see this working differently is that there are huge advances in efficiency and open-source models.
Agreed. I am crossing my fingers that local open models can catch up in the future. Otherwise the big LLM companies will have everyone by the balls.