HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maoeurk

no profile record

Submissions

Factorioctl: Claude Code Plays Factorio

github.com
1 points·by maoeurk·6 mesi fa·0 comments

comments

maoeurk
·2 mesi fa·discuss
Stop working? It never even started working for me, I tried it and always just got errors or lack of quota.
maoeurk
·3 anni fa·discuss
Glad you're enjoying it!

Currently the best way is just that there's a "mark known" button at the bottom of articles to mark all remaining words as known. Also on the wordlist view you can select many words and mark them all known at once. But we're also working on integrations now to help make the on-boarding experience easier and leverage existing study workflows.

The main challenge is that in Polyglatte a word is defined as (lemma [the root word], part of speech, language) and most other systems don't use part of speech, so there's often not a 1 to 1 mapping when importing. So we've delayed having much here so far, but it is definitely a solvable problem. Is there a specific place/format you would want to import that data from? If not then perhaps we can add a "mark wordlist known" button and add some French word lists.

> I’m at an intermediate level, and don’t really want to tell the program that I know all the rather simple words.. or does that not really matter?

That's a good question, due to the way typical word frequency distributions are, the problem becomes less annoying pretty quickly if you mark words as you see them. But solving this problem is also an important part of making Polyglatte fun and a smooth experience for new users. And helping people to spend more time enjoying and using their languages is one of our major goals with Polyglatte -- bulk marking words you already know isn't very fun.

Feel free to reach out on Discord or our new community forum (https://community.polyglatte.com/) for help or for feature requests by the way -- we'd love to make Polyglatte better for you and everyone else.
maoeurk
·3 anni fa·discuss
I’m building https://polyglatte.com a language learning website (and app) for learning with real content like YouTube videos, subtitles, and text articles. Ideal for intermediate and advanced learners.

Some neat features are that we fully parse the text and part of speech tag it, we have a system to prepare for difficult articles/videos with clips from easier ones, and the core idea scales really well to more types of content like chat messages and images (not public yet).

Our focus is now shifting to on-boarding and marketing. We have a few users that have figured out how to really use Polyglatte and they love it and use it a lot but for the most part, many users leave without seeing most of the value we can provide.

It’s a self-funded 2 person project and we haven’t monetized it at all yet.

I have no problem charging for it but I need to figure out how to help people really understand the value we provide and reach more people before it would make sense to do so.
maoeurk
·4 anni fa·discuss
Thanks!

Yeah we have JLPT word lists available and you can set them as a focus and learn the words from the JLPT word lists from clips / snippets of videos and articles -- perhaps there's deeper integration we could do there too.

I agree with JLPT being a useful tool, I personally used their word lists as a core vocab builder when I was studying a lot of Japanese.

> I'm useless at learning languages, basically foreign language dyslexic.

Don't be too hard on yourself! If you were able to pass the JLPT at any level, I think you're doing great.

One of the motivating ideas of Polyglatte is to make language learning more fun. I'm a big believer in mass exposure and quality time spent with the language. I think for most people, most of the time, just being able to have fun with the language will give you great results.

If you're looking for new ways to improve your listening, consider watching some YouTube videos, not with the intention of understanding everything but with the intention of having a good time. For me, listening skill is something that largely came out of nowhere. I gave my brain a bunch of stimulus (Japanese YouTube videos I'd watch for hours every day, even if I didn't really understand it) and then I woke up one day and I just understood most of it or it felt like my brain was suddenly able to keep pace at the very least.

Anyways, the most important part of that system is finding videos you want to watch even if you don't fully understand them and that you'd want to watch even if it wasn't helping you develop a skill.
maoeurk
·4 anni fa·discuss
Thanks for the feedback! I did originally write it myself in a rush using the English as the basis but have since had it rewritten by a native Japanese speaker -- I will have that done again.

> (tango o suru, seriously what does that mean?)

Thanks for pointing this out, there's actually a mismatch between the JSON fixture used to load this article into the DB and the raw text from which that JSON should have been generated: there's a missing token there. Frankly it's just good (or perhaps bad) fortune that it broke in such a way that it kind of made sense without that word there.

I will get that fixed up along with a general rephrasing/look over by a native again.
maoeurk
·4 anni fa·discuss
I’m working on a website for intermediate learners to practice by reading and listening, including Japanese, and Japanese is my strongest second language so I can answer a bit about why it’s so uncommon.

Japanese is just really, really hard for computers to deal with. The only reason I got parsing and word segmentation to be pretty good was because I was so familiar with the language and wrote a 3000 line post-processing function on the tokens to get reasonable results. We have a few similar post processing steps like one to better handle separated verbs in German but it’s nothing compared to what we needed for Japanese.

Additionally Japanese kind of breaks our word model, despite being aware of it and planning for it from the start and every part of the app needs special logic to support Japanese properly.

It’s a lovely language, honestly my favorite language I’ve spent time with, but it’s non-trivial to handle it in general with code.

Happy to answer any questions and also, self-promo: https://polyglatte.com for my project. Happy to make improvements to better support you / the intermediate reader use case, just let me know.
maoeurk
·4 anni fa·discuss
Ukraine has captured a lot of Russian equipment during the recent Russian retreats.

I’ve even seen it claimed in the past few months that Russia was, at points, the number 1 supplier of Ukraine in terms of equipment due to how much they left behind. [1]

If you’re interested in this topic and have some time, I’d recommend https://youtu.be/sNLTE75B0Os

[1]: https://www.wsj.com/articles/ukraines-new-offensive-is-fuele...
maoeurk
·4 anni fa·discuss
I've been wanting to make a datalog tagging system for a few things for a while now but don't have the energy to actually do it. Essentially the idea is to encode relationships allowing for very specific queries like: "show me pictures of a person wearing a green hat looking at another person" which is not something most tagging systems could reasonably do.

Breaking that down, that'd be something like:

  wearing(person1, hat), is_hat(hat), is_green(hat), is_person(person1), is_person(person2), looking_at(person1, person2).
I wanted to apply this to Brazilian Jiu Jitsu videos to be able to find very specific queries like, "matches where player 1 gets a takedown, gets swept by player 2, and player 2 wins by submission". A sufficiently well tagged data set would let you find specific stories and sequences of events in a way that I don't think a non-computational query system could do.

Most of the effort and value around a system like this would be building a community of people to tag the data and tools to make that tagging easy... and perhaps a more user friendly query UI.
maoeurk
·4 anni fa·discuss
> There are two issues -- (1) feeding copyrighted material in to an AI model, and (2) getting copyrighted material out.

> The latter is obviously a violation of copyright, full stop.

It's not obvious to me that (2) is a violation of copyright. Unlike patents, copyright violation is not as simple to prove. My understanding is that, at least in the US, independent creation is a valid defense against copyright infringement. For example if 2 people independently write the same story and can prove that they did, they can both hold copyright over that story.

The analogue to this does exist without AI, when creating something that looks like copyright infringement, clean room design (don't look at similar things) is often done to ensure that "independent creation" can be used as a valid defense in court. Given that, I think (1) is probably not safe to do at all if you can't prevent (2).
maoeurk
·4 anni fa·discuss
Yeah it's pretty much exclusively used incorrectly. The original meaning was that an exception to a rule proves that such a rule exists. For example, "no parking on Sunday" is an exception that implies that parking on any day except Sunday is okay.

https://en.wikipedia.org/wiki/Exception_that_proves_the_rule

It honestly doesn't bother me as much as when people incorrectly say "begs the question" when they mean "raises the question" but I think we're long past the point of us ever correcting any of these.
maoeurk
·4 anni fa·discuss
I'm working on a B2C product as an indie founder and I run into this quite a lot. Though from my perspective a lot of the "physical vs non-physical" disconnect is also about the fact that people who have not had direct experience in the creation of a software product are unable to extrapolate from what they're currently seeing.

I think that's actually completely reasonable though; people take things at face value. But what that means is that all the potential in the world means nothing unless you can show via features how that's a good thing and what the impacts are.

This impacts the product I'm working on because there's a lot of stuff on a base level that seems like similar products in the space but the real value is the integration of systems and data to fundamentally change the interactions. And until recently, we didn't have much of the "Big Picture Ideas" on display for our users.
maoeurk
·4 anni fa·discuss
I’m actively working on language learning software through immersion at https://polyglatte.com . It’s currently completely free with no way to pay for it but I still feel some amount of guilt about self-promotion even though I get lots of positive feedback and it’s already helping people.

I find marketing to be very uncomfortable so I’ve been neglecting it, but I know it’s the only way to any kind of success.