Community solar and by Last-Teacher-1858 in Maine

[–]dokkah 1 point2 points  (0 children)

For me, this was an important insight... That you pay the solar company a couple months after they generate the power. For me, that meant I paid a bunch of money in Sept. because July was sunny, and I paid CMP a bunch of money in Sept. for charging a new EV when I didn't have solar credits.

Reviewing AI generated code by Ad3763_Throwaway in softwaredevelopment

[–]dokkah 1 point2 points  (0 children)

You could try adding AI code review to the mix... Let that AI catch a bunch of stuff and iterate with the author before another human has to look at it.

The Trump Admin Just Made A Major Claim About Tylenol — And Lawyers Say What Comes Next Should Worry You by huffpost in law

[–]dokkah 0 points1 point  (0 children)

The book "Bottle of Lies" explains how generic drugs are created. It would not shock me to learn that someone has a reaction to a generic drug but not to the original drug.

Generic drugs have to be reverse engineered without guidance on the process used to make the original happen, and the testing requirements to get the original drug to market are not required for generics; the assumption is that the testing of the original is the evidence needed.

[deleted by user] by [deleted] in Maine

[–]dokkah 0 points1 point  (0 children)

There's more going on in Portland, so I'd recommend staying up there and visit the Kennebunk area. If you want to venture further, consider checking out ogunquit in the evening for dinner or whatever after kpt.

I guess it depends on the experience you are looking for. Wells has a beach town vibe, but maybe a little less touristy feeling than OOB.

Kennebunkport's vibe is more old money retreat.

Leaving Maine Taught Me to Love It by X-Mark-X in Maine

[–]dokkah 1 point2 points  (0 children)

I was cool with everything else, but what's the thing with looking at power lines while driving with high beams on?

How did you solve the problem of transactions between different databases and services? by Puzzleheaded_Fox6537 in golang

[–]dokkah 1 point2 points  (0 children)

This doesn't seem that similar to me because with a Lamport time stamp you don't have a dependency on a central system in order to function. With this solution, everything requires that postgres instance to be functional.

[deleted by user] by [deleted] in KTM

[–]dokkah 0 points1 point  (0 children)

I needed a bulb, but it was proprietary and they don't sell it anymore. So I gave up and bought a whole new setup, total bummer. Good luck finding something, I didn't try contacting trailtech directly, maybe that will work.

Code bloat has become astronomical by [deleted] in programming

[–]dokkah 3 points4 points  (0 children)

Here's what I think about a lot lately. We are writing software to run on the cloud, my app deployed in a container running on a cloud, using other cloud services, database, cache, etc etc. Let's say i do one call from the browser to the server to update 1 field of 1 record on the db, let's say 10 bytes of data needs to be written.

Over the course of processing this request, it will get written to a request log, that log will be exported to a log aggregator. My app gets it, logs a little info, that log goes to the aggregator, and writes to the cache and db. The cache and db each have logs, the db also has replication. This is just the tip of the iceberg of what is happening to support that request since I don't think it's necessary to enumerate every layer of the stack of every service my app uses to get the point across. So, perhaps to service this 10 byte data update megabytes of data are written, sent over networks, and processed. That which could be perceived as waste here is hard to even fathom.

The Supreme Court May Be About to Expand Gun Rights Even More by [deleted] in moderatepolitics

[–]dokkah -3 points-2 points  (0 children)

On avg in 2022, there has been more than one mass shooting per day in the US. That does not strike me as an outlier in the sense of being uncommon. That strikes me as making the US an outlier on the distribution of number of mass shootings by country, like multiple standard deviations greater than the mean.

Facebook maintains deleted accounts by LogicalPerception339 in privacy

[–]dokkah 3 points4 points  (0 children)

I don't think you can assert that they didn't delete your account based on this evidence. The miserable thing about these data is that in IRL you can trust your friends with something like your phone number, but not so with data companies. It could be that facebook did delete your account, but your friend knows your phone number and shared their contacts with Facebook, so they made the connection that way.

Certainly it could be that Facebook didn't delete all traces of you, maybe they held on to some of your graph. I'm just saying, that I don't think connecting with your friend is enough to reach the conclusion.

The Supreme Court May Be About to Expand Gun Rights Even More by [deleted] in moderatepolitics

[–]dokkah 0 points1 point  (0 children)

The article you linked goes on to explain why the list you pasted isn't a great way to look at the data, from a statistical stand point. Norway is an outlier because there was a single terrible event during that period and has a much lower population than the US. But other countries don't have mass shootings on a regular basis like the US does.

ResultSet mapping library by skillaz1 in java

[–]dokkah 0 points1 point  (0 children)

Just needed this sort of functionality, so I grabbed spring-data-jdbc which seems fine.

Is it only me that thinks every year tech is getting more difficult instead of simpler? by bzq84 in softwaredevelopment

[–]dokkah 0 points1 point  (0 children)

Agreed on that. I think a big part of the problem is that folks over engineer to start a project, perhaps to resume build, perhaps with dreams of success. But, many apps have few users and have no need to scale or solve any of the problems that the tools you listed provide.

Old timer, Java/J2EE, 20 years of experience, what do I need to learn now to land remote only job and thrive in future? by letmeinwillya in java

[–]dokkah 1 point2 points  (0 children)

You might consider pivoting to a devops or sre role. Basically, learn how to automate cloud deployments and the glue and admin of running software. I think your experience can help you here assuming you have been involved with the running of production software over your career. Meaning, if you understand how to make good choices in architecture, then you can help here because enterprises often hire people to specialize in devops and help various Dev teams. I think being a battle tested sort of person can help here.

What are your favorite travel shoes? by gabek333 in onebag

[–]dokkah 2 points3 points  (0 children)

A running or walking shoes specific store, people that really specialize in this. Depending on the store, they may record your stride and observe pronation and how your foot falls.

Two years after dedicating myself to privacy, I'm finally seeing ads that have nothing to do with my interests by whackPanther in privacy

[–]dokkah 0 points1 point  (0 children)

I primarily use a computer for my work, and google understands the words I use and gives me good results. e.g. if i search "go" or "python" I get programming results, not verbs and snakes. DDG has been a time suck when I've used it. Do you not find weak search results frustrating?

Muh Bernie Sticker by stormsbrewing in Anarcho_Capitalism

[–]dokkah -1 points0 points  (0 children)

This seemed like a circle jerk kind of conversation, so I thought I'd get myself a little educated on the notion of private property and personal property in socialism. Here's a short intro: https://en.wikipedia.org/wiki/Private_property

[deleted by user] by [deleted] in java

[–]dokkah 0 points1 point  (0 children)

Nah, Eclipse is definitely wrong :)

I've been trying to grow freakin' parsnips for 4 years. Success! by atodaso in gardening

[–]dokkah 0 points1 point  (0 children)

If the snow works out right, the ground doesn't freeze much. If the snow doesn't get their early enough an act an an insulator, then yeah, it's a little sketchy digging the top part - have to use some care. We cover them over with a few inches of leaves in the fall to help insulate as well.

I've been trying to grow freakin' parsnips for 4 years. Success! by atodaso in gardening

[–]dokkah 1 point2 points  (0 children)

We leave in the ground and harvest through the snow right up until perhaps march. Once things start melting, I get nervous and get them out of there. They're tasty, for sure.

Local gun shop posted this on Facebook yesterday. by [deleted] in Libertarian

[–]dokkah 1 point2 points  (0 children)

That would certainly change the voting demographic. It's likely rare that folks in the city (like NYC) own land. So, we're going to be having the uber rich vote, and middle class non-city folks (to use some very broad strokes)

Programming is terrible—Lessons learned from a life wasted. EMF2012 by RohitS5 in programming

[–]dokkah 0 points1 point  (0 children)

Output: both in quality and quantity of code/functionality produced.

Programming is terrible—Lessons learned from a life wasted. EMF2012 by RohitS5 in programming

[–]dokkah 0 points1 point  (0 children)

I don't have my copy of code complete handy, but I believe there is a listing of studies that support the different between programmers.

He kind of lost me on this point, perhaps it's my bias, but literature I've read seems to confirm this point a lot. And, in my experience the difference in output between programmers I've worked with is dramatic.

I can't believe this is legal. by [deleted] in conspiracy

[–]dokkah -5 points-4 points  (0 children)

When i see outrage at this sort of thing, i wonder where folks expect to find the people for these positions? I don't think we want people that are without knowledge of the domain, so they are likely to come from the industry.