HN user

tcmart14

1,357 karma

meet.hn/city/44.0581728,-121.3153096/Bend

Socials: - discord:warfox. - github.com/martintc

---

Posts3
Comments866
View on HN

From my understanding, yea they still stand up coal fire plants because world demand for Chinese manufacturing and the energy demand it creates exceeds how fast they can build reactors. So they build coal fire with the intention to replace that capacity with renewables later. Been awhile since I looked, but China has like 30-some odd plans for nuclear reactor construction with quiet a few of them having already broken ground, but that was about 5 years ago.

Outside of a few boarder disputes with India, I don't China has militarily attacked anyone since they got their ass handed to them by Vietnam (Sino-Vietnamese War 1979). So I think that rules out China.

Doing a quick look over the article and your comment, I gotta agree. If you want stupid simple and content first, why wouldn't you use the gemini protocol? Pages are in mark down, no way to embed gotchas in it.

Its not one click, but is massively simple and building up tooling around it to make it easier would also be super simple.

Just to throw my two cents in. We could look at Singapore which does have harsher sentencing and low crime rates. However, there is a bit of caveat. Singapore has its red light districts where law enforcement sorta turns a blind eye. Its more of a, "so long as you keep your bullshit there, be classy about it and don't let it spill out, we will just conveniently ignore it."

This is where looking at the gaming centric distros and doing what they do makes sense. I haven't seen all kernel settings for all distros, but my understanding is many choose the defaults and most of the defaults are more optimized for server usage. Which makes sense. Debian's biggest deployment environment is a fleet of servers. For the standard Debian Install, of course. However, my laptop is not a server, so the defaults don't make sense. This is where we maybe need distros that their whole niche is to be laptop friendly. Or, get the bigger distros, to offer a flavor with a different set of defaults for laptop environments.

I think it depends. This will probably be true if PS6 is an outlier in price in its generation. But from the way it looking, PC gaming is also just going up in price and a xbox will probably be somewhere in the ballpark, almost all due to hardware prices. Ive read rumors the next gen xbox is speculated to also be in the $1,000 range and its pretty much known that valve wanted to do around $800 for the steam machine, but hardware prices made that non-viable for their scale.

I think it'd b more accurate to predict that people won't just give up on the ecosystem, but gaming in general. Or more people will just move to gotcha phone games.

FOSS enjoyer here. I actually prefer native apps. I already got too many tabs and windows opened with my browser(s) and also, I really hate when a web app decided to rearrange the UI and I have no clue until I am in it. With native apps, its seems like people are not as eager to change the UI and I also know the possibility is there when I see the update happen. I can also generally look at the version number and see its a patch release, so generally, my UI should not have changed.

Its been this way for a long time, but macOS apps through the app store essentially ship in a sandbox with the ability to configure permissions.

And there are now solutions that are very similar or the same on Linux (flatpak, appimage, snap with their very degrees of isolation). Windows, I will admit, I don't know much about it, but it may be the odd one out on this.

From experience doing mobile development at work, natively for both Android and iOS, Apple does test and run your app to make sure it works and that it does what it promises to do. I can see it because we issue both Google and Apple accounts and I can see when they get used. While Apple's app review is harsh, it did make our app higher quality and they are quick to reject when there are bugs. They run our app on every review and go through their checklist. Apple is also quick to question the permissions we ask for and make us justify them. In one instance, whoever did the app review, listened to our justification and actually recommended a better, alternative approach. Android, Google test ran our app when we put it up for the first review and havn't used their test credentials for any subsequent reviews to push app updates. We totally could just completely bust our app, push it to the store or do whatever we want and there seems like little to no oversight.

Resetting Xbox 16 days ago

And they should make an accessory that is an always on camera! Wait a second.... I think I've seen this one before.....

That is my understanding also. It was mostly for people who were around and should know better. He would never do this to a new contributor. Granted, he almost never sees code from new contributors in review. But what he will do is, if there is something egregious from a new contributor, he lights of the maintainer of the system.

example. I don't remember what all system Greg KH is responsible for, but for the sake of argument, lets say USB. You as a new contributor, try to contribute a patch to the USB subsystem. Turns out it is total garbage. For it to get Linus's attention, it has to have gone through review by Greg KH. Linus will light up Greg and only Greg because Greg has been doing this for 20+ years.

Now, do I feel he sometimes goes over board and unprofessional? Yes. But people keep contributing and the thing keeps chugging along.

Raising kids is expensive and tens of thousands doesn't cover any significant portion.

However, it's not just money alone that is the problem. Money helps a lot, but like any complicated problem, it's got multiple front. Money for one, but another is just child care in general. This is based on my experience and other parents I interact with, but child care is fucked up. Not just costs. When I was growing up, my grand parents were very involved. They would watch my sister and I in the evenings sometimes or take us for a weekend or we would go to their house to swim in the summer. For some period, my grandparents had us in the summer while mom and dad were working. There is a phrase of, "it takes a village to raise a kid." And that village was close family and friends. Grand parents would pick us up from after school events. Aunt and uncle would watch us with their kids and my parent would watch theirs, vice-versa. It was grand parents, neighbors, aunts and uncles. Now looking at me raising my kids and my friends doing the same, it all on just the two of us (myself and spouse). Grand parents don't want shit to do with their grand kids unless it's Christmas diner. And that is a pretty common thread amongst every other parent I interact with. And day care doesn't exactly solve that. Day care solves the regularly scheduled care Monday through Friday during business hours. Not even forgetting that some places, where I live, its a 9 month wait list to get into any daycare. And then full-time care pretty much consuming and entire parent's paycheck. It doesn't solve the, dad's car broke down, Mom needs to go pick him up and help out, but can't exactly pack the kids up. When that happened to my mom and dad, mom dropped me and my sister off with my grand parents.

Exactly what I was thinking. It's not that snake oil sales people sold totally useless stuff, its just that the stuff they sold did not deliver the value that was promised. Another example that is still going on today. There is a community of people that swear the ingesting silver prevents all kinds of things, even so far as a cure for cancer. It's snake oil, but it doesn't mean it doesn't have any medicinal purposes. Silver does have anti-microbial properties and can be used topically to manage infections.

To add on. If I remember correctly, its been awhile keeping track of it, they recommend you do because macOS is how you will get firmware updates as there are not any or many mechanisms to update firmware on Apple Silicon devices from Linux.

No kidding. I missed the first 16 minutes because something needed my attention. I'd like to be able to restart the stream.

I personally like it for one of my work projects. Its the only one we use it on. Its a repo with the android and iOS app. I like the conventional commits because when doing releases, I can look between two tags and pick out what I need to put in the "What's new in this release" section. I try to not just do the normal, "bug fixes and various improvements," in that section, but what we actually did. Also helping make clear what went into a release branch/what needs to be cherry picked into a release branch. I also don't automate the generation of the "Whats new" section. I just take a look at all the commits between tags.

We also tend to do something like

bug-ios: <case name>

feat-android: <case name>

So we don't have generic stuff like

bug-ios: fix memory issue

For me personally, I have co-workers I will not communicate with because all they do is have AI generate their responses and most of the time, don't even check the AI response. I ignore their teams messages and have outlook configured to send their emails directly to the junk folder. My manager knows about this and so far is fine with it.

Worked as a chemical systems technician for a bit. Can confirm, lots of the chemicals we used (most, some of which were pharma grade but we weren't pharma), had to come from either China or Germany. And we really did try to source as much in the US as possible. So it wasn't even a question of cost, it was simply no one here wanted to make what we needed.

Now granted, I'm not naive enough to think we should be able to be self-sufficient and manufacture everything ourselves. I think it is fine to import stuff. My bigger concern is, for some things, there just isn't a lot of options. I think its fine to buy some of the raw materials from Germany and China, but I'd also like to see a few more countries that they could be bought from.

It depends. People can always say, "zoom out," but that only works if you plan to be long term invested. Really it's more of a, what is your investment horizon/window. If you were planning to reap what you sowed in the stock market right now, you'd maybe be screwed. But like myself, the money I put in (personal account), Im not looking to touch for at least 10 years. Although right now/near term, it's not clear if we will be going up anytime soon. We were already stalling for the better part of the last 6-7 months on growth. Now we are going down with potential macro events that may keep it going down or stall growth for a bit. But as I said, if you're putting in money today planning not to touch it in 10-20 years, don't sweat it. Until the recent events in the Middle East, my international ETF was out performing the S&P500 by quite a bit.

Also consider there was a period it took the NASDAQ something like 15 years to recover from a crash after ATH. If your 20 and don't plan to touch it till your 60, whatever. But if you were 55 and looking to capitalize on it at 65, well, zoom out doesn't mean much to you.

I think that is a little bit unfair. I think plenty of developers, myself included wouldn't mind or would like to do native applications. Every time someone does those, a mountain of people ask "why" and "this shoulda/coulda been a web app." And some of that is somewhat reasonable. It's easier to achieve decent-ish cross platform. But also tons of consumers also just don't wanna download and install applications unless it comes from an App Store. And even then, it's iffy. Or most often the case, it's a requirement of the founders/upper management/c-suite. And lets be honest, when tons of jobs ask for reactive experience or vue.js, what motivates developers to learn GTK or Qt or Winforms or WinUI3?

I agree with your sentiment, but I also don't know if CD Projekt is a great example because its not their original IP. I am sure the games saw a boast in sales from awareness given by the TV show. But I am assuming Andrzej Sapkowski is probably the one who gets most of the money from licensing from Netflix. Although I will say, I don't 100% know all the details for the Netflix deals. And due to lawsuits and what not, exactly what Andrzej has the ability to sell rights to isn't very easy to find out with quick searches.

Edit: Ah, maybe CD Projekt does own the rights completely? They may have bought the right completely from Andrzej? So Andrzej may not have been the primary party selling the rights? Or maybe not? Andrzej may have retained film/tv rights and not sold those to CD Projekt.

And lets not forget Tim Sweeney's dishonest representation. Sure, Steam can take a 30% cut, but they also offer a lot of avenues to avoid that. With Steam, a publisher can get a ton of activation codes and sell those activation codes on their site and not get hit with the 30% cut. No fee on in-game transactions, and as you build a user base for your games, Steam also lowers the 30%.

As much as I love steam, some of this isn't even a high bar. I've always had issues with stuff loading slow or odd behavior on the steam store tab in the application. My understanding is it's because the store tab in the steam application is essentially a web browser, and it sorta works like ass.

And none of that means it isn't non-deterministic. Compilers still satisfy the, given the exact same environment and input, you get the same output. It doesn't matter the number of inputs. So long as f(3, 2) always gives 5, it's deterministic. Doesn't matter what f(x,y) does so long as it always gives the same output per input. LLM generation does not do this. If given f(3,2), sometimes it says 5, sometimes 6, sometimes 1001, sometimes 2.

And we are talking compilers, not query optimizers, so I don't really care what they do.