← prev | next →
capezotte 2022-08-30 18:47:52
Zig
capezotte 2022-08-30 18:47:52
but guys
capezotte 2022-08-30 18:49:00
why’d delete the zag reply
R3VERED 2022-08-30 18:49:13
capezotte 2022-08-30 18:49:00
why’d delete the zag reply
wasn’t really funny
capezotte 2022-08-30 18:49:21
R3VERED 2022-08-30 18:49:13
wasn’t really funny
makes sense
capezotte 2022-08-30 18:52:13
grakata_clem 2022-08-30 18:44:35
Its C API allows you to embed Tcl code into C programs, so you can compile it if you really wish to
aren’t those most useful to let people run user-scripts within your program?
grakata_clem 2022-08-30 18:52:23
grakata_clem 2022-08-30 18:42:01
Great and flexible, with good community support
There are caveats though: tcllib from repos does not contain tcltls and some other modules, so you need to get them from maintainers’ git or download ActiveState implementation as a bundle, and ActiveState’s wish interpreter implementation does not allow changing fonts
R3VERED 2022-08-30 18:52:38
capezotte 2022-08-30 18:52:13
aren’t those most useful to let people run user-scripts within your program?
that was the purpose, if I got it right
grakata_clem 2022-08-30 18:53:15
capezotte 2022-08-30 18:52:13
aren’t those most useful to let people run user-scripts within your program?
Not only, it is good for prototyping and testing
grakata_clem 2022-08-30 18:53:34
And GUI development, thanks for native Tk support in Tcl
capezotte 2022-08-30 18:55:05
gradually replace tcl with c 😎
ChrisCromer 2022-08-30 18:57:22
R3VERED 2022-08-30 18:39:49
@ChrisCromer may I know what flexibility do u want for artix bootstrap?
(doesn’t mean i’ll be implementing)
Read the code… What you offer doesn’t have all the functionality we currently have.
Again, don’t reinvent the wheel. You aren’t adding any value or reason to use yours.
R3VERED 2022-08-30 19:01:38
ChrisCromer 2022-08-30 18:57:22
Read the code… What you offer doesn’t have all the functionality we currently have.
Again, don’t reinvent the wheel. You aren’t adding any value or reason to use yours.
calm down, I got it when u said it for the first time.
I’ve been tracking the project since u created it.
I know about init & mirror, just wanted to know if there’s something else ?
ChrisCromer 2022-08-30 19:05:59
I am calm. Not liking my words doesn’t have anything to do with my emotional state.
Caching downloads, installing, chrooting, using the system’s dns so that internet works, init selection, arch selection, etc, etc, etc…
ChrisCromer 2022-08-30 19:07:15
And even if you implemented all of that yours still would not be used because again, it doesn’t add any value… To use yours you would have to not only implement all of that but also add new functionality that is worthwhile.
ChrisCromer 2022-08-30 19:11:20
Developer: I wrote a software that only does a part of what your current software does.
Packager: Does it have anything extra that the current one doesn’t?
Developer: My name in the license and credits.
R3VERED 2022-08-30 19:23:55
https://codeberg.org/zz/sh/wiki/
that offers much more functionality but definitely is out of scope. Since it’s not limited to artix (but arch artix kiss gentoo funtoo void kiss)
I just thought simplification would let ppl understand things better.
250 -> 80 line + less deps + posix is a significant diff to me.
haven’t implemented everything but
https://termbin.com/v7en
will stop here
R3VERED 2022-08-30 19:26:15
i thought i got banned -_-
grakata_clem 2022-08-30 19:28:34
R3VERED 2022-08-30 19:26:15
i thought i got banned -_-
Gotcha, banned for shitty implementations
wardenunit 2022-08-30 19:29:37
redhat should be
2022-08-30 19:31:22
Should I learn Perl for scripting
2022-08-30 19:31:31
Looks like Bash with builtin sed and OOP
grakata_clem 2022-08-30 19:33:38
2022-08-30 19:31:31
Looks like Bash with builtin sed and OOP
How dare you compare godly PCRE with sed
R3VERED 2022-08-30 19:33:51
2022-08-30 19:31:22
Should I learn Perl for scripting
go for a better gpl
capezotte 2022-08-30 19:34:00
grakata_clem 2022-08-30 19:33:38
How dare you compare godly PCRE with sed
how dare you compare godly Perl with PCRE
grakata_clem 2022-08-30 19:34:07
capezotte 2022-08-30 19:34:00
how dare you compare godly Perl with PCRE
Lmao
ChrisCromer 2022-08-30 19:34:08
R3VERED 2022-08-30 19:23:55
https://codeberg.org/zz/sh/wiki/
that offers much more functionality but definitely is out of scope. Since it’s not limited to artix (but arch artix kiss gentoo funtoo void kiss)
I just thought simplification would let ppl understand things better.
250 -> 80 line + less deps + posix is a significant diff to me.
haven’t implemented everything but
https://termbin.com/v7en
will stop here
Not out of scope, those are needed functionality for what the tool does. If you don’t understand why they are needed, then you don’t even understand what the real purpose of the tool is. All you have built is a script that downloads tarballs and extracts them… That isn’t bootstrapping.
2022-08-30 19:34:16
R3VERED 2022-08-30 19:33:51
go for a better gpl
wut
2022-08-30 19:35:12

holy fuck
2022-08-30 19:35:14
what is this
grakata_clem 2022-08-30 19:36:13
2022-08-30 19:35:12
holy fuck
Hah, it’s not even regex, what are you scared about
2022-08-30 19:36:21
I’m comfy with regex
ChrisCromer 2022-08-30 19:36:24
Don’t let this discourage you though, if you do build something worthwhile, I have no problems with using it.
R3VERED 2022-08-30 19:36:35
ChrisCromer 2022-08-30 19:34:08
Not out of scope, those are needed functionality for what the tool does. If you don’t understand why they are needed, then you don’t even understand what the real purpose of the tool is. All you have built is a script that downloads tarballs and extracts them… That isn’t bootstrapping.
oh my,
i meant the link I provided is not only for artix, But arch artix kiss gentoo funtoo void kiss. So out of scope.
and termbin link i provided is the one with which some functionality
ChrisCromer 2022-08-30 19:36:46
It’s nothing personal, I am just blunt and honest.
← prev | next →