Though gitea is admittedly also a pretty bad name. Is it “gitti” (like tea), or “git-e-a”?
- 0 Posts
- 51 Comments
FooBarrington@lemmy.worldto
Selfhosted@lemmy.world•Plex server patching requiredEnglish
41·8 months agoOh, it’s actually 0-click (though a couple dozen key presses)
FooBarrington@lemmy.worldto
Selfhosted@lemmy.world•Homarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration.English
4·8 months agoIt’s IMO also so much clearer regarding data types. You can’t accidentally write a boolean when you want a string.
FooBarrington@lemmy.worldto
Open Source@lemmy.ml•CoMaps Logo Voting Round 1 is Complete!
12·10 months agoI’d interpret that as a local social network app, not map/navigation.
FooBarrington@lemmy.worldto
Open Source@lemmy.ml•'Maybe the problem is you' ... Linus Torvalds wades into Linux kernel Rust driver drama
3·1 year agoNobody asked for the code to be maintained by DMA. The maintainer blocked a PR outside his subsystem, and even if it was part of his subsystem, the R4L approach is that C developers can break Rust code however they want.
Literally nobody suggested that the DMA maintainers should maintain Rust code.
FooBarrington@lemmy.worldto
Open Source@lemmy.ml•'Maybe the problem is you' ... Linus Torvalds wades into Linux kernel Rust driver drama
111·1 year agoIf I were a maintainer in that position I’d be barring the doors too. It’s not a driver for some esoteric realtek wireless card or something.
This effectively kills R4L. If they can’t include Rust Interfaces for important subsystems, each driver written in Rust that uses these subsystems has to separately track all the Subsystem Interfaces, leading to lots of extra work for no benefit.
If this is the approach Linux takes, they should just cancel R4L completely.
FooBarrington@lemmy.worldto
Open Source@lemmy.ml•'Maybe the problem is you' ... Linus Torvalds wades into Linux kernel Rust driver drama
83·1 year agoThis creates a lot of extra work for no benefit, as every driver that needs DMA would have to include their own copy of the DMA stuff.
Not just that, it’s the reason why it doesn’t need semicolons: https://en.wikibooks.org/wiki/JavaScript/Automatic_semicolon_insertion
FooBarrington@lemmy.worldto
Open Source@lemmy.ml•`home-watcher`: Find out which programs are creating those random files in your home directory
8·1 year ago*bonk* go to firejail
Oh boy, are you gonna LOVE Javascript
And what are the other e?
You mean on Iraqi landscapes?
FooBarrington@lemmy.worldto
Open Source@lemmy.ml•FFmpeg devs boast of up to 94x performance boost after implementing handwritten AVX-512 assembly code
3·1 year agoThough you’d get the same speedup if you used SIMD intrinsics. This is just comparing non-SIMD to SIMD.
Right - it should have been:
document.querySelectorAll('span#copyright_year').forEach((el) => { el.innerText = new Date().getFullYear() })so that we update all spans with that ID!
Well… No new ones, at least? Though it was around that time that I started hearing whispers in the night… “You can use WASM to ship Client-Side PHP”
I’ve once written a JS decompiler (de-bundler?) using ~150 regex for step-wise transformations. Worked surprisingly well!
Imma do it this evening, so hydrate up, bud
Just as a warning, the macvlan stuff isn’t well documented and seems to have hard limits. I worked with it a couple of years ago and had to eventually read a lot of Docker code to figure some stuff out, and the host was only able to successfully set up 4 macvlan networks at a time - the fifth (and any following ones) were never reachable, even though I used the same scripts as for all other ones.
Things might have improved in the meantime.

Damn, that sounds great! Hard to believe we’re already at 3.2, it felt like I was waiting for 3.0 for a decade!