HN user

dirteater_

76 karma
Posts2
Comments28
View on HN

just find some starting point that doesn’t look like a sales funnel

this adds to the difficulty in getting started; so many times you start down a path, don't make good progress and hit a paywall or realize the path you started on is just marketing for some (not even valuable) learning resource

this is super common with language learning stuff, especially because AI makes it seem so cheap to produce learning content

This is awesome. I'm doing something very similar with Chinese and Yu-Gi-Oh right now. So many language courses seem to cater to certain topics like interviewing for a job, getting through college, traveling, home life. But I want to engage and connect with people who share similar interests.

Not to mention trading card games are pretty complex themselves and using them as a learning tool forces you to think in the language.

The biggest shift in the past ~100 years or so was the fact that mass-literacy became a thing. People started writing how they speak.

The written language's disconnect from the spoken language had a bunch of different reasons: bridging the gap between mutually-unintelligible regional dialects, political gatekeeping, etc.

I think the main claim of "Modern Chinese can read as English in Hanzi camouflage" owes a lot to the fact that they're two "subject verb object" languages with similar formal/written registers.

This is a subreddit full of users who have, according to them, been unrightfully suspended (appealable) or disabled (permanent, no appeal process).

A few months ago my dad went through this. He runs a community theater and a small business — both of those pages were also taken offline, which directly affected both organizations. Eventually he got his account back, and when he did, his ads account had run up a $700+ balance in a language he doesn't recognize. Clearly his account was compromised, and the attackers left an easy enough paper trail that he was able to get his account back after weeks of fighting. He still can't run ads for his business. For many others, it seems they were banned without explanation. Some can't even access the download of their personal data — which I believe is legally required in some jurisdictions — to either preserve memories and photos or try to find an explanation for why they were kicked off the platform. A small few have successfully hounded Meta's support and regained access, but this seems rare. Some have even filed in small claims court to at least get access to their own data.

A few months after my dad's ordeal, I'm now disabled. According to Meta's help page, there is no appeal process. No email, no notification — I just tried to check Messenger, my primary way of contacting several friends and family members, and I was logged out. On logging back in I saw the ban message. Following steps others took on that subreddit, I paid for Meta Verified through Instagram and was able to talk to someone on the phone pretty quickly. They said the tool they have access to kept giving them errors, and all they could do was give me a case number and tell me to keep checking back until I got an email or an appeal button showed up. (I think even Meta's own support is confused about the difference between Suspended and Disabled.) Obviously, neither of those things happened.

I gave my case number to a friend who works at Meta, like I helped my dad do, to hopefully get the ticket escalated. They told me "Disabled" is really severe and not to expect much. Supposedly, some AI system automatically scans for behavior that may lead to a ban. I don't post. I don't comment. All I do is occasionally doomscroll, buy/sell home goods on Marketplace, and chat on Messenger. I was under the impression Messenger was E2E encrypted — and while I'd fully expect them to have a backdoor, I think that label means absolutely nothing if a bot is regularly scanning that content.

For me, this is a bit of an inconvenience. I still have my Instagram and WhatsApp, so whatever Community Guidelines the bot determined I violated apparently only apply to Facebook. But I think it's pretty awful on Meta's part in a number of ways. They're big enough that people rely on them for day-to-day communication. Groups are a tool used for organizing. Getting banned seems potentially damaging to credibility. And while I understand a business trying to cover their ass by not providing a reason, I'm still uneasy — did I get banned because the bot made a bad call, or was my account compromised, implying my email or 2FA might also be compromised? And probably most damaging: Facebook is where people do business. Taking down business pages or removing their operator from the platform can seriously affect a business's credibility and day-to-day operations.

IMO the SotA for this is https://www.speechsuper.com/. Amazon suffers for similar

One annoyance is that for Mandarin, the percentage is calculated at the character level, whereas with English, it gives you a more granular score at the phoneme level.

This is the case for most solutions you'd find for this task. Probably because of the 1 character -> 1 syllable property. It's pretty straightforward to split the detected pinyin into initial+final and build a score from that though.

App for learning chinese, aimed at intermediate learners. SRS, reader, import content. Lots of fun problems like word segmentation, relevant distractors, integrating with LLMs, local-first sync.

I'm currently building an offline-first app that has a custom sync between a local SQLite and Postgres (Supabase). The "ejectable" idea here is so good and I will definitely implement something that turns all your saved data into a spreadsheet with a few tabs.

If you try to use every single feature of Istio, sure. If you just need encryption it's not that bad. And it looks to be getting better (no more sidecars, eventually).

They have won "market share" I'm not sure exactly which competitors they've undercut in the process? Are there any examples of a legitimate competitor that failed because they couldn't compete on price?

They share upsides, but the major downside that end users tradeoff compatibility with the rest of the software on their system is something Godot does not share.

I see a lot of developers talking about Godot, but I also see developers talking about Linux whenever Microsoft pulls some underhanded shenanigans with Windows and that doesn't seem to have cracked the OS market wide open

This is not even close to a fair comparison.

Godot. I've spent time with Unity and it bogs down my system. Unreal.. seems to bring a lot of FPS baggage and you _must_ use visual scripting to iterate quickly. Bevy is promising.

Godot and Bevy have a lot going for them:

* They provide a basic structure (nodes in godot, ECS in bevy)

* They provide some built in objects/libraries that you have the _choice_ to utilize

* They don't bog down your entire system when you are just making a simple toy.

I really want to learn Unreal, but after spending 2 nights trying to get direct control over cursor locking I decided the other fancy features weren't worth destroying my iteration time.

In the past LibGDX and Game Maker 8 were how I started programming in the first place. They feel pretty dated now though.

I work on a relatively large OSS project. There are parties that are successfully putting a lot of complexity in that provides minimal or zero OSS gain to enable monetization on their side.

I think this is destructive. It makes things more fragile and increases the barrier to entry for new contributors.

Funny to see this on the front page the same morning that I switched back to using a remote dev box.

Lima constantly has i/o issues (usually network hangs, local connections within the VM). It's pretty rough to use when I need to do docker in Lima.