GitHub

fuzzychef,
@fuzzychef@m6n.io avatar

Is there a better way to create new cards on #Github project boards? The way I know how to do it involves five clicks and three different steps saving things. Surely there's a better path?

janl,
@janl@narrativ.es avatar

@fuzzychef yeah, GH projects old and new have been built by people who never had to do any PM

jwildeboer,
@jwildeboer@social.wildeboer.net avatar

still doesn't support issue templates in , the way and can. Only , which is a lot less attractive. But and can do label changes in the Kanban (project) view, which can't.

bbelderbos,
@bbelderbos@fosstodon.org avatar

🚀 Quickly jump from your local repository to its corresponding GitHub page with this handy shell alias! ✨

🔗 Add openrepo to your shell profile or rc file, source it, and now you can simply type openrepo in your terminal to open your GitHub repo. 😎

adamchainz,
@adamchainz@fosstodon.org avatar

@bbelderbos GitHub CLI: gh repo view --web

Also has jump to the PR for the current branch: gh pr view --web

bbelderbos,
@bbelderbos@fosstodon.org avatar

@adamchainz interesting, thanks

pylapp, French
@pylapp@framapiaf.org avatar

La nouvelle version de l’app mobile GitHub embarque le service « Copilot Chat », mais ne propose toujours pas le minimum de fonctionnalités pour gérer une organisation de plus de 300 dépôts. 🙄

Et la version web mobile est une plaie à utiliser.

Microsoft ou la merdification logicielle. 🤦‍♂️

#GitHub #Copilot #Microsoft

claras_universe,
@claras_universe@ieji.de avatar

Im still onto my streak. Its 132 days now. There is no going back, I have to fill the whole thing xD

avelino,
@avelino@clj.social avatar
bradwilson,
@bradwilson@mastodon.social avatar

There is something wrong with this that I can't quite understand how to fix, but the problem is this:

Almost 100% of the time when I'm writing a response in a discussion, I want it to be in response to an existing thread, not as a new post. But this UI just screams "new post please!" and relegates the "reply" functionality to visual second class.

jaykul,

@bradwilson Yeah, it's the same problem Microsoft had with Teams when they first introduced threading.

bradwilson,
@bradwilson@mastodon.social avatar

@jaykul The complaint I consistently heard about Teams (this is several years ago now) was that their chat model basically forced everything into threads. It was very bad at just "stream of consciousness" chatting, which was how 99% of team channels in Slack worked.

ross,
@ross@rossabaker.com avatar

I'm starting to see a wave of single-PR users on GitHub submitting updates to copyright dates. There is nothing obviously malicious about them, though they have a metallic whiff of bot. Is there any reason to avoid these?

ross,
@ross@rossabaker.com avatar

@vascorsd Many tools -- like sbt-header -- get cranky if the year is not consistent across the project. But I've started putting the project start year there and leaving it alone.

Also: I love SPDX.

vascorsd,
@vascorsd@mastodon.social avatar

@ross yeah, I've seen diffs in scala stuff out there and seen than sbt header plugin thing, but fortunately I never used it personally nor professional.

Usually for work it's all internal stuff so there's not really enforcement around that 😅.

Spdx is the best 😌. I'm really liking the short name for the license, and not having to add huge comments with boilerplate text.

I've been trying / experimenting with using reuse tool to manage these things and it's kinda nice too.

Mehrad,
@Mehrad@fosstodon.org avatar

I'm frustrated with issue search. I am looking for issues on repo that contains "sort" or "sorting". Github says there is no issue containing "sort" or "sorting"

https://github.com/flatpak/flatpak/issues?q=sorting+

but I have found this:

https://github.com/flatpak/flatpak/issues/4807

martinpeck,
@martinpeck@fosstodon.org avatar

@Mehrad Yep. 2 open, 7 closed. I see this both signed in, and in an InCognito session too. Hopefully just a caching issue that won't happen again.

anotherandrew,
@anotherandrew@fosstodon.org avatar

@Mehrad This seems to be getting worse. In the last few days I've been getting incorrect results on a private repo when searching by draft status.

jadi,
@jadi@bsd.cafe avatar

I was sending a minor PR to the uutils / project regarding a breaking test on and thought its a good opportunity to record a video and:

  • talk about the uutils/coreutils which is a rewrite of coreutils in Rust
  • show the env and do some coding in it
  • Show the flow of sending a PR on

https://youtu.be/5JcaQWGMRVE

Mehrad,
@Mehrad@fosstodon.org avatar

@jadi
Noce motto "Have an hour of fun, maybe a lifetime of jobs" 🤓

Btw, it would have been helpful to the project to add a Github Action for NetBSD. This way every new PR will be checked against NetBSD before being merged. In the long run it would be very beneficial imho.

www.jvt.me,
@www.jvt.me@www.jvt.me avatar

Very excited to announce that @lornajane and I are running a new @openuk Meetup that's digital-only, alongside the other great events being run by the organisation.

Our first event will be a tie-in with 's and we'll be hearing from a number of excellent maintainers from a variety of projects - stay tuned for more details.

Looking forward to seeing some of y'all on May 22nd at 1200 noon (UK time) for an interesting webinar!

(This will be in addition to other OpenUK events still being hybrid where possible)

anderseknert,
@anderseknert@hachyderm.io avatar

@www.jvt.me nice! Nominating @charlieegan3 to speak for OPA :)

cweickhmann,
@cweickhmann@qoto.org avatar

I think with these little 6 digit codes from a dongle or a little app is a good hack to somehow fix our huge security and identity issues on the internet. But there are two implementations that make my blood boil every. single. time.:

  • not accepting ENTER as confirmation of the entered 6 digit code (you need the mouse, arrrrgh!)
  • just autoloading after the 6th digit is entered, because no-one ever mistyped anything.

LouisIngenthron,
@LouisIngenthron@qoto.org avatar

@cweickhmann Yep, and inevitably, the ones with auto-submit use letters too, increasing the chances of mistyping.

nebyoolae,
@nebyoolae@masto.neb.host avatar

$NEWJOB just merged my first real PR, and I'm feeling pretty keen.

#github #workvictory

enusbaum,
@enusbaum@tootsmcgoots.io avatar

@nebyoolae Did you land that new gig?

nebyoolae,
@nebyoolae@masto.neb.host avatar

@enusbaum Yup!

ChrisShort,
@ChrisShort@hachyderm.io avatar

Did you know you could follow a lot of GitHub things with RSS? Yes! It's awesome!
Org: https://github.com/ublue-os.atom
Commits: https://github.com/ublue-os/config/commits.atom
Releases: https://github.com/ublue-os/bluefin/releases.atom
User: https://github.com/chris-short.atom

parigotmanchot,
@parigotmanchot@mastodon.social avatar

@ChrisShort @Widowild1 Knew it : just have to add .atom at the end of every URL to transform it in an RSS feed. That's magic 😆.
Same as adding /feed/ at the end of any WordPress blog URL.

morenonatural, Spanish
@morenonatural@todon.nl avatar

[2208.04259] First Come First Served: The Impact of File Position on
https://arxiv.org/abs/2208.04259

morenonatural,
@morenonatural@todon.nl avatar

@Codeberg oh, I just realized you were wondering about the codeberg tag

mainly visibility. Has anyone raised this concern? can I push for a better ordering of files based on per-language rules?

Codeberg, (edited )
@Codeberg@social.anoxinon.de avatar

@morenonatural Sorry, the emoji was mainly expressing that we saw the post and are considering the impact on Codeberg / , and how to potentially improve the situation.

KathyReid,
@KathyReid@aus.social avatar

Question for other and - if you are submitting supplementary materials to a conference, such as a or @huggingface repo, how do you anonymize the repo so that the name of the repo or the repo owner does not violate the anonymity requirements?

Is there a way to do this?

governa,
@governa@fosstodon.org avatar
Mehrad,
@Mehrad@fosstodon.org avatar

@governa
I was using for years as it was much simpler script. I recently removed then both from my config although I liked the aesthetics.

Anyways, I'm sure soon we will see NeoFetchXC out something like that. There are similar tools that are written in C or Rust, are cross platform and etc, but they are overkill imho. The simplicity and the readability of the script was the main selling point for me. I learnt few useful things along the years from and pfetch.

LGUG2Z,
@LGUG2Z@hachyderm.io avatar

Sometimes I can't believe this is real 🙃

anderseknert,
@anderseknert@hachyderm.io avatar

@LGUG2Z awesome!

hypnoglow,
@hypnoglow@mastodon.social avatar

How tolerant are you to the software that is not actively maintained?

Imagine you see a GitHub repo with the library you need. But there were no commits for 2 years. Would you use it?

🏷️

ascherbaum,
@ascherbaum@mastodon.social avatar

@hypnoglow Depends. Is "Jia Tan" one of the maintainers? ;-)

hypnoglow,
@hypnoglow@mastodon.social avatar

@ascherbaum ha ha we've learned the lessons 👍

bbelderbos,
@bbelderbos@fosstodon.org avatar

A cool way to keep your profile up2date is by creating a self-updating Readme, a trick I picked up from Simon Willison.

Here is how I made mine pulling in different feeds:
https://pybit.es/articles/how-to-create-a-self-updating-github-readme/

I hope it inspires you to make your profile more engaging.

bbelderbos,
@bbelderbos@fosstodon.org avatar

@treyhunner thanks, and of course shoutout + thanks to @simon for the original idea.

bbelderbos,
@bbelderbos@fosstodon.org avatar

@treyhunner let me know what you come up with, curious to see ...

polychromata,

@fujowebdev It's nice to see representation of something other than , but given that is maintained by a forprofit, i expect it's only a matter of time before the same shit starts happening (and there /has/ already been one incident). It'd be cool to see like a cameo (or at least an offhand mention) of something like .

hgrsd,
@hgrsd@hachyderm.io avatar

I've been trialling GitHub Copilot recently at work and, having been generally skeptical of the golden mountains promised by AI hype guys, I have to say that it gave me a modest efficiency gain in some scenarios. I would miss not having it, much like I would miss not having autocomplete.

I'll probably write up a blog for hgrsd.nl with a few thoughts of where it was helpful for me.

kellogh,
@kellogh@hachyderm.io avatar

@hgrsd it’s indispensable when i’m writing new code, but i often want something that would be better for navigating and debugging

lawrencegripper,
@lawrencegripper@fosstodon.org avatar

Trying out 2x portrait monitors and one landscape in the middle.

So far really enjoying it.

Portrait is pretty cool for long issues with lots of comments and same for long code files.

martinpeck,
@martinpeck@fosstodon.org avatar

@lawrencegripper Going for that all-over tan?

lawrencegripper,
@lawrencegripper@fosstodon.org avatar

@martinpeck doesn’t work, using dark mode for everything 🤓

welcomewerkstatt, German
@welcomewerkstatt@norden.social avatar

Kennt ihr ? Auch wenn ihr kein(e) Programmierer:in seid, dann seid ihr bestimmt schonmal auf , o.Ä. gestoßen. Auch als Designer:in, Maker:in, Texter:in oder einfach nur zum Projektmanagement spielen Git und die dazugehörigen Plattformen heute eine große Rolle. Wir erklären Git/GitHub/GitLab für Nicht-Programmierer in einem dreistündigen Workshop am Sonntag, den 19. Mai. https://www.welcome-werkstatt.de/veranstaltungen/git-fuer-nicht-programmierer

Codeberg,
@Codeberg@social.anoxinon.de avatar

@welcomewerkstatt Viel Erfolg!

w3cdevs,
@w3cdevs@w3c.social avatar

Securing Verifiable Credentials using JOSE and COSE is a @w3c !
▶️ https://www.w3.org/TR/vc-jose-cose/

enhance trust, privacy, and control in digital interactions by enabling owners to manage how their information is shared and verified. This specification outlines how JSON Web Tokens (JWTs) can secure using JOSE and COSE.

Feedback is welcome in : https://github.com/w3c/vc-jose-cose/

governa,
@governa@fosstodon.org avatar
vwbusguy,
@vwbusguy@mastodon.online avatar

@governa How the dump did Trac, gogs, and Gitea make this list, but not Forgejo?

governa,
@governa@fosstodon.org avatar

@vwbusguy :blobcatgooglyshrug:

  • All
  • Subscribed
  • Moderated
  • Favorites
  • github
  • kavyap
  • normalnudes
  • everett
  • DreamBathrooms
  • ethstaker
  • magazineikmin
  • thenastyranch
  • Youngstown
  • GTA5RPClips
  • slotface
  • khanakhh
  • vwfavf
  • rosin
  • mdbf
  • provamag3
  • Leos
  • Durango
  • tacticalgear
  • InstantRegret
  • cubers
  • osvaldo12
  • ngwrru68w68
  • anitta
  • tester
  • modclub
  • cisconetworking
  • megavids
  • JUstTest
  • All magazines