HN user

derrick_jensen

174 karma

I don't have opinions, I just disagree with everybody

Math @ none-of-your-business

Posts0
Comments134
View on HN
No posts found.

I tried Jitsi Meet in a conference call of forty people and we all switched to Google Meet because it was so unreliable and broken. This might have to do with compute limits on the server side (Kubernetes auto scaling?) but it didn’t work.

I use MS Teams wherever possible because it just works and most group calls I am on are in a business context anyways so the other integrations are pretty useful

I also hate all open source Remote Desktop solutions, but I ended up using SPICE with Proxmox. Nothing else will forward audio and handling Remote Desktop at a virtualization level is the most reliable and flexible of everything else that I have tried.

Only downside is that it doesn’t work with LXC containers, but that’s not a big problem considering only five or so machines need graphics.

EDIT: another downside is lack of client support on iOS. I’d love to work on my iPad with a Magic Keyboard but no client exists that handles SPICE AFAIK.

AGI could be the ultimate tool to free every human being from toil

I don't believe that's inherently a good thing if you mean that literally. I used to subscribe more to the AnPrim/Ted Kaczynski ideology that toil is an inherent part of human satisfaction and allowing people to "free" themselves from it goes against millions of years of evolution and positive feedback loops. I'm sure some people can fill the gaps just fine, but we aren't talking in terms of "some".

(I'm not Derrick Jensen, he follows a similar ideology and I chose the name as a parody of the average HN poster. Does HN have an anti-impersonation policy?)

I have had nothing but bad experiences with Lenovo ThinkPads, and refuse to buy anything else of theirs (especially in the wake of Superfish).

I had a T60 that had the both hinges snap in the case in normal operation, x230 screen broke and it refuses to start without reinserting the battery. I had similar screen issues with an x100e but at least that didn't have a quality persona around it, so I can't say I'm surprised.

I gave up a while ago and just use an iPad for everything (currently a student so I use the pencil heavily). If something warrants me using a keyboard then I just do at home with a tiny NUC I bought for cheap (HP EliteDesk 705 G2 Mini).

Time has value, and economies of scale make it more efficient. I worked at a CSA for a while and the amount of time it would take an individual to have the diversity of foods we provide would have taken them far longer. I have nothing against gardening on its own, but the marginal value add of doing something else yourself doesn’t always exceed the value of your time and the opportunity cost of not doing something else.

You could always live an AnPrim lifestyle and that’s fine (one of Kaczynski’s main points was that specialization in the abstract is incompatible with people), but there are more obvious reasons why more people don’t do that.

Its a lot easier for Apple to fix security issues within the Apple ecosystem than it is for Apple to pressure Adobe to fix the problem, port it over to the suite iOS/iPadOS/macOS, and distribute the fix to whoever needs it, as well as communicating the gravity of the issue, post mortem, adjacent attack vectors and surface area, etc.

I'm not saying you are entirely wrong about consumer lock down, but for various reasons, consumer lock down can be objectively better for the developer and user experience, and it is easier to move fast when you have fewer dependencies at play.

I'd argue that most men that won't have sex probably have some character issues they need to work out personally, or otherwise need to develop into somebody interesting. Dopamine hits from other places are more easy to come by, so it wouldn't surprise me that they just don't care enough, relative to their peers.

That's similar to saying that technology isn't about liberating the worker, but rendering most of the work force obsolete and only hiring the top 20% of performers. Your freedom does not compel anybody to be in a relationship with you, just like your freedom does not require somebody to hire you.

I agree that there are larger societal changes at play, but saying this isn't strictly more free than before isn't painting the picture honestly.

Killer Mike had a documentary on Netflix (?) about black life in America, and mentioned that money flows out of the black community far faster than any other minority in America. If we assume that Uber is acting in good faith, which I have no reason not to believe, then what else can they do?

I agree with you in spirit, but the Fairness Doctrine in the United States was a variation of this, where the FCC required that approximately equal time and attention be paid to all sides of a major issue. Ronald Reagan removed this in the 80s, and helped popularize conservative talk radio. The justification was that the limited bandwidth of television made it in the public interest to regulate its influence. The internet is much higher bandwidth, so the same argument doesn't hold water.

EDIT: What qualified as "equal" and "all sides of a major issue" were up to the discretion of the FCC, so enforcement was fairly ad hoc

Google's definition of socialism

"a political and economic theory of social organization which advocates that the means of production, distribution, and exchange should be owned or regulated by the community as a whole."

Private enterprise isn't the community. I'll admit that the state isn't the only way these things can organize, but it is probably the most common (excluding groups like the Mennonites)

State owned production and distribution. The things these markets sold were (most likely) not state produced or distributed, since they were Western goods.

Google Play allows for different "tracks" for publication: internal testing, closed alpha, closed/open beta, and production.

My approach is to keep releases in sync with Git branches (master is to production, staging is to closed alpha, etc). Although I don't often push things to master, I publish on any of these tracks at least once a day. I'm looking into the Apple ecosystem now, so I'm not sure if I can use a similar approach (my main concern is having a Mac as CI server).

Society doesn't benefit from this. Low-status jobs still have to be filled, at least until technology eliminates them.

Its purely additive. Being well off doesn't mean you can't do these jobs, just that better options are available. Market forces will make the pay desirable if they are needed more than they currently are.

This is less a thing that doctors have to do than a thing that plumbers have to do.

Sure, but it doesn't change the fact it's a good idea. I'd even argue that most blue collar jobs, in having less obligations and a more clock-in-clock-out mentality, frees up parents to spend more time with their children.

I've had the exact opposite experience, but I mostly use Java over Flutter for Android. Expo can be fairly limiting and breaks a lot, but core React Native is wonderful and does everything I need with a couple exceptions (FCM and more fine grained microphone support). I also have a dedicated Android native module for my app, and a lot of React Native libraries can probably be consolidated down to one module and directly using the Java libraries on Android.

What dependencies are you using that continuously broke? Did you track your package lock file on Git?

EDIT: Ive also tried React Native Web and it pretty much worked OOTB. Alerts were the only thing I found that weren't implemented, but they didn't show any runtime errors or instability