Hacker News new | past | comments | ask | show | jobs | submit | paraknight's comments login

The APIs thing: it's not just Chrome, but Chromium too. I first noticed this when trying to replicate some of the screen sharing UI (buttons to share different things) from Google Meet, only to find that no non-Google domains have access to those APIs in the Chromium source code. Made a huge deal about it but nobody seemed to care.


You could just edit the domain restriction out of the Chromium source, no?


Not sure how to DM on here, but I just checked your landing and wanted to ask in what ways you're better than clerk.dev?


Clerk is great for new builds in the react ecosystem. We focus on more complex use cases where there are multiple user types (e.g. freemium, enterprise, partner, internal), multiple applications, or both. Having everything in one system removes a lot of tech debt and helps teams move faster.

And by "happy to chat" I meant by my email in my bio (which I just added to the public part), if it'd be helpful!


This is an excellent point. We launched on PH and reached #1 of the day and #1 of the week. We barely got any new customers, but we did get a lot of inbound investor interest. I'd say that if you're fundraising, it's worth it, but otherwise you need to go to where your customers are (ours were not PH users).


For half my life I had an Egyptian passport, and for the other a German passport. Having experienced both sides, that bit of paper is without a doubt the most valuable thing I own.

It's hard to quantify the kinds of doors it has opened for me. I was able to get a scholarship to study in the UK that covered home/EU rates (a third of international rates, while I might not have been able to get even a student loan otherwise), get government funding for a PhD that would not have been accessible to me otherwise and other grants, travel to international conferences without thinking twice about visas (unlike many colleagues) meeting people that would impact my career and skipping all sorts of and barriers along the way, and never had to worry about deportation because of the EU settlement scheme, easily become a founder (no visa sponsorship needed), and so much more! Even travelling/business in the the middle East, being German rather than Egyptian is an entirely different life, one that my cousins cannot even begin to imagine.

There's a parallel universe where I'm stuck making ends meet in Cairo where I was born, dreaming of a brighter future, feeling all my potential fade away. I know because my immediate family is that version of me - no less talented or worthy of the opportunities I got because of my nationality!

I see the kind of freedom that I have because of that passport as one of the biggest modern injustices.


> I see the kind of freedom that I have because of that passport as one of the biggest modern injustices.

I think you're confusing a vague and abstract problem of "injustice" with a very concrete and real difference in ways different countries manage their public services and institutions.

You only listed personal benefits that a country like Germany provides to their citizens and the higher education institutions built up by the UK, and how it contrasts with the ones provided by Egypt.

Quite bluntly, this is a discussion over privileges. Not injustice, but privileges. I assure you that countless people from Germany, UK, the EU, or anywhere in the world, would desperately want to have access to the same opportunities. Depicting this as a matter of being granted a passport is at best survivorship bias, and at worse an affront to those who had it but still weren't lucky enough to benefit from the same opportunities.


> different countries manage their public services and institutions.

This is the injustice. The decisions made by these institutions are not just. Sometimes they're business decisions (e.g. a university can make more money price gouging international students, when we're getting an identical education).

There can be an overlap with privilege, but at that point you're arguing semantics. For example, I'm privileged if I don't get racially profiled by the police, but it is also unjust for police to racially profile me. To say that it's down to the institutions/countries/individuals making the decisions is the same argument as "well that bakery is a private business, they can decide not to serve you because of your nationality".

Of course there are Germans and Brits that haven't had the same opportunities that I have had, and of course it wasn't handed to me on a silver platter either; I still had to work hard. But my point is that if I were Egyptian _no_ amount of hard work or luck would have gotten me where I am. It would have been quite literally impossible.

I'm not even going to begin to crack open the can of worms that is the colonial history of the same countries (in my case the real and lingering effect that the UK has had on Egypt). The way you compare the institutions "built by the UK" and the ones "provided by Egypt" makes it sound like "well maybe Egypt should just do better m" when the reality is that the prosperity of these very countries is built on centuries of injustice and blood. Call it what you want but it's injustice all the way down.


Yes


I had no hope during mine and completely changed research area in my final year. All my publications became irrelevant and I did a complete rewrite of my already mostly written thesis. My thinking was that I have nothing to lose since I'm going to fail anyway. That freedom allowed me to put together something good that I actually care about in a short time and pass my viva very easily, despite none of my new work being published.

I wrote about this here https://yousefamar.com/memo/notes/my/views/phds/ My number one bit of advice would be to stop listening to your advisors and do what you think is right. They're the ones that led you to the point of no hope despite your efforts.

If I could go back in time, I would go straight to founding instead of wasting some of my sharpest years on a PhD, but I would never have known that had I not done it.


My daily driver is Android + Samsung DeX, and I've tried doing this a couple different ways. In the end, the only thing that didn't make me pull me hair out in the long run was proper VSCode (arm64 build) inside termux/Ubuntu (installed via Andronix). Crucially, the only VNC client that works well with this (and I've tried all the paid ones too) is AVNC from FDroid.

I had too many issues with code-server and vscodium and such when it came to proprietary extensions unfortunately, and my actual dev machine is in the cloud so I rely on the Remote Dev extension. Has to be real VSCode.

I like that you can create a PWA from a standard code-server deployment too, and that works quite nice on DeX (proper immersive-mode full screen), but for me that has been too limiting because I cannot remap my brain away from my vim keybindings, and some stuff just doesn't work in a browser context. The browser will take over certain things (like ESC for getting out of full screen or alt+tab for navigating across browser tabs rather than VSCode tabs, etc).

As a rule of thumb now, any software that's complicated enough to require tabs, I try to run native arm64 builds for (VSCode, Obsidian, browser) and everything else I can get away with kiosk-mode browser windows masquerading as apps (email, calendar, feed reader, chat).


Can you elaborate on how you use DeX specifically? I recently bought my first Samsung - and was a bit curious about it, surprised to hear that it is a powerful tool.


I use one of these https://www.amazon.co.uk/dp/B07YF95RNR, some bluetooth peripherals, and a little phone tripod. I have it set so that when a monitor is plugged in, DeX starts automatically, so when I'm at my desk and plug my phone in, in 2 seconds I'm ready to roll. I also use DeX with my AR glasses (Nreal Air) when traveling, which basically behaves like a full-HD monitor on your face.

My termux session runs permanently in the background out of laziness (though this does noticeably shorten your battery life, but it's been mostly manageable) so all I need to do is start AVNC.

There are a lot of little configurations and quality of life things that I tweaked over the past year or so of doing this; happy to write all those up somewhere if you're interested.


That would be nice. I’d read it for sure.


I spent some time last week trying to set this up.

You can use Andronix to install Linux and a window manager onto you phone. You then use a VNC app to connect to that (local) Linux container and you'll have a fully working Linux phone. Works pretty well, though I had to jump to a few hoops as not all distro's worked on my Fold 3.

DEX starts automatically when you plug HDMI into your (Samsung) phone. You then start the Andronix Linux container thing from DEX and you have a fully working Linux distro, right from your pocket. Pretty magical.

What I do, is use remote VSCode to connect to my dev server, so I don't need to run anything locally, because speed wasn't great for me. But if you set it up as I did, you can work from anywhere and you don't need a laptop.


Just a heads up, newer versions of Android will kill processes that spawn a certain amount of subprocesses. You'll want to look into disabling the phantom process killer using adb (works for unrooted phones but you need to repeat those steps after each reboot.)


Try xorgxrdp. Might make it nicer for getting a remote display going, and has less latency.


Yup. And I'm my area, you'd have wanted to keep the dust out too. At certain times of the year when it was windy and the power went out and the ceiling fans went with it, you'd have to open the windows to cool down, but live in darkness because your candles would blow out.


I don't get it. Why can't bullying exist in the group homeschool at church? It's functionally equivalent to a school. Are you making a brand new point about traditional homeschooling (parent-child) or replying to the OP in the thread?


As a child in a public school, you have no right to freedom of association, and no right to freedom from association. Your school chooses your classes, and the state will use violence to ensure you attend those classes, bully or not.

In home school, there is less people and more choice. There are no perverse incentives that value attendance over education and health.


In home school, there is less people and more choice.

Choice for whom, the student or the teacher? The teachers are the ones with the agendas, in all senses of the word.


No parent's agenda is for their child to be kicked around by another kid.


It routinely happens in families and friends groups of parents (kids of parents friend bully the kid). It the setup described above, the kid have less choice over who friends will be.


School often serves as a release from parents' social machinations to let you find your own friends from a sampling of the general public.


> No parent's agenda is for their child to be kicked around by another kid.

The consequence is that every parent, given a scenario where they feel their kid is being kicked around, will remove their kid from that situation.

That's not a healthy absolute either.


Would "we must force parents to keep their kids in situations where they (the parents) believe the children are being abused, to make sure the kids grow up tougher than their parents desires would result in," be a solution anyone would actually want?


I'd want that for my kids, because I think it'd be net-best for them.

Clearly, I'm not talking about extreme abuse.

But I am talking about more discomfort than I (as the parent) would want for the child in my ideal world.

Parenting is always wanting your child to suffer as little as possible. But a little suffering is good in the long run for the child.

Thus, the fundamental tension in letting parents be the ultimate arbiters of a child's experience.


You want your children to experience more abuse than you want them to experience?


I think you're intentionally using term the abuse, in contrast to the words I used, to be inflammatory.

But yes, I think it's healthy for my children to experience more suffering than I, ceteris paribus, would permit them to experience, if I were omnipotent.


I'm using the word abuse because I am referring to abuse as distinct from the abstract kind of suffering that's impossible to have any opinions for or against because it might include hiking long-distance. ;)


Where does a kid walking up to your kid and saying "That shirt looks dumb on you" once a week fall?


Pretty far north of some of the things that happen in the rougher of our public schools.


Right, because children are never abused at home…


I added the phrase "by another kid" so nobody would reply with that but it looks like it didn't work because... you might not have read to the end? :-P


That other kid could well be a sibling


Isn't the whole premise of this grouped home schooling that it makes life easier for the parents, at the expense of tying into some commitments? There surely can never be enough grouped home schooling setups in any given locality with the freedom to break existing commitments for a parent to easily swap between them. It seems like there is a strong incentive for a parent to stick to the status quo.


A) You absolutely have freedom of association in public school. There is statutory and empirical intolerance for bullying, to the point that libertarians have been complaining that there isn't enough due process for the alleged bullies.

Parents can also easily move kids to other classes to avoid unwelcome company.

B) There is, in practice, no meaningful freedom of association in the real world. Childhood is an appropriate time to learn skills to mitigate the downsides of that fact, including forcing bullies to suffer consequences.


You know how good black / gray hat hackers are at circumventing the law or just don't even think about it?

Yeah, bullies generally aren't scared by "the rules" or by the fact that what they're doing is technically illegal either.


> Parents can also easily move kids to other classes to avoid unwelcome company.

This is definitely not the case in the schools our kids go to. The class sizes/composition are shaped by the demands of the teacher's union, we recently learned.

We always thought that the parent survey the school sent out, asking about your child, was so that our kid could be put in a class with a teacher who would be compatible. Not so, we learned!

The information was used to create class cohorts that are evenly balanced, and only after this happens are cohorts assigned to teachers. But at this point in the process, the desires of 20 distinct families cannot be used to match students with teachers.

Instead of focusing on matching certain types of students (those who need more remedial work, those who need more advanced work, etc.) with teachers who are good at providing that type of learning, the school is focused on making sure that all of the teachers have the same class composition, so that none of them can claim to have a "worse" class than anyone else.


> In home school, there is less people and more choice.

I think you meant "there are fewer people." Were you home schooled? Perhaps public school English would have been a better option.


Haha no, I learned English as she is spoke at a California Distinguished School. They taught English using the whole language method, because learning grammar is literally unimportant to learning language. I’m sure you can see how good I learned in thirteen years of public school.


> Were you home schooled?

Funny, as a public-school attendee, I would expect the opposite given how many of my peers sailed through on cruise-control with crappy teachers who were sometimes dumber than the kids.


If a kid is a bully then the parents organizing the group can kick that kid out (as a last resort). Additionally if a child is being bullied they can tell their parents and the parents can take action directly, this can happen publicly but there's a lot of layers of administration making it non-trivial.

In a way the group homeschool can be thought of like a small private school, it's just simpler to handle personal problems in a small group.


> If a kid is a bully then the parents organizing the group can kick that kid out

Or they can approve of the bullying. Or they can do nothing because they don’t care, or because they’re socially subservient to the bully’s parents.

It’s simpler to handle personal problems in a small group, it’s also easier for them to fester in a closed group.


It’s not a closed group. You can pull your kid out and put them in a different group. It’s not like public school where your kid is forced to go to the one school in your catchment area.

The parents also have the option of reorganizing the group to kick the bully’s parents out, along with the bully.


Private schools achieve that and have more ability to do so than homeschooling teacher as a service does.

This model isn't new and had problems before.

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


If I can find a news article about a public school teacher who molested children will you support shutting those down too?


I think your article is less likely to have the investigation beginning with the post office and more likely to have affects of multiple regular people not being OK with something, and being present.

Such involved parents could never let anything happen arguments ignore how these things develop as less involved parents cargo cult. (You can't get much more blatant in a drop in actual involvement than the example in the article.)

These kinds of groups connecting themselves to actual home schooling will erode it by association.


If I can find an article about a parent molesting a child, will you support sending them to public school?


1. What parent would approve of their kid getting bullied? What are you talking about?

2. If the parents care enough to homeschool, why would they not care about bullying?

3. Socially subservient to the bully's parents? This feels like a hopelessly contrived and niche edge case that is effectively meaningless because it would be so rare

4. I'm not convinced personal problems fester moreso in a closed group (see: armed forces), and further I'm not convinced homeschooling groups are closed in the first place

All this to say I don't think your argument has any merit and is based on convenient and unlikely hypotheticals.


It’s not unlikely that the bully is a child from a parent who organizes the groups…


No one that's going to the additional effort of finding and participating in this type of school is going to let their kid be a legitimate bully. That level of parental involvement is what's lacking from a bully's life.


That is laughably naïve. Plenty of parents think their little angel can do no wrong and will at best ignore evidence to the contrary.


While I do agree with you here, I do think the OP has a point. Homeschool parents are _involved_. Its a small, close community. Word gets around.


> Its a small, close community. Word gets around.

That describes lots of communities where abuse is epidemic.


Small, close communities are communities where the bonds between each participant is much stronger, making it costlier - both in terms of immediately broken relationships, and of backlash from the rest of the group - for people to sever it.

Word gets around, but not necessarily from the right people, and - if bad outcomes are not guaranteed - there is nevertheless a strong incentive for it to fall on deaf ears, stronger than it would be in a less tight-knit community.


I highly recommend using Andronix + AVNC


Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: