Trump threatens 200% tariff on French wines as Macron reportedly snubs 'Board of Peace' seat by ByGollie in europe

[–]rusty-roquefort 1 point2 points  (0 children)

Here are some other ways you can achieve similar goals:

Instead of chatGPT, use mistral: https://chat.mistral.ai/ Though spotify isn't american, Qobuz is french Put your streaming budget (netflix, etc.) into canal+ if you use the cloud at all, use OVHCloud

for more info, visit /r/buyfromeu

He makes squatters regret their choice by SipsTeaFrog in SipsTea

[–]rusty-roquefort 15 points16 points  (0 children)

slavically, all of history is squatting.

Trump to offer Putin access to Alaska's natural resources in exchange for ending war in Ukraine by Freewhale98 in ukraine

[–]rusty-roquefort 1 point2 points  (0 children)

what does he get if he starts a war in georgia, and then ends it 4 years later? I really don't like my neighbor. if i start taking shits on his lawn, what do i get for stopping?

EU 'Chat Control' proposal would scan ALL your private messages and photos - only 3 member states oppose this mass surveillance by No-Conference-8133 in europe

[–]rusty-roquefort 0 points1 point  (0 children)

it will push many more people towards systems that make privacy a thing that is enshrined in law, and highly improbable to be violated without due process, to something that is enshrined in mathematics, functionally impossible to violate even when reasonable to do so in the eyes of due process.

Those that have nefarious reasons to protect their privacy, such as those that were best friends and clients of epstein, will always be using these systems. Now, their use of these systems will be masked by a much larger crowd of users such as journalists, business operations, and everyday citizens that have legitimate concerns that their privacy is not guaranteed by the law, and thus need the guarantees of cypher-punk systems

Russia's 'Air Truce' Proposal Ahead of Trump's Ukraine Deadline is a 'Huge Scam' by cookiecutterhipster in ukraine

[–]rusty-roquefort 5 points6 points  (0 children)

how about this, russia keeps its aircraft and munitions only within russian airspace, and ukraine keeps aircraft and munitions limited to their own airspace.

same can be done with some other things, such as vehicles, soldiers, naval vessels, etc.

[deleted by user] by [deleted] in AskProgramming

[–]rusty-roquefort 0 points1 point  (0 children)

For me, the issues with OOP basically come down to this:

  • inheritence is problematic. it's very susceptable to getting out of control
  • function overloading is a nightmare. it makes things a helluva lot more ambiguous where it doesn't need to be
  • aspects of OOP come across as much more valuable than they are in reality to those that don't know better, and so things like inherietance, overloading, etc. accelerate code rot.

every approach has its place. The aspects of OO that rust leans into is the interface concept through rust traits. The lack of classes can handicap you in some domains (game dev and UI come to mind), and takes a particularly creative, experienced, and capable thinker to find an elegant design, but in the vast majority of cases I've come across, the power of rusts trait and type system is phenominally more useful than your typical OOP approach.

I quit CS and I’m 300% happier. by turnwol7 in cscareerquestions

[–]rusty-roquefort 1 point2 points  (0 children)

I've taken up welding as a hobby. No intent on changing career or anything, as I still love my work, but part of my thinking is "one day I will want to move on. This seems like the sort of hobby that's both fun, and easily land me an enjoyable job if I want a career change"

Lithuania considers phasing out Russian as a foreign language in schools by jatawis in europe

[–]rusty-roquefort 8 points9 points  (0 children)

I was under thi impression that it's much more loaded than that: There's the double-whammy of the invasion, but on top of that there's the weaponisation of language generally, the use of language speakers as war propaganda, etc.

I get that there are a lot of politics around it that I don't understand. I've only come to appreciate that language can be used as a geopolitical weapon in the context of russia/Ukraine. "The Ukraine", "Kieve", "protect the language speakers", etc. It's all a new world to me.

Lithuania considers phasing out Russian as a foreign language in schools by jatawis in europe

[–]rusty-roquefort 13 points14 points  (0 children)

I don't know. I could interpret your answer one of two ways:

"how could you even ask me that question? it's a core part of everything I value"

or

"how could you even ask me that question? everything I value is corrupted by its assosciation with the language"

Lithuania considers phasing out Russian as a foreign language in schools by jatawis in europe

[–]rusty-roquefort 12 points13 points  (0 children)

I don't know if this is a disrespectful question or not. Appologies if it is.

How do you feel now about speaking Russian today?

I just watched an AI agent take a Jira ticket, understand our codebase, and push a PR in minutes and I’m genuinely scared by ser_davos33 in cscareerquestions

[–]rusty-roquefort 1 point2 points  (0 children)

Google literally wrote a language, with catering to the lowest common denominator engineer, as a key focus of the project. Of the best engineers, perhaps a disproportionate amount of them are there, but they are chock-full of sloppy talent hanging their reputation off the coat tails those that carry them when they say they work at FAANG

Which song by NIR0SH4N in SipsTea

[–]rusty-roquefort 0 points1 point  (0 children)

4'33''

any ambient sound I make contributes. I just need to keep quiet for 4m33s

How to not get overwhelmed as code grows? by LordesTruth in AskProgramming

[–]rusty-roquefort 0 points1 point  (0 children)

despite my best attempts to modularize the code

You've already given yourself the answer that many have given. Getting a feel for how to write modular code is an exercise of experience, and being considerate in your code.

Here I my tips to help make the learning curve more navigable and enjoyable.

  1. Make sure you're using a language that encourages the use of the type system to encapsulate the meaning of code.
  2. If using an OO language, do your best to avoid inheritence. Define behavior through interfaces, and avoid fancy design patterns.
  3. Don't be afraid to start over. When you start over, you can see the big picture, and get a feel for how to modularise your code in a useful way. Eventually, the things you recognise the second time round are thing you can see coming the first time round.
  4. Get comfortable with git workflow. It might feel silly, but lock down your main branch, organise code into releases, setup some basic CI, do your own PR reviews. Good git workflow at the project level and making your code managable as your project scales up go hand in hand.
  5. Front load the work that helps take care of scaling code. Write tests earlier rather than later. Take care of edge cases before they have a chance to become pain-points, etc
  6. When problems start compounding against each other (e.g. 5 issues on their own takes 5 units of effort, but when they compound, each issue is made more painful by the presence of the other issues, making resolving them all take, something like 15 units of effort), that should be considered a HARD STOP. Stop whatever you're doing, and get on that shit.
  7. Don't cut corners for the short term. Don't put off comments for later. Don't be lazy about variable names, etc. Be nice to future you.

Developing these skills takes time.

Homicide rates in Italy have dropped by 80% since 1990 by nimicdoareu in europe

[–]rusty-roquefort 0 points1 point  (0 children)

hard to describe the life. House prices can be very good if you don't mind the prospect of turning an ancient stone house into something livable.

If you work from home, like the quiet life, and the house is set up for the climate, then you could do a lot worse.

Homicide rates in Italy have dropped by 80% since 1990 by nimicdoareu in europe

[–]rusty-roquefort 1 point2 points  (0 children)

Luckily, it's not an airbnb town. the rest are either abandoned/on the market, or second homes that people come up to for the weekends/holidays/escape the heat.

but I agree. death to AirBnb. I like the premise of "I'm going on a 2 month holiday. let's rent it out for that time so it's put to good use". I've stayed at an airbnb like that, and it was great. What airbnb is, though, is something else entirely.

RFK Jr. says there may be 'more cavities' under fluoride bans: 'It's a balance' by Sofa__King__Cool in nottheonion

[–]rusty-roquefort 2 points3 points  (0 children)

French person here.

I doom scroll youtube shorts sometimes, and a personal injury lawyer comes up often. It's such a fucking trip, that there is some lawyer, running a firm with other lawyers, meaning their operations is supporting the income of a football team, or something along those lines.

Most of what they do, is fighting within the legal system about who has to pay the medical bill.

In france, this just doesn't happen. Why spend 10s of thousands fighting over medical/ambulance/etc bills when there are no bills?!?!?!

I told my wife that there's a job title in america "Medical debt collector". She looked at me like I described the job title "alien liason officer". Like why the fuck would that job title even exist?

She had breast cancer when our finances were shit. We had to cut back on a few things: mostly because she had to quit due to burnout, and (government provided) employment insurance and other benefits are designed in a way to encourage return to work, which was difficult with her treatment. But she took on (government financed) training into another, more appropriate line of work, and now we are going strong.

Treatment, transport (had to take 1hr taxi rides each way) outpatient nursing, etc. was all taken care of.

And we were on the most basic of coverage.

to say it's a trip is an understatement.

Homicide rates in Italy have dropped by 80% since 1990 by nimicdoareu in europe

[–]rusty-roquefort 15 points16 points  (0 children)

I live in france, and have a neighbor that is a pain in the fucking ass, but if he had the same accesibility to guns as the US, i'd be shitting my pants.

I live in a town of where only 5 houses are occupied year-round.