stevensanderson, to random
@stevensanderson@mstdn.social avatar

I want to thank everyone who has downloaded one of my #R #Packages as the I have surpassed a combined 100,000 downloads of them!!

Thank you!

nanorepublica, to django
@nanorepublica@indiehackers.social avatar

📣 Merging a third party package into django core
📄 Question: What would a package look like if it's goal was to be merged into Django core?
🔗 https://softwarecrafts.co.uk/100-words//100-words/day-78
#100_words,#django,#packages,#merging

nanorepublica,
@nanorepublica@indiehackers.social avatar

@carlton Looking forward to it!

Perhaps a blog post or two afterwards of the process from package creation to merge would help others?

carlton,
@carlton@fosstodon.org avatar

@nanorepublica I’ll see what I can do. Next step is the PR against Django, which I’m planning to work on at the #djangoconeurope sprints

shakthimaan, to community
@shakthimaan@mastodon.social avatar

Installation of OCaml Package Manager (opam) and creation of opam switches Twitch video at https://www.youtube.com/watch?v=GJf8SeSRZjI (~ 39m) #OCaml #Packages #Community

frankel, to python
@frankel@mastodon.top avatar

Breaking #Packages in #Python: an exposé of the nooks and crannies of Python’s modules and packages

https://dagster.io/blog/python-breaking-packages

hiisikoloart, to random Finnish
@hiisikoloart@writing.exchange avatar

I miss when packages took like a week to arrive and there was no overnight postage nonsense (unless you paid a lot for it). Now it is industry standard and I need to be ready to get my package the next day, like...I need at least few buffer days to prepare emotionally.

Also the tracking system is not great and telling me it can come between 8-16 is NOT HELPFUL.

I an up at 8 only in case it arrives now.
Madness, I tell ya.

hiisikoloart,
@hiisikoloart@writing.exchange avatar

@Firlefanz Your kiosk idea is very cozy. <3

And I imagine it would also be quite fun for those who need interraction more. (:

hiisikoloart,
@hiisikoloart@writing.exchange avatar

@Firlefanz Our drop boxes send you a code via text, which you then use the boxes. No extra app.

But mailing system has an app that tracks the delivery ("tracks"), and has some other objectives like "see your bills, which we dont send as a paper version anymore, or straight to your bank for some reason, so you need this app" and "offical papers also come here so you clutter both your hone with them and this damn app". Not a big fan...

paul, to random
@paul@snac.notnull.space avatar

Is it just me, or is https://nimble.directory down at the moment?
#Nim #Nimble #Packages #NimLang

thindil,

@srtcd424 @paul Seems like it back, at least for me. 😉

paul,
@paul@snac.notnull.space avatar

@thindil @srtcd424 ah good, yep I see it's back too!

amadeus, (edited ) to bapcsalescanada
@amadeus@mstdn.social avatar

Do any of you synchronize #packages between different #pc (s) to keep their states as identical as possible?

macberg,
@macberg@mastodon.online avatar

@amadeus I never even thought about syncing, but it sounds like it could be a good idea. At least if the computers are similar enough.

amadeus,
@amadeus@mstdn.social avatar

@macberg This is an interesting app on this topic, but not for packages, more for your settings: https://flathub.org/apps/io.github.vikdevelop.SaveDesktop

khalidabuhakmeh, to javascript
@khalidabuhakmeh@mastodon.social avatar

#JavaScript programming looking for #npm #packages

Confused Canadian GIF

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@heaths True true true… 😭

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@heaths Communities should have “spring cleaning” events. Where authors put their packages up to either be maintained by others, mark them as “done”, or archive them away and out of package registries.

ErHaWeb, to composer German
@ErHaWeb@phpc.social avatar

Learning of the day: If you have dependencies to #Composer #Packages in your #TYPO3 #Extension that cannot also be specified in ext_emconf.php and want to publish your extension in #TER, you have to deliver the dependencies as (#PHAR-)bundle to prevent broken classic Installs. Helmut Hummel has long since published the solution to this problem:
https://insight.helhum.io/post/148112375750/how-to-use-php-libraries-in-legacy-extensions

danielsiepmann,

@ErHaWeb That makes you responsible to monitor the bundled dependencies and provide updates to TER if any of them receives an security update.

A general issue of delivering bundled software. Using composer moves that responsibility to the consumer.
Which also enables consumers to update instead of waiting for publishers to catch up.

derhansen,
@derhansen@phpc.social avatar

@danielsiepmann @ErHaWeb We had some TYPO3 Extension Security Bulletins in the past, which focused on vulnerabilities in bundled 3rd party libraries, which were exploitable through the extension.

So bundeling 3rd party dependencies in an extension does always move the responsibility to update those components to the extension maintainer. This is basically the same with TYPO3 core, where 3rd party dependencies must be updated, if known security vulnerabilties exist.

cazabon, to Canada

Is there something #wrong with #Digikey's ordering/delivery? Fast #shipping is their thing; it's practically their #USP.

"Most #packages arrive (in #Canada) in 24 hours".

I've placed half a dozen orders in the last month and a bit, and it seems that every single one hasn't even #shipped for 2 or 3 days after I place the order. Everything I've ordered was in #stock (and not marginally; "27,563 in stock" type of thing).

Anyone else seeing this?

#slow #WheresMyStuff #components #electronics

amgine,

@cazabon

Well, my "insider" works in catalogue department, so may not have any information.

Aha! but I was wrong. A month ago they moved to a new facility, which is much more automated. And there have been issues, both with the new custom-designed system and with the learning curve. Supposedly last week they were almost back to normal output speed, but of course they have backlog to catch up on.

So you are not alone! It's not just you!

cazabon,

@amgine

Aha. That does indeed sound like a likely cause. Thanks for checking, that was interesting!

amadeus, (edited ) to linux
@amadeus@mstdn.social avatar

Let's be honest, how often do you check for with your (rolling) and/or ? Personally, I setup a little script that does both (pacman and flatpak) so that I can run it conveniently (sometimes daily). 🫢️😜️🫣️

MsDropbear425,

@amadeus Ha! Oh goodness me no no nooooooooooo. I know next to nothing 👍​. But i do know how to use a search engine, & i like to learn some cool tricks that way from peeps who actually do know stuff!

That script simply combines a couple of things i have progressively "acquired" from others over past years in this wunnerful :linux:​ journey, eg;

  • aliases [in this case, archlinux[~] 13:08:37 Sat Nov 04 $> alias chkalias chk='checkupdates' ]
  • tldr while [i learned of the former from a Chris Titus video, & the latter from some random internet browsing years ago iirc]
amadeus,
@amadeus@mstdn.social avatar

@MsDropbear425 Yeah, what an amazing journey it has been and continues to be for me as well. 🤹

adingbatponder, to NixOS
@adingbatponder@fosstodon.org avatar

#nixos Newbie question: what is a simple way of installing #packages / #apps that are not available in the nixos.org "store" https://search.nixos.org/packages ?

IslandUsurper,
@IslandUsurper@fosstodon.org avatar

@AngryAnt @adingbatponder this isn’t quite true, actually. There are derivations besides nixpkgs, and you can import them as either a flake or a channel. (Flakes are much easier to write and publish.) But anything not in nixpkgs is harder to discover, which is why there are flake registries being created.

AngryAnt,
@AngryAnt@mastodon.gamedev.place avatar

@yusef @adingbatponder Neat :) Definitely looks cleaner than my own rough stab at a setup.

Though keep in mind that (like mine), after a quick skim it doesn't look like it handles uninstalls.

kkarhan, to linux

I really should build cURL 8.4 for OS/1337:
https://curl.se/download.html

#OS1337 #curl #packages #linux #FLOSS

tuxedocomputers, to random German
@tuxedocomputers@linuxrocks.online avatar

Linux in general, and thus also OS, offers various ways of keeping the once it has been installed. With TUXEDO OS this is done either via the graphical application or directly via the package management in Konsole with APT.
If you use the latter method, you will probably see in the output of the apt upgrade command from time to time.
Read more: https://www.tuxedocomputers.com/en/Upgrade-Held-Packages-and-Phased-Upgrades.tuxedo

itnewsbot, to ArtificialIntelligence

FedEx Robot Solves Complex Packing Problems - Despite the fact that it constantly seems like we’re in the midst of a robotics- a... - https://hackaday.com/2023/09/29/fedex-robot-solves-complex-packing-problems/ #artificialintelligence #robotshacks #delivery #packages #stacking #sensors #fedex #lidar #robot

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