Absolutely, throwing together some simple cmake is actually a great use-case for an LLM. Once I have something basic up and running, I can play around with it and figure out how stuff works much more easily
Absolutely, throwing together some simple cmake is actually a great use-case for an LLM. Once I have something basic up and running, I can play around with it and figure out how stuff works much more easily
cmake comes to mind: I can find the docs for whatever function I want to use, but I honestly have such a hard time comprehending what they mean. It’s especially frustrating because I can tell that all the information is there, and it’s just me not being able to understand it, so I don’t want to ask others for help, cause then I’m just bothering people with a problem that I’ve in principle already found the answer to, I’m just not able to apply the answer.
Then again, I’ve heard plenty of other people complain that the cmake docs are hard to understand…
I use GPT in the sense of “I need to solve X problem, are there established algorithms for this?” which usually gives me a good starting point for actual searching.
Most recent use-case was judging the similarity of two strings: I had never heard of “Levenschtein distance” before, but once I had that keyword it was easy to work from there.
Also: cmake and bash boilerplate
Right chilly today innit?
Well if you need something to work with Fortran…
Sorry, but I honestly don’t get it. I I were to point out the crown jewel of open source, it’s gcc. gcc is the backbone and survival condition for so much modern industry that it’s not even remotely funny.
Take away gcc, and the world will likely burn for a substantial amount of time until people start making in-house or proprietary alternatives.
Totally justifiable IMO. In my day-to-day life its much more important that my shit works when I need it to than that I get whatever potentially something-breaking latest hotfix patch for everything on my system. Put simply: My OS, and the packages I use, work. If I don’t update, I’m sure it will also keep working. When I have time for an update to break something, or want to pull in some new feature or patch, I’ll run an update.
Don’t do that in Norway either - just bad luck if the holidays happen to land on a weekend. On the other hand, we have five weeks of paid vacation, and holidays are not counted into those, I’m not sure how that’s done in other countries?
I feel like it has something to do with the fact that there’s less content, so when you post something, it’s actually going to be seen by people.
I didn’t post or comment anything the last couple years on Reddit, largely because it increasingly felt like shouting into the void.
I am/was in the same boat as you: For a long time, I just didn’t care that I was giving away a bunch of information in return for convenience, and didn’t get why people cared so much.
I don’t really know what triggered it, but at some point I became painfully aware that the only goal these companies have is to squeeze every possible penny out of selling me. I started noticing that the stuff they ask you to confirm is 95% stuff they want because they can sell it, or use it to get you hooked to their service, and 5% (at best) stuff they need to make the service good for you.
This triggered a change in my perspective: Now it pretty much makes me sick to my stomach to think about all the companies that are drooling over me, trying to make a buck by getting me to click something I’m not actually interested in, or don’t actually need.
These people have a vested interest in manipulating me, and by giving them my data, I’m giving them the tools to do it. I don’t want to be manipulated or sold as a product: That’s what made me start caring about protecting my data.
This will sound dumb, but I’m saying it sincerely.
I’ve had similar issues (without getting into details), but what worked for me was getting outside a couple times a week. By that I mean bringing a tent or hammock + tarp and sleeping outside a couple nights a week on workdays.
To be specific: I sleep outside Monday-Tuesday and Wednesday-Thursday. On those days I also make my dinner at my campsite. What I’ve found is that my brain goes into a much more “primal” state of “monke outside in cold, monke get shit done”, and that it propagates into my day and week.
The barrier to this is of course actually going outside, but I’ve been able to get to a place where I have a “deal with myself” about those two nights a week. I always have my pack ready, so it’s just about grabbing it and heading out- I think that’s key.
I’m not saying this is a solution for everyone, but it’s done wonders for me. As of now, I get restless and feel bad if I’m in a situation where I can’t get outside at least once a week. It brings me a peace of mind and will to get stuff done that nothing else can.
I’m not quite sure what assumptions you’re talking about, but I do want to hear what you have to say.
What you’re answering to is about opposing external hostile forces, that wasn’t what I was talking about. I’m talking about internal criminal environments that are dispersed in the population and make a living off anything from fabricating documents or scamming people to trafficking or smuggling. Just like modern organised criminal environments, these are not groups you can “wage war” against.
My question is related to how these will be dealt with if not by involuntary imprisonment/re-education/some other involuntary and enforced way of preventing them from exploiting society?
Ok, I’m only really having issue with the “which shouldn’t be hard” part. What makes you think that violent response from an anarchist society would be more effective than the police/justice system in a modern state?
These groups exist today, and it turns out that making them crumble by arresting (or, in some countries, executing) their members is a significantly non-trivial task. That’s when you have an organised force opposing them, which doesn’t need to deal with internal disputes the way an anarchistic force would need to.
I’m asking: In a hypothetical anarchist society, how do you deal with organised criminal environments that live off exploiting other members of society, and who refuse to follow rules or rulings created by the consensus of those that don’t want to be exploited?
I’m pointing out that these groups exist and have existed in more or less every society of decent size, so they must be factored in somehow. I’m also pointing out the “voluntary prison, or else you’ll be excluded from society” likely doesn’t work, as these are people that have already accepted living a life on the side of the rest of society, within their own environment.
So what do you do to deal with the situation we see in modern states with an actual centralised “monopoly” on violence: Organised criminal environments that live off exploiting the rest of society?
We’re talking about people that don’t care if you shun them, because they have their own environment, with their own hierarchy and set of rules, and they’re willing to use violence to exploit the rest of society to make a living.
I just came back to Europe after a couple weeks in the US. The US was beautiful (travelled in the Rockies). I was surprised by the fact that I unironically would not be able to live there just because of the food. Everything was so drowned in cheese / sugar / unspecified ultraprocessed something that I had legitimate digestion issues the first week.
- “I would like an omelette please”
- “Yes sir, do you want eggs in that or just the cheese?”
I had no idea I could miss just plain real bread as much as I did by the time I got back.
And that’s just regarding stuff that’s distributed pre-built with a package manager. Truth is, if you’re down to build stuff from source, you can just follow the Linux guide and everything will work right out of the box far more often than not.
Came here to say this. Just get home brew up and running. One you have gcc and your other basic tools installed, there’s very few Linux guides that won’t work on a Mac. A couple shell tools have different names, but that’s about it.
I was thinking the same thing, does anyone have any context as to why the Beer license is not considered free? If I’m to guess it probably has something to do with copyleft-restrictions (or lack thereof).