HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MyelinatedT

no profile record

comments

MyelinatedT
·13일 전·discuss
It was always an American company. In order to launch rockets from countries in the US sphere of influence (even from NZ), companies must obtain an FAA license.

Rocket technology itself is so intensely regulated by US export control laws that it’s practically impossible to develop an orbital launch vehicle without being a US- or Europe-registered company.

It is a real shame. It also looks like a lot of engineering work is shifting away from NZ — Auckland seems to be focusing more on operations and space systems, and the launch stuff is moving to the US with Neutron.
MyelinatedT
·지난달·discuss
This Microsoft notion of “devices that don’t stand alone but surround you” sounds an awful lot like Google’s “ambient computing” of yonder.
MyelinatedT
·지난달·discuss
This is the right balance for me as well.

I use an agent to generate a first-pass attempt, and then (deadlines willing), I manually read every line at least once so I understand what the code actually does.

Then I manually fix the inevitable slop that is mixed in with the good stuff, and only once the code is up to my personal standards do I send it.

This probably reduces my “AI performance boost” to 30-50% instead of the huge gains reported by others. But I retain the ability to reason about the codebase and use AI much more precisely when I’m trying to troubleshoot production outages or subtle bugs — something I notice the rest of my team struggles with, since adopting “agentic workflows” everywhere.

I think actively working to retain some cognitive flexibility and “muscle memory” around coding tasks is going to be rather advantageous in the long run.
MyelinatedT
·2개월 전·discuss
As another, intermittently suicidal person, I have never received helpful support from a hotline. In fact, I have never managed to speak to another human on the phone at all.

Out of four hotline calls in my life, mostly as an older teenager, I waited for >1 hour in every case, listening to pre-recorded “please continue holding, we will get to you” messages and elevator music, before giving up.

The only time I contacted a human it was via a text chat, and the interaction was laughably shallow — they hit me repeatedly with condescending, “reflective listening”-style questions and basically offered no depth or consideration to my situation, or me as a person.

If these services demonstrably save lives then that’s great, but they did absolutely nothing for me.
MyelinatedT
·2개월 전·discuss
> Also, why is he talking about “friends” and “strangers”? We all know he means “women".

Does he? It seems like he socialised mainly with men in the documented interactions. Perhaps he really was just lonely in the general sense.
MyelinatedT
·3개월 전·discuss
Separation of functions/concerns is not great, for starters.

The testes are dangerously exposed, the plumbing is convoluted and failure-prone (and doesn’t recover well from mechanical insults).

The prostate, which serves no function outside of reproduction, lies inline with the urethra and quite consistently loses flexibility and becomes enlarged with age, causing all sorts of structural issues impacting basic urological function.

Female reproductive vs urinary anatomy is largely physiologically distinct (proximity and UTI risk notwithstanding). Though plenty of room for improvement there too — starting with endometrial tissue being far too prolific. Fun fact: endometrial tissue can migrate to the brain and cause haemorrhaging in severe cases of endometriosis.

Plenty of room for improvement across the board, I’d say!
MyelinatedT
·5개월 전·discuss
How could you forget YouTube Chat?
MyelinatedT
·2년 전·discuss
The issue here is that in order to do its thing, uBlock Origin requires quite extensive access to the browser context, including the ability to intercept network traffic.

It’s pretty easy to see how this could be abused by malicious extensions, and security is the stated reason behind many of the Manifest v3 changes.

So it’s not clear that this is Google “being evil”, so much as it is trying to force web security forward, at the expense of user experience.