Search
1000 results for “linux_mclinuxface”
-
@linux_mclinuxface Methodology of TIOBE index is subject of controversy for the long time and the fact #Rust has great docs.rs as reference with own search engine may take away Rust's point as people simply search less. Add the fact there's a game called Rust that may steal search results in statistics.
On #RedMonk index #Pascal and #Perl are significantly lower. Rust retains the position.
-
@linux_mclinuxface A followup. For very large, complex input, the streaming solution is vastly more efficient.
The following expression generates a 4-dimensional array of dimensions 100×100×100×10, i.e. 10 million elements. Each element is a nested array containing 4 integers: the coordinates to that cell.
Due to inefficiencies in the current alpha version of the serialisation format, this array serialises to a 124 MB data stream.
The
valkey:setobjfunction writes this array in serialised form to valkey. We can see that the entire operation takes 0.603 seconds (note that the actual numbers varies quite a bit, but this is a close enough average).time:runtime { c valkey:setobj "largeobj2" ⍮ ⍳100 100 100 10 }
Total time: 0.603Now, let's do the same, but explicitly encode the array to a byte array and store it using
valkey:set. This is pretty much identical to what happened before the blocked streaming was implemented:time:runtime { c valkey:set "largeobj2" ⍮ encoder:encode ⍳100 100 100 10 }
Total time: 0.659So in general, the streaming solution tends to be faster. That said, if I take the absolute best times I got for both, they were remarkably close (within 1 or 2 ms of 0.534, if I remember correctly)
-
-
@linux_mclinuxface I never got any #Lego sets as a kid. However, I received #Construx and an #Erector set. In both cases, I built all of the things in the instructions, which is how I learned how the pieces interact. However, I later learned that some of the pieces in the Erector set fit with the Construx… So, from then on, I combined the two into lots of my own creations. I often wish I still had some of both to recreate the cool stuff I made as a kid.
-
@linux_mclinuxface Nice! Basically like my #Screwiverse for the #HoneycombStorageWall but for a normal pegboard.
https://www.printables.com/model/470787-honeycomb-storage-wall-screwiverse
-
-
@linux_mclinuxface I just hacked on a future update to #qbsh a couple of days ago in the Denver airport.
-
@linux_mclinuxface
just learned about dragonflyDB and keyDB.I'm not sure of how they differ. any info would help.
-
@linux_mclinuxface Thanks for the feedback! I'm just going through the available materials, trying out the prints. In your opinion, is BYU bistable switch a good benchmark for trying out materials for #CompliantMechanisms ? Would you suggest something else? What would be a compliant mechanism #Benchy ?
-
@linux_mclinuxface Good point, sounds like a great video idea for Stefan from CNCKitchen 🙂
Cubic/Gyroid infill, with '(max) infill anchor length' set to 1000 (i.e. infinite - pretty much makes another perimeter and reduces useless slow retractions) should be plenty strong for many use cases.
I'll try it out as well.
-
@linux_mclinuxface Yikes! I really liked what you / AWS did there!
Part of the appeal of #BSLLicense to me (when it has a short change date) is that it can cater to whatever needs the Elastic side saw (I guess people with investor hats and economy degrees) while still enabling upstreaming into the open distro eventually
-
@linux_mclinuxface @megmac They (@getsentry) are free to set a shorter time span though, 4 years is the max that BSL allows
In this specific scenario #Codecov has set it to 3 years, as 2026-06-31 is set as the change date: https://github.com/codecov/self-hosted/commit/7f644d0f6ad537ee4bc6b1b8a3b8a16efc343015 (corrected an hour ago by head of open source at Sentry)
Also:
> usage is limited to non-production use, or production use within the limits of the “Additional Use Grant”
With it in this case being: Don’t use this work to launch a competing SaaS
-
@linux_mclinuxface Thought #BSLLicense explicitly strives to be as respectful of the OSI Open Source Definition as possible, and was improved in 1.1 thanks to feedback from OSI co-founder Bruce Perens who also endorsed it. See eg: https://mariadb.com/bsl-faq-adopting/#osl
BSL feels much more in
line with Apache2 / MIT communities than what other “open source” / #COSS SaaS companies uses, like AGPL and SSPLAGPL eg doesn’t prevent much vendor lock-in in practice (rather cements it), despite being OSI-approved
-
@linux_mclinuxface One solution around the someone-claims-they-made-it-first-and-accuse-you-of-copying-it-problem is to both add a #PGP signature and @pete's #OpenTimeStamps to your commits:
The faker will have a really hard time trying to prove they have created an identical version before you.
The same goes for basically any other work you do. I sign amd timestamp each and every one of my commits like this.
-
@linux_mclinuxface @HolisticNgineer
PLA molds, the silicone is soft and comes out easily. (These are pretty simple 2.5D shapes.)
I do have a vacuum chamber but didn’t use it for this. Smooth-In Oomoo is a simple 1:1 mixture by weight. Great for beginners!
Here’s an old post about it: http://rasterweb.net/raster/2018/08/12/water-bottle-repair/
#silicone #molding #3Dprinting #maker #making -
@sheena @linux_mclinuxface you might want to also check out the #trimesh library, and #Python on #FreeCAD and #Blender :)
More ideas at https://github.com/villares/Resources-for-teaching-programming -
From my PoV, it's certainly a license that's preferable to that of BSD or MIT. There's a solid reasoning behind this HERE.
After all, even Tanenbaum himself was surprised to discover that MINIX is the most ubiquitous of all operating systems:
> "I guess that makes MINIX the most widely used computer operating system in the world, even more than Windows, Linux, or MacOS."
The SSPL being akin to that of the AGPL avoids that sort of dreadful situation, ensuring protections for the end users that not even the GPL affords them where #SaaS is concerned ;)
⛵
.
-
@softinio @linux_mclinuxface Or you know, focus on the open standards rather than on the implementations.
As long as a network is controlled by a single implementation it will be at the liberty of whoever controls that single implementation.
-
@villares @sheena @linux_mclinuxface Cute, you mentioned my #sdfCAD fork! 😀
-
@villares @sheena @linux_mclinuxface Cute, you mentioned my #sdfCAD fork! 😀
-
@villares @sheena @linux_mclinuxface Cute, you mentioned my #sdfCAD fork! 😀
-
@villares @sheena @linux_mclinuxface Cute, you mentioned my #sdfCAD fork! 😀
-
@villares @sheena @linux_mclinuxface Cute, you mentioned my #sdfCAD fork! 😀
-
@ianp5a @fastness @linux_mclinuxface @vik
The importance of a good well-trained teacher can not be over-emphasized. They should be able to, and have time to, spot which students need what kind of tools.Lets us hope they are not in a #corporatized #school where only #profit is the main goal and that is why they are using #FLOSS software and not because it offers a wide selection of tools and techniques at an affordable price.
-
Rejoice with me, for my budget 3D printer that is so old you can't even get firmware for it is ALIVE AGAIN.
Huge thanks to @linux_mclinuxface and @FritzAdalis for pointing me toward Klipper, which produced results almost immediately. Within a day things were basically working. Another day and they're working pretty well!
Also thanks to @John and @teotwaki gave me important (no, really) emotional support.
I love 3D printing. I know it is not original or interesting to love it; I still do. I don't often make functional things; often I just make cool doodads. It brings me joy.
-
#introduction post: I'm a #prof of #spanish & #humanities in a very northern city in #canada. Research focuses on #earlymodern #Spain, particularly #theater #comedia #siglodeoro and contemporary #performance. I also ❤️ #knitting, my #dog, and my partner @linux_mclinuxface (not in that order, obvs). I'll probably sometimes post in #espanol / #spanglish. Obligatory pic of aforementioned dog:
-
I want to do some screen-recording focused (personal) videos.
I've used #ScreenFlow at work and I'm pretty proficient with it. But it's also not amazing software and closed source. And I might want to do some stuff on Linux, not just MacOS.
I'd like to find something #OpenSource that fills the same niche. Anyone know of a #foss workflow or (better) an integrated application for doing screen capture focused video production?
(Ideally, needs to work both on Linux and MacOS)
-
I want to do some screen-recording focused (personal) videos.
I've used #ScreenFlow at work and I'm pretty proficient with it. But it's also not amazing software and closed source. And I might want to do some stuff on Linux, not just MacOS.
I'd like to find something #OpenSource that fills the same niche. Anyone know of a #foss workflow or (better) an integrated application for doing screen capture focused video production?
(Ideally, needs to work both on Linux and MacOS)
-
@michaelc It reminds me of this great session from #TXLF about the oldest peripheral with a driver in Linux. I think it was from 1909?
https://2024.texaslinuxfest.org/talks/the-oldest-linux-peripheral/
-
I’m currently in León, Spain, making my way up to Stockholm for DIS2026 to talk about #Valkey.
My travel is truly trains, planes and automobiles: Train to Oviedo, Bus from Oviedo to OVD airport (40km from the train station 😑), layover in Frankfurt, Train from ARN to city centre and finally an Uber to my hotel in northern Stockholm.