Kissaki

joined 2 years ago
MODERATOR OF
[–] Kissaki@programming.dev 12 points 2 weeks ago (2 children)
  • 44% Male/Masculine
  • 39% No information
  • 18% Female/Feminine

Tech bias even on public domain open contribution datasets. Apparently could use more female contributors.

[–] Kissaki@programming.dev 2 points 2 weeks ago

A standard for build output might make sense to me. Maybe just throw cache stuff in .cache and build output to .build (with intermediate artifacts in there as well potentially).

When enabled via flag, dotnet puts stuff into artifacts/obj, artifacts/bin, and artifacts/publish respectively. I like that. So much better than every proj folder having their own.

And there's really no need to make it a dot folder. For the publish you don't want to anyway. And you may want to navigate to bin as well, to run a build or inspect the output.

[–] Kissaki@programming.dev 1 points 3 weeks ago

It depends.

If you can do a static website, don't need user content management, do it. You evade all kinds of trouble and technical complexity.

[–] Kissaki@programming.dev 1 points 3 weeks ago

warning letter? throw them out right away

[–] Kissaki@programming.dev 12 points 3 weeks ago

A bit too broad to give a specific answer from my side.

Overall, I prefer web based over apps, because I can CSS hack and if necessary JS hack them.

Web also means it doesn't litter my PC or mobile phone or tablet. And that it can't fetch more data than it needs or I want it to have access to.

Bad software is bad software, no matter if it's installed or on the web.

[–] Kissaki@programming.dev 3 points 3 weeks ago

The git compatibility is necessary for adoption and connected use.

jj does significantly reduce the work interface, but the git compatibility increases complexity again.

I tried it out a little bit a few days ago, and found it interesting. But given my git knowledge and tooling, I can't reasonably switch. First, I would miss my TortoiseGit Log view (entrypoint to everything). But also, the connection between jj and git seems complex and potentially error prone.

As a fresh and independent tool I can definitely see how it's much easier and better, especially for people not familiar with Git.

[–] Kissaki@programming.dev 1 points 3 weeks ago (1 children)

from some time ago

It's a fair statement and personal experience, but a question is, does this change with tool changes and user experience? Which makes studies like OP important.

Your >95% garbage claim may very well be an isolated issue due to tech or lib or llm usage patters or whatnot. And it may change over time, with different models or tooling.

[–] Kissaki@programming.dev 1 points 3 weeks ago* (last edited 3 weeks ago)

It's not a duplicate URL. You posted an image, they posted a link to the study.

I mainly wanted to give the additional context and discussion, more so than say "has already posted".

I assume I must have compared a modified date or sth, dunno. Misled by it being shown further down in my feed.

[–] Kissaki@programming.dev 4 points 3 weeks ago* (last edited 3 weeks ago) (2 children)
[–] Kissaki@programming.dev 21 points 3 weeks ago (1 children)

So many words…


to

oh god please no

wth is all that coloring [in the design samples]

[–] Kissaki@programming.dev 3 points 3 weeks ago (1 children)

Documentation: A place where we can create documentation for projects that don’t have the documentation or is very basic.

Why create or extend documentation outside of the project when you could improve the project docs themselves?

Projects that are open source but don't allow easy doc contributions?


I find contributing to projects very easy. When I read some docs, and find an issue, I create a pull request with a fix. When I'm interested in a project, I take a look at open issues. Often the website and software project are separate repos with separate issues.


I find the idea of a community of people sharing ideas, open tasks, seeking and finding contributors compelling, but I'm skeptical any new platform could reach critical mass. Maybe that'd be a matter of approach and long term effort.

[–] Kissaki@programming.dev 3 points 4 weeks ago (2 children)

Stop allowing full unfettered access

There's a decline button. At least privacy settings don't repeatedly come up again (what this post is about).

 

cross-posted from: https://lemmy.world/post/29344357

I'm wondering if anyone here has gone through this process, and what the experience was like. (I'm not asking for help with any particular error or anything like that. At least not yet).

I got put in charge of maintaining an old codebase that includes Xamarin projects for android and ios and we seem to have run into a situation where we need to update the framework not just for security, but to keep the mobile app fully functional as Apple and Google update their APIs.

I did see that there was a button in Visual Studio to automatically upgrade the project, but apparently "upgrade" means "break fuckin' everything" so I'm guessing I'll need to take a more manual approcach and also blow a bunch of hours on finding replacements for all the dependencies that required Xamarin and are no longer maintained.

My biggest problem is that I haven't even heard of Xamarin before this thing got dropped in my lap so I have some confusion about how it's supposed to work on top of my normal baseline amount of confusion.

 

cross-posted from: https://lemmy.world/post/29344357

I'm wondering if anyone here has gone through this process, and what the experience was like. (I'm not asking for help with any particular error or anything like that. At least not yet).

I got put in charge of maintaining an old codebase that includes Xamarin projects for android and ios and we seem to have run into a situation where we need to update the framework not just for security, but to keep the mobile app fully functional as Apple and Google update their APIs.

I did see that there was a button in Visual Studio to automatically upgrade the project, but apparently "upgrade" means "break fuckin' everything" so I'm guessing I'll need to take a more manual approcach and also blow a bunch of hours on finding replacements for all the dependencies that required Xamarin and are no longer maintained.

My biggest problem is that I haven't even heard of Xamarin before this thing got dropped in my lap so I have some confusion about how it's supposed to work on top of my normal baseline amount of confusion.

 

Even after users change their account password, however, it remains valid for RDP logins indefinitely. In some cases, Wade reported, multiple older passwords will work while newer ones won’t. The result: persistent RDP access that bypasses cloud verification, multifactor authentication, and Conditional Access policies.

 

Even after users change their account password, however, it remains valid for RDP logins indefinitely. In some cases, Wade reported, multiple older passwords will work while newer ones won’t. The result: persistent RDP access that bypasses cloud verification, multifactor authentication, and Conditional Access policies.

 

That last part - optimistic move application with what games people sometimes call “rollback” - is about 1,600 lines of code that took me a ~7 days of fulltime work to write. I don’t remember the last time I wrestled with a problem that hard!

view more: ‹ prev next ›