Hi MarcCudder, You really don't have to be such a twat about all this. Just offer your suggestion without the unnecessary abrasiveness. What I got from your link is that someone negatively compared your work to sbase, and now you've got a bee in your bonnet over it. Are we really going to have to put up with this noise? Thanks, cls
>>151 I know you're trying to be trollish but here's a hint for everyone else who doesn't get it: loops and if/else are useful when they fit the flow of the code. goto is for all the situations when they don't.
>>166 Who are the left and right faces in the top left corner?
>>166 Hi, I got here from the mailing list post. That picture made it worth it.
Too much shitposting though. I'm not sticking around.
Name:
Anonymous2015-04-30 23:26
>>174 Are there anyone else from 2f30 here to actually discuss Cudder's points? Where's sin, cls, FRIGN and all others? This BBS is funny. They must join US here.
I remember suigin was implementing bc for sbase, did he finish it? Will he help with more utilities?
Name:
Anonymous2015-08-03 20:08
I don't give a shit about sui/g/in and bc
Name:
Anonymous2015-08-03 20:15
>>198 Suigin is actually one of the few people here to put out some cool programs. I had a great time playing with his sstoy and studying the source code. Not trying to diminish all the fun/ironic threads and off-topic, that's cool too. But suigin is one of the only people to provide technical stuff that's nice.
and you too >>121 and you too >>120 and you too >>119 and you too >>118 and you too >>117 and you too >>116 and you too >>115 and you too >>114 and you too >>113 and you too >>112 and you too >>111 and you too >>110 and you too >>109 and you too >>108 and you too >>107 and you too >>106 and you too >>105 and you too >>104 and you too >>103 and you too >>102 and you too >>101 and you too >>100 and you too >>99 and you too >>98 and you too >>97 and you too >>96 and you too >>95 and you too >>94 and you too >>93 and you too >>92 and you too >>91 and you too >>90 and you too >>89 and you too >>88 and you too >>87 and you too >>86 and you too >>85 and you too >>84 and you too >>83 and you too >>82 and you too >>81 and you too >>80 and you too >>79 and you too >>78 and you too >>77 and you too >>76 and you too >>75 and you too >>74 and you too >>73 and you too >>72 and you too >>71 and you too >>70 and you too >>69 and you too >>68 and you too >>67 and you too >>66 and you too >>65 and you too >>64 and you too >>63 and you too >>62 and you too >>61 and you too >>60 and you too >>59 and you too >>58 and you too >>57 and you too >>56 and you too >>55 and you too >>54 and you too >>53 and you too >>52 and you too >>51 and you too >>50 and you too >>49 and you too >>48 and you too >>47 and you too >>46 and you too >>45 and you too >>44 and you too >>43 and you too >>42 and you too >>41 and you too >>40 and you too >>39 and you too >>38 and you too >>37 and you too >>36 and you too >>35 and you too >>34 and you too >>33 and you too >>32 and you too >>31 and you too >>30 and you too >>29 and you too >>28 and you too >>27 and you too >>26 and you too >>25 and you too >>24 and you too >>23 and you too >>22 and you too >>21 and you too >>20 and you too >>19 and you too >>18 and you too >>17 and you too >>16 and you too >>15 and you too >>14 and you too >>13 and you too >>12 and you too >>11 and you too >>10 and you too >>9 and you too >>8 and you too >>7 and you too >>6 and you too >>5 and you too >>4 and you too >>3 and you too >>2 and you too >>1
Name:
Anonymous2015-08-03 23:37
>>200,201 Back to the imageboards with your sage down/b/oat, please.
funny how people waste their time rewriting old unix programs, still hanging onto scraps. and still reinventing libc for all of their apps
Name:
Anonymous2015-08-08 3:09
>>229 Apparently that's as good as these jokers are good for. They don't spend time writing substantial software like CAD or graphics drivers, they're only capable of rewriting cat and ls.
Name:
Anonymous2015-08-08 11:35
Unix tools are shit.
- Text streams are not good computational interfaces. - Multiple processes are clunky, slow, and shitty compared to interacting objects. - The shell is a piece of cunt, again with the fucking text wrangling. - Commandline parameters are yet more bullshit text processing for cunts, with the added bullshit of no standardization. - Same with config files.
Fuck "Unix tools" in their crusty ancient ass. There are fucking data types beyond the 8-bit character.
Let this shit die.
Name:
Anonymous2015-08-08 17:08
>>231 But Unix tools are what I used when I first learned how to program a computer. Therefore they are the best.
Name:
Anonymous2015-08-08 17:38
>>231,232 Most people grew up with Windows. They haven't gotten a chance to look at Unix objectively.
Name:
Anonymous2015-08-08 18:06
make an OS kernel which lets you write typed 'core utils' instead of a unix style os.
All I want is to write some stupid dc-scripts, but there's no dc-program?? As long as that's missing, suckless could as well be called dickless. Just another toy project.
>>241 According to their TODO, they are only going to implement bc (almost finished by suigin, but the guy seems to have disappeared? I miss him). Anyway, feel free to suggest dc as a program for sbase, maybe they accept it.
Name:
Anonymous2015-10-26 17:08
dubs
Name:
Anonymous2015-10-26 20:09
>>240 I've been too busy the last few months to work on it, unfortunately. Wageslave job. Not happy. Maybe I should quit.
>>254 It's far from complete, it's just the front end lexer and parser. Plus, they already know about it. Only once it's near completion would I consider notifying them about it again. I wouldn't want to waste their time otherwise.
>>260 Not everyone who opposes your retarded imageboard customs is a SJW. Go fuck a fat feminist if you like them so much.
Name:
suigin2015-12-24 21:43
>>259 What's next on my list is making myself a memorable dinner for tomorrow night, to keep at bay for a few moments the darkness, misery and pointlessness of the collapsing society just beyond the walls I call home.
After that, polish off hebimath. sstoy isn't a high priority.
At this point, I don't think I'd use hebimath directly for the bignum arithmetic in bc(1). It's really more deserving of a custom and minimalistic implementation. Hebimath is more of a lightweight, general purpose replacement for parts of GMP at this moment.